FreeBSD

RELENG_4_8 branch elkészítve

Címkék

Igaz, hogy tegnap (március. 24-én) kellett volna megjelennie a FreeBSD soron következő stabil verziójának, de úgy néz ki, hogy még egy kicsit várnunk kell rá. A FreeBSD 4.8 doc/ fáját 19-én tag-elték, és 23-án sor került a RELENG_4_8 branch összeállítására is.A következő lépés ami hátravan, a freebsd-stable@ levlistás értesítés, majd ezt követően a weboldal man.cgi-jének frissítése, az src/ fa tag-elése (RELENG_4_8_0_RELEASE), a végső build elkészítése, az site adminok értesítése az ISO-król, feltöltés az ftp-master sitera, bejelentése, és a forrásfa kifagyasztása.

FreeBSD 4.8 Release Process

Mozilla 1.3 port elérhető FreeBSD-re

Címkék

Joe Marcus Clarke bejelentése szerint elérhető a Mozilla 1.3-as portja FreeBSD OS-re. A port commitje a 4.8 Release részeként van ütemezve, de a diff-ek addig is elérhetőek. A Galeon2 diff-ek szintén frissítve lettek.

Bővebben Joe levelében:Subject: Mozilla 1.3 port available

From: Joe Marcus Clarke

To: gnome@FreeBSD.org

Date: 23 Mar 2003 16:59:00 -0500

--=-rLdzz58eZnDAVUfJ+l4x

Content-Type: text/plain

Content-Transfer-Encoding: quoted-printable

The diffs to update www/mozilla to 1.3 are available at

http://www.marcuscom.com/downloads/freeze/. Note, the libart distfile might not be available on the FTP servers yet. If you cannot fetch it, simply fetch the 1.2.1 distfile, and copy it to libart_lgpl.tar.bz2.

The galeon2 diff at the above site has been updated for the new Mozilla. I am still working on the galeon-1.2.9 update. As soon as 4.8 is released, these diffs will be committed.

Joe

--

Joe Marcus Clarke

FreeBSD GNOME Team :: marcus@FreeBSD.org

http://www.FreeBSD.org/gnome

--=-rLdzz58eZnDAVUfJ+l4x

Content-Type: application/pgp-signature; name=signature.asc

Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----

Version: GnuPG v1.2.1 (FreeBSD)

iD8DBQA+fi4kb2iPiv4Uz4cRAkJoAKCoeD4YrM/CpJR538nJ7s7cpBzTwwCeOLki

ZG+k1Qu2nGfoJWhxsdlKGFI=

=K9+g

-----END PGP SIGNATURE-----

--=-rLdzz58eZnDAVUfJ+l4x--

CerbNG 1.0-RC1 FreeBSD 4.x-hez

Címkék

Pawel Jakub Dawidek bejelentése szerint elérhető már a CerbNG névre hallgató project, amely nem más mint a FreeBSD kernelhez készült biztonsági modul. A CerbNG segítségével a rendszeradminisztrátor egy finomhangoló eszközhöz jut, mellyel irányítani tudja az alkalmazások/processzek környezetének beállításait (pl. a privilégiumokkal rendelkező démonok, setuid programok, stb.). A CerbNG egyelőre csak a 4.x FreeBSD kernelekhez érhető el, de lassan elkészül az 5.x-hez is.

  • segítségével írányíthatóak a rendszerhívások
  • megváltoztathatóak a rendszerhívások argumentumai és a visszatérési értékei
  • módosíthatóak a processzek tulajdonságai és azok környezete
  • módosíthatóak a sysctl-ek a processzek futási idejében
  • precíz és konfigurálható logolási lehetőség
  • stb.

    Bővebb infó Pawel levelében:Date: Fri, 21 Mar 2003 01:58:38 +0100

    From: Pawel Jakub Dawidek

    To: freebsd-security@freebsd.org

    Cc: freebsd-hackers@freebsd.org, cerber-list@lists.sourceforge.net

    Subject: CerbNG 1.0-RC1 is now avaliable.

    Good news everyone. After six months of hard work, many hundreds CVS commits and lots of lost nights we would like to proudly announce, that the CerbNG project released first generally available version (1.0-RC1) of it's kernel security module.

    It is hard to write some terse words of encouragement for using/testing a program which we have worked on for so long. Nevertheless, we will try to do it in this message.

    CerbNG is a kernel module for FreeBSD version 4.x (5.x version soon to come). Our main purpose is providing the administrator with tools for enforcing fine grained control for critical system applications/processes/environments, i.e.

    privileged daemons (not only those running with uid 0), and setuid programs. But it is just a small part of CerbNG functionality.

    Lead principles in CerbNG development are transparency and flexibility. Sysadmins often do not have time and resources to patch all buggy applications, even for security related vulnerabilities.

    For defining the system protecting rules, we use a flexible language vaguely similar to C. Some basic CerbNG capabilities are:

    - detailed control and validation of selected system calls and

    their arguments

    - ability of changing syscall arguments and returned values

    - possibility of modifying process properties and environment

    - modifying sysctls during process runtime depending on process behavior and context

    - precise and configurable logging

    - intuitive, flexible and powerful rule description language

    Tarball for Version 1.0-RC1 contains some example policy files described below:

    openssh.cb - Controls sshd(8) (if sshd is running when

    the policy is being loaded, it has to be restarted). The policy degrades sshd privileges after it's been started to uid

    and gid for user/group sshd. CerbNG elevates sshd rights for performing privileged operations only.

    passwd.cb - Controls passwd(1). Similarly to openssh.cb,

    privileges of the passwd process are changed to those of user running this program. Privileges are degraded regardless of the setuid bit on /usr/bin/passwd.

    ping.cb, su.cb - Similar privilege degradation examples.

    noexec-by-group.cb - Noexec for all users but root and members of exec group. Additionally environment

    variables with names beginning with LD_ are checked.

    degrade-unknown-sugids.cb - All setuid/setgid files, which are not controlled by Cerb are denied elevated privileges and run with credentials of user performing the execve(2) syscall.

    restricted-debug.cb - Using ptrace(2) and ktrace(2) syscalls will be limited to root user and members of 'debug'

    group.

    restricted-link.cb - Non-root users will be denied the right to

    create hard links to other users' files.

    log-exec.cb - All execve(2) calls performed by

    non-privileged users will be logged.

    We encourage all interested members of FreeBSD community to testing, sharing ideas/comments and last but not least - reporting bugs. We hope, that CerbNG becomes another useful tool for improving security of servers running FreeB=

    SD.

    CerbNG CVS repository and latest tarballs are available at:

    http://sourceforge.net/projects/cerber/

    For detailed installation instructions see INSTALL file, or HOWTO.html at:

    http://cerber.sourceforge.net/docs/HOWTO.html

    Project HomePage:

    http://cerber.sourceforge.net/

    We invite all interested users and would-be users to subscription of our mailing lists. To subscribe those lists, visit:

    http://lists.sourceforge.net/mailma...nfo/cerber-list

    http://lists.sourceforge.net/mailma.../cerber-commits

    CerbNG authors are:

    Pawel Jakub Dawidek

    Cerb project initiator, head programmer, kernel part

    developer, polish documentation author.

    Slawek Zak

    Designer of CerbNG configuration language syntax and

    compiler structure, author of userland policy compiler,

    documentation translator.

    PS. We are also preparing a technical document for BSDCon 2003.

    --=20

    Pawel Jakub Dawidek

    UNIX Systems Administrator

    http://garage.freebsd.pl

    Am I Evil? Yes, I Am.

    --/8Xxy37xq6kDVsli

    Content-Type: application/pgp-signature

    Content-Disposition: inline

    -----BEGIN PGP SIGNATURE-----

    Version: GnuPG v1.0.7 (FreeBSD)

    iQCVAwUBPnpjvj/PhmMH/Mf1AQFm1wP/US9IrHODuZaa5Y0F+IU40N9UazkqgdE/

    QqIxX4ww8SR9X0X3BcQvqkT1uqvtU18NhD1nhAJ8vTVZ7y6c1y

    81AaJsrnVsM1Jd

    AjE0XzFb7E8+DCVdKf+RR7Q9faTkAYpKy0YUfuX0TacqEY+fN9

    4IikUG1MSa2gs4

    SJaTsFyDlhY=

    =tScJ

    -----END PGP SIGNATURE-----

    --/8Xxy37xq6kDVsli--

  • MacOS HFS és HFS Plus filerendszer portolva FreeBSD-re

    Címkék

    Yar Tikhiy portolta a HFS és HFS Plus filerendszer moduokat és a hozzájuk kapcsolódó segédprogramokat A Darwinból a FreeBSD 5.0-ba. A HFS a Hierarchical File System szavakból ered. A HFS és a HFS Plus Apple MacOS operációs rendszer által használt filerendszer. A port hasznos lehet ahoknak, akik meg szeretnék oszatni filerendszerüket hálózaton keresztül mondjuk egy FreeBSD és egy MacOS rendszer között. Yar Tikhiy szerint a port egyelőre kisérleti állapotan van, és jelenleg olyan önkénteseket keres akik segítenének neki a portolási és bugreporolási munkában.

    Yar levele:Date: Sat, 22 Mar 2003 18:16:56 +0300

    From: Yar Tikhiy

    To: ppc@freebsd.org, fs@freebsd.org

    Subject: HFS/HFS Plus driver and tools for 5.x are available

    Hello,

    I'm glad to offer to the community an HFS and HFS Plus filesystem module and tools, ported from Darwin to FreeBSD 5. Of course, it's a rather early version that deserves thorough testing.

    Please see http://people.freebsd.org/~yar/hfs/ for details.

    I'm looking forward for your feedback.

    --

    Yar

    FreeBSD 4.8 RC2 megérkezett Alpha platformra is

    Címkék

    A FreeBSD-s David O'Brien levelében azt olvashatjuk, hogy elérhető a FreeBSD 4.8RC2 alpha processzoros gépekre is. Lassan közeleg a végleges kiadás:Date: Tue, 18 Mar 2003 08:56:40 -0800

    From: "David O'Brien"

    To: freebsd-alpha@freebsd.org, freebsd-stable@freebsd.org

    Subject: Alpha 4.8 RC2 -- COME AND GET IT!!

    Now available at

    ftp://ftp.freebsd.org/pub/FreeBSD/r...-IMAGES/4.8-RC2

    and

    ftp://ftp.freebsd.org/pub/FreeBSD/r...s/alpha/4.8-RC2

    --

    -- David (obrien@FreeBSD.org)

    To Unsubscribe: send mail to majordomo@FreeBSD.org

    with "unsubscribe freebsd-alpha" in the body of the message

    FreeBSD 4.8 RC2 / i386

    Címkék

    Murray Stokely a FreeBSD Release Engineering Team tagja bejelentette a FreeBSD 4.8 RC2-t i386 platformra. Remélhetőleg ez lesz az utolsó RC a végleges kiadás előtt. Az alpha verzió készítése folyamatban van.



    Murray levele:Date: Mon, 17 Mar 2003 08:01:19 -0800

    From: Murray Stokely

    To: stable@FreeBSD.org

    Cc: qa@FreeBSD.org, re@FreeBSD.org

    Subject: 4.8 RC2 / i386 Now Available

    The FTP installation directory, mini-ISO, and full ISO with packages are available now from ftp.freebsd.org and most mirrors. Sysinstall won't properly install GNOME+Enlightenment, but all other desktop environments should install properly. GNOME+E should be installable with pkg_add. The Alpha build is in progress (thanks David!). The

    testing guide is available here :

    http://www.freebsd.org/releases/4.8R/qa.html

    Please email re@ if you have an open issue that should be reflected on this page. As always, thanks for your help making this FreeBSD release a success.

    - Murray / Release Engineering Team

    To Unsubscribe: send mail to majordomo@FreeBSD.org

    with "unsubscribe freebsd-qa" in the body of the message

    miniBSD - csökkentsük a FreeBSD méretét

    Címkék

    Manuel Kasper rendelt egy mini-számítógépet a Soekris Engineering-től. A net4511 névre hallgató gépből egy tűzfal/routert-t akart építeni. A gép egy kisebb CPU-t, három 10/100-as NIC-et, és diszk helyett egy 64MB-os Compact Flash kártyát tartalmaz.Mikor megrendelte, elkezdett gondolkodni rajta, hogy vajon mit is fog telepíteni a gépre. A PicoBSD túl kicsit volt (1 floppy), a FreeBSD pedig minimális install esetén is 80 MB-nyi helyet foglalt. Valami olyan kellett, ami méretben a kettő között helyezkedik el. Így született meg a miniBSD.

    kép a gépről (érdemes megnézni)

    Opera 6.12 böngésző FreeBSD-re

    Címkék

    A norvég Opera Software kiadta böngészõjének 6.12-es verzióját több más platform mellett FreeBSD-re is.Aki még nem tette meg, feltétlenül próbálja ki, mert egy gyors és stabil böngészõre tehet szert, ráadásul a letöltendõ csomag mindössze 4.4 megabájtos. Az elõzõ 6.11-es változathoz képest jelentõs újdonságokra nem kell számítani, a mostani verzió hibajavításokat tartalmaz. Letölthetõ a http://www.opera.com/download oldalról.

    FreeBSD 4.8 kiadás elhalasztva március 24-ig

    Címkék

    Murray Stokley a FreeBSD Release Engineering Team tagja emailjében bejelentette, hogy a FreeBSD 4.8 kiadását el kell halasztaniuk március 24-i, mert az XFree86 4.3.0 porttal kapcsolatos javításokat el kell végezni. Miután a csomag teljesen újra lesz építve a tervek szerint meg fog jelenni a FreeBSD 4.8 RC2. Murray kér mindenkit, hogy ha teheti tesztelje az XFree86 4.3.0 portot, hogy biztosan minőségi kiadés születhessen.

    Murray levele:Date: Thu, 13 Mar 2003 15:34:36 -0800

    From: Murray Stokely

    To: stable@FreeBSD.org

    Subject: FreeBSD 4.8 delayed to Mar 24 (was Re: HEADSUP: XFree86 4.3.0 update)

    --Bu8it7iiRSEf40bY

    Content-Type: text/plain; charset=us-ascii

    Content-Disposition: inline

    Thanks for everyone's help in ironing out the wrinkles in the XFree86 4.3.0. A complete new package build is being initiated with many of the suggested fixes. When this build completes in approximately 30 hours (for i386, longer for alpha), we will release 4.8 RC2. In the mean time, please continue doing just what you've been doing (testing the heck out of XFree86 4.3 and associated ports). Thanks!

    - Murray / RE team

    --Bu8it7iiRSEf40bY

    Content-Type: application/pgp-signature

    Content-Disposition: inline

    -----BEGIN PGP SIGNATURE-----

    iD8DBQE+cRWLtNcQog5FH30RAgrJAJ0bsmGwuQ35ffnRPewbsC

    AzbPFi8gCdGOhP

    aTVb6BUD96ALTRCDjD40W54=

    =trdn

    -----END PGP SIGNATURE-----

    --Bu8it7iiRSEf40bY--