From crux at crux.nu Thu Mar 1 14:35:15 2007 From: crux at crux.nu (crux at crux.nu) Date: Thu, 01 Mar 2007 15:35:15 +0100 Subject: [crux-commits] ports/opt (2.3): glitz, gtk, pango: updated deps for xorg Message-ID: <45e6e4a3.WY4BSgc61BtMxdbq%crux@crux.nu> commit ac5c35a7108f94b8ff425838cc9b10f2cf39eb23 Author: Matt Housh Date: Thu Mar 1 08:35:10 2007 -0600 glitz, gtk, pango: updated deps for xorg diff --git a/glitz/Pkgfile b/glitz/Pkgfile index 05675b3..4a49f79 100644 --- a/glitz/Pkgfile +++ b/glitz/Pkgfile @@ -1,7 +1,7 @@ # Description: An OpenGL image compositing library # URL: http://www.freedesktop.org/Software/glitz # Maintainer: Matt Housh, jaeger at morpheus dot net -# Depends on: x11 +# Depends on: mesa3d name=glitz version=0.5.6 diff --git a/gtk/Pkgfile b/gtk/Pkgfile index 9fe1786..e436857 100644 --- a/gtk/Pkgfile +++ b/gtk/Pkgfile @@ -1,7 +1,7 @@ # Description: A multi-platform toolkit for creating graphical user interfaces # URL: http://www.gtk.org/ # Maintainer: Matt Housh, jaeger at morpheus dot net -# Depends on: atk, pango, libtiff, hicolor-icon-theme +# Depends on: atk, hicolor-icon-theme, libtiff, pango, xorg-libsm, xorg-libxcursor, xorg-libxinerama, xorg-libxrandr name=gtk version=2.10.9 diff --git a/pango/Pkgfile b/pango/Pkgfile index 8748daa..7c4cf17 100644 --- a/pango/Pkgfile +++ b/pango/Pkgfile @@ -1,7 +1,7 @@ # Description: A library for layout and rendering of text # URL: http://www.gtk.org/ # Maintainer: Matt Housh, jaeger at crux dot nu -# Depends on: x11, freetype, fontconfig, cairo +# Depends on: cairo, glib, xorg-libsm, xorg-libxext, xorg-libxft name=pango version=1.14.8 From crux at crux.nu Fri Mar 2 12:08:27 2007 From: crux at crux.nu (crux at crux.nu) Date: Fri, 02 Mar 2007 13:08:27 +0100 Subject: [crux-commits] ports/opt (2.2): xpdf: updated to 3.02 Message-ID: <45e813bb.A9GbQPLGgZk73YYK%crux@crux.nu> commit e9369c345ecbaf7ddc3bcd20f53fb556ac9ddf4b Author: Simone Rota Date: Fri Mar 2 13:14:03 2007 +0100 xpdf: updated to 3.02 diff --git a/xpdf/.md5sum b/xpdf/.md5sum index 48184dc..eee0931 100644 --- a/xpdf/.md5sum +++ b/xpdf/.md5sum @@ -1,2 +1 @@ -e004c69c7dddef165d768b1362b44268 xpdf-3.01.tar.gz -8f1f5d37153c7e98f794f18d0b80fc25 xpdf-3.01pl2.patch +599dc4cc65a07ee868cf92a667a913d2 xpdf-3.02.tar.gz diff --git a/xpdf/Pkgfile b/xpdf/Pkgfile index 749e864..25324cf 100644 --- a/xpdf/Pkgfile +++ b/xpdf/Pkgfile @@ -5,15 +5,13 @@ # Depends on: lesstif, t1lib name=xpdf -version=3.01pl2 +version=3.02 release=1 -source=(ftp://ftp.foolabs.com/pub/xpdf/$name-3.01.tar.gz \ - $name-$version.patch) +source=(ftp://ftp.foolabs.com/pub/xpdf/$name-$version.tar.gz) build() { - cd $name-3.01 - patch -p1 < ../$name-$version.patch + cd $name-$version ./configure \ --prefix=/usr \ --with-Xm-library=/usr/lib \ From crux at crux.nu Fri Mar 2 16:36:00 2007 From: crux at crux.nu (crux at crux.nu) Date: Fri, 02 Mar 2007 17:36:00 +0100 Subject: [crux-commits] ports/opt (2.2): dovecot: update to 1.0.rc25 Message-ID: <45e85270.M6x80j0iI85tX2ql%crux@crux.nu> commit d1059fd75309e36ed891b454ae4a786870233a2a Author: Juergen Daubert Date: Fri Mar 2 17:35:45 2007 +0100 dovecot: update to 1.0.rc25 diff --git a/dovecot/.md5sum b/dovecot/.md5sum index 5b6dec1..648d3e3 100644 --- a/dovecot/.md5sum +++ b/dovecot/.md5sum @@ -1,3 +1,3 @@ 1c37d911bc42fb40f0ef5a3f5822b170 dovecot -f1a7e366dceda28138e5a902dda7f274 dovecot-1.0.rc24.tar.gz +14e9981e9828a65526b8e683657434d4 dovecot-1.0.rc25.tar.gz 04baf547c684838ce9703845779f04fb dovecot-config.patch diff --git a/dovecot/Pkgfile b/dovecot/Pkgfile index 69215ab..158152a 100644 --- a/dovecot/Pkgfile +++ b/dovecot/Pkgfile @@ -4,7 +4,7 @@ # Depends on: openssl name=dovecot -version=1.0.rc24 +version=1.0.rc25 release=1 source=(http://dovecot.org/releases/$name-$version.tar.gz \ dovecot-config.patch dovecot) @@ -25,7 +25,7 @@ build () { make make DESTDIR=$PKG install - rm -r $PKG/usr/share + rm -r $PKG/usr/{share,include} mv $PKG/etc/dovecot-example.conf $PKG/etc/dovecot.conf install -D -m 755 $SRC/dovecot $PKG/etc/rc.d/dovecot From crux at crux.nu Fri Mar 2 16:36:00 2007 From: crux at crux.nu (crux at crux.nu) Date: Fri, 02 Mar 2007 17:36:00 +0100 Subject: [crux-commits] ports/opt (2.2): xsane: update to 0.993 Message-ID: <45e85270.0CISFekBVtj1iNap%crux@crux.nu> commit 29a9ddc2fe2b4c5af81189efd9f8a05cc33a4cc8 Author: Juergen Daubert Date: Fri Mar 2 17:31:07 2007 +0100 xsane: update to 0.993 diff --git a/xsane/.md5sum b/xsane/.md5sum index f65323e..81d9d97 100644 --- a/xsane/.md5sum +++ b/xsane/.md5sum @@ -1 +1 @@ -0354793617870f9e60e6da41e11a3565 xsane-0.992.tar.gz +7e6b14ce674cdd95fa3d3afe6fee0a11 xsane-0.993.tar.gz diff --git a/xsane/Pkgfile b/xsane/Pkgfile index 594d888..7179297 100644 --- a/xsane/Pkgfile +++ b/xsane/Pkgfile @@ -4,7 +4,7 @@ # Depends on: gimp, sane name=xsane -version=0.992 +version=0.993 release=1 source=(http://www.xsane.org/download/$name-$version.tar.gz) From crux at crux.nu Fri Mar 2 17:08:47 2007 From: crux at crux.nu (crux at crux.nu) Date: Fri, 02 Mar 2007 18:08:47 +0100 Subject: [crux-commits] ports/opt (2.3): dovecot: update to 1.0.rc25 Message-ID: <45e85a1f.iVDxzuG+v8QllQUQ%crux@crux.nu> commit 43b672619cc15a8cdd13c8762e181e1dde22a049 Author: Juergen Daubert Date: Fri Mar 2 17:35:45 2007 +0100 dovecot: update to 1.0.rc25 diff --git a/dovecot/.md5sum b/dovecot/.md5sum index 5b6dec1..648d3e3 100644 --- a/dovecot/.md5sum +++ b/dovecot/.md5sum @@ -1,3 +1,3 @@ 1c37d911bc42fb40f0ef5a3f5822b170 dovecot -f1a7e366dceda28138e5a902dda7f274 dovecot-1.0.rc24.tar.gz +14e9981e9828a65526b8e683657434d4 dovecot-1.0.rc25.tar.gz 04baf547c684838ce9703845779f04fb dovecot-config.patch diff --git a/dovecot/Pkgfile b/dovecot/Pkgfile index 69215ab..158152a 100644 --- a/dovecot/Pkgfile +++ b/dovecot/Pkgfile @@ -4,7 +4,7 @@ # Depends on: openssl name=dovecot -version=1.0.rc24 +version=1.0.rc25 release=1 source=(http://dovecot.org/releases/$name-$version.tar.gz \ dovecot-config.patch dovecot) @@ -25,7 +25,7 @@ build () { make make DESTDIR=$PKG install - rm -r $PKG/usr/share + rm -r $PKG/usr/{share,include} mv $PKG/etc/dovecot-example.conf $PKG/etc/dovecot.conf install -D -m 755 $SRC/dovecot $PKG/etc/rc.d/dovecot From crux at crux.nu Fri Mar 2 17:08:47 2007 From: crux at crux.nu (crux at crux.nu) Date: Fri, 02 Mar 2007 18:08:47 +0100 Subject: [crux-commits] ports/opt (2.3): xsane: update to 0.993 Message-ID: <45e85a1f.C2p7wm3lqccJVULz%crux@crux.nu> commit 21b8845626637a4fdee509c1475588d94a0e39c5 Author: Juergen Daubert Date: Fri Mar 2 17:31:07 2007 +0100 xsane: update to 0.993 diff --git a/xsane/.md5sum b/xsane/.md5sum index f65323e..81d9d97 100644 --- a/xsane/.md5sum +++ b/xsane/.md5sum @@ -1 +1 @@ -0354793617870f9e60e6da41e11a3565 xsane-0.992.tar.gz +7e6b14ce674cdd95fa3d3afe6fee0a11 xsane-0.993.tar.gz diff --git a/xsane/Pkgfile b/xsane/Pkgfile index 594d888..7179297 100644 --- a/xsane/Pkgfile +++ b/xsane/Pkgfile @@ -4,7 +4,7 @@ # Depends on: gimp, sane name=xsane -version=0.992 +version=0.993 release=1 source=(http://www.xsane.org/download/$name-$version.tar.gz) From crux at crux.nu Sat Mar 3 10:33:39 2007 From: crux at crux.nu (crux at crux.nu) Date: Sat, 03 Mar 2007 11:33:39 +0100 Subject: [crux-commits] ports/opt (2.2): wine: updated to 0.9.32 Message-ID: <45e94f03.7mZGHZS31ehwLCMk%crux@crux.nu> commit b7fb99e60b9ce8d94e5c0bd05405dffeb3c98394 Author: Antti Nykanen Date: Sat Mar 3 12:33:33 2007 +0200 wine: updated to 0.9.32 diff --git a/wine/.footprint b/wine/.footprint index 91dc055..4f20e32 100644 --- a/wine/.footprint +++ b/wine/.footprint @@ -759,6 +759,7 @@ drwxr-xr-x root/root usr/lib/wine/ -rwxr-xr-x root/root usr/lib/wine/rsaenh.dll.so -rwxr-xr-x root/root usr/lib/wine/rundll32.exe.so -rwxr-xr-x root/root usr/lib/wine/sane.ds.so +-rwxr-xr-x root/root usr/lib/wine/schannel.dll.so -rwxr-xr-x root/root usr/lib/wine/secur32.dll.so -rwxr-xr-x root/root usr/lib/wine/security.dll.so -rwxr-xr-x root/root usr/lib/wine/sensapi.dll.so @@ -840,6 +841,7 @@ drwxr-xr-x root/root usr/lib/wine/ -rwxr-xr-x root/root usr/lib/wine/winevdm.exe.so -rwxr-xr-x root/root usr/lib/wine/winex11.drv.so -rw-r--r-- root/root usr/lib/wine/wing.dll16 +-rwxr-xr-x root/root usr/lib/wine/wing32.dll.so -rwxr-xr-x root/root usr/lib/wine/winhelp.exe.so -rwxr-xr-x root/root usr/lib/wine/wininet.dll.so -rwxr-xr-x root/root usr/lib/wine/winmm.dll.so diff --git a/wine/.md5sum b/wine/.md5sum index 68624ce..3593cfd 100644 --- a/wine/.md5sum +++ b/wine/.md5sum @@ -1 +1 @@ -ec1aef4cbcbb9596cd79f43deb10dd65 wine-0.9.31.tar.bz2 +f9ae61fee02e0b3e72f9aad093a7096c wine-0.9.32.tar.bz2 diff --git a/wine/Pkgfile b/wine/Pkgfile index 9664a95..4b8f586 100644 --- a/wine/Pkgfile +++ b/wine/Pkgfile @@ -5,7 +5,7 @@ # Depends on: fontforge name=wine -version=0.9.31 +version=0.9.32 release=1 source=(http://dl.sourceforge.net/sourceforge/$name/wine-$version.tar.bz2) From crux at crux.nu Sat Mar 3 12:39:43 2007 From: crux at crux.nu (crux at crux.nu) Date: Sat, 03 Mar 2007 13:39:43 +0100 Subject: [crux-commits] ports/core (2.3): tcsh: removed old x11-related path entry Message-ID: <45e96c8f.DvpBVRoL+o0T6wLT%crux@crux.nu> commit 6b01080f5e714b3ff00b29654001490939733746 Author: Simone Rota Date: Sat Mar 3 13:45:19 2007 +0100 tcsh: removed old x11-related path entry diff --git a/tcsh/.md5sum b/tcsh/.md5sum index d02f938..8c67995 100644 --- a/tcsh/.md5sum +++ b/tcsh/.md5sum @@ -1,4 +1,4 @@ -4f600db06e23329c1b2560a56d9e7b09 csh.cshrc +e722a4480a48f445df762091de3aa76e csh.cshrc 74ee67af79e23951b7c997e25edc5ab5 csh.login 057fad717fcfaf03c6dc3a4cc4c6b604 csh.logout 353d1bb7d2741bf8de602c7b6f0efd79 tcsh-6.14.00.tar.gz diff --git a/tcsh/Pkgfile b/tcsh/Pkgfile index ad1c51b..fd6915e 100644 --- a/tcsh/Pkgfile +++ b/tcsh/Pkgfile @@ -5,7 +5,7 @@ name=tcsh version=6.14 -release=1 +release=2 source=(ftp://ftp.astron.com/pub/tcsh/$name-$version.00.tar.gz \ csh.login csh.logout csh.cshrc) diff --git a/tcsh/csh.cshrc b/tcsh/csh.cshrc index c99dbdb..2275463 100644 --- a/tcsh/csh.cshrc +++ b/tcsh/csh.cshrc @@ -3,9 +3,9 @@ # if ( "$uid" == "0" ) then - setenv PATH "/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/opt/bin" + setenv PATH "/sbin:/usr/sbin:/bin:/usr/bin:/opt/bin" else - setenv PATH "/bin:/usr/bin:/usr/X11R6/bin:/opt/bin" + setenv PATH "/bin:/usr/bin:/opt/bin" endif if ( ! -f ~/.inputrc ) then From crux at crux.nu Sat Mar 3 18:48:32 2007 From: crux at crux.nu (crux at crux.nu) Date: Sat, 03 Mar 2007 19:48:32 +0100 Subject: [crux-commits] ports/opt (2.3): alsa-utils: added --disable-nls to avoid compilation problems Message-ID: <45e9c300.dvv40Ga4JZui3+Gj%crux@crux.nu> commit d9fd34d0253b326f831380358a86d4e8f336df87 Author: Matt Housh Date: Sat Mar 3 12:48:31 2007 -0600 alsa-utils: added --disable-nls to avoid compilation problems diff --git a/alsa-utils/Pkgfile b/alsa-utils/Pkgfile index aa300e7..fe04eaf 100644 --- a/alsa-utils/Pkgfile +++ b/alsa-utils/Pkgfile @@ -10,7 +10,7 @@ source=(ftp://ftp.alsa-project.org/pub/utils/$name-$version.tar.bz2) build() { cd $name-$version - ./configure --prefix=/usr + ./configure --prefix=/usr --disable-nls make make DESTDIR=$PKG install rm -rf $PKG/usr/share $PKG/usr/man/fr From crux at crux.nu Sun Mar 4 09:05:01 2007 From: crux at crux.nu (crux at crux.nu) Date: Sun, 04 Mar 2007 10:05:01 +0100 Subject: [crux-commits] ports/opt (2.2): uw-imap: update to 2006f Message-ID: <45ea8bbd./bWQe3yBFmZNyVQ3%crux@crux.nu> commit 6345c04e76ba3cc34bf872f4d72c3b6872d9d2f1 Author: Juergen Daubert Date: Sun Mar 4 10:04:49 2007 +0100 uw-imap: update to 2006f diff --git a/uw-imap/.md5sum b/uw-imap/.md5sum index d1ec4e0..2f92f1e 100644 --- a/uw-imap/.md5sum +++ b/uw-imap/.md5sum @@ -1 +1 @@ -a183c975a00198b0f5668ae311254aca imap-2006e.tar.Z +51129a634a1525d0ee28ebe9010ac6d2 imap-2006f.tar.Z diff --git a/uw-imap/Pkgfile b/uw-imap/Pkgfile index 1c9dbb2..9d5285a 100644 --- a/uw-imap/Pkgfile +++ b/uw-imap/Pkgfile @@ -4,7 +4,7 @@ # Depends on: openssl name=uw-imap -version=2006e +version=2006f release=1 source=(ftp://ftp.cac.washington.edu/imap/imap-$version.tar.Z) From crux at crux.nu Sun Mar 4 09:13:12 2007 From: crux at crux.nu (crux at crux.nu) Date: Sun, 04 Mar 2007 10:13:12 +0100 Subject: [crux-commits] ports/opt (2.3): uw-imap: update to 2006f Message-ID: <45ea8da8.XjysLzlbvlxQllEQ%crux@crux.nu> commit d4333d5a87077ac6f4274ac64c02a01eaf7d2ffa Author: Juergen Daubert Date: Sun Mar 4 10:04:49 2007 +0100 uw-imap: update to 2006f diff --git a/uw-imap/.md5sum b/uw-imap/.md5sum index d1ec4e0..2f92f1e 100644 --- a/uw-imap/.md5sum +++ b/uw-imap/.md5sum @@ -1 +1 @@ -a183c975a00198b0f5668ae311254aca imap-2006e.tar.Z +51129a634a1525d0ee28ebe9010ac6d2 imap-2006f.tar.Z diff --git a/uw-imap/Pkgfile b/uw-imap/Pkgfile index 1c9dbb2..9d5285a 100644 --- a/uw-imap/Pkgfile +++ b/uw-imap/Pkgfile @@ -4,7 +4,7 @@ # Depends on: openssl name=uw-imap -version=2006e +version=2006f release=1 source=(ftp://ftp.cac.washington.edu/imap/imap-$version.tar.Z) From crux at crux.nu Mon Mar 5 15:16:25 2007 From: crux at crux.nu (crux at crux.nu) Date: Mon, 05 Mar 2007 16:16:25 +0100 Subject: [crux-commits] ports/opt (2.2): alsa-driver, alsa-lib, alsa-utils: updated to version 1.0.14rc2 Message-ID: <45ec3449.fmq9hUT0yXnv6N/f%crux@crux.nu> commit 21ffe29bdf593de668f445200c5d05cc2413b558 Author: Matt Housh Date: Mon Mar 5 09:16:14 2007 -0600 alsa-driver, alsa-lib, alsa-utils: updated to version 1.0.14rc2 diff --git a/alsa-driver/.footprint b/alsa-driver/.footprint index 7827dce..e26ea12 100644 --- a/alsa-driver/.footprint +++ b/alsa-driver/.footprint @@ -51,6 +51,7 @@ drwxr-xr-x root/root lib/modules//kernel/sound/i2c/ drwxr-xr-x root/root lib/modules//kernel/sound/i2c/other/ -rw-r--r-- root/root lib/modules//kernel/sound/i2c/other/snd-ak4114.ko -rw-r--r-- root/root lib/modules//kernel/sound/i2c/other/snd-ak4xxx-adda.ko +-rw-r--r-- root/root lib/modules//kernel/sound/i2c/other/snd-pt2258.ko -rw-r--r-- root/root lib/modules//kernel/sound/i2c/snd-cs8427.ko -rw-r--r-- root/root lib/modules//kernel/sound/i2c/snd-i2c.ko -rw-r--r-- root/root lib/modules//kernel/sound/i2c/snd-tea6330t.ko @@ -105,9 +106,10 @@ drwxr-xr-x root/root lib/modules//kernel/sound/isa/sb/ -rw-r--r-- root/root lib/modules//kernel/sound/isa/snd-sscape.ko drwxr-xr-x root/root lib/modules//kernel/sound/isa/wavefront/ -rw-r--r-- root/root lib/modules//kernel/sound/isa/wavefront/snd-wavefront.ko +drwxr-xr-x root/root lib/modules//kernel/sound/misc/ +-rw-r--r-- root/root lib/modules//kernel/sound/misc/ac97_bus.ko drwxr-xr-x root/root lib/modules//kernel/sound/pci/ drwxr-xr-x root/root lib/modules//kernel/sound/pci/ac97/ --rw-r--r-- root/root lib/modules//kernel/sound/pci/ac97/snd-ac97-bus.ko -rw-r--r-- root/root lib/modules//kernel/sound/pci/ac97/snd-ac97-codec.ko -rw-r--r-- root/root lib/modules//kernel/sound/pci/ac97/snd-ak4531-codec.ko drwxr-xr-x root/root lib/modules//kernel/sound/pci/ali5451/ @@ -193,6 +195,8 @@ drwxr-xr-x root/root lib/modules//kernel/sound/pci/vx222/ -rw-r--r-- root/root lib/modules//kernel/sound/pci/vx222/snd-vx222.ko drwxr-xr-x root/root lib/modules//kernel/sound/pci/ymfpci/ -rw-r--r-- root/root lib/modules//kernel/sound/pci/ymfpci/snd-ymfpci.ko +drwxr-xr-x root/root lib/modules//kernel/sound/soc/ +-rw-r--r-- root/root lib/modules//kernel/sound/soc/snd-soc-core.ko drwxr-xr-x root/root lib/modules//kernel/sound/synth/ drwxr-xr-x root/root lib/modules//kernel/sound/synth/emux/ -rw-r--r-- root/root lib/modules//kernel/sound/synth/emux/snd-emux-synth.ko @@ -254,6 +258,7 @@ drwxr-xr-x root/root usr/include/sound/ -rw-r--r-- root/root usr/include/sound/pcm.h -rw-r--r-- root/root usr/include/sound/pcm_oss.h -rw-r--r-- root/root usr/include/sound/pcm_params.h +-rw-r--r-- root/root usr/include/sound/pt2258.h -rw-r--r-- root/root usr/include/sound/rawmidi.h -rw-r--r-- root/root usr/include/sound/sb.h -rw-r--r-- root/root usr/include/sound/sb16_csp.h @@ -267,6 +272,8 @@ drwxr-xr-x root/root usr/include/sound/ -rw-r--r-- root/root usr/include/sound/seq_virmidi.h -rw-r--r-- root/root usr/include/sound/sfnt_info.h -rw-r--r-- root/root usr/include/sound/snd_wavefront.h +-rw-r--r-- root/root usr/include/sound/soc-dapm.h +-rw-r--r-- root/root usr/include/sound/soc.h -rw-r--r-- root/root usr/include/sound/soundfont.h -rw-r--r-- root/root usr/include/sound/sscape_ioctl.h -rw-r--r-- root/root usr/include/sound/tea575x-tuner.h @@ -274,7 +281,6 @@ drwxr-xr-x root/root usr/include/sound/ -rw-r--r-- root/root usr/include/sound/timer.h -rw-r--r-- root/root usr/include/sound/tlv.h -rw-r--r-- root/root usr/include/sound/trident.h --rw-r--r-- root/root usr/include/sound/typedefs.h -rw-r--r-- root/root usr/include/sound/uda1341.h -rw-r--r-- root/root usr/include/sound/util_mem.h -rw-r--r-- root/root usr/include/sound/version.h diff --git a/alsa-driver/.md5sum b/alsa-driver/.md5sum index 2a1ef67..8ae9a86 100644 --- a/alsa-driver/.md5sum +++ b/alsa-driver/.md5sum @@ -1 +1 @@ -3fe79d8fd475a442b59d4716f7bb20a5 alsa-driver-1.0.13.tar.bz2 +b1d0d43a05ea5c2f7d06a9c5a471a4a1 alsa-driver-1.0.14rc2.tar.bz2 diff --git a/alsa-driver/Pkgfile b/alsa-driver/Pkgfile index 8a8110d..fae021f 100644 --- a/alsa-driver/Pkgfile +++ b/alsa-driver/Pkgfile @@ -3,9 +3,9 @@ # Maintainer: Matt Housh, jaeger at morpheus dot net name=alsa-driver -version=1.0.13 +version=1.0.14rc2 release=1 -source=(ftp://ftp.alsa-project.org/pub/driver/$name-$version.tar.bz2) +source=(http://gentoo.osuosl.org/distfiles/$name-$version.tar.bz2) build() { diff --git a/alsa-lib/.md5sum b/alsa-lib/.md5sum index a36fce0..82e3a2c 100644 --- a/alsa-lib/.md5sum +++ b/alsa-lib/.md5sum @@ -1 +1 @@ -d55a9d7d2a79d738a1b7a511cffda4b6 alsa-lib-1.0.13.tar.bz2 +7ea3319690672d4bbd5f950947b705b7 alsa-lib-1.0.14rc2.tar.bz2 diff --git a/alsa-lib/Pkgfile b/alsa-lib/Pkgfile index db502a5..0847621 100644 --- a/alsa-lib/Pkgfile +++ b/alsa-lib/Pkgfile @@ -3,9 +3,9 @@ # Maintainer: Matt Housh, jaeger at morpheus dot net name=alsa-lib -version=1.0.13 +version=1.0.14rc2 release=1 -source=(ftp://ftp.alsa-project.org/pub/lib/$name-$version.tar.bz2) +source=(http://gentoo.osuosl.org/distfiles/$name-$version.tar.bz2) build() { cd $name-$version diff --git a/alsa-utils/.md5sum b/alsa-utils/.md5sum index 24faec2..9529a9a 100644 --- a/alsa-utils/.md5sum +++ b/alsa-utils/.md5sum @@ -1 +1 @@ -dfe4bb5d3217f3ec662b172ce8397cf0 alsa-utils-1.0.13.tar.bz2 +7e9f132b34b7773d2a29b0ff14719a49 alsa-utils-1.0.14rc2.tar.bz2 diff --git a/alsa-utils/Pkgfile b/alsa-utils/Pkgfile index aa300e7..379bd04 100644 --- a/alsa-utils/Pkgfile +++ b/alsa-utils/Pkgfile @@ -4,9 +4,9 @@ # Depends on: gettext, alsa-lib, dialog name=alsa-utils -version=1.0.13 +version=1.0.14rc2 release=1 -source=(ftp://ftp.alsa-project.org/pub/utils/$name-$version.tar.bz2) +source=(http://gentoo.osuosl.org/distfiles/$name-$version.tar.bz2) build() { cd $name-$version From crux at crux.nu Mon Mar 5 16:54:56 2007 From: crux at crux.nu (crux at crux.nu) Date: Mon, 05 Mar 2007 17:54:56 +0100 Subject: [crux-commits] ports/opt (2.2): [security] mplayer: added RTSP stream buffer overflow patch, see http://www.mplayerhq.hu/design7/news.html#vuln14 Message-ID: <45ec4b60.huoPFUs/iLd7JRRx%crux@crux.nu> commit 88f50af201d5690602b96bc2febc926352de4f12 Author: Matt Housh Date: Mon Mar 5 10:54:51 2007 -0600 [security] mplayer: added RTSP stream buffer overflow patch, see http://www.mplayerhq.hu/design7/news.html#vuln14 diff --git a/mplayer/.md5sum b/mplayer/.md5sum index d04d846..db63f7e 100644 --- a/mplayer/.md5sum +++ b/mplayer/.md5sum @@ -1,3 +1,4 @@ 18c05d88e22c3b815a43ca8d7152ccdc MPlayer-1.0rc1.tar.bz2 +f0b71c38b1207c1d604be091876ac051 asmrules_fix_20061231.diff 1ecd31d17b51f16332b1fcc7da36b312 font-arial-iso-8859-1.tar.bz2 c64631601912913f3e5dfbecc3b79d44 mplayer.conf diff --git a/mplayer/Pkgfile b/mplayer/Pkgfile index b2c1c1d..c39d4a4 100644 --- a/mplayer/Pkgfile +++ b/mplayer/Pkgfile @@ -11,14 +11,18 @@ name=mplayer version=1.0rc1 -release=1 +release=2 source=(http://www1.mplayerhq.hu/MPlayer/releases/MPlayer-$version.tar.bz2 \ + http://www1.mplayerhq.hu/MPlayer/patches/asmrules_fix_20061231.diff \ http://www1.mplayerhq.hu/MPlayer/releases/fonts/font-arial-iso-8859-1.tar.bz2 \ mplayer.conf) build() { cd MPlayer-$version + # fix for asmrp buffer overflow + patch -p0 -i $SRC/asmrules_fix_20061231.diff + # mplayer decides optimizations at configure time, don't use CRUX's unset CFLAGS ./configure --prefix=/usr \ From crux at crux.nu Tue Mar 6 16:24:22 2007 From: crux at crux.nu (crux at crux.nu) Date: Tue, 06 Mar 2007 17:24:22 +0100 Subject: [crux-commits] ports/core (2.2): file: update to 4.20 Message-ID: <45ed95b6.Bv5POdxb2TnNV2xI%crux@crux.nu> commit 1d3bbf6331852a23f518cda651c5a014223dbcb7 Author: Juergen Daubert Date: Tue Mar 6 17:24:08 2007 +0100 file: update to 4.20 diff --git a/file/.md5sum b/file/.md5sum index a7623d9..6e25834 100644 --- a/file/.md5sum +++ b/file/.md5sum @@ -1 +1 @@ -a61ef3aa8339d5987148089afde25f60 file-4.19.tar.gz +402bdb26356791bd5d277099adacc006 file-4.20.tar.gz diff --git a/file/Pkgfile b/file/Pkgfile index fd079b1..baf45ec 100644 --- a/file/Pkgfile +++ b/file/Pkgfile @@ -5,7 +5,7 @@ # Depends on: zlib name=file -version=4.19 +version=4.20 release=1 source=(ftp://ftp.fu-berlin.de/unix/tools/file/$name-$version.tar.gz) From crux at crux.nu Tue Mar 6 16:31:03 2007 From: crux at crux.nu (crux at crux.nu) Date: Tue, 06 Mar 2007 17:31:03 +0100 Subject: [crux-commits] ports/core (2.3): dhcpcd: update to 3.0.16 Message-ID: <45ed9747.EgJ32s1MNNU2dswF%crux@crux.nu> commit fd1df76460d8e23319fc6a999232c7815c8bee77 Author: Juergen Daubert Date: Tue Mar 6 17:30:30 2007 +0100 dhcpcd: update to 3.0.16 diff --git a/dhcpcd/.md5sum b/dhcpcd/.md5sum index 0087b5e..4b622c7 100644 --- a/dhcpcd/.md5sum +++ b/dhcpcd/.md5sum @@ -1 +1 @@ -9e96d62d41532a2444abe0be190f9970 dhcpcd-3.0.12.tar.bz2 +f100349190074dced9bced60dcc1b9f7 dhcpcd-3.0.16.tar.bz2 diff --git a/dhcpcd/Pkgfile b/dhcpcd/Pkgfile index 6e56373..757a723 100644 --- a/dhcpcd/Pkgfile +++ b/dhcpcd/Pkgfile @@ -3,7 +3,7 @@ # Maintainer: CRUX System Team, core-ports at crux dot nu name=dhcpcd -version=3.0.12 +version=3.0.16 release=1 source=(http://download.berlios.de/dhcpcd/$name-$version.tar.bz2) From crux at crux.nu Tue Mar 6 16:31:03 2007 From: crux at crux.nu (crux at crux.nu) Date: Tue, 06 Mar 2007 17:31:03 +0100 Subject: [crux-commits] ports/core (2.3): bash: update to 3.2.10 Message-ID: <45ed9747.XFwnaNe5viO15L81%crux@crux.nu> commit 7e085299e7de515a82589ef77c7a6a20db5cf5da Author: Juergen Daubert Date: Tue Mar 6 17:29:08 2007 +0100 bash: update to 3.2.10 diff --git a/bash/.md5sum b/bash/.md5sum index d76f1d4..18251e4 100644 --- a/bash/.md5sum +++ b/bash/.md5sum @@ -1,4 +1,4 @@ -4a6af4465a686bec169fb1fa887736ac bash-3.2-001-009.patch +15d3ca83034e01789e5b757e959bbdde bash-3.2-001-010.patch 46d32222ea0ee4b92d9cad3130498e30 bash-3.2-doc.patch 00bfa16d58e034e3c2aa27f390390d30 bash-3.2.tar.gz 63900a075bcde9f9711e6d5c41084584 profile diff --git a/bash/Pkgfile b/bash/Pkgfile index d56f39f..598235c 100644 --- a/bash/Pkgfile +++ b/bash/Pkgfile @@ -4,20 +4,20 @@ # Depends on: ncurses name=bash -version=3.2.9 -release=2 +version=3.2.10 +release=1 source=(http://ftp.gnu.org/gnu/$name/$name-3.2.tar.gz \ - $name-3.2-001-009.patch \ - $name-3.2-doc.patch \ - profile) + $name-3.2-001-010.patch \ + $name-3.2-doc.patch \ + profile) build() { cd $name-3.2 - patch -p0 < $SRC/$name-3.2-001-009.patch + patch -p0 < $SRC/$name-3.2-001-010.patch patch -p1 < $SRC/$name-3.2-doc.patch ./configure --prefix=/usr \ - --exec-prefix= \ - --disable-nls + --exec-prefix= \ + --disable-nls make make DESTDIR=$PKG install rm -rf $PKG/usr/info $PKG/bin/bashbug $PKG/usr/man/man1/bashbug.1 diff --git a/bash/bash-3.2-001-009.patch b/bash/bash-3.2-001-009.patch deleted file mode 100644 index 29bf247..0000000 --- a/bash/bash-3.2-001-009.patch +++ /dev/null @@ -1,778 +0,0 @@ - BASH PATCH REPORT - ================= - -Bash-Release: 3.2 -Patch-ID: bash32-001 - -Bug-Reported-by: Greg Schafer -Bug-Reference-ID: <20061012084940.GA15768 at tigers.local> -Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2006-10/msg00046.html - -Bug-Description: - -When using historical ``-style command substitution, bash incorrectly attempts -to interpret shell comments while scanning for the closing backquote. - -Patch: - -*** ../bash-3.2/parse.y Tue Sep 19 16:37:21 2006 ---- parse.y Thu Oct 12 10:30:57 2006 -*************** -*** 2736,2740 **** - count = 1; - pass_next_character = backq_backslash = was_dollar = in_comment = 0; -! check_comment = (flags & P_COMMAND) && qc != '\'' && qc != '"' && (flags & P_DQUOTE) == 0; - - /* RFLAGS is the set of flags we want to pass to recursive calls. */ ---- 2736,2740 ---- - count = 1; - pass_next_character = backq_backslash = was_dollar = in_comment = 0; -! check_comment = (flags & P_COMMAND) && qc != '`' && qc != '\'' && qc != '"' && (flags & P_DQUOTE) == 0; - - /* RFLAGS is the set of flags we want to pass to recursive calls. */ -*** ../bash-3.2/patchlevel.h Thu Apr 13 08:31:04 2006 ---- patchlevel.h Mon Oct 16 14:22:54 2006 -*************** -*** 26,30 **** - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 0 - - #endif /* _PATCHLEVEL_H_ */ ---- 26,30 ---- - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 1 - - #endif /* _PATCHLEVEL_H_ */ - - BASH PATCH REPORT - ================= - -Bash-Release: 3.2 -Patch-ID: bash32-002 - -Bug-Reported-by: Jim Gifford -Bug-Reference-ID: <12j2pc3aq35mb04 at corp.supernews.com> -Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2006-10/msg00082.html - -Bug-Description: - -An incorrect encoding specification in the Content-Type header causes msgfmt -to fail, which causes `make install' to fail. - -Patch: - -*** ../bash-3.2/po/ru.po Tue Jan 10 17:51:03 2006 ---- po/ru.po Mon Oct 16 15:13:23 2006 -*************** -*** 13,17 **** - "Language-Team: Russian \n" - "MIME-Version: 1.0\n" -! "Content-Type: text/plain; charset=UTF-8\n" - "Content-Transfer-Encoding: 8bit\n" - "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" ---- 13,17 ---- - "Language-Team: Russian \n" - "MIME-Version: 1.0\n" -! "Content-Type: text/plain; charset=KOI8-R\n" - "Content-Transfer-Encoding: 8bit\n" - "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" - -*** ../bash-3.2/patchlevel.h Thu Apr 13 08:31:04 2006 ---- patchlevel.h Mon Oct 16 14:22:54 2006 -*************** -*** 26,30 **** - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 1 - - #endif /* _PATCHLEVEL_H_ */ ---- 26,30 ---- - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 2 - - #endif /* _PATCHLEVEL_H_ */ - - BASH PATCH REPORT - ================= - -Bash-Release: 3.2 -Patch-ID: bash32-003 - -Bug-Reported-by: John Gatewood Ham -Bug-Reference-ID: -Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2006-10/msg00045.html - -Bug-Description: - -When using the conditional command's `=~' operator to match regular -expressions, the parser did not skip over shell metacharacters in the -regular expression, leading to syntax errors. - -Patch: - -*** ../bash-3.2-patched/parse.y Tue Oct 17 11:45:20 2006 ---- parse.y Sat Oct 14 14:56:16 2006 -*************** -*** 1029,1034 **** ---- 1029,1035 ---- - #define PST_CMDTOKEN 0x1000 /* command token OK - unused */ - #define PST_COMPASSIGN 0x2000 /* parsing x=(...) compound assignment */ - #define PST_ASSIGNOK 0x4000 /* assignment statement ok in this context */ -+ #define PST_REGEXP 0x8000 /* parsing an ERE/BRE as a single word */ - - /* Initial size to allocate for tokens, and the - amount to grow them by. */ -*************** -*** 2591,2596 **** ---- 2592,2600 ---- - return (character); - } - -+ if (parser_state & PST_REGEXP) -+ goto tokword; -+ - /* Shell meta-characters. */ - if MBTEST(shellmeta (character) && ((parser_state & PST_DBLPAREN) == 0)) - { -*************** -*** 2698,2703 **** ---- 2702,2708 ---- - if MBTEST(character == '-' && (last_read_token == LESS_AND || last_read_token == GREATER_AND)) - return (character); - -+ tokword: - /* Okay, if we got this far, we have to read a word. Read one, - and then check it against the known ones. */ - result = read_token_word (character); -*************** -*** 3202,3209 **** - if (tok == WORD && test_binop (yylval.word->word)) - op = yylval.word; - #if defined (COND_REGEXP) -! else if (tok == WORD && STREQ (yylval.word->word,"=~")) -! op = yylval.word; - #endif - else if (tok == '<' || tok == '>') - op = make_word_from_token (tok); /* ( */ ---- 3207,3217 ---- - if (tok == WORD && test_binop (yylval.word->word)) - op = yylval.word; - #if defined (COND_REGEXP) -! else if (tok == WORD && STREQ (yylval.word->word, "=~")) -! { -! op = yylval.word; -! parser_state |= PST_REGEXP; -! } - #endif - else if (tok == '<' || tok == '>') - op = make_word_from_token (tok); /* ( */ -*************** -*** 3234,3239 **** ---- 3242,3248 ---- - - /* rhs */ - tok = read_token (READ); -+ parser_state &= ~PST_REGEXP; - if (tok == WORD) - { - tright = make_cond_node (COND_TERM, yylval.word, (COND_COM *)NULL, (COND_COM *)NULL); -*************** -*** 3419,3427 **** - goto next_character; - } - - #ifdef EXTENDED_GLOB - /* Parse a ksh-style extended pattern matching specification. */ -! if (extended_glob && PATTERN_CHAR (character)) - { - peek_char = shell_getc (1); - if MBTEST(peek_char == '(') /* ) */ ---- 3428,3461 ---- - goto next_character; - } - -+ #ifdef COND_REGEXP -+ /* When parsing a regexp as a single word inside a conditional command, -+ we need to special-case characters special to both the shell and -+ regular expressions. Right now, that is only '(' and '|'. */ /*)*/ -+ if MBTEST((parser_state & PST_REGEXP) && (character == '(' || character == '|')) /*)*/ -+ { -+ if (character == '|') -+ goto got_character; -+ -+ push_delimiter (dstack, character); -+ ttok = parse_matched_pair (cd, '(', ')', &ttoklen, 0); -+ pop_delimiter (dstack); -+ if (ttok == &matched_pair_error) -+ return -1; /* Bail immediately. */ -+ RESIZE_MALLOCED_BUFFER (token, token_index, ttoklen + 2, -+ token_buffer_size, TOKEN_DEFAULT_GROW_SIZE); -+ token[token_index++] = character; -+ strcpy (token + token_index, ttok); -+ token_index += ttoklen; -+ FREE (ttok); -+ dollar_present = all_digit_token = 0; -+ goto next_character; -+ } -+ #endif /* COND_REGEXP */ -+ - #ifdef EXTENDED_GLOB - /* Parse a ksh-style extended pattern matching specification. */ -! if MBTEST(extended_glob && PATTERN_CHAR (character)) - { - peek_char = shell_getc (1); - if MBTEST(peek_char == '(') /* ) */ - -*** ../bash-3.2/patchlevel.h Thu Apr 13 08:31:04 2006 ---- patchlevel.h Mon Oct 16 14:22:54 2006 -*************** -*** 26,30 **** - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 2 - - #endif /* _PATCHLEVEL_H_ */ ---- 26,30 ---- - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 3 - - #endif /* _PATCHLEVEL_H_ */ - - - BASH PATCH REPORT - ================= - -Bash-Release: 3.2 -Patch-ID: bash32-004 - -Bug-Reported-by: Stuart Shelton -Bug-Reference-ID: <619141e40610261203y6cda5aa6i23cb24c7aeba996e at mail.gmail.com> -Bug-Reference-URL: - -Bug-Description: - -A bug in the parameter pattern substitution implementation treated a pattern -whose first character was `/' (after expansion) as specifying global -replacement. - -Patch: - -*** ../bash-3.2/subst.c Tue Sep 19 08:35:09 2006 ---- subst.c Thu Oct 26 09:17:50 2006 -*************** -*** 5707,5712 **** ---- 5707,5717 ---- - vtype &= ~VT_STARSUB; - - mflags = 0; -+ if (patsub && *patsub == '/') -+ { -+ mflags |= MATCH_GLOBREP; -+ patsub++; -+ } - - /* Malloc this because expand_string_if_necessary or one of the expansion - functions in its call chain may free it on a substitution error. */ -*************** -*** 5741,5753 **** - } - - /* ksh93 doesn't allow the match specifier to be a part of the expanded -! pattern. This is an extension. */ - p = pat; -! if (pat && pat[0] == '/') -! { -! mflags |= MATCH_GLOBREP|MATCH_ANY; -! p++; -! } - else if (pat && pat[0] == '#') - { - mflags |= MATCH_BEG; ---- 5746,5757 ---- - } - - /* ksh93 doesn't allow the match specifier to be a part of the expanded -! pattern. This is an extension. Make sure we don't anchor the pattern -! at the beginning or end of the string if we're doing global replacement, -! though. */ - p = pat; -! if (mflags & MATCH_GLOBREP) -! mflags |= MATCH_ANY; - else if (pat && pat[0] == '#') - { - mflags |= MATCH_BEG; -*** ../bash-3.2/tests/new-exp.right Thu Aug 10 12:00:00 2006 ---- tests/new-exp.right Sun Oct 29 16:03:36 2006 -*************** -*** 430,436 **** - Case06---1---A B C::--- - Case07---3---A:B:C--- - Case08---3---A:B:C--- -! ./new-exp.tests: line 506: /${$(($#-1))}: bad substitution - argv[1] = - argv[2] = - argv[3] = ---- 430,436 ---- - Case06---1---A B C::--- - Case07---3---A:B:C--- - Case08---3---A:B:C--- -! ./new-exp.tests: line 506: ${$(($#-1))}: bad substitution - argv[1] = - argv[2] = - argv[3] = -*** ../bash-3.2/patchlevel.h Thu Apr 13 08:31:04 2006 ---- patchlevel.h Mon Oct 16 14:22:54 2006 -*************** -*** 26,30 **** - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 3 - - #endif /* _PATCHLEVEL_H_ */ ---- 26,30 ---- - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 4 - - #endif /* _PATCHLEVEL_H_ */ - - BASH PATCH REPORT - ================= - -Bash-Release: 3.2 -Patch-ID: bash32-005 - -Bug-Reported-by: Stuart Shelton -Bug-Reference-ID: <453F7CC8.6030907 at openobjects.com> -Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2006-10/msg00127.html - -Bug-Description: - -A missing extern declaration for `asprintf' caused `double' arguments to be -passed as `0', leading to incorrect results. Additionally, a bug in the -replacement asprintf/snprintf function caused an infinite loop when passed -0 arguments to the floating point conversions under some circumstances. - -Patch: - -*** ../bash-3.2/builtins/printf.def Mon Sep 18 08:48:42 2006 ---- builtins/printf.def Tue Oct 31 08:19:44 2006 -*************** -*** 49,54 **** ---- 49,60 ---- - # define INT_MIN (-2147483647-1) - #endif - -+ #if defined (PREFER_STDARG) -+ # include -+ #else -+ # include -+ #endif -+ - #include - #include - -*************** -*** 151,156 **** ---- 157,166 ---- - #define SKIP1 "#'-+ 0" - #define LENMODS "hjlLtz" - -+ #ifndef HAVE_ASPRINTF -+ extern int asprintf __P((char **, const char *, ...)) __attribute__((__format__ (printf, 2, 3))); -+ #endif -+ - static void printf_erange __P((char *)); - static int printstr __P((char *, char *, int, int, int)); - static int tescape __P((char *, char *, int *)); - - -*** ../bash-3.2/lib/sh/snprintf.c Thu Apr 6 09:48:40 2006 ---- lib/sh/snprintf.c Sat Oct 28 00:00:13 2006 -*************** -*** 471,476 **** ---- 476,483 ---- - 10^x ~= r - * log_10(200) = 2; - * log_10(250) = 2; -+ * -+ * NOTE: do not call this with r == 0 -- an infinite loop results. - */ - static int - log_10(r) -*************** -*** 576,583 **** - { - integral_part[0] = '0'; - integral_part[1] = '\0'; -! fraction_part[0] = '0'; -! fraction_part[1] = '\0'; - if (fract) - *fract = fraction_part; - return integral_part; ---- 583,593 ---- - { - integral_part[0] = '0'; - integral_part[1] = '\0'; -! /* The fractional part has to take the precision into account */ -! for (ch = 0; ch < precision-1; ch++) -! fraction_part[ch] = '0'; -! fraction_part[ch] = '0'; -! fraction_part[ch+1] = '\0'; - if (fract) - *fract = fraction_part; - return integral_part; -*************** -*** 805,810 **** ---- 815,821 ---- - PUT_CHAR(*tmp, p); - tmp++; - } -+ - PAD_LEFT(p); - } - -*************** -*** 972,982 **** - if ((p->flags & PF_THOUSANDS) && grouping && (t = groupnum (tmp))) - tmp = t; - - /* calculate the padding. 1 for the dot */ - p->width = p->width - - ((d > 0. && p->justify == RIGHT) ? 1:0) - - ((p->flags & PF_SPACE) ? 1:0) - -! strlen(tmp) - p->precision - 1; - PAD_RIGHT(p); - PUT_PLUS(d, p, 0.); - PUT_SPACE(d, p, 0.); ---- 983,1003 ---- - if ((p->flags & PF_THOUSANDS) && grouping && (t = groupnum (tmp))) - tmp = t; - -+ if ((*p->pf == 'g' || *p->pf == 'G') && (p->flags & PF_ALTFORM) == 0) -+ { -+ /* smash the trailing zeros unless altform */ -+ for (i = strlen(tmp2) - 1; i >= 0 && tmp2[i] == '0'; i--) -+ tmp2[i] = '\0'; -+ if (tmp2[0] == '\0') -+ p->precision = 0; -+ } -+ - /* calculate the padding. 1 for the dot */ - p->width = p->width - - ((d > 0. && p->justify == RIGHT) ? 1:0) - - ((p->flags & PF_SPACE) ? 1:0) - -! strlen(tmp) - p->precision - -! ((p->precision != 0 || (p->flags & PF_ALTFORM)) ? 1 : 0); /* radix char */ - PAD_RIGHT(p); - PUT_PLUS(d, p, 0.); - PUT_SPACE(d, p, 0.); -*************** -*** 991,1001 **** - if (p->precision != 0 || (p->flags & PF_ALTFORM)) - PUT_CHAR(decpoint, p); /* put the '.' */ - -- if ((*p->pf == 'g' || *p->pf == 'G') && (p->flags & PF_ALTFORM) == 0) -- /* smash the trailing zeros unless altform */ -- for (i = strlen(tmp2) - 1; i >= 0 && tmp2[i] == '0'; i--) -- tmp2[i] = '\0'; -- - for (; *tmp2; tmp2++) - PUT_CHAR(*tmp2, p); /* the fraction */ - ---- 1012,1017 ---- -*************** -*** 1011,1024 **** - char *tmp, *tmp2; - int j, i; - -! if (chkinfnan(p, d, 1) || chkinfnan(p, d, 2)) - return; /* already printed nan or inf */ - - GETLOCALEDATA(decpoint, thoussep, grouping); - DEF_PREC(p); -! j = log_10(d); -! d = d / pow_10(j); /* get the Mantissa */ -! d = ROUND(d, p); - tmp = dtoa(d, p->precision, &tmp2); - - /* 1 for unit, 1 for the '.', 1 for 'e|E', ---- 1027,1045 ---- - char *tmp, *tmp2; - int j, i; - -! if (d != 0 && (chkinfnan(p, d, 1) || chkinfnan(p, d, 2))) - return; /* already printed nan or inf */ - - GETLOCALEDATA(decpoint, thoussep, grouping); - DEF_PREC(p); -! if (d == 0.) -! j = 0; -! else -! { -! j = log_10(d); -! d = d / pow_10(j); /* get the Mantissa */ -! d = ROUND(d, p); -! } - tmp = dtoa(d, p->precision, &tmp2); - - /* 1 for unit, 1 for the '.', 1 for 'e|E', -*************** -*** 1076,1081 **** ---- 1097,1103 ---- - PUT_CHAR(*tmp, p); - tmp++; - } -+ - PAD_LEFT(p); - } - #endif -*************** -*** 1358,1364 **** - STAR_ARGS(data); - DEF_PREC(data); - d = GETDOUBLE(data); -! i = log_10(d); - /* - * for '%g|%G' ANSI: use f if exponent - * is in the range or [-4,p] exclusively ---- 1380,1386 ---- - STAR_ARGS(data); - DEF_PREC(data); - d = GETDOUBLE(data); -! i = (d != 0.) ? log_10(d) : -1; - /* - * for '%g|%G' ANSI: use f if exponent - * is in the range or [-4,p] exclusively -*** ../bash-3.2/patchlevel.h Thu Apr 13 08:31:04 2006 ---- patchlevel.h Mon Oct 16 14:22:54 2006 -*************** -*** 26,30 **** - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 4 - - #endif /* _PATCHLEVEL_H_ */ ---- 26,30 ---- - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 5 - - #endif /* _PATCHLEVEL_H_ */ - - BASH PATCH REPORT - ================= - -Bash-Release: 3.2 -Patch-ID: bash32-006 - -Bug-Reported-by: ebb9 at byu.net -Bug-Reference-ID: <45540862.9030900 at byu.net> -Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2006-11/msg00017.html - http://lists.gnu.org/archive/html/bug-bash/2006-11/msg00016.html - -Bug-Description: - -In some cases, code that is intended to be used in the presence of multibyte -characters is called when no such characters are present, leading to incorrect -display position calculations and incorrect redisplay. - -Patch: - -*** ../bash-3.2-patched/lib/readline/display.c Thu Sep 14 14:20:12 2006 ---- lib/readline/display.c Mon Nov 13 17:55:57 2006 -*************** -*** 2381,2384 **** ---- 2409,2414 ---- - if (end <= start) - return 0; -+ if (MB_CUR_MAX == 1 || rl_byte_oriented) -+ return (end - start); - - memset (&ps, 0, sizeof (mbstate_t)); -*** ../bash-3.2/patchlevel.h Thu Apr 13 08:31:04 2006 ---- patchlevel.h Mon Oct 16 14:22:54 2006 -*************** -*** 26,30 **** - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 5 - - #endif /* _PATCHLEVEL_H_ */ ---- 26,30 ---- - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 6 - - #endif /* _PATCHLEVEL_H_ */ - - BASH PATCH REPORT - ================= - -Bash-Release: 3.2 -Patch-ID: bash32-007 - -Bug-Reported-by: jidanni at jidanni.org -Bug-Reference-ID: -Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2006-11/msg00039.html - -Bug-Description: - -When removing the current or previous job from the jobs list, bash incorrectly -resets the current job under some circumstances. - -Patch: - -*** ../bash-3.2-patched/jobs.c Sat Jul 29 16:40:48 2006 ---- jobs.c Fri Nov 24 14:50:01 2006 -*************** -*** 985,990 **** - if (temp == 0) - return; -- if (job_index == js.j_current || job_index == js.j_previous) -- reset_current (); - - if ((dflags & DEL_NOBGPID) == 0) ---- 985,988 ---- -*************** -*** 1029,1032 **** ---- 1027,1033 ---- - else if (jobs[js.j_firstj] == 0 || jobs[js.j_lastj] == 0) - reset_job_indices (); -+ -+ if (job_index == js.j_current || job_index == js.j_previous) -+ reset_current (); - } - -*** ../bash-3.2/patchlevel.h Thu Apr 13 08:31:04 2006 ---- patchlevel.h Mon Oct 16 14:22:54 2006 -*************** -*** 26,30 **** - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 6 - - #endif /* _PATCHLEVEL_H_ */ ---- 26,30 ---- - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 7 - - #endif /* _PATCHLEVEL_H_ */ - - - - BASH PATCH REPORT - ================= - -Bash-Release: 3.2 -Patch-ID: bash32-008 - -Bug-Reported-by: Linda Walsh -Bug-Reference-ID: <456041FD.8000605 at tlinx.org> -Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2006-11/msg00040.html - -Bug-Description: - -When checking pathnames from the command hash table (e.g., when the `checkhash' -shell option is enabled), a bug causes bash to delete and re-lookup each -command. - -Patch: - -*** ../bash-3.2-patched/findcmd.c Wed Aug 17 16:49:54 2005 ---- findcmd.c Fri Nov 24 10:48:37 2006 -*************** -*** 309,313 **** - { - st = file_status (hashed_file); -! if ((st ^ (FS_EXISTS | FS_EXECABLE)) != 0) - { - phash_remove (pathname); ---- 309,313 ---- - { - st = file_status (hashed_file); -! if ((st & (FS_EXISTS|FS_EXECABLE)) != (FS_EXISTS|FS_EXECABLE)) - { - phash_remove (pathname); -*** ../bash-3.2/patchlevel.h Thu Apr 13 08:31:04 2006 ---- patchlevel.h Mon Oct 16 14:22:54 2006 -*************** -*** 26,30 **** - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 7 - - #endif /* _PATCHLEVEL_H_ */ ---- 26,30 ---- - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 8 - - #endif /* _PATCHLEVEL_H_ */ - - BASH PATCH REPORT - ================= - -Bash-Release: 3.2 -Patch-ID: bash32-009 - -Bug-Reported-by: James.M.Botte at lowes.com -Bug-Reference-ID: -Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2006-12/msg00000.html - -Bug-Description: - -When using its built-in replacement for snprintf/asprintf, bash does not -treat the %x, %X, and %o format specifiers as unsigned numbers. - -Patch: - -*** ../bash-3.2-patched/lib/sh/snprintf.c Mon Nov 13 08:58:52 2006 ---- lib/sh/snprintf.c Wed Dec 6 11:15:04 2006 -*************** -*** 669,673 **** - - sd = d; /* signed for ' ' padding in base 10 */ -! flags = (*p->pf == 'u' || *p->pf == 'U') ? FL_UNSIGNED : 0; - if (*p->pf == 'X') - flags |= FL_HEXUPPER; ---- 674,679 ---- - - sd = d; /* signed for ' ' padding in base 10 */ -! flags = 0; -! flags = (*p->pf == 'x' || *p->pf == 'X' || *p->pf == 'o' || *p->pf == 'u' || *p->pf == 'U') ? FL_UNSIGNED : 0; - if (*p->pf == 'X') - flags |= FL_HEXUPPER; -*************** -*** 739,743 **** - - sd = d; /* signed for ' ' padding in base 10 */ -! flags = (*p->pf == 'u' || *p->pf == 'U') ? FL_UNSIGNED : 0; - if (*p->pf == 'X') - flags |= FL_HEXUPPER; ---- 745,749 ---- - - sd = d; /* signed for ' ' padding in base 10 */ -! flags = (*p->pf == 'x' || *p->pf == 'X' || *p->pf == 'o' || *p->pf == 'u' || *p->pf == 'U') ? FL_UNSIGNED : 0; - if (*p->pf == 'X') - flags |= FL_HEXUPPER; -*** ../bash-3.2/patchlevel.h Thu Apr 13 08:31:04 2006 ---- patchlevel.h Mon Oct 16 14:22:54 2006 -*************** -*** 26,30 **** - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 8 - - #endif /* _PATCHLEVEL_H_ */ ---- 26,30 ---- - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 9 - - #endif /* _PATCHLEVEL_H_ */ diff --git a/bash/bash-3.2-001-010.patch b/bash/bash-3.2-001-010.patch new file mode 100644 index 0000000..befaab5 --- /dev/null +++ b/bash/bash-3.2-001-010.patch @@ -0,0 +1,986 @@ + BASH PATCH REPORT + ================= + +Bash-Release: 3.2 +Patch-ID: bash32-001 + +Bug-Reported-by: Greg Schafer +Bug-Reference-ID: <20061012084940.GA15768 at tigers.local> +Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2006-10/msg00046.html + +Bug-Description: + +When using historical ``-style command substitution, bash incorrectly attempts +to interpret shell comments while scanning for the closing backquote. + +Patch: + +*** ../bash-3.2/parse.y Tue Sep 19 16:37:21 2006 +--- parse.y Thu Oct 12 10:30:57 2006 +*************** +*** 2736,2740 **** + count = 1; + pass_next_character = backq_backslash = was_dollar = in_comment = 0; +! check_comment = (flags & P_COMMAND) && qc != '\'' && qc != '"' && (flags & P_DQUOTE) == 0; + + /* RFLAGS is the set of flags we want to pass to recursive calls. */ +--- 2736,2740 ---- + count = 1; + pass_next_character = backq_backslash = was_dollar = in_comment = 0; +! check_comment = (flags & P_COMMAND) && qc != '`' && qc != '\'' && qc != '"' && (flags & P_DQUOTE) == 0; + + /* RFLAGS is the set of flags we want to pass to recursive calls. */ +*** ../bash-3.2/patchlevel.h Thu Apr 13 08:31:04 2006 +--- patchlevel.h Mon Oct 16 14:22:54 2006 +*************** +*** 26,30 **** + looks for to find the patch level (for the sccs version string). */ + +! #define PATCHLEVEL 0 + + #endif /* _PATCHLEVEL_H_ */ +--- 26,30 ---- + looks for to find the patch level (for the sccs version string). */ + +! #define PATCHLEVEL 1 + + #endif /* _PATCHLEVEL_H_ */ + + BASH PATCH REPORT + ================= + +Bash-Release: 3.2 +Patch-ID: bash32-002 + +Bug-Reported-by: Jim Gifford +Bug-Reference-ID: <12j2pc3aq35mb04 at corp.supernews.com> +Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2006-10/msg00082.html + +Bug-Description: + +An incorrect encoding specification in the Content-Type header causes msgfmt +to fail, which causes `make install' to fail. + +Patch: + +*** ../bash-3.2/po/ru.po Tue Jan 10 17:51:03 2006 +--- po/ru.po Mon Oct 16 15:13:23 2006 +*************** +*** 13,17 **** + "Language-Team: Russian \n" + "MIME-Version: 1.0\n" +! "Content-Type: text/plain; charset=UTF-8\n" + "Content-Transfer-Encoding: 8bit\n" + "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +--- 13,17 ---- + "Language-Team: Russian \n" + "MIME-Version: 1.0\n" +! "Content-Type: text/plain; charset=KOI8-R\n" + "Content-Transfer-Encoding: 8bit\n" + "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +*** ../bash-3.2/patchlevel.h Thu Apr 13 08:31:04 2006 +--- patchlevel.h Mon Oct 16 14:22:54 2006 +*************** +*** 26,30 **** + looks for to find the patch level (for the sccs version string). */ + +! #define PATCHLEVEL 1 + + #endif /* _PATCHLEVEL_H_ */ +--- 26,30 ---- + looks for to find the patch level (for the sccs version string). */ + +! #define PATCHLEVEL 2 + + #endif /* _PATCHLEVEL_H_ */ + + BASH PATCH REPORT + ================= + +Bash-Release: 3.2 +Patch-ID: bash32-003 + +Bug-Reported-by: John Gatewood Ham +Bug-Reference-ID: +Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2006-10/msg00045.html + +Bug-Description: + +When using the conditional command's `=~' operator to match regular +expressions, the parser did not skip over shell metacharacters in the +regular expression, leading to syntax errors. + +Patch: + +*** ../bash-3.2-patched/parse.y Tue Oct 17 11:45:20 2006 +--- parse.y Sat Oct 14 14:56:16 2006 +*************** +*** 1029,1034 **** +--- 1029,1035 ---- + #define PST_CMDTOKEN 0x1000 /* command token OK - unused */ + #define PST_COMPASSIGN 0x2000 /* parsing x=(...) compound assignment */ + #define PST_ASSIGNOK 0x4000 /* assignment statement ok in this context */ ++ #define PST_REGEXP 0x8000 /* parsing an ERE/BRE as a single word */ + + /* Initial size to allocate for tokens, and the + amount to grow them by. */ +*************** +*** 2591,2596 **** +--- 2592,2600 ---- + return (character); + } + ++ if (parser_state & PST_REGEXP) ++ goto tokword; ++ + /* Shell meta-characters. */ + if MBTEST(shellmeta (character) && ((parser_state & PST_DBLPAREN) == 0)) + { +*************** +*** 2698,2703 **** +--- 2702,2708 ---- + if MBTEST(character == '-' && (last_read_token == LESS_AND || last_read_token == GREATER_AND)) + return (character); + ++ tokword: + /* Okay, if we got this far, we have to read a word. Read one, + and then check it against the known ones. */ + result = read_token_word (character); +*************** +*** 3202,3209 **** + if (tok == WORD && test_binop (yylval.word->word)) + op = yylval.word; + #if defined (COND_REGEXP) +! else if (tok == WORD && STREQ (yylval.word->word,"=~")) +! op = yylval.word; + #endif + else if (tok == '<' || tok == '>') + op = make_word_from_token (tok); /* ( */ +--- 3207,3217 ---- + if (tok == WORD && test_binop (yylval.word->word)) + op = yylval.word; + #if defined (COND_REGEXP) +! else if (tok == WORD && STREQ (yylval.word->word, "=~")) +! { +! op = yylval.word; +! parser_state |= PST_REGEXP; +! } + #endif + else if (tok == '<' || tok == '>') + op = make_word_from_token (tok); /* ( */ +*************** +*** 3234,3239 **** +--- 3242,3248 ---- + + /* rhs */ + tok = read_token (READ); ++ parser_state &= ~PST_REGEXP; + if (tok == WORD) + { + tright = make_cond_node (COND_TERM, yylval.word, (COND_COM *)NULL, (COND_COM *)NULL); +*************** +*** 3419,3427 **** + goto next_character; + } + + #ifdef EXTENDED_GLOB + /* Parse a ksh-style extended pattern matching specification. */ +! if (extended_glob && PATTERN_CHAR (character)) + { + peek_char = shell_getc (1); + if MBTEST(peek_char == '(') /* ) */ +--- 3428,3461 ---- + goto next_character; + } + ++ #ifdef COND_REGEXP ++ /* When parsing a regexp as a single word inside a conditional command, ++ we need to special-case characters special to both the shell and ++ regular expressions. Right now, that is only '(' and '|'. */ /*)*/ ++ if MBTEST((parser_state & PST_REGEXP) && (character == '(' || character == '|')) /*)*/ ++ { ++ if (character == '|') ++ goto got_character; ++ ++ push_delimiter (dstack, character); ++ ttok = parse_matched_pair (cd, '(', ')', &ttoklen, 0); ++ pop_delimiter (dstack); ++ if (ttok == &matched_pair_error) ++ return -1; /* Bail immediately. */ ++ RESIZE_MALLOCED_BUFFER (token, token_index, ttoklen + 2, ++ token_buffer_size, TOKEN_DEFAULT_GROW_SIZE); ++ token[token_index++] = character; ++ strcpy (token + token_index, ttok); ++ token_index += ttoklen; ++ FREE (ttok); ++ dollar_present = all_digit_token = 0; ++ goto next_character; ++ } ++ #endif /* COND_REGEXP */ ++ + #ifdef EXTENDED_GLOB + /* Parse a ksh-style extended pattern matching specification. */ +! if MBTEST(extended_glob && PATTERN_CHAR (character)) + { + peek_char = shell_getc (1); + if MBTEST(peek_char == '(') /* ) */ + +*** ../bash-3.2/patchlevel.h Thu Apr 13 08:31:04 2006 +--- patchlevel.h Mon Oct 16 14:22:54 2006 +*************** +*** 26,30 **** + looks for to find the patch level (for the sccs version string). */ + +! #define PATCHLEVEL 2 + + #endif /* _PATCHLEVEL_H_ */ +--- 26,30 ---- + looks for to find the patch level (for the sccs version string). */ + +! #define PATCHLEVEL 3 + + #endif /* _PATCHLEVEL_H_ */ + + + BASH PATCH REPORT + ================= + +Bash-Release: 3.2 +Patch-ID: bash32-004 + +Bug-Reported-by: Stuart Shelton +Bug-Reference-ID: <619141e40610261203y6cda5aa6i23cb24c7aeba996e at mail.gmail.com> +Bug-Reference-URL: + +Bug-Description: + +A bug in the parameter pattern substitution implementation treated a pattern +whose first character was `/' (after expansion) as specifying global +replacement. + +Patch: + +*** ../bash-3.2/subst.c Tue Sep 19 08:35:09 2006 +--- subst.c Thu Oct 26 09:17:50 2006 +*************** +*** 5707,5712 **** +--- 5707,5717 ---- + vtype &= ~VT_STARSUB; + + mflags = 0; ++ if (patsub && *patsub == '/') ++ { ++ mflags |= MATCH_GLOBREP; ++ patsub++; ++ } + + /* Malloc this because expand_string_if_necessary or one of the expansion + functions in its call chain may free it on a substitution error. */ +*************** +*** 5741,5753 **** + } + + /* ksh93 doesn't allow the match specifier to be a part of the expanded +! pattern. This is an extension. */ + p = pat; +! if (pat && pat[0] == '/') +! { +! mflags |= MATCH_GLOBREP|MATCH_ANY; +! p++; +! } + else if (pat && pat[0] == '#') + { + mflags |= MATCH_BEG; +--- 5746,5757 ---- + } + + /* ksh93 doesn't allow the match specifier to be a part of the expanded +! pattern. This is an extension. Make sure we don't anchor the pattern +! at the beginning or end of the string if we're doing global replacement, +! though. */ + p = pat; +! if (mflags & MATCH_GLOBREP) +! mflags |= MATCH_ANY; + else if (pat && pat[0] == '#') + { + mflags |= MATCH_BEG; +*** ../bash-3.2/tests/new-exp.right Thu Aug 10 12:00:00 2006 +--- tests/new-exp.right Sun Oct 29 16:03:36 2006 +*************** +*** 430,436 **** + Case06---1---A B C::--- + Case07---3---A:B:C--- + Case08---3---A:B:C--- +! ./new-exp.tests: line 506: /${$(($#-1))}: bad substitution + argv[1] = + argv[2] = + argv[3] = +--- 430,436 ---- + Case06---1---A B C::--- + Case07---3---A:B:C--- + Case08---3---A:B:C--- +! ./new-exp.tests: line 506: ${$(($#-1))}: bad substitution + argv[1] = + argv[2] = + argv[3] = +*** ../bash-3.2/patchlevel.h Thu Apr 13 08:31:04 2006 +--- patchlevel.h Mon Oct 16 14:22:54 2006 +*************** +*** 26,30 **** + looks for to find the patch level (for the sccs version string). */ + +! #define PATCHLEVEL 3 + + #endif /* _PATCHLEVEL_H_ */ +--- 26,30 ---- + looks for to find the patch level (for the sccs version string). */ + +! #define PATCHLEVEL 4 + + #endif /* _PATCHLEVEL_H_ */ + + BASH PATCH REPORT + ================= + +Bash-Release: 3.2 +Patch-ID: bash32-005 + +Bug-Reported-by: Stuart Shelton +Bug-Reference-ID: <453F7CC8.6030907 at openobjects.com> +Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2006-10/msg00127.html + +Bug-Description: + +A missing extern declaration for `asprintf' caused `double' arguments to be +passed as `0', leading to incorrect results. Additionally, a bug in the +replacement asprintf/snprintf function caused an infinite loop when passed +0 arguments to the floating point conversions under some circumstances. + +Patch: + +*** ../bash-3.2/builtins/printf.def Mon Sep 18 08:48:42 2006 +--- builtins/printf.def Tue Oct 31 08:19:44 2006 +*************** +*** 49,54 **** +--- 49,60 ---- + # define INT_MIN (-2147483647-1) + #endif + ++ #if defined (PREFER_STDARG) ++ # include ++ #else ++ # include ++ #endif ++ + #include + #include + +*************** +*** 151,156 **** +--- 157,166 ---- + #define SKIP1 "#'-+ 0" + #define LENMODS "hjlLtz" + ++ #ifndef HAVE_ASPRINTF ++ extern int asprintf __P((char **, const char *, ...)) __attribute__((__format__ (printf, 2, 3))); ++ #endif ++ + static void printf_erange __P((char *)); + static int printstr __P((char *, char *, int, int, int)); + static int tescape __P((char *, char *, int *)); + + +*** ../bash-3.2/lib/sh/snprintf.c Thu Apr 6 09:48:40 2006 +--- lib/sh/snprintf.c Sat Oct 28 00:00:13 2006 +*************** +*** 471,476 **** +--- 476,483 ---- + 10^x ~= r + * log_10(200) = 2; + * log_10(250) = 2; ++ * ++ * NOTE: do not call this with r == 0 -- an infinite loop results. + */ + static int + log_10(r) +*************** +*** 576,583 **** + { + integral_part[0] = '0'; + integral_part[1] = '\0'; +! fraction_part[0] = '0'; +! fraction_part[1] = '\0'; + if (fract) + *fract = fraction_part; + return integral_part; +--- 583,593 ---- + { + integral_part[0] = '0'; + integral_part[1] = '\0'; +! /* The fractional part has to take the precision into account */ +! for (ch = 0; ch < precision-1; ch++) +! fraction_part[ch] = '0'; +! fraction_part[ch] = '0'; +! fraction_part[ch+1] = '\0'; + if (fract) + *fract = fraction_part; + return integral_part; +*************** +*** 805,810 **** +--- 815,821 ---- + PUT_CHAR(*tmp, p); + tmp++; + } ++ + PAD_LEFT(p); + } + +*************** +*** 972,982 **** + if ((p->flags & PF_THOUSANDS) && grouping && (t = groupnum (tmp))) + tmp = t; + + /* calculate the padding. 1 for the dot */ + p->width = p->width - + ((d > 0. && p->justify == RIGHT) ? 1:0) - + ((p->flags & PF_SPACE) ? 1:0) - +! strlen(tmp) - p->precision - 1; + PAD_RIGHT(p); + PUT_PLUS(d, p, 0.); + PUT_SPACE(d, p, 0.); +--- 983,1003 ---- + if ((p->flags & PF_THOUSANDS) && grouping && (t = groupnum (tmp))) + tmp = t; + ++ if ((*p->pf == 'g' || *p->pf == 'G') && (p->flags & PF_ALTFORM) == 0) ++ { ++ /* smash the trailing zeros unless altform */ ++ for (i = strlen(tmp2) - 1; i >= 0 && tmp2[i] == '0'; i--) ++ tmp2[i] = '\0'; ++ if (tmp2[0] == '\0') ++ p->precision = 0; ++ } ++ + /* calculate the padding. 1 for the dot */ + p->width = p->width - + ((d > 0. && p->justify == RIGHT) ? 1:0) - + ((p->flags & PF_SPACE) ? 1:0) - +! strlen(tmp) - p->precision - +! ((p->precision != 0 || (p->flags & PF_ALTFORM)) ? 1 : 0); /* radix char */ + PAD_RIGHT(p); + PUT_PLUS(d, p, 0.); + PUT_SPACE(d, p, 0.); +*************** +*** 991,1001 **** + if (p->precision != 0 || (p->flags & PF_ALTFORM)) + PUT_CHAR(decpoint, p); /* put the '.' */ + +- if ((*p->pf == 'g' || *p->pf == 'G') && (p->flags & PF_ALTFORM) == 0) +- /* smash the trailing zeros unless altform */ +- for (i = strlen(tmp2) - 1; i >= 0 && tmp2[i] == '0'; i--) +- tmp2[i] = '\0'; +- + for (; *tmp2; tmp2++) + PUT_CHAR(*tmp2, p); /* the fraction */ + +--- 1012,1017 ---- +*************** +*** 1011,1024 **** + char *tmp, *tmp2; + int j, i; + +! if (chkinfnan(p, d, 1) || chkinfnan(p, d, 2)) + return; /* already printed nan or inf */ + + GETLOCALEDATA(decpoint, thoussep, grouping); + DEF_PREC(p); +! j = log_10(d); +! d = d / pow_10(j); /* get the Mantissa */ +! d = ROUND(d, p); + tmp = dtoa(d, p->precision, &tmp2); + + /* 1 for unit, 1 for the '.', 1 for 'e|E', +--- 1027,1045 ---- + char *tmp, *tmp2; + int j, i; + +! if (d != 0 && (chkinfnan(p, d, 1) || chkinfnan(p, d, 2))) + return; /* already printed nan or inf */ + + GETLOCALEDATA(decpoint, thoussep, grouping); + DEF_PREC(p); +! if (d == 0.) +! j = 0; +! else +! { +! j = log_10(d); +! d = d / pow_10(j); /* get the Mantissa */ +! d = ROUND(d, p); +! } + tmp = dtoa(d, p->precision, &tmp2); + + /* 1 for unit, 1 for the '.', 1 for 'e|E', +*************** +*** 1076,1081 **** +--- 1097,1103 ---- + PUT_CHAR(*tmp, p); + tmp++; + } ++ + PAD_LEFT(p); + } + #endif +*************** +*** 1358,1364 **** + STAR_ARGS(data); + DEF_PREC(data); + d = GETDOUBLE(data); +! i = log_10(d); + /* + * for '%g|%G' ANSI: use f if exponent + * is in the range or [-4,p] exclusively +--- 1380,1386 ---- + STAR_ARGS(data); + DEF_PREC(data); + d = GETDOUBLE(data); +! i = (d != 0.) ? log_10(d) : -1; + /* + * for '%g|%G' ANSI: use f if exponent + * is in the range or [-4,p] exclusively +*** ../bash-3.2/patchlevel.h Thu Apr 13 08:31:04 2006 +--- patchlevel.h Mon Oct 16 14:22:54 2006 +*************** +*** 26,30 **** + looks for to find the patch level (for the sccs version string). */ + +! #define PATCHLEVEL 4 + + #endif /* _PATCHLEVEL_H_ */ +--- 26,30 ---- + looks for to find the patch level (for the sccs version string). */ + +! #define PATCHLEVEL 5 + + #endif /* _PATCHLEVEL_H_ */ + + BASH PATCH REPORT + ================= + +Bash-Release: 3.2 +Patch-ID: bash32-006 + +Bug-Reported-by: ebb9 at byu.net +Bug-Reference-ID: <45540862.9030900 at byu.net> +Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2006-11/msg00017.html + http://lists.gnu.org/archive/html/bug-bash/2006-11/msg00016.html + +Bug-Description: + +In some cases, code that is intended to be used in the presence of multibyte +characters is called when no such characters are present, leading to incorrect +display position calculations and incorrect redisplay. + +Patch: + +*** ../bash-3.2-patched/lib/readline/display.c Thu Sep 14 14:20:12 2006 +--- lib/readline/display.c Mon Nov 13 17:55:57 2006 +*************** +*** 2381,2384 **** +--- 2409,2414 ---- + if (end <= start) + return 0; ++ if (MB_CUR_MAX == 1 || rl_byte_oriented) ++ return (end - start); + + memset (&ps, 0, sizeof (mbstate_t)); +*** ../bash-3.2/patchlevel.h Thu Apr 13 08:31:04 2006 +--- patchlevel.h Mon Oct 16 14:22:54 2006 +*************** +*** 26,30 **** + looks for to find the patch level (for the sccs version string). */ + +! #define PATCHLEVEL 5 + + #endif /* _PATCHLEVEL_H_ */ +--- 26,30 ---- + looks for to find the patch level (for the sccs version string). */ + +! #define PATCHLEVEL 6 + + #endif /* _PATCHLEVEL_H_ */ + + BASH PATCH REPORT + ================= + +Bash-Release: 3.2 +Patch-ID: bash32-007 + +Bug-Reported-by: jidanni at jidanni.org +Bug-Reference-ID: +Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2006-11/msg00039.html + +Bug-Description: + +When removing the current or previous job from the jobs list, bash incorrectly +resets the current job under some circumstances. + +Patch: + +*** ../bash-3.2-patched/jobs.c Sat Jul 29 16:40:48 2006 +--- jobs.c Fri Nov 24 14:50:01 2006 +*************** +*** 985,990 **** + if (temp == 0) + return; +- if (job_index == js.j_current || job_index == js.j_previous) +- reset_current (); + + if ((dflags & DEL_NOBGPID) == 0) +--- 985,988 ---- +*************** +*** 1029,1032 **** +--- 1027,1033 ---- + else if (jobs[js.j_firstj] == 0 || jobs[js.j_lastj] == 0) + reset_job_indices (); ++ ++ if (job_index == js.j_current || job_index == js.j_previous) ++ reset_current (); + } + +*** ../bash-3.2/patchlevel.h Thu Apr 13 08:31:04 2006 +--- patchlevel.h Mon Oct 16 14:22:54 2006 +*************** +*** 26,30 **** + looks for to find the patch level (for the sccs version string). */ + +! #define PATCHLEVEL 6 + + #endif /* _PATCHLEVEL_H_ */ +--- 26,30 ---- + looks for to find the patch level (for the sccs version string). */ + +! #define PATCHLEVEL 7 + + #endif /* _PATCHLEVEL_H_ */ + + + + BASH PATCH REPORT + ================= + +Bash-Release: 3.2 +Patch-ID: bash32-008 + +Bug-Reported-by: Linda Walsh +Bug-Reference-ID: <456041FD.8000605 at tlinx.org> +Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2006-11/msg00040.html + +Bug-Description: + +When checking pathnames from the command hash table (e.g., when the `checkhash' +shell option is enabled), a bug causes bash to delete and re-lookup each +command. + +Patch: + +*** ../bash-3.2-patched/findcmd.c Wed Aug 17 16:49:54 2005 +--- findcmd.c Fri Nov 24 10:48:37 2006 +*************** +*** 309,313 **** + { + st = file_status (hashed_file); +! if ((st ^ (FS_EXISTS | FS_EXECABLE)) != 0) + { + phash_remove (pathname); +--- 309,313 ---- + { + st = file_status (hashed_file); +! if ((st & (FS_EXISTS|FS_EXECABLE)) != (FS_EXISTS|FS_EXECABLE)) + { + phash_remove (pathname); +*** ../bash-3.2/patchlevel.h Thu Apr 13 08:31:04 2006 +--- patchlevel.h Mon Oct 16 14:22:54 2006 +*************** +*** 26,30 **** + looks for to find the patch level (for the sccs version string). */ + +! #define PATCHLEVEL 7 + + #endif /* _PATCHLEVEL_H_ */ +--- 26,30 ---- + looks for to find the patch level (for the sccs version string). */ + +! #define PATCHLEVEL 8 + + #endif /* _PATCHLEVEL_H_ */ + + BASH PATCH REPORT + ================= + +Bash-Release: 3.2 +Patch-ID: bash32-009 + +Bug-Reported-by: James.M.Botte at lowes.com +Bug-Reference-ID: +Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2006-12/msg00000.html + +Bug-Description: + +When using its built-in replacement for snprintf/asprintf, bash does not +treat the %x, %X, and %o format specifiers as unsigned numbers. + +Patch: + +*** ../bash-3.2-patched/lib/sh/snprintf.c Mon Nov 13 08:58:52 2006 +--- lib/sh/snprintf.c Wed Dec 6 11:15:04 2006 +*************** +*** 669,673 **** + + sd = d; /* signed for ' ' padding in base 10 */ +! flags = (*p->pf == 'u' || *p->pf == 'U') ? FL_UNSIGNED : 0; + if (*p->pf == 'X') + flags |= FL_HEXUPPER; +--- 674,679 ---- + + sd = d; /* signed for ' ' padding in base 10 */ +! flags = 0; +! flags = (*p->pf == 'x' || *p->pf == 'X' || *p->pf == 'o' || *p->pf == 'u' || *p->pf == 'U') ? FL_UNSIGNED : 0; + if (*p->pf == 'X') + flags |= FL_HEXUPPER; +*************** +*** 739,743 **** + + sd = d; /* signed for ' ' padding in base 10 */ +! flags = (*p->pf == 'u' || *p->pf == 'U') ? FL_UNSIGNED : 0; + if (*p->pf == 'X') + flags |= FL_HEXUPPER; +--- 745,749 ---- + + sd = d; /* signed for ' ' padding in base 10 */ +! flags = (*p->pf == 'x' || *p->pf == 'X' || *p->pf == 'o' || *p->pf == 'u' || *p->pf == 'U') ? FL_UNSIGNED : 0; + if (*p->pf == 'X') + flags |= FL_HEXUPPER; +*** ../bash-3.2/patchlevel.h Thu Apr 13 08:31:04 2006 +--- patchlevel.h Mon Oct 16 14:22:54 2006 +*************** +*** 26,30 **** + looks for to find the patch level (for the sccs version string). */ + +! #define PATCHLEVEL 8 + + #endif /* _PATCHLEVEL_H_ */ +--- 26,30 ---- + looks for to find the patch level (for the sccs version string). */ + +! #define PATCHLEVEL 9 + + #endif /* _PATCHLEVEL_H_ */ + + BASH PATCH REPORT + ================= + +Bash-Release: 3.2 +Patch-ID: bash32-010 + +Bug-Reported-by: Ryan Waldron +Bug-Reference-ID: <20070119065603.546D011E9C at kansas.erebor.com> +Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2007-01/msg00059.html + +Bug-Description: + +The glibc implementation of regcomp/regexec does not allow backslashes to +escape "ordinary" pattern characters when matching. Bash used backslashes +to quote all characters when the pattern argument to the [[ special +command's =~ operator was quoted. This caused the match to fail on Linux +and other systems using GNU libc. + +Patch: + +*** ../bash-3.2.9/pathexp.h Sat Feb 19 17:23:18 2005 +--- pathexp.h Wed Jan 31 22:53:16 2007 +*************** +*** 1,5 **** + /* pathexp.h -- The shell interface to the globbing library. */ + +! /* Copyright (C) 1987-2005 Free Software Foundation, Inc. + + This file is part of GNU Bash, the Bourne Again SHell. +--- 1,5 ---- + /* pathexp.h -- The shell interface to the globbing library. */ + +! /* Copyright (C) 1987-2007 Free Software Foundation, Inc. + + This file is part of GNU Bash, the Bourne Again SHell. +*************** +*** 33,36 **** +--- 33,37 ---- + #define QGLOB_CVTNULL 0x01 /* convert QUOTED_NULL strings to '\0' */ + #define QGLOB_FILENAME 0x02 /* do correct quoting for matching filenames */ ++ #define QGLOB_REGEXP 0x04 /* quote an ERE for regcomp/regexec */ + + #if defined (EXTENDED_GLOB) +*** ../bash-3.2.9/pathexp.c Mon May 6 13:43:05 2002 +--- pathexp.c Mon Feb 26 16:59:23 2007 +*************** +*** 1,5 **** + /* pathexp.c -- The shell interface to the globbing library. */ + +! /* Copyright (C) 1995-2002 Free Software Foundation, Inc. + + This file is part of GNU Bash, the Bourne Again SHell. +--- 1,5 ---- + /* pathexp.c -- The shell interface to the globbing library. */ + +! /* Copyright (C) 1995-2007 Free Software Foundation, Inc. + + This file is part of GNU Bash, the Bourne Again SHell. +*************** +*** 111,114 **** +--- 111,141 ---- + } + ++ /* Return 1 if C is a character that is `special' in a POSIX ERE and needs to ++ be quoted to match itself. */ ++ static inline int ++ ere_char (c) ++ int c; ++ { ++ switch (c) ++ { ++ case '.': ++ case '[': ++ case '\\': ++ case '(': ++ case ')': ++ case '*': ++ case '+': ++ case '?': ++ case '{': ++ case '|': ++ case '^': ++ case '$': ++ return 1; ++ default: ++ return 0; ++ } ++ return (0); ++ } ++ + /* PATHNAME can contain characters prefixed by CTLESC; this indicates + that the character is to be quoted. We quote it here in the style +*************** +*** 143,146 **** +--- 170,175 ---- + if ((qflags & QGLOB_FILENAME) && pathname[i+1] == '/') + continue; ++ if ((qflags & QGLOB_REGEXP) && ere_char (pathname[i+1]) == 0) ++ continue; + temp[j++] = '\\'; + i++; +*** ../bash-3.2.9/subst.c Tue Nov 7 16:14:41 2006 +--- subst.c Wed Jan 31 23:09:58 2007 +*************** +*** 5,9 **** + beauty, but, hey, you're alright.'' */ + +! /* Copyright (C) 1987-2006 Free Software Foundation, Inc. + + This file is part of GNU Bash, the Bourne Again SHell. +--- 5,9 ---- + beauty, but, hey, you're alright.'' */ + +! /* Copyright (C) 1987-2007 Free Software Foundation, Inc. + + This file is part of GNU Bash, the Bourne Again SHell. +*************** +*** 2647,2655 **** + /* This needs better error handling. */ + /* Expand W for use as an argument to a unary or binary operator in a +! [[...]] expression. If SPECIAL is nonzero, this is the rhs argument + to the != or == operator, and should be treated as a pattern. In +! this case, we quote the string specially for the globbing code. The +! caller is responsible for removing the backslashes if the unquoted +! words is needed later. */ + char * + cond_expand_word (w, special) +--- 2647,2656 ---- + /* This needs better error handling. */ + /* Expand W for use as an argument to a unary or binary operator in a +! [[...]] expression. If SPECIAL is 1, this is the rhs argument + to the != or == operator, and should be treated as a pattern. In +! this case, we quote the string specially for the globbing code. If +! SPECIAL is 2, this is an rhs argument for the =~ operator, and should +! be quoted appropriately for regcomp/regexec. The caller is responsible +! for removing the backslashes if the unquoted word is needed later. */ + char * + cond_expand_word (w, special) +*************** +*** 2659,2662 **** +--- 2660,2664 ---- + char *r, *p; + WORD_LIST *l; ++ int qflags; + + if (w->word == 0 || w->word[0] == '\0') +*************** +*** 2673,2678 **** + else + { + p = string_list (l); +! r = quote_string_for_globbing (p, QGLOB_CVTNULL); + free (p); + } +--- 2675,2683 ---- + else + { ++ qflags = QGLOB_CVTNULL; ++ if (special == 2) ++ qflags |= QGLOB_REGEXP; + p = string_list (l); +! r = quote_string_for_globbing (p, qflags); + free (p); + } +*** ../bash-3.2.9/execute_cmd.c Sat Aug 26 00:23:17 2006 +--- execute_cmd.c Wed Jan 31 23:12:06 2007 +*************** +*** 1,5 **** + /* execute_cmd.c -- Execute a COMMAND structure. */ + +! /* Copyright (C) 1987-2005 Free Software Foundation, Inc. + + This file is part of GNU Bash, the Bourne Again SHell. +--- 1,5 ---- + /* execute_cmd.c -- Execute a COMMAND structure. */ + +! /* Copyright (C) 1987-2007 Free Software Foundation, Inc. + + This file is part of GNU Bash, the Bourne Again SHell. +*************** +*** 2547,2551 **** + if (arg1 == 0) + arg1 = nullstr; +! arg2 = cond_expand_word (cond->right->op, patmatch||rmatch); + if (arg2 == 0) + arg2 = nullstr; +--- 2547,2551 ---- + if (arg1 == 0) + arg1 = nullstr; +! arg2 = cond_expand_word (cond->right->op, rmatch ? 2 : (patmatch ? 1 : 0)); + if (arg2 == 0) + arg2 = nullstr; +*** ../bash-3.2/patchlevel.h Thu Apr 13 08:31:04 2006 +--- patchlevel.h Mon Oct 16 14:22:54 2006 +*************** +*** 26,30 **** + looks for to find the patch level (for the sccs version string). */ + +! #define PATCHLEVEL 9 + + #endif /* _PATCHLEVEL_H_ */ +--- 26,30 ---- + looks for to find the patch level (for the sccs version string). */ + +! #define PATCHLEVEL 10 + + #endif /* _PATCHLEVEL_H_ */ From crux at crux.nu Tue Mar 6 16:32:32 2007 From: crux at crux.nu (crux at crux.nu) Date: Tue, 06 Mar 2007 17:32:32 +0100 Subject: [crux-commits] ports/core (2.3): Merge branch '2.2' into 2.3 Message-ID: <45ed97a0.4O95VDNS9ibqkyRf%crux@crux.nu> commit 6d894de86e57b5151732239af9c36486ec6a48c7 Merge: fd1df76... 1d3bbf6... Author: Juergen Daubert Date: Tue Mar 6 17:31:35 2007 +0100 Merge branch '2.2' into 2.3 From crux at crux.nu Tue Mar 6 16:32:32 2007 From: crux at crux.nu (crux at crux.nu) Date: Tue, 06 Mar 2007 17:32:32 +0100 Subject: [crux-commits] ports/core (2.3): file: update to 4.20 Message-ID: <45ed97a0.AxWqGIdmcbqQkjpC%crux@crux.nu> commit 1d3bbf6331852a23f518cda651c5a014223dbcb7 Author: Juergen Daubert Date: Tue Mar 6 17:24:08 2007 +0100 file: update to 4.20 diff --git a/file/.md5sum b/file/.md5sum index a7623d9..6e25834 100644 --- a/file/.md5sum +++ b/file/.md5sum @@ -1 +1 @@ -a61ef3aa8339d5987148089afde25f60 file-4.19.tar.gz +402bdb26356791bd5d277099adacc006 file-4.20.tar.gz diff --git a/file/Pkgfile b/file/Pkgfile index fd079b1..baf45ec 100644 --- a/file/Pkgfile +++ b/file/Pkgfile @@ -5,7 +5,7 @@ # Depends on: zlib name=file -version=4.19 +version=4.20 release=1 source=(ftp://ftp.fu-berlin.de/unix/tools/file/$name-$version.tar.gz) From crux at crux.nu Tue Mar 6 16:40:17 2007 From: crux at crux.nu (crux at crux.nu) Date: Tue, 06 Mar 2007 17:40:17 +0100 Subject: [crux-commits] ports/opt (2.2): xsane: update to 0.994 Message-ID: <45ed9971.1UQKcj/VqgDM+NRN%crux@crux.nu> commit ba4257ba0dc47e739faa377579cb3c69e79ac481 Author: Juergen Daubert Date: Tue Mar 6 17:40:11 2007 +0100 xsane: update to 0.994 diff --git a/xsane/.md5sum b/xsane/.md5sum index 81d9d97..98587a4 100644 --- a/xsane/.md5sum +++ b/xsane/.md5sum @@ -1 +1 @@ -7e6b14ce674cdd95fa3d3afe6fee0a11 xsane-0.993.tar.gz +7d02656026797a46a84bda63006f5668 xsane-0.994.tar.gz diff --git a/xsane/Pkgfile b/xsane/Pkgfile index 7179297..f8fb29b 100644 --- a/xsane/Pkgfile +++ b/xsane/Pkgfile @@ -4,7 +4,7 @@ # Depends on: gimp, sane name=xsane -version=0.993 +version=0.994 release=1 source=(http://www.xsane.org/download/$name-$version.tar.gz) From crux at crux.nu Tue Mar 6 16:42:19 2007 From: crux at crux.nu (crux at crux.nu) Date: Tue, 06 Mar 2007 17:42:19 +0100 Subject: [crux-commits] ports/opt (2.3): xsane: update to 0.994 Message-ID: <45ed99eb.oEEE+afz6+cWZ2L1%crux@crux.nu> commit 364860daa51f778dcfbcf1c516825b7a313f82bb Author: Juergen Daubert Date: Tue Mar 6 17:40:11 2007 +0100 xsane: update to 0.994 diff --git a/xsane/.md5sum b/xsane/.md5sum index 81d9d97..98587a4 100644 --- a/xsane/.md5sum +++ b/xsane/.md5sum @@ -1 +1 @@ -7e6b14ce674cdd95fa3d3afe6fee0a11 xsane-0.993.tar.gz +7d02656026797a46a84bda63006f5668 xsane-0.994.tar.gz diff --git a/xsane/Pkgfile b/xsane/Pkgfile index 7179297..f8fb29b 100644 --- a/xsane/Pkgfile +++ b/xsane/Pkgfile @@ -4,7 +4,7 @@ # Depends on: gimp, sane name=xsane -version=0.993 +version=0.994 release=1 source=(http://www.xsane.org/download/$name-$version.tar.gz) From crux at crux.nu Tue Mar 6 17:19:24 2007 From: crux at crux.nu (crux at crux.nu) Date: Tue, 06 Mar 2007 18:19:24 +0100 Subject: [crux-commits] ports/core (2.2): tcsh: updated to version 6.15 Message-ID: <45eda29c.zjTSi5B5/rQhy5CS%crux@crux.nu> commit 07f8b01038aaadb6d786ad1461719f1c5598e141 Author: Matt Housh Date: Tue Mar 6 11:19:17 2007 -0600 tcsh: updated to version 6.15 diff --git a/tcsh/.md5sum b/tcsh/.md5sum index d02f938..c088407 100644 --- a/tcsh/.md5sum +++ b/tcsh/.md5sum @@ -1,4 +1,4 @@ 4f600db06e23329c1b2560a56d9e7b09 csh.cshrc 74ee67af79e23951b7c997e25edc5ab5 csh.login 057fad717fcfaf03c6dc3a4cc4c6b604 csh.logout -353d1bb7d2741bf8de602c7b6f0efd79 tcsh-6.14.00.tar.gz +67a0611620b080bd0eb032b1774382b6 tcsh-6.15.00.tar.gz diff --git a/tcsh/Pkgfile b/tcsh/Pkgfile index 2d2fdcf..6ff2414 100644 --- a/tcsh/Pkgfile +++ b/tcsh/Pkgfile @@ -4,7 +4,7 @@ # Depends on: ncurses name=tcsh -version=6.14 +version=6.15 release=1 source=(ftp://ftp.astron.com/pub/tcsh/$name-$version.00.tar.gz \ csh.login csh.logout csh.cshrc) From crux at crux.nu Wed Mar 7 16:32:05 2007 From: crux at crux.nu (crux at crux.nu) Date: Wed, 07 Mar 2007 17:32:05 +0100 Subject: [crux-commits] ports/opt (2.2): dovecot: update to 1.0.rc26 Message-ID: <45eee905.JmPdTM+xO/rvSUtR%crux@crux.nu> commit 96aadf3c4d3d04866c52495f38927b0ccac296c2 Author: Juergen Daubert Date: Wed Mar 7 17:31:49 2007 +0100 dovecot: update to 1.0.rc26 diff --git a/dovecot/.md5sum b/dovecot/.md5sum index 648d3e3..de072b4 100644 --- a/dovecot/.md5sum +++ b/dovecot/.md5sum @@ -1,3 +1,3 @@ 1c37d911bc42fb40f0ef5a3f5822b170 dovecot -14e9981e9828a65526b8e683657434d4 dovecot-1.0.rc25.tar.gz -04baf547c684838ce9703845779f04fb dovecot-config.patch +2f6fb150c60a8f9c0bad12c5fb2b1d15 dovecot-1.0.rc26.tar.gz +66ba2a6d25ed70dbfe251a79d15758e0 dovecot-config.patch diff --git a/dovecot/Pkgfile b/dovecot/Pkgfile index 158152a..0dcf86b 100644 --- a/dovecot/Pkgfile +++ b/dovecot/Pkgfile @@ -4,7 +4,7 @@ # Depends on: openssl name=dovecot -version=1.0.rc25 +version=1.0.rc26 release=1 source=(http://dovecot.org/releases/$name-$version.tar.gz \ dovecot-config.patch dovecot) diff --git a/dovecot/dovecot-config.patch b/dovecot/dovecot-config.patch index 140a3c4..39b2d50 100644 --- a/dovecot/dovecot-config.patch +++ b/dovecot/dovecot-config.patch @@ -1,6 +1,6 @@ -diff -Nru dovecot-1.0.rc23.orig/dovecot-example.conf dovecot-1.0.rc23/dovecot-example.conf ---- dovecot-1.0.rc23.orig/dovecot-example.conf 2007-02-20 16:19:23.000000000 +0100 -+++ dovecot-1.0.rc23/dovecot-example.conf 2007-02-20 16:22:00.000000000 +0100 +diff -Nru dovecot-1.0.rc26.orig/dovecot-example.conf dovecot-1.0.rc26/dovecot-example.conf +--- dovecot-1.0.rc26.orig/dovecot-example.conf 2007-03-07 07:10:26.000000000 +0100 ++++ dovecot-1.0.rc26/dovecot-example.conf 2007-03-07 07:10:39.000000000 +0100 @@ -13,11 +13,11 @@ # --with-ssldir=/etc/ssl @@ -75,7 +75,7 @@ diff -Nru dovecot-1.0.rc23.orig/dovecot-example.conf dovecot-1.0.rc23/dovecot-ex #last_valid_gid = 0 # Maximum number of running mail processes. When this limit is reached, -@@ -487,19 +487,19 @@ +@@ -489,19 +489,19 @@ protocol imap { # Login executable location. @@ -99,7 +99,7 @@ diff -Nru dovecot-1.0.rc23.orig/dovecot-example.conf dovecot-1.0.rc23/dovecot-ex # Maximum IMAP command line length in bytes. Some clients generate very long # command lines with huge mailboxes, so you may need to raise this if you get -@@ -552,11 +552,11 @@ +@@ -554,11 +554,11 @@ protocol pop3 { # Login executable location. @@ -113,7 +113,7 @@ diff -Nru dovecot-1.0.rc23.orig/dovecot-example.conf dovecot-1.0.rc23/dovecot-ex # Don't try to set mails non-recent or seen with POP3 sessions. This is # mostly intended to reduce disk I/O. With maildir it doesn't move files -@@ -601,7 +601,7 @@ +@@ -603,7 +603,7 @@ # installations. %08Xu%08Xv will be the new default, so use it for new # installations. # @@ -122,7 +122,7 @@ diff -Nru dovecot-1.0.rc23.orig/dovecot-example.conf dovecot-1.0.rc23/dovecot-ex # POP3 logout format string: # %t - number of TOP commands -@@ -647,7 +647,7 @@ +@@ -649,7 +649,7 @@ #mail_plugin_dir = /usr/lib/dovecot/lda # Binary to use for sending mails. @@ -131,7 +131,7 @@ diff -Nru dovecot-1.0.rc23.orig/dovecot-example.conf dovecot-1.0.rc23/dovecot-ex # UNIX socket path to master authentication server to find users. #auth_socket_path = /var/run/dovecot/auth-master -@@ -658,7 +658,7 @@ +@@ -660,7 +660,7 @@ ## # Executable location @@ -140,7 +140,7 @@ diff -Nru dovecot-1.0.rc23.orig/dovecot-example.conf dovecot-1.0.rc23/dovecot-ex # Set max. process size in megabytes. #auth_process_size = 256 -@@ -772,7 +772,7 @@ +@@ -774,7 +774,7 @@ # REMEMBER: You'll need /etc/pam.d/dovecot file created for PAM # authentication to actually work. # http://wiki.dovecot.org/PasswordDatabase/PAM @@ -149,7 +149,7 @@ diff -Nru dovecot-1.0.rc23.orig/dovecot-example.conf dovecot-1.0.rc23/dovecot-ex # [blocking=yes] [session=yes] [setcred=yes] # [cache_key=] [] # -@@ -805,7 +805,7 @@ +@@ -807,7 +807,7 @@ # args = session=yes * # args = cache_key=%u dovecot #args = dovecot @@ -158,7 +158,7 @@ diff -Nru dovecot-1.0.rc23.orig/dovecot-example.conf dovecot-1.0.rc23/dovecot-ex # /etc/passwd or similar, using getpwnam() # In many systems nowadays this uses Name Service Switch, which is -@@ -820,8 +820,8 @@ +@@ -822,8 +822,8 @@ # /etc/shadow or similiar, using getspnam(). Deprecated by PAM nowadays. # http://wiki.dovecot.org/PasswordDatabase/Shadow From crux at crux.nu Wed Mar 7 16:32:05 2007 From: crux at crux.nu (crux at crux.nu) Date: Wed, 07 Mar 2007 17:32:05 +0100 Subject: [crux-commits] ports/opt (2.2): socat: update to 1.6.0.0 Message-ID: <45eee905.ra7ML3POaY7bagUE%crux@crux.nu> commit 744263784c0c535c24dc501004205c649d62b6f5 Author: Juergen Daubert Date: Wed Mar 7 17:29:30 2007 +0100 socat: update to 1.6.0.0 diff --git a/socat/.md5sum b/socat/.md5sum index 3d54b46..a0f571c 100644 --- a/socat/.md5sum +++ b/socat/.md5sum @@ -1 +1 @@ -ec3625130168176257f4239ece2508ae socat-1.5.0.0.tar.gz +1c223880febe6d55703739a1c0fea27d socat-1.6.0.0.tar.gz diff --git a/socat/Pkgfile b/socat/Pkgfile index 3b067ec..d11157a 100644 --- a/socat/Pkgfile +++ b/socat/Pkgfile @@ -4,7 +4,7 @@ # Depends on: ncurses, openssl, readline name=socat -version=1.5.0.0 +version=1.6.0.0 release=1 source=(http://www.dest-unreach.org/socat/download/$name-$version.tar.gz) From crux at crux.nu Wed Mar 7 17:06:47 2007 From: crux at crux.nu (crux at crux.nu) Date: Wed, 07 Mar 2007 18:06:47 +0100 Subject: [crux-commits] ports/opt (2.3): Merge branch '2.2' into 2.3 Message-ID: <45eef127.crw/3y3muq0st2Vm%crux@crux.nu> commit 80416a8a9afdc2e578175e2761f55c05c2a7738b Merge: 364860d... 96aadf3... Author: Juergen Daubert Date: Wed Mar 7 18:05:51 2007 +0100 Merge branch '2.2' into 2.3 From crux at crux.nu Wed Mar 7 17:06:47 2007 From: crux at crux.nu (crux at crux.nu) Date: Wed, 07 Mar 2007 18:06:47 +0100 Subject: [crux-commits] ports/opt (2.3): dovecot: update to 1.0.rc26 Message-ID: <45eef127.OEdnRziZ3yfKOYdJ%crux@crux.nu> commit 96aadf3c4d3d04866c52495f38927b0ccac296c2 Author: Juergen Daubert Date: Wed Mar 7 17:31:49 2007 +0100 dovecot: update to 1.0.rc26 diff --git a/dovecot/.md5sum b/dovecot/.md5sum index 648d3e3..de072b4 100644 --- a/dovecot/.md5sum +++ b/dovecot/.md5sum @@ -1,3 +1,3 @@ 1c37d911bc42fb40f0ef5a3f5822b170 dovecot -14e9981e9828a65526b8e683657434d4 dovecot-1.0.rc25.tar.gz -04baf547c684838ce9703845779f04fb dovecot-config.patch +2f6fb150c60a8f9c0bad12c5fb2b1d15 dovecot-1.0.rc26.tar.gz +66ba2a6d25ed70dbfe251a79d15758e0 dovecot-config.patch diff --git a/dovecot/Pkgfile b/dovecot/Pkgfile index 158152a..0dcf86b 100644 --- a/dovecot/Pkgfile +++ b/dovecot/Pkgfile @@ -4,7 +4,7 @@ # Depends on: openssl name=dovecot -version=1.0.rc25 +version=1.0.rc26 release=1 source=(http://dovecot.org/releases/$name-$version.tar.gz \ dovecot-config.patch dovecot) diff --git a/dovecot/dovecot-config.patch b/dovecot/dovecot-config.patch index 140a3c4..39b2d50 100644 --- a/dovecot/dovecot-config.patch +++ b/dovecot/dovecot-config.patch @@ -1,6 +1,6 @@ -diff -Nru dovecot-1.0.rc23.orig/dovecot-example.conf dovecot-1.0.rc23/dovecot-example.conf ---- dovecot-1.0.rc23.orig/dovecot-example.conf 2007-02-20 16:19:23.000000000 +0100 -+++ dovecot-1.0.rc23/dovecot-example.conf 2007-02-20 16:22:00.000000000 +0100 +diff -Nru dovecot-1.0.rc26.orig/dovecot-example.conf dovecot-1.0.rc26/dovecot-example.conf +--- dovecot-1.0.rc26.orig/dovecot-example.conf 2007-03-07 07:10:26.000000000 +0100 ++++ dovecot-1.0.rc26/dovecot-example.conf 2007-03-07 07:10:39.000000000 +0100 @@ -13,11 +13,11 @@ # --with-ssldir=/etc/ssl @@ -75,7 +75,7 @@ diff -Nru dovecot-1.0.rc23.orig/dovecot-example.conf dovecot-1.0.rc23/dovecot-ex #last_valid_gid = 0 # Maximum number of running mail processes. When this limit is reached, -@@ -487,19 +487,19 @@ +@@ -489,19 +489,19 @@ protocol imap { # Login executable location. @@ -99,7 +99,7 @@ diff -Nru dovecot-1.0.rc23.orig/dovecot-example.conf dovecot-1.0.rc23/dovecot-ex # Maximum IMAP command line length in bytes. Some clients generate very long # command lines with huge mailboxes, so you may need to raise this if you get -@@ -552,11 +552,11 @@ +@@ -554,11 +554,11 @@ protocol pop3 { # Login executable location. @@ -113,7 +113,7 @@ diff -Nru dovecot-1.0.rc23.orig/dovecot-example.conf dovecot-1.0.rc23/dovecot-ex # Don't try to set mails non-recent or seen with POP3 sessions. This is # mostly intended to reduce disk I/O. With maildir it doesn't move files -@@ -601,7 +601,7 @@ +@@ -603,7 +603,7 @@ # installations. %08Xu%08Xv will be the new default, so use it for new # installations. # @@ -122,7 +122,7 @@ diff -Nru dovecot-1.0.rc23.orig/dovecot-example.conf dovecot-1.0.rc23/dovecot-ex # POP3 logout format string: # %t - number of TOP commands -@@ -647,7 +647,7 @@ +@@ -649,7 +649,7 @@ #mail_plugin_dir = /usr/lib/dovecot/lda # Binary to use for sending mails. @@ -131,7 +131,7 @@ diff -Nru dovecot-1.0.rc23.orig/dovecot-example.conf dovecot-1.0.rc23/dovecot-ex # UNIX socket path to master authentication server to find users. #auth_socket_path = /var/run/dovecot/auth-master -@@ -658,7 +658,7 @@ +@@ -660,7 +660,7 @@ ## # Executable location @@ -140,7 +140,7 @@ diff -Nru dovecot-1.0.rc23.orig/dovecot-example.conf dovecot-1.0.rc23/dovecot-ex # Set max. process size in megabytes. #auth_process_size = 256 -@@ -772,7 +772,7 @@ +@@ -774,7 +774,7 @@ # REMEMBER: You'll need /etc/pam.d/dovecot file created for PAM # authentication to actually work. # http://wiki.dovecot.org/PasswordDatabase/PAM @@ -149,7 +149,7 @@ diff -Nru dovecot-1.0.rc23.orig/dovecot-example.conf dovecot-1.0.rc23/dovecot-ex # [blocking=yes] [session=yes] [setcred=yes] # [cache_key=] [] # -@@ -805,7 +805,7 @@ +@@ -807,7 +807,7 @@ # args = session=yes * # args = cache_key=%u dovecot #args = dovecot @@ -158,7 +158,7 @@ diff -Nru dovecot-1.0.rc23.orig/dovecot-example.conf dovecot-1.0.rc23/dovecot-ex # /etc/passwd or similar, using getpwnam() # In many systems nowadays this uses Name Service Switch, which is -@@ -820,8 +820,8 @@ +@@ -822,8 +822,8 @@ # /etc/shadow or similiar, using getspnam(). Deprecated by PAM nowadays. # http://wiki.dovecot.org/PasswordDatabase/Shadow From crux at crux.nu Wed Mar 7 17:06:47 2007 From: crux at crux.nu (crux at crux.nu) Date: Wed, 07 Mar 2007 18:06:47 +0100 Subject: [crux-commits] ports/opt (2.3): xsane: update to 0.994 Message-ID: <45eef127.0C2eALqWTnfcoGHi%crux@crux.nu> commit ba4257ba0dc47e739faa377579cb3c69e79ac481 Author: Juergen Daubert Date: Tue Mar 6 17:40:11 2007 +0100 xsane: update to 0.994 diff --git a/xsane/.md5sum b/xsane/.md5sum index 81d9d97..98587a4 100644 --- a/xsane/.md5sum +++ b/xsane/.md5sum @@ -1 +1 @@ -7e6b14ce674cdd95fa3d3afe6fee0a11 xsane-0.993.tar.gz +7d02656026797a46a84bda63006f5668 xsane-0.994.tar.gz diff --git a/xsane/Pkgfile b/xsane/Pkgfile index 7179297..f8fb29b 100644 --- a/xsane/Pkgfile +++ b/xsane/Pkgfile @@ -4,7 +4,7 @@ # Depends on: gimp, sane name=xsane -version=0.993 +version=0.994 release=1 source=(http://www.xsane.org/download/$name-$version.tar.gz) From crux at crux.nu Wed Mar 7 17:06:47 2007 From: crux at crux.nu (crux at crux.nu) Date: Wed, 07 Mar 2007 18:06:47 +0100 Subject: [crux-commits] ports/opt (2.3): [security] mplayer: added RTSP stream buffer overflow patch, see http://www.mplayerhq.hu/design7/news.html#vuln14 Message-ID: <45eef127.d+ou6B1K5ITouM8M%crux@crux.nu> commit 88f50af201d5690602b96bc2febc926352de4f12 Author: Matt Housh Date: Mon Mar 5 10:54:51 2007 -0600 [security] mplayer: added RTSP stream buffer overflow patch, see http://www.mplayerhq.hu/design7/news.html#vuln14 diff --git a/mplayer/.md5sum b/mplayer/.md5sum index d04d846..db63f7e 100644 --- a/mplayer/.md5sum +++ b/mplayer/.md5sum @@ -1,3 +1,4 @@ 18c05d88e22c3b815a43ca8d7152ccdc MPlayer-1.0rc1.tar.bz2 +f0b71c38b1207c1d604be091876ac051 asmrules_fix_20061231.diff 1ecd31d17b51f16332b1fcc7da36b312 font-arial-iso-8859-1.tar.bz2 c64631601912913f3e5dfbecc3b79d44 mplayer.conf diff --git a/mplayer/Pkgfile b/mplayer/Pkgfile index b2c1c1d..c39d4a4 100644 --- a/mplayer/Pkgfile +++ b/mplayer/Pkgfile @@ -11,14 +11,18 @@ name=mplayer version=1.0rc1 -release=1 +release=2 source=(http://www1.mplayerhq.hu/MPlayer/releases/MPlayer-$version.tar.bz2 \ + http://www1.mplayerhq.hu/MPlayer/patches/asmrules_fix_20061231.diff \ http://www1.mplayerhq.hu/MPlayer/releases/fonts/font-arial-iso-8859-1.tar.bz2 \ mplayer.conf) build() { cd MPlayer-$version + # fix for asmrp buffer overflow + patch -p0 -i $SRC/asmrules_fix_20061231.diff + # mplayer decides optimizations at configure time, don't use CRUX's unset CFLAGS ./configure --prefix=/usr \ From crux at crux.nu Wed Mar 7 17:06:47 2007 From: crux at crux.nu (crux at crux.nu) Date: Wed, 07 Mar 2007 18:06:47 +0100 Subject: [crux-commits] ports/opt (2.3): socat: update to 1.6.0.0 Message-ID: <45eef127.IYxoCiaIwvWW+1iJ%crux@crux.nu> commit 744263784c0c535c24dc501004205c649d62b6f5 Author: Juergen Daubert Date: Wed Mar 7 17:29:30 2007 +0100 socat: update to 1.6.0.0 diff --git a/socat/.md5sum b/socat/.md5sum index 3d54b46..a0f571c 100644 --- a/socat/.md5sum +++ b/socat/.md5sum @@ -1 +1 @@ -ec3625130168176257f4239ece2508ae socat-1.5.0.0.tar.gz +1c223880febe6d55703739a1c0fea27d socat-1.6.0.0.tar.gz diff --git a/socat/Pkgfile b/socat/Pkgfile index 3b067ec..d11157a 100644 --- a/socat/Pkgfile +++ b/socat/Pkgfile @@ -4,7 +4,7 @@ # Depends on: ncurses, openssl, readline name=socat -version=1.5.0.0 +version=1.6.0.0 release=1 source=(http://www.dest-unreach.org/socat/download/$name-$version.tar.gz) From crux at crux.nu Wed Mar 7 17:06:47 2007 From: crux at crux.nu (crux at crux.nu) Date: Wed, 07 Mar 2007 18:06:47 +0100 Subject: [crux-commits] ports/opt (2.3): alsa-driver, alsa-lib, alsa-utils: updated to version 1.0.14rc2 Message-ID: <45eef127.BHVAnu1FKZDmGSoM%crux@crux.nu> commit 21ffe29bdf593de668f445200c5d05cc2413b558 Author: Matt Housh Date: Mon Mar 5 09:16:14 2007 -0600 alsa-driver, alsa-lib, alsa-utils: updated to version 1.0.14rc2 diff --git a/alsa-driver/.footprint b/alsa-driver/.footprint index 7827dce..e26ea12 100644 --- a/alsa-driver/.footprint +++ b/alsa-driver/.footprint @@ -51,6 +51,7 @@ drwxr-xr-x root/root lib/modules//kernel/sound/i2c/ drwxr-xr-x root/root lib/modules//kernel/sound/i2c/other/ -rw-r--r-- root/root lib/modules//kernel/sound/i2c/other/snd-ak4114.ko -rw-r--r-- root/root lib/modules//kernel/sound/i2c/other/snd-ak4xxx-adda.ko +-rw-r--r-- root/root lib/modules//kernel/sound/i2c/other/snd-pt2258.ko -rw-r--r-- root/root lib/modules//kernel/sound/i2c/snd-cs8427.ko -rw-r--r-- root/root lib/modules//kernel/sound/i2c/snd-i2c.ko -rw-r--r-- root/root lib/modules//kernel/sound/i2c/snd-tea6330t.ko @@ -105,9 +106,10 @@ drwxr-xr-x root/root lib/modules//kernel/sound/isa/sb/ -rw-r--r-- root/root lib/modules//kernel/sound/isa/snd-sscape.ko drwxr-xr-x root/root lib/modules//kernel/sound/isa/wavefront/ -rw-r--r-- root/root lib/modules//kernel/sound/isa/wavefront/snd-wavefront.ko +drwxr-xr-x root/root lib/modules//kernel/sound/misc/ +-rw-r--r-- root/root lib/modules//kernel/sound/misc/ac97_bus.ko drwxr-xr-x root/root lib/modules//kernel/sound/pci/ drwxr-xr-x root/root lib/modules//kernel/sound/pci/ac97/ --rw-r--r-- root/root lib/modules//kernel/sound/pci/ac97/snd-ac97-bus.ko -rw-r--r-- root/root lib/modules//kernel/sound/pci/ac97/snd-ac97-codec.ko -rw-r--r-- root/root lib/modules//kernel/sound/pci/ac97/snd-ak4531-codec.ko drwxr-xr-x root/root lib/modules//kernel/sound/pci/ali5451/ @@ -193,6 +195,8 @@ drwxr-xr-x root/root lib/modules//kernel/sound/pci/vx222/ -rw-r--r-- root/root lib/modules//kernel/sound/pci/vx222/snd-vx222.ko drwxr-xr-x root/root lib/modules//kernel/sound/pci/ymfpci/ -rw-r--r-- root/root lib/modules//kernel/sound/pci/ymfpci/snd-ymfpci.ko +drwxr-xr-x root/root lib/modules//kernel/sound/soc/ +-rw-r--r-- root/root lib/modules//kernel/sound/soc/snd-soc-core.ko drwxr-xr-x root/root lib/modules//kernel/sound/synth/ drwxr-xr-x root/root lib/modules//kernel/sound/synth/emux/ -rw-r--r-- root/root lib/modules//kernel/sound/synth/emux/snd-emux-synth.ko @@ -254,6 +258,7 @@ drwxr-xr-x root/root usr/include/sound/ -rw-r--r-- root/root usr/include/sound/pcm.h -rw-r--r-- root/root usr/include/sound/pcm_oss.h -rw-r--r-- root/root usr/include/sound/pcm_params.h +-rw-r--r-- root/root usr/include/sound/pt2258.h -rw-r--r-- root/root usr/include/sound/rawmidi.h -rw-r--r-- root/root usr/include/sound/sb.h -rw-r--r-- root/root usr/include/sound/sb16_csp.h @@ -267,6 +272,8 @@ drwxr-xr-x root/root usr/include/sound/ -rw-r--r-- root/root usr/include/sound/seq_virmidi.h -rw-r--r-- root/root usr/include/sound/sfnt_info.h -rw-r--r-- root/root usr/include/sound/snd_wavefront.h +-rw-r--r-- root/root usr/include/sound/soc-dapm.h +-rw-r--r-- root/root usr/include/sound/soc.h -rw-r--r-- root/root usr/include/sound/soundfont.h -rw-r--r-- root/root usr/include/sound/sscape_ioctl.h -rw-r--r-- root/root usr/include/sound/tea575x-tuner.h @@ -274,7 +281,6 @@ drwxr-xr-x root/root usr/include/sound/ -rw-r--r-- root/root usr/include/sound/timer.h -rw-r--r-- root/root usr/include/sound/tlv.h -rw-r--r-- root/root usr/include/sound/trident.h --rw-r--r-- root/root usr/include/sound/typedefs.h -rw-r--r-- root/root usr/include/sound/uda1341.h -rw-r--r-- root/root usr/include/sound/util_mem.h -rw-r--r-- root/root usr/include/sound/version.h diff --git a/alsa-driver/.md5sum b/alsa-driver/.md5sum index 2a1ef67..8ae9a86 100644 --- a/alsa-driver/.md5sum +++ b/alsa-driver/.md5sum @@ -1 +1 @@ -3fe79d8fd475a442b59d4716f7bb20a5 alsa-driver-1.0.13.tar.bz2 +b1d0d43a05ea5c2f7d06a9c5a471a4a1 alsa-driver-1.0.14rc2.tar.bz2 diff --git a/alsa-driver/Pkgfile b/alsa-driver/Pkgfile index 8a8110d..fae021f 100644 --- a/alsa-driver/Pkgfile +++ b/alsa-driver/Pkgfile @@ -3,9 +3,9 @@ # Maintainer: Matt Housh, jaeger at morpheus dot net name=alsa-driver -version=1.0.13 +version=1.0.14rc2 release=1 -source=(ftp://ftp.alsa-project.org/pub/driver/$name-$version.tar.bz2) +source=(http://gentoo.osuosl.org/distfiles/$name-$version.tar.bz2) build() { diff --git a/alsa-lib/.md5sum b/alsa-lib/.md5sum index a36fce0..82e3a2c 100644 --- a/alsa-lib/.md5sum +++ b/alsa-lib/.md5sum @@ -1 +1 @@ -d55a9d7d2a79d738a1b7a511cffda4b6 alsa-lib-1.0.13.tar.bz2 +7ea3319690672d4bbd5f950947b705b7 alsa-lib-1.0.14rc2.tar.bz2 diff --git a/alsa-lib/Pkgfile b/alsa-lib/Pkgfile index db502a5..0847621 100644 --- a/alsa-lib/Pkgfile +++ b/alsa-lib/Pkgfile @@ -3,9 +3,9 @@ # Maintainer: Matt Housh, jaeger at morpheus dot net name=alsa-lib -version=1.0.13 +version=1.0.14rc2 release=1 -source=(ftp://ftp.alsa-project.org/pub/lib/$name-$version.tar.bz2) +source=(http://gentoo.osuosl.org/distfiles/$name-$version.tar.bz2) build() { cd $name-$version diff --git a/alsa-utils/.md5sum b/alsa-utils/.md5sum index 24faec2..9529a9a 100644 --- a/alsa-utils/.md5sum +++ b/alsa-utils/.md5sum @@ -1 +1 @@ -dfe4bb5d3217f3ec662b172ce8397cf0 alsa-utils-1.0.13.tar.bz2 +7e9f132b34b7773d2a29b0ff14719a49 alsa-utils-1.0.14rc2.tar.bz2 diff --git a/alsa-utils/Pkgfile b/alsa-utils/Pkgfile index aa300e7..379bd04 100644 --- a/alsa-utils/Pkgfile +++ b/alsa-utils/Pkgfile @@ -4,9 +4,9 @@ # Depends on: gettext, alsa-lib, dialog name=alsa-utils -version=1.0.13 +version=1.0.14rc2 release=1 -source=(ftp://ftp.alsa-project.org/pub/utils/$name-$version.tar.bz2) +source=(http://gentoo.osuosl.org/distfiles/$name-$version.tar.bz2) build() { cd $name-$version From crux at crux.nu Wed Mar 7 17:06:48 2007 From: crux at crux.nu (crux at crux.nu) Date: Wed, 07 Mar 2007 18:06:48 +0100 Subject: [crux-commits] ports/opt (2.3): uw-imap: update to 2006f Message-ID: <45eef128.NCOwbZDIsXy6NN12%crux@crux.nu> commit 6345c04e76ba3cc34bf872f4d72c3b6872d9d2f1 Author: Juergen Daubert Date: Sun Mar 4 10:04:49 2007 +0100 uw-imap: update to 2006f diff --git a/uw-imap/.md5sum b/uw-imap/.md5sum index d1ec4e0..2f92f1e 100644 --- a/uw-imap/.md5sum +++ b/uw-imap/.md5sum @@ -1 +1 @@ -a183c975a00198b0f5668ae311254aca imap-2006e.tar.Z +51129a634a1525d0ee28ebe9010ac6d2 imap-2006f.tar.Z diff --git a/uw-imap/Pkgfile b/uw-imap/Pkgfile index 1c9dbb2..9d5285a 100644 --- a/uw-imap/Pkgfile +++ b/uw-imap/Pkgfile @@ -4,7 +4,7 @@ # Depends on: openssl name=uw-imap -version=2006e +version=2006f release=1 source=(ftp://ftp.cac.washington.edu/imap/imap-$version.tar.Z) From crux at crux.nu Wed Mar 7 17:06:48 2007 From: crux at crux.nu (crux at crux.nu) Date: Wed, 07 Mar 2007 18:06:48 +0100 Subject: [crux-commits] ports/opt (2.3): wine: updated to 0.9.32 Message-ID: <45eef128.pC5oeuJQ/eL5Zddp%crux@crux.nu> commit b7fb99e60b9ce8d94e5c0bd05405dffeb3c98394 Author: Antti Nykanen Date: Sat Mar 3 12:33:33 2007 +0200 wine: updated to 0.9.32 diff --git a/wine/.footprint b/wine/.footprint index 91dc055..4f20e32 100644 --- a/wine/.footprint +++ b/wine/.footprint @@ -759,6 +759,7 @@ drwxr-xr-x root/root usr/lib/wine/ -rwxr-xr-x root/root usr/lib/wine/rsaenh.dll.so -rwxr-xr-x root/root usr/lib/wine/rundll32.exe.so -rwxr-xr-x root/root usr/lib/wine/sane.ds.so +-rwxr-xr-x root/root usr/lib/wine/schannel.dll.so -rwxr-xr-x root/root usr/lib/wine/secur32.dll.so -rwxr-xr-x root/root usr/lib/wine/security.dll.so -rwxr-xr-x root/root usr/lib/wine/sensapi.dll.so @@ -840,6 +841,7 @@ drwxr-xr-x root/root usr/lib/wine/ -rwxr-xr-x root/root usr/lib/wine/winevdm.exe.so -rwxr-xr-x root/root usr/lib/wine/winex11.drv.so -rw-r--r-- root/root usr/lib/wine/wing.dll16 +-rwxr-xr-x root/root usr/lib/wine/wing32.dll.so -rwxr-xr-x root/root usr/lib/wine/winhelp.exe.so -rwxr-xr-x root/root usr/lib/wine/wininet.dll.so -rwxr-xr-x root/root usr/lib/wine/winmm.dll.so diff --git a/wine/.md5sum b/wine/.md5sum index 68624ce..3593cfd 100644 --- a/wine/.md5sum +++ b/wine/.md5sum @@ -1 +1 @@ -ec1aef4cbcbb9596cd79f43deb10dd65 wine-0.9.31.tar.bz2 +f9ae61fee02e0b3e72f9aad093a7096c wine-0.9.32.tar.bz2 diff --git a/wine/Pkgfile b/wine/Pkgfile index 9664a95..4b8f586 100644 --- a/wine/Pkgfile +++ b/wine/Pkgfile @@ -5,7 +5,7 @@ # Depends on: fontforge name=wine -version=0.9.31 +version=0.9.32 release=1 source=(http://dl.sourceforge.net/sourceforge/$name/wine-$version.tar.bz2) From crux at crux.nu Wed Mar 7 17:06:48 2007 From: crux at crux.nu (crux at crux.nu) Date: Wed, 07 Mar 2007 18:06:48 +0100 Subject: [crux-commits] ports/opt (2.3): dovecot: update to 1.0.rc25 Message-ID: <45eef128.atibLix/VIireBMJ%crux@crux.nu> commit d1059fd75309e36ed891b454ae4a786870233a2a Author: Juergen Daubert Date: Fri Mar 2 17:35:45 2007 +0100 dovecot: update to 1.0.rc25 diff --git a/dovecot/.md5sum b/dovecot/.md5sum index 5b6dec1..648d3e3 100644 --- a/dovecot/.md5sum +++ b/dovecot/.md5sum @@ -1,3 +1,3 @@ 1c37d911bc42fb40f0ef5a3f5822b170 dovecot -f1a7e366dceda28138e5a902dda7f274 dovecot-1.0.rc24.tar.gz +14e9981e9828a65526b8e683657434d4 dovecot-1.0.rc25.tar.gz 04baf547c684838ce9703845779f04fb dovecot-config.patch diff --git a/dovecot/Pkgfile b/dovecot/Pkgfile index 69215ab..158152a 100644 --- a/dovecot/Pkgfile +++ b/dovecot/Pkgfile @@ -4,7 +4,7 @@ # Depends on: openssl name=dovecot -version=1.0.rc24 +version=1.0.rc25 release=1 source=(http://dovecot.org/releases/$name-$version.tar.gz \ dovecot-config.patch dovecot) @@ -25,7 +25,7 @@ build () { make make DESTDIR=$PKG install - rm -r $PKG/usr/share + rm -r $PKG/usr/{share,include} mv $PKG/etc/dovecot-example.conf $PKG/etc/dovecot.conf install -D -m 755 $SRC/dovecot $PKG/etc/rc.d/dovecot From crux at crux.nu Wed Mar 7 17:06:49 2007 From: crux at crux.nu (crux at crux.nu) Date: Wed, 07 Mar 2007 18:06:49 +0100 Subject: [crux-commits] ports/opt (2.3): xsane: update to 0.993 Message-ID: <45eef129.EI8Wdbs67viN1x5v%crux@crux.nu> commit 29a9ddc2fe2b4c5af81189efd9f8a05cc33a4cc8 Author: Juergen Daubert Date: Fri Mar 2 17:31:07 2007 +0100 xsane: update to 0.993 diff --git a/xsane/.md5sum b/xsane/.md5sum index f65323e..81d9d97 100644 --- a/xsane/.md5sum +++ b/xsane/.md5sum @@ -1 +1 @@ -0354793617870f9e60e6da41e11a3565 xsane-0.992.tar.gz +7e6b14ce674cdd95fa3d3afe6fee0a11 xsane-0.993.tar.gz diff --git a/xsane/Pkgfile b/xsane/Pkgfile index 594d888..7179297 100644 --- a/xsane/Pkgfile +++ b/xsane/Pkgfile @@ -4,7 +4,7 @@ # Depends on: gimp, sane name=xsane -version=0.992 +version=0.993 release=1 source=(http://www.xsane.org/download/$name-$version.tar.gz) From crux at crux.nu Wed Mar 7 17:06:49 2007 From: crux at crux.nu (crux at crux.nu) Date: Wed, 07 Mar 2007 18:06:49 +0100 Subject: [crux-commits] ports/opt (2.3): gl-select: fixed md5sum again and comments Message-ID: <45eef129.+20QGFOwYMgbgdjJ%crux@crux.nu> commit 790177bffa7b666da84a0f5b89a95805c0382857 Author: Matt Housh Date: Tue Feb 27 18:58:52 2007 -0600 gl-select: fixed md5sum again and comments diff --git a/gl-select/.md5sum b/gl-select/.md5sum index 465d87f..a45f3ba 100644 --- a/gl-select/.md5sum +++ b/gl-select/.md5sum @@ -1 +1 @@ -1b4b61e509c194f82afb4e9fba5c2cef gl-select +70d02d5a850489d2a9ce0c95b8bb6477 gl-select diff --git a/gl-select/gl-select b/gl-select/gl-select index a870783..c91d686 100755 --- a/gl-select/gl-select +++ b/gl-select/gl-select @@ -6,11 +6,11 @@ # Jose V Beneyto, joberui at ei dot upv dot es # -##### CHANGELOG ##### -Feb 20, 2007 - version 1.1 - changelog was not kept prior to this date - added abstractions and ati support contributed by Jose V Beneyto (sepen) -##################### +##### CHANGELOG ############################################################## +# Feb 20, 2007 - version 1.1 +# changelog was not kept prior to this date +# added abstractions and ati support contributed by Jose V Beneyto (sepen) +############################################################################## infoUsage() { echo "Usage: $0 [x11|nvidia|ati]" From crux at crux.nu Wed Mar 7 17:06:49 2007 From: crux at crux.nu (crux at crux.nu) Date: Wed, 07 Mar 2007 18:06:49 +0100 Subject: [crux-commits] ports/opt (2.3): xpdf: updated to 3.02 Message-ID: <45eef129.l8VTq8oZhw9Xpzsn%crux@crux.nu> commit e9369c345ecbaf7ddc3bcd20f53fb556ac9ddf4b Author: Simone Rota Date: Fri Mar 2 13:14:03 2007 +0100 xpdf: updated to 3.02 diff --git a/xpdf/.md5sum b/xpdf/.md5sum index 48184dc..eee0931 100644 --- a/xpdf/.md5sum +++ b/xpdf/.md5sum @@ -1,2 +1 @@ -e004c69c7dddef165d768b1362b44268 xpdf-3.01.tar.gz -8f1f5d37153c7e98f794f18d0b80fc25 xpdf-3.01pl2.patch +599dc4cc65a07ee868cf92a667a913d2 xpdf-3.02.tar.gz diff --git a/xpdf/Pkgfile b/xpdf/Pkgfile index 749e864..25324cf 100644 --- a/xpdf/Pkgfile +++ b/xpdf/Pkgfile @@ -5,15 +5,13 @@ # Depends on: lesstif, t1lib name=xpdf -version=3.01pl2 +version=3.02 release=1 -source=(ftp://ftp.foolabs.com/pub/xpdf/$name-3.01.tar.gz \ - $name-$version.patch) +source=(ftp://ftp.foolabs.com/pub/xpdf/$name-$version.tar.gz) build() { - cd $name-3.01 - patch -p1 < ../$name-$version.patch + cd $name-$version ./configure \ --prefix=/usr \ --with-Xm-library=/usr/lib \ From crux at crux.nu Wed Mar 7 17:06:49 2007 From: crux at crux.nu (crux at crux.nu) Date: Wed, 07 Mar 2007 18:06:49 +0100 Subject: [crux-commits] ports/opt (2.3): gl-select: fixed .md5sum Message-ID: <45eef129.Y+WJabYSHghxQb4P%crux@crux.nu> commit 34b3e9ef0a3332de1e7326b057dedd3f8d4a7590 Author: Matt Housh Date: Tue Feb 27 18:33:18 2007 -0600 gl-select: fixed .md5sum diff --git a/gl-select/.md5sum b/gl-select/.md5sum index 4c3c84e..465d87f 100644 --- a/gl-select/.md5sum +++ b/gl-select/.md5sum @@ -1 +1 @@ -6e49ad34c9a6242fbc25900a79932d4f gl-select +1b4b61e509c194f82afb4e9fba5c2cef gl-select From crux at crux.nu Wed Mar 7 17:09:14 2007 From: crux at crux.nu (crux at crux.nu) Date: Wed, 07 Mar 2007 18:09:14 +0100 Subject: [crux-commits] ports/opt (2.3): lesstif: added patch to build xpdf Message-ID: <45eef1ba.WFuAIa6YxLTqwuC9%crux@crux.nu> commit cc5dae13677fc1a5b7ecef6bafab0ba6a1f2619d Author: Juergen Daubert Date: Wed Mar 7 18:09:08 2007 +0100 lesstif: added patch to build xpdf diff --git a/lesstif/.md5sum b/lesstif/.md5sum index bc42625..93a6531 100644 --- a/lesstif/.md5sum +++ b/lesstif/.md5sum @@ -1,2 +1,3 @@ +b8caafffe583951e8525b145a4f78174 lesstif-0.95.0-c++fix.patch 10373c1e87b0208cd26888011a4d92de lesstif-0.95.0-xpm.patch ab895165c149d7f95843c7584b1c7ad4 lesstif-0.95.0.tar.bz2 diff --git a/lesstif/Pkgfile b/lesstif/Pkgfile index 06b801f..062c792 100644 --- a/lesstif/Pkgfile +++ b/lesstif/Pkgfile @@ -6,13 +6,14 @@ name=lesstif version=0.95.0 -release=2 +release=3 source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2 \ - $name-$version-xpm.patch) + $name-$version-xpm.patch $name-$version-c++fix.patch) build () { cd $name-$version patch -p1 < ../$name-$version-xpm.patch + patch -p1 < ../$name-$version-c++fix.patch autoconf export CFLAGS="$CFLAGS -L$PKG/usr/lib" diff --git a/lesstif/lesstif-0.95.0-c++fix.patch b/lesstif/lesstif-0.95.0-c++fix.patch new file mode 100644 index 0000000..3861c09 --- /dev/null +++ b/lesstif/lesstif-0.95.0-c++fix.patch @@ -0,0 +1,17 @@ +--- lesstif-0.95.0/include/Motif-2.1/Xm/VendorSP.h.BAD 2006-08-30 11:00:30.000000000 -0500 ++++ lesstif-0.95.0/include/Motif-2.1/Xm/VendorSP.h 2006-08-30 11:00:47.000000000 -0500 +@@ -28,12 +28,13 @@ + + #include + #include +-#include + + #ifdef __cplusplus + extern "C" { + #endif + ++#include ++ + XMLIBEXPORT extern Cardinal _XmFilterResources(XtResource *resources, + Cardinal numResources, + WidgetClass filterClass, From crux at crux.nu Wed Mar 7 17:16:38 2007 From: crux at crux.nu (crux at crux.nu) Date: Wed, 07 Mar 2007 18:16:38 +0100 Subject: [crux-commits] ports/core (2.3): tcsh: updated to version 6.15 Message-ID: <45eef376.BzMPG1lCEUN4UJ+Z%crux@crux.nu> commit 07f8b01038aaadb6d786ad1461719f1c5598e141 Author: Matt Housh Date: Tue Mar 6 11:19:17 2007 -0600 tcsh: updated to version 6.15 diff --git a/tcsh/.md5sum b/tcsh/.md5sum index d02f938..c088407 100644 --- a/tcsh/.md5sum +++ b/tcsh/.md5sum @@ -1,4 +1,4 @@ 4f600db06e23329c1b2560a56d9e7b09 csh.cshrc 74ee67af79e23951b7c997e25edc5ab5 csh.login 057fad717fcfaf03c6dc3a4cc4c6b604 csh.logout -353d1bb7d2741bf8de602c7b6f0efd79 tcsh-6.14.00.tar.gz +67a0611620b080bd0eb032b1774382b6 tcsh-6.15.00.tar.gz diff --git a/tcsh/Pkgfile b/tcsh/Pkgfile index 2d2fdcf..6ff2414 100644 --- a/tcsh/Pkgfile +++ b/tcsh/Pkgfile @@ -4,7 +4,7 @@ # Depends on: ncurses name=tcsh -version=6.14 +version=6.15 release=1 source=(ftp://ftp.astron.com/pub/tcsh/$name-$version.00.tar.gz \ csh.login csh.logout csh.cshrc) From crux at crux.nu Wed Mar 7 17:16:38 2007 From: crux at crux.nu (crux at crux.nu) Date: Wed, 07 Mar 2007 18:16:38 +0100 Subject: [crux-commits] ports/core (2.3): Merge branch '2.2' into 2.3 Message-ID: <45eef376.SbtQe48OTvYzWvt/%crux@crux.nu> commit 84f1aee3fc2ff71520ea9ea9b4c78b151c8838b0 Merge: 6d894de... 07f8b01... Author: Juergen Daubert Date: Wed Mar 7 18:16:22 2007 +0100 Merge branch '2.2' into 2.3 From crux at crux.nu Wed Mar 7 17:32:25 2007 From: crux at crux.nu (crux at crux.nu) Date: Wed, 07 Mar 2007 18:32:25 +0100 Subject: [crux-commits] ports/opt (2.2): exim: added openssl patch Message-ID: <45eef729.YFpbyUERqF1qYDID%crux@crux.nu> commit 94a6a8ac5fff7fd6c6b95856970addbf9f6dd328 Author: Juergen Daubert Date: Wed Mar 7 18:32:10 2007 +0100 exim: added openssl patch diff --git a/exim/.md5sum b/exim/.md5sum index 1294ce0..fb0cd18 100644 --- a/exim/.md5sum +++ b/exim/.md5sum @@ -1,3 +1,4 @@ f1682811a7fd2897153c5b0e33177509 exim 01288e44919d8abdde5a7bd2c200449b exim-4.66.tar.bz2 f9edb79bd90e2b6e8233b2ef26e95aa9 exim-config.patch +600d6448d11289c479da7a7ce600ce31 exim-openssl.patch diff --git a/exim/Pkgfile b/exim/Pkgfile index 5aac9a7..befb31b 100644 --- a/exim/Pkgfile +++ b/exim/Pkgfile @@ -5,13 +5,14 @@ name=exim version=4.66 -release=1 +release=2 source=(ftp://ftp.exim.org/pub/exim/exim4/$name-$version.tar.bz2 \ - $name $name-config.patch) + $name $name-config.patch $name-openssl.patch) build() { cd $name-$version + patch -p1 < ../$name-openssl.patch sed "s/#CFLAGS#/$CFLAGS/" $SRC/$name-config.patch | patch -p1 cp src/EDITME Local/Makefile diff --git a/exim/exim-openssl.patch b/exim/exim-openssl.patch new file mode 100644 index 0000000..5d7e209 --- /dev/null +++ b/exim/exim-openssl.patch @@ -0,0 +1,17 @@ +diff -Nru exim-4.66.orig/src/tls-openssl.c exim-4.66/src/tls-openssl.c +--- exim-4.66.orig/src/tls-openssl.c 2007-02-28 20:33:35.527246099 +0000 ++++ exim-4.66/src/tls-openssl.c 2007-02-28 20:34:47.751361917 +0000 +@@ -343,8 +343,11 @@ + /* Set up the information callback, which outputs if debugging is at a suitable + level. */ + +-if (!(SSL_CTX_set_info_callback(ctx, (void (*)())info_callback))) +- return tls_error(US"SSL_CTX_set_info_callback", host); ++/* if (!(SSL_CTX_set_info_callback(ctx, (void (*)())info_callback))) ++ return tls_error(US"SSL_CTX_set_info_callback", host); */ ++ ++SSL_CTX_set_info_callback(ctx, (void (*)())info_callback); ++ + + /* The following patch was supplied by Robert Roselius */ + From crux at crux.nu Fri Mar 9 18:56:38 2007 From: crux at crux.nu (crux at crux.nu) Date: Fri, 09 Mar 2007 19:56:38 +0100 Subject: [crux-commits] ports/opt (2.3): wvdial: removed unused patch Message-ID: <45f1ade6.Q6Dk7xvkVg4A9CnN%crux@crux.nu> commit 88f831f4f0fa2bc53d1c79fb6ce8311f7315431e Author: Simone Rota Date: Fri Mar 9 19:56:33 2007 +0000 wvdial: removed unused patch diff --git a/wvdial/wvstreams-4.2.2-gcc41.patch b/wvdial/wvstreams-4.2.2-gcc41.patch deleted file mode 100644 index 4887771..0000000 --- a/wvdial/wvstreams-4.2.2-gcc41.patch +++ /dev/null @@ -1,64 +0,0 @@ -diff -Nru wvstreams-4.2.2.orig/include/uniconfkey.h wvstreams-4.2.2/include/uniconfkey.h ---- wvstreams-4.2.2.orig/include/uniconfkey.h 2006-11-26 18:33:38.134167426 +0100 -+++ wvstreams-4.2.2/include/uniconfkey.h 2006-11-26 18:37:08.864296426 +0100 -@@ -113,7 +113,7 @@ - bool iswild() const; - - /** Returns true if the key has a trailing slash. */ -- bool UniConfKey::hastrailingslash() const; -+ bool hastrailingslash() const; - - /** - * Returns the number of segments in this path. -diff -Nru wvstreams-4.2.2.orig/include/wvhttppool.h wvstreams-4.2.2/include/wvhttppool.h ---- wvstreams-4.2.2.orig/include/wvhttppool.h 2006-11-26 18:33:38.214167426 +0100 -+++ wvstreams-4.2.2/include/wvhttppool.h 2006-11-26 18:39:30.294486426 +0100 -@@ -57,7 +57,7 @@ - WvString linkname; - WvUrl url; - -- WvUrlLink::WvUrlLink(WvStringParm _linkname, WvStringParm _url) -+ WvUrlLink(WvStringParm _linkname, WvStringParm _url) - : linkname(_linkname), url(_url) - {} - }; -diff -Nru wvstreams-4.2.2.orig/include/wvstring.h wvstreams-4.2.2/include/wvstring.h ---- wvstreams-4.2.2.orig/include/wvstring.h 2006-11-26 18:33:38.334167426 +0100 -+++ wvstreams-4.2.2/include/wvstring.h 2006-11-26 18:37:08.864296426 +0100 -@@ -393,7 +393,7 @@ - - protected: - void copy_constructor(const WvFastString &s); -- inline void WvString::construct(const char *_str) -+ inline void construct(const char *_str) - { - link(&nullbuf, _str); - -diff -Nru wvstreams-4.2.2.orig/include/wvx509.h wvstreams-4.2.2/include/wvx509.h ---- wvstreams-4.2.2.orig/include/wvx509.h 2006-11-26 18:33:38.384167426 +0100 -+++ wvstreams-4.2.2/include/wvx509.h 2006-11-26 18:37:08.864296426 +0100 -@@ -349,19 +349,19 @@ - * Set the Certificate to use X509v3, since that's all modern - * PKI uses anyways :) - */ -- void WvX509Mgr::set_version(); -+ void set_version(); - - /** - * Get and set the keyUsage field. - */ -- WvString WvX509Mgr::get_key_usage(); -- void WvX509Mgr::set_key_usage(WvStringParm values); -+ WvString get_key_usage(); -+ void set_key_usage(WvStringParm values); - - /** - * Get and set the extendedKeyUsage field. - */ -- WvString WvX509Mgr::get_ext_key_usage(); -- void WvX509Mgr::set_ext_key_usage(WvStringParm values); -+ WvString get_ext_key_usage(); -+ void set_ext_key_usage(WvStringParm values); - - /** - * Return the Subject alt name if it exists, and WvString::null if From crux at crux.nu Fri Mar 9 19:09:20 2007 From: crux at crux.nu (crux at crux.nu) Date: Fri, 09 Mar 2007 20:09:20 +0100 Subject: [crux-commits] ports/opt (2.3): cairo: fixed dependencies Message-ID: <45f1b0e0.2oApQ00g9BJyYsJB%crux@crux.nu> commit 8b8d7d8c0e3f982cd8a33f461ffee0fc18735a1a Author: Simone Rota Date: Fri Mar 9 20:09:13 2007 +0000 cairo: fixed dependencies diff --git a/cairo/Pkgfile b/cairo/Pkgfile index 617a8f4..f4f1dc4 100644 --- a/cairo/Pkgfile +++ b/cairo/Pkgfile @@ -1,7 +1,7 @@ # Description: A 2D graphics library with support for multiple output devices # URL: http://www.cairographics.org/ # Maintainer: Matt Housh, jaeger at morpheus dot net -# Depends on: glitz +# Depends on: fontconfig, glitz, libpng, xorg-libxrender name=cairo version=1.2.6 From crux at crux.nu Sat Mar 10 09:06:38 2007 From: crux at crux.nu (crux at crux.nu) Date: Sat, 10 Mar 2007 10:06:38 +0100 Subject: [crux-commits] ports/opt (2.2): mysql: update to 5.0.37 Message-ID: <45f2751e.pvcPOU5GqaOySaEp%crux@crux.nu> commit c52402599df654ffa3d22470df741bd8bd794ebc Author: Juergen Daubert Date: Sat Mar 10 10:06:07 2007 +0100 mysql: update to 5.0.37 diff --git a/mysql/.footprint b/mysql/.footprint index 3748bcf..ae34b39 100644 --- a/mysql/.footprint +++ b/mysql/.footprint @@ -105,6 +105,7 @@ lrwxrwxrwx root/root usr/lib/mysql/libmysqlclient_r.so.15 -> libmysqlclient_r.so -rw-r--r-- root/root usr/lib/mysql/libvio.a drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man1/ +-rw-r--r-- root/root usr/man/man1/make_win_bin_dist.1.gz -rw-r--r-- root/root usr/man/man1/msql2mysql.1.gz -rw-r--r-- root/root usr/man/man1/my_print_defaults.1.gz -rw-r--r-- root/root usr/man/man1/myisam_ftdump.1.gz @@ -116,6 +117,7 @@ drwxr-xr-x root/root usr/man/man1/ -rw-r--r-- root/root usr/man/man1/mysql_config.1.gz -rw-r--r-- root/root usr/man/man1/mysql_explain_log.1.gz -rw-r--r-- root/root usr/man/man1/mysql_fix_privilege_tables.1.gz +-rw-r--r-- root/root usr/man/man1/mysql_install_db.1.gz -rw-r--r-- root/root usr/man/man1/mysql_tzinfo_to_sql.1.gz -rw-r--r-- root/root usr/man/man1/mysql_upgrade.1.gz -rw-r--r-- root/root usr/man/man1/mysql_zap.1.gz @@ -130,6 +132,25 @@ drwxr-xr-x root/root usr/man/man1/ -rw-r--r-- root/root usr/man/man1/mysqlimport.1.gz -rw-r--r-- root/root usr/man/man1/mysqlman.1.gz -rw-r--r-- root/root usr/man/man1/mysqlshow.1.gz +-rw-r--r-- root/root usr/man/man1/ndb_config.1.gz +-rw-r--r-- root/root usr/man/man1/ndb_cpcd.1.gz +-rw-r--r-- root/root usr/man/man1/ndb_delete_all.1.gz +-rw-r--r-- root/root usr/man/man1/ndb_desc.1.gz +-rw-r--r-- root/root usr/man/man1/ndb_drop_index.1.gz +-rw-r--r-- root/root usr/man/man1/ndb_drop_table.1.gz +-rw-r--r-- root/root usr/man/man1/ndb_error_reporter.1.gz +-rw-r--r-- root/root usr/man/man1/ndb_mgm.1.gz +-rw-r--r-- root/root usr/man/man1/ndb_mgmd.1.gz +-rw-r--r-- root/root usr/man/man1/ndb_print_backup_file.1.gz +-rw-r--r-- root/root usr/man/man1/ndb_print_schema_file.1.gz +-rw-r--r-- root/root usr/man/man1/ndb_print_sys_file.1.gz +-rw-r--r-- root/root usr/man/man1/ndb_restore.1.gz +-rw-r--r-- root/root usr/man/man1/ndb_select_all.1.gz +-rw-r--r-- root/root usr/man/man1/ndb_select_count.1.gz +-rw-r--r-- root/root usr/man/man1/ndb_show_tables.1.gz +-rw-r--r-- root/root usr/man/man1/ndb_size.pl.1.gz +-rw-r--r-- root/root usr/man/man1/ndb_waiter.1.gz +-rw-r--r-- root/root usr/man/man1/ndbd.1.gz -rw-r--r-- root/root usr/man/man1/perror.1.gz -rw-r--r-- root/root usr/man/man1/replace.1.gz -rw-r--r-- root/root usr/man/man1/safe_mysqld.1.gz diff --git a/mysql/.md5sum b/mysql/.md5sum index ef5576f..59bee86 100644 --- a/mysql/.md5sum +++ b/mysql/.md5sum @@ -1,3 +1,3 @@ c92bf44516b82cad857fb386dbb64bfe my.cnf -10cb85276a1468c7906a4ff4dd565d61 mysql-5.0.33.tar.gz +26ed76facb58bdeae40c8310e337dde2 mysql-5.0.37.tar.gz 642a596f13ebd7e459c5ff2fd382f06b mysqld diff --git a/mysql/Pkgfile b/mysql/Pkgfile index 8661632..b022b81 100644 --- a/mysql/Pkgfile +++ b/mysql/Pkgfile @@ -4,7 +4,7 @@ # Depends on: ncurses, zlib name=mysql -version=5.0.33 +version=5.0.37 release=1 source=(http://mirrors.sunsite.dk/mysql/Downloads/MySQL-5.0/$name-$version.tar.gz \ my.cnf mysqld) From crux at crux.nu Sat Mar 10 09:10:26 2007 From: crux at crux.nu (crux at crux.nu) Date: Sat, 10 Mar 2007 10:10:26 +0100 Subject: [crux-commits] ports/opt (2.3): Merge branch '2.2' into 2.3 Message-ID: <45f27602.aEct/Jr1qKkxlKMg%crux@crux.nu> commit e1d028a6cff10c828153c4eac5bd78705ffeafd5 Merge: 8b8d7d8... c524025... Author: Juergen Daubert Date: Sat Mar 10 10:09:28 2007 +0100 Merge branch '2.2' into 2.3 From crux at crux.nu Sat Mar 10 09:10:26 2007 From: crux at crux.nu (crux at crux.nu) Date: Sat, 10 Mar 2007 10:10:26 +0100 Subject: [crux-commits] ports/opt (2.3): mysql: update to 5.0.37 Message-ID: <45f27602.xvmt8SkCSYB+47PR%crux@crux.nu> commit c52402599df654ffa3d22470df741bd8bd794ebc Author: Juergen Daubert Date: Sat Mar 10 10:06:07 2007 +0100 mysql: update to 5.0.37 diff --git a/mysql/.footprint b/mysql/.footprint index 3748bcf..ae34b39 100644 --- a/mysql/.footprint +++ b/mysql/.footprint @@ -105,6 +105,7 @@ lrwxrwxrwx root/root usr/lib/mysql/libmysqlclient_r.so.15 -> libmysqlclient_r.so -rw-r--r-- root/root usr/lib/mysql/libvio.a drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man1/ +-rw-r--r-- root/root usr/man/man1/make_win_bin_dist.1.gz -rw-r--r-- root/root usr/man/man1/msql2mysql.1.gz -rw-r--r-- root/root usr/man/man1/my_print_defaults.1.gz -rw-r--r-- root/root usr/man/man1/myisam_ftdump.1.gz @@ -116,6 +117,7 @@ drwxr-xr-x root/root usr/man/man1/ -rw-r--r-- root/root usr/man/man1/mysql_config.1.gz -rw-r--r-- root/root usr/man/man1/mysql_explain_log.1.gz -rw-r--r-- root/root usr/man/man1/mysql_fix_privilege_tables.1.gz +-rw-r--r-- root/root usr/man/man1/mysql_install_db.1.gz -rw-r--r-- root/root usr/man/man1/mysql_tzinfo_to_sql.1.gz -rw-r--r-- root/root usr/man/man1/mysql_upgrade.1.gz -rw-r--r-- root/root usr/man/man1/mysql_zap.1.gz @@ -130,6 +132,25 @@ drwxr-xr-x root/root usr/man/man1/ -rw-r--r-- root/root usr/man/man1/mysqlimport.1.gz -rw-r--r-- root/root usr/man/man1/mysqlman.1.gz -rw-r--r-- root/root usr/man/man1/mysqlshow.1.gz +-rw-r--r-- root/root usr/man/man1/ndb_config.1.gz +-rw-r--r-- root/root usr/man/man1/ndb_cpcd.1.gz +-rw-r--r-- root/root usr/man/man1/ndb_delete_all.1.gz +-rw-r--r-- root/root usr/man/man1/ndb_desc.1.gz +-rw-r--r-- root/root usr/man/man1/ndb_drop_index.1.gz +-rw-r--r-- root/root usr/man/man1/ndb_drop_table.1.gz +-rw-r--r-- root/root usr/man/man1/ndb_error_reporter.1.gz +-rw-r--r-- root/root usr/man/man1/ndb_mgm.1.gz +-rw-r--r-- root/root usr/man/man1/ndb_mgmd.1.gz +-rw-r--r-- root/root usr/man/man1/ndb_print_backup_file.1.gz +-rw-r--r-- root/root usr/man/man1/ndb_print_schema_file.1.gz +-rw-r--r-- root/root usr/man/man1/ndb_print_sys_file.1.gz +-rw-r--r-- root/root usr/man/man1/ndb_restore.1.gz +-rw-r--r-- root/root usr/man/man1/ndb_select_all.1.gz +-rw-r--r-- root/root usr/man/man1/ndb_select_count.1.gz +-rw-r--r-- root/root usr/man/man1/ndb_show_tables.1.gz +-rw-r--r-- root/root usr/man/man1/ndb_size.pl.1.gz +-rw-r--r-- root/root usr/man/man1/ndb_waiter.1.gz +-rw-r--r-- root/root usr/man/man1/ndbd.1.gz -rw-r--r-- root/root usr/man/man1/perror.1.gz -rw-r--r-- root/root usr/man/man1/replace.1.gz -rw-r--r-- root/root usr/man/man1/safe_mysqld.1.gz diff --git a/mysql/.md5sum b/mysql/.md5sum index ef5576f..59bee86 100644 --- a/mysql/.md5sum +++ b/mysql/.md5sum @@ -1,3 +1,3 @@ c92bf44516b82cad857fb386dbb64bfe my.cnf -10cb85276a1468c7906a4ff4dd565d61 mysql-5.0.33.tar.gz +26ed76facb58bdeae40c8310e337dde2 mysql-5.0.37.tar.gz 642a596f13ebd7e459c5ff2fd382f06b mysqld diff --git a/mysql/Pkgfile b/mysql/Pkgfile index 8661632..b022b81 100644 --- a/mysql/Pkgfile +++ b/mysql/Pkgfile @@ -4,7 +4,7 @@ # Depends on: ncurses, zlib name=mysql -version=5.0.33 +version=5.0.37 release=1 source=(http://mirrors.sunsite.dk/mysql/Downloads/MySQL-5.0/$name-$version.tar.gz \ my.cnf mysqld) From crux at crux.nu Sat Mar 10 09:10:26 2007 From: crux at crux.nu (crux at crux.nu) Date: Sat, 10 Mar 2007 10:10:26 +0100 Subject: [crux-commits] ports/opt (2.3): exim: added openssl patch Message-ID: <45f27602.UoOK7I/9KcQzUK/N%crux@crux.nu> commit 94a6a8ac5fff7fd6c6b95856970addbf9f6dd328 Author: Juergen Daubert Date: Wed Mar 7 18:32:10 2007 +0100 exim: added openssl patch diff --git a/exim/.md5sum b/exim/.md5sum index 1294ce0..fb0cd18 100644 --- a/exim/.md5sum +++ b/exim/.md5sum @@ -1,3 +1,4 @@ f1682811a7fd2897153c5b0e33177509 exim 01288e44919d8abdde5a7bd2c200449b exim-4.66.tar.bz2 f9edb79bd90e2b6e8233b2ef26e95aa9 exim-config.patch +600d6448d11289c479da7a7ce600ce31 exim-openssl.patch diff --git a/exim/Pkgfile b/exim/Pkgfile index 5aac9a7..befb31b 100644 --- a/exim/Pkgfile +++ b/exim/Pkgfile @@ -5,13 +5,14 @@ name=exim version=4.66 -release=1 +release=2 source=(ftp://ftp.exim.org/pub/exim/exim4/$name-$version.tar.bz2 \ - $name $name-config.patch) + $name $name-config.patch $name-openssl.patch) build() { cd $name-$version + patch -p1 < ../$name-openssl.patch sed "s/#CFLAGS#/$CFLAGS/" $SRC/$name-config.patch | patch -p1 cp src/EDITME Local/Makefile diff --git a/exim/exim-openssl.patch b/exim/exim-openssl.patch new file mode 100644 index 0000000..5d7e209 --- /dev/null +++ b/exim/exim-openssl.patch @@ -0,0 +1,17 @@ +diff -Nru exim-4.66.orig/src/tls-openssl.c exim-4.66/src/tls-openssl.c +--- exim-4.66.orig/src/tls-openssl.c 2007-02-28 20:33:35.527246099 +0000 ++++ exim-4.66/src/tls-openssl.c 2007-02-28 20:34:47.751361917 +0000 +@@ -343,8 +343,11 @@ + /* Set up the information callback, which outputs if debugging is at a suitable + level. */ + +-if (!(SSL_CTX_set_info_callback(ctx, (void (*)())info_callback))) +- return tls_error(US"SSL_CTX_set_info_callback", host); ++/* if (!(SSL_CTX_set_info_callback(ctx, (void (*)())info_callback))) ++ return tls_error(US"SSL_CTX_set_info_callback", host); */ ++ ++SSL_CTX_set_info_callback(ctx, (void (*)())info_callback); ++ + + /* The following patch was supplied by Robert Roselius */ + From crux at crux.nu Sun Mar 11 09:35:35 2007 From: crux at crux.nu (crux at crux.nu) Date: Sun, 11 Mar 2007 10:35:35 +0100 Subject: [crux-commits] ports/core (2.2): openssh: update to 4.6p1 Message-ID: <45f3cd67.huEGUcir4/v2WyQq%crux@crux.nu> commit b443aed7f19910fcce201716251e9d4b8ab3d4de Author: Juergen Daubert Date: Sun Mar 11 10:35:24 2007 +0100 openssh: update to 4.6p1 diff --git a/openssh/.md5sum b/openssh/.md5sum index f1a71b7..68c83b6 100644 --- a/openssh/.md5sum +++ b/openssh/.md5sum @@ -1,2 +1,2 @@ -6468c339886f78e8a149b88f695839dd openssh-4.5p1.tar.gz +6a7fa99f44d9e1b5b04d15256e1405bb openssh-4.6p1.tar.gz bd8c806e623552083e1a761019cc2793 sshd diff --git a/openssh/Pkgfile b/openssh/Pkgfile index 51f74dd..24d930d 100644 --- a/openssh/Pkgfile +++ b/openssh/Pkgfile @@ -4,7 +4,7 @@ # Depends on: openssl, zlib name=openssh -version=4.5p1 +version=4.6p1 release=1 source=(ftp://openbsd.informatik.uni-erlangen.de/pub/OpenBSD/OpenSSH/portable/$name-$version.tar.gz sshd) From crux at crux.nu Sun Mar 11 09:38:57 2007 From: crux at crux.nu (crux at crux.nu) Date: Sun, 11 Mar 2007 10:38:57 +0100 Subject: [crux-commits] ports/core (2.3): openssh: update to 4.6p1 Message-ID: <45f3ce31.LJkFjwKnGuAILvPL%crux@crux.nu> commit b443aed7f19910fcce201716251e9d4b8ab3d4de Author: Juergen Daubert Date: Sun Mar 11 10:35:24 2007 +0100 openssh: update to 4.6p1 diff --git a/openssh/.md5sum b/openssh/.md5sum index f1a71b7..68c83b6 100644 --- a/openssh/.md5sum +++ b/openssh/.md5sum @@ -1,2 +1,2 @@ -6468c339886f78e8a149b88f695839dd openssh-4.5p1.tar.gz +6a7fa99f44d9e1b5b04d15256e1405bb openssh-4.6p1.tar.gz bd8c806e623552083e1a761019cc2793 sshd diff --git a/openssh/Pkgfile b/openssh/Pkgfile index 51f74dd..24d930d 100644 --- a/openssh/Pkgfile +++ b/openssh/Pkgfile @@ -4,7 +4,7 @@ # Depends on: openssl, zlib name=openssh -version=4.5p1 +version=4.6p1 release=1 source=(ftp://openbsd.informatik.uni-erlangen.de/pub/OpenBSD/OpenSSH/portable/$name-$version.tar.gz sshd) From crux at crux.nu Sun Mar 11 09:38:57 2007 From: crux at crux.nu (crux at crux.nu) Date: Sun, 11 Mar 2007 10:38:57 +0100 Subject: [crux-commits] ports/core (2.3): Merge branch '2.2' into 2.3 Message-ID: <45f3ce31.lWN4whUmaCLC4DTW%crux@crux.nu> commit d20910a96030fdb17cc4cbb6dd285a6185a4ad2b Merge: 84f1aee... b443aed... Author: Juergen Daubert Date: Sun Mar 11 10:38:36 2007 +0100 Merge branch '2.2' into 2.3 From crux at crux.nu Sun Mar 11 10:13:24 2007 From: crux at crux.nu (crux at crux.nu) Date: Sun, 11 Mar 2007 11:13:24 +0100 Subject: [crux-commits] ports/opt (2.3): Merge branch '2.2' into 2.3 Message-ID: <45f3d644.UCXVMbXHFW/1U83p%crux@crux.nu> commit f2602293b5007ab13651e6ca827105aadc41bb4a Merge: e1d028a... 12b9293... Author: Juergen Daubert Date: Sun Mar 11 11:12:57 2007 +0100 Merge branch '2.2' into 2.3 From crux at crux.nu Mon Mar 12 14:59:20 2007 From: crux at crux.nu (crux at crux.nu) Date: Mon, 12 Mar 2007 15:59:20 +0100 Subject: [crux-commits] ports/xorg (2.3): xorg-server: removed README, the bug is fixed in 2.3 Message-ID: <45f56ac8.M62u/sCDwHgECWEA%crux@crux.nu> commit 9a1f405ba6ebcdf8fc369073610a0415bb4580b2 Author: Tilman Sauerbeck Date: Mon Mar 12 15:59:04 2007 +0100 xorg-server: removed README, the bug is fixed in 2.3 diff --git a/xorg-server/README b/xorg-server/README deleted file mode 100644 index 8b0f4f8..0000000 --- a/xorg-server/README +++ /dev/null @@ -1,3 +0,0 @@ -If there's a compilation error regarding agpgart, run the following command: - - sed -i -e 's/_LINUX_TYPES_H/_LINUX_TYPES_FOO_H_/' /usr/include/linux/types.h From crux at crux.nu Mon Mar 12 16:07:37 2007 From: crux at crux.nu (crux at crux.nu) Date: Mon, 12 Mar 2007 17:07:37 +0100 Subject: [crux-commits] ports/opt (2.3): directfb: updated to 1.0 Message-ID: <45f57ac9.rkFjZQqtuLBesBvv%crux@crux.nu> commit b473dcdb94387cd737ad14c012b3a792fa81306d Author: Tilman Sauerbeck Date: Mon Mar 12 17:07:26 2007 +0100 directfb: updated to 1.0 diff --git a/directfb/.footprint b/directfb/.footprint index 45879a4..6d3d71e 100644 --- a/directfb/.footprint +++ b/directfb/.footprint @@ -10,6 +10,8 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/dfbsummon -rwxr-xr-x root/root usr/bin/directfb-config -rwxr-xr-x root/root usr/bin/directfb-csource +-rwxr-xr-x root/root usr/bin/mkdfiff +-rwxr-xr-x root/root usr/bin/mkdgiff drwxr-xr-x root/root usr/include/ drwxr-xr-x root/root usr/include/directfb-internal/ drwxr-xr-x root/root usr/include/directfb-internal/core/ @@ -78,11 +80,12 @@ drwxr-xr-x root/root usr/include/directfb-internal/windows/ -rw-r--r-- root/root usr/include/directfb-internal/windows/idirectfbwindow.h drwxr-xr-x root/root usr/include/directfb/ -rw-r--r-- root/root usr/include/directfb/dfb_types.h +-rw-r--r-- root/root usr/include/directfb/dfiff.h +-rw-r--r-- root/root usr/include/directfb/dgiff.h drwxr-xr-x root/root usr/include/directfb/direct/ -rw-r--r-- root/root usr/include/directfb/direct/build.h -rw-r--r-- root/root usr/include/directfb/direct/clock.h -rw-r--r-- root/root usr/include/directfb/direct/conf.h --rw-r--r-- root/root usr/include/directfb/direct/cpu_accel.h -rw-r--r-- root/root usr/include/directfb/direct/debug.h -rw-r--r-- root/root usr/include/directfb/direct/direct.h -rw-r--r-- root/root usr/include/directfb/direct/hash.h @@ -110,12 +113,15 @@ drwxr-xr-x root/root usr/include/directfb/direct/ -rw-r--r-- root/root usr/include/directfb/directfb_strings.h -rw-r--r-- root/root usr/include/directfb/directfb_util.h -rw-r--r-- root/root usr/include/directfb/directfb_version.h +-rw-r--r-- root/root usr/include/directfb/directfbgl.h drwxr-xr-x root/root usr/include/directfb/fusion/ -rw-r--r-- root/root usr/include/directfb/fusion/arena.h -rw-r--r-- root/root usr/include/directfb/fusion/build.h -rw-r--r-- root/root usr/include/directfb/fusion/call.h -rw-r--r-- root/root usr/include/directfb/fusion/conf.h -rw-r--r-- root/root usr/include/directfb/fusion/fusion.h +-rw-r--r-- root/root usr/include/directfb/fusion/fusion_internal.h +-rw-r--r-- root/root usr/include/directfb/fusion/hash.h -rw-r--r-- root/root usr/include/directfb/fusion/lock.h -rw-r--r-- root/root usr/include/directfb/fusion/object.h -rw-r--r-- root/root usr/include/directfb/fusion/property.h @@ -124,101 +130,108 @@ drwxr-xr-x root/root usr/include/directfb/fusion/ drwxr-xr-x root/root usr/include/directfb/fusion/shm/ -rw-r--r-- root/root usr/include/directfb/fusion/shm/pool.h -rw-r--r-- root/root usr/include/directfb/fusion/shm/shm.h +-rw-r--r-- root/root usr/include/directfb/fusion/shm/shm_internal.h -rw-r--r-- root/root usr/include/directfb/fusion/shmalloc.h -rw-r--r-- root/root usr/include/directfb/fusion/types.h -rw-r--r-- root/root usr/include/directfb/fusion/vector.h drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/directfb-0.9.25/ -drwxr-xr-x root/root usr/lib/directfb-0.9.25/gfxdrivers/ --rwxr-xr-x root/root usr/lib/directfb-0.9.25/gfxdrivers/libdirectfb_ati128.la --rwxr-xr-x root/root usr/lib/directfb-0.9.25/gfxdrivers/libdirectfb_ati128.so --rwxr-xr-x root/root usr/lib/directfb-0.9.25/gfxdrivers/libdirectfb_cyber5k.la --rwxr-xr-x root/root usr/lib/directfb-0.9.25/gfxdrivers/libdirectfb_cyber5k.so --rwxr-xr-x root/root usr/lib/directfb-0.9.25/gfxdrivers/libdirectfb_i810.la --rwxr-xr-x root/root usr/lib/directfb-0.9.25/gfxdrivers/libdirectfb_i810.so --rwxr-xr-x root/root usr/lib/directfb-0.9.25/gfxdrivers/libdirectfb_i830.la --rwxr-xr-x root/root usr/lib/directfb-0.9.25/gfxdrivers/libdirectfb_i830.so --rwxr-xr-x root/root usr/lib/directfb-0.9.25/gfxdrivers/libdirectfb_mach64.la --rwxr-xr-x root/root usr/lib/directfb-0.9.25/gfxdrivers/libdirectfb_mach64.so --rwxr-xr-x root/root usr/lib/directfb-0.9.25/gfxdrivers/libdirectfb_matrox.la --rwxr-xr-x root/root usr/lib/directfb-0.9.25/gfxdrivers/libdirectfb_matrox.so --rwxr-xr-x root/root usr/lib/directfb-0.9.25/gfxdrivers/libdirectfb_neomagic.la --rwxr-xr-x root/root usr/lib/directfb-0.9.25/gfxdrivers/libdirectfb_neomagic.so --rwxr-xr-x root/root usr/lib/directfb-0.9.25/gfxdrivers/libdirectfb_nsc.la --rwxr-xr-x root/root usr/lib/directfb-0.9.25/gfxdrivers/libdirectfb_nsc.so --rwxr-xr-x root/root usr/lib/directfb-0.9.25/gfxdrivers/libdirectfb_nvidia.la --rwxr-xr-x root/root usr/lib/directfb-0.9.25/gfxdrivers/libdirectfb_nvidia.so --rwxr-xr-x root/root usr/lib/directfb-0.9.25/gfxdrivers/libdirectfb_radeon.la --rwxr-xr-x root/root usr/lib/directfb-0.9.25/gfxdrivers/libdirectfb_radeon.so --rwxr-xr-x root/root usr/lib/directfb-0.9.25/gfxdrivers/libdirectfb_savage.la --rwxr-xr-x root/root usr/lib/directfb-0.9.25/gfxdrivers/libdirectfb_savage.so --rwxr-xr-x root/root usr/lib/directfb-0.9.25/gfxdrivers/libdirectfb_sis315.la --rwxr-xr-x root/root usr/lib/directfb-0.9.25/gfxdrivers/libdirectfb_sis315.so --rwxr-xr-x root/root usr/lib/directfb-0.9.25/gfxdrivers/libdirectfb_tdfx.la --rwxr-xr-x root/root usr/lib/directfb-0.9.25/gfxdrivers/libdirectfb_tdfx.so --rwxr-xr-x root/root usr/lib/directfb-0.9.25/gfxdrivers/libdirectfb_unichrome.la --rwxr-xr-x root/root usr/lib/directfb-0.9.25/gfxdrivers/libdirectfb_unichrome.so -drwxr-xr-x root/root usr/lib/directfb-0.9.25/inputdrivers/ --rwxr-xr-x root/root usr/lib/directfb-0.9.25/inputdrivers/libdirectfb_joystick.la --rwxr-xr-x root/root usr/lib/directfb-0.9.25/inputdrivers/libdirectfb_joystick.so --rwxr-xr-x root/root usr/lib/directfb-0.9.25/inputdrivers/libdirectfb_keyboard.la --rwxr-xr-x root/root usr/lib/directfb-0.9.25/inputdrivers/libdirectfb_keyboard.so --rwxr-xr-x root/root usr/lib/directfb-0.9.25/inputdrivers/libdirectfb_linux_input.la --rwxr-xr-x root/root usr/lib/directfb-0.9.25/inputdrivers/libdirectfb_linux_input.so --rwxr-xr-x root/root usr/lib/directfb-0.9.25/inputdrivers/libdirectfb_lirc.la --rwxr-xr-x root/root usr/lib/directfb-0.9.25/inputdrivers/libdirectfb_lirc.so --rwxr-xr-x root/root usr/lib/directfb-0.9.25/inputdrivers/libdirectfb_mutouch.la --rwxr-xr-x root/root usr/lib/directfb-0.9.25/inputdrivers/libdirectfb_mutouch.so --rwxr-xr-x root/root usr/lib/directfb-0.9.25/inputdrivers/libdirectfb_penmount.la --rwxr-xr-x root/root usr/lib/directfb-0.9.25/inputdrivers/libdirectfb_penmount.so --rwxr-xr-x root/root usr/lib/directfb-0.9.25/inputdrivers/libdirectfb_ps2mouse.la --rwxr-xr-x root/root usr/lib/directfb-0.9.25/inputdrivers/libdirectfb_ps2mouse.so --rwxr-xr-x root/root usr/lib/directfb-0.9.25/inputdrivers/libdirectfb_sdlinput.la --rwxr-xr-x root/root usr/lib/directfb-0.9.25/inputdrivers/libdirectfb_sdlinput.so --rwxr-xr-x root/root usr/lib/directfb-0.9.25/inputdrivers/libdirectfb_serialmouse.la --rwxr-xr-x root/root usr/lib/directfb-0.9.25/inputdrivers/libdirectfb_serialmouse.so --rwxr-xr-x root/root usr/lib/directfb-0.9.25/inputdrivers/libdirectfb_sonypi.la --rwxr-xr-x root/root usr/lib/directfb-0.9.25/inputdrivers/libdirectfb_sonypi.so --rwxr-xr-x root/root usr/lib/directfb-0.9.25/inputdrivers/libdirectfb_wm97xx_ts.la --rwxr-xr-x root/root usr/lib/directfb-0.9.25/inputdrivers/libdirectfb_wm97xx_ts.so -drwxr-xr-x root/root usr/lib/directfb-0.9.25/interfaces/ -drwxr-xr-x root/root usr/lib/directfb-0.9.25/interfaces/IDirectFBFont/ --rwxr-xr-x root/root usr/lib/directfb-0.9.25/interfaces/IDirectFBFont/libidirectfbfont_default.la --rwxr-xr-x root/root usr/lib/directfb-0.9.25/interfaces/IDirectFBFont/libidirectfbfont_default.so --rwxr-xr-x root/root usr/lib/directfb-0.9.25/interfaces/IDirectFBFont/libidirectfbfont_ft2.la --rwxr-xr-x root/root usr/lib/directfb-0.9.25/interfaces/IDirectFBFont/libidirectfbfont_ft2.so -drwxr-xr-x root/root usr/lib/directfb-0.9.25/interfaces/IDirectFBImageProvider/ --rwxr-xr-x root/root usr/lib/directfb-0.9.25/interfaces/IDirectFBImageProvider/libidirectfbimageprovider_gif.la --rwxr-xr-x root/root usr/lib/directfb-0.9.25/interfaces/IDirectFBImageProvider/libidirectfbimageprovider_gif.so --rwxr-xr-x root/root usr/lib/directfb-0.9.25/interfaces/IDirectFBImageProvider/libidirectfbimageprovider_jpeg.la --rwxr-xr-x root/root usr/lib/directfb-0.9.25/interfaces/IDirectFBImageProvider/libidirectfbimageprovider_jpeg.so --rwxr-xr-x root/root usr/lib/directfb-0.9.25/interfaces/IDirectFBImageProvider/libidirectfbimageprovider_mpeg2.la --rwxr-xr-x root/root usr/lib/directfb-0.9.25/interfaces/IDirectFBImageProvider/libidirectfbimageprovider_mpeg2.so --rwxr-xr-x root/root usr/lib/directfb-0.9.25/interfaces/IDirectFBImageProvider/libidirectfbimageprovider_png.la --rwxr-xr-x root/root usr/lib/directfb-0.9.25/interfaces/IDirectFBImageProvider/libidirectfbimageprovider_png.so -drwxr-xr-x root/root usr/lib/directfb-0.9.25/interfaces/IDirectFBVideoProvider/ --rwxr-xr-x root/root usr/lib/directfb-0.9.25/interfaces/IDirectFBVideoProvider/libidirectfbvideoprovider_v4l.la --rwxr-xr-x root/root usr/lib/directfb-0.9.25/interfaces/IDirectFBVideoProvider/libidirectfbvideoprovider_v4l.so -drwxr-xr-x root/root usr/lib/directfb-0.9.25/systems/ --rwxr-xr-x root/root usr/lib/directfb-0.9.25/systems/libdirectfb_fbdev.la --rwxr-xr-x root/root usr/lib/directfb-0.9.25/systems/libdirectfb_fbdev.so --rwxr-xr-x root/root usr/lib/directfb-0.9.25/systems/libdirectfb_sdl.la --rwxr-xr-x root/root usr/lib/directfb-0.9.25/systems/libdirectfb_sdl.so -drwxr-xr-x root/root usr/lib/directfb-0.9.25/wm/ --rwxr-xr-x root/root usr/lib/directfb-0.9.25/wm/libdirectfbwm_default.la --rwxr-xr-x root/root usr/lib/directfb-0.9.25/wm/libdirectfbwm_default.so -lrwxrwxrwx root/root usr/lib/libdirect-0.9.so.25 -> libdirect-0.9.so.25.0.0 --rwxr-xr-x root/root usr/lib/libdirect-0.9.so.25.0.0 +drwxr-xr-x root/root usr/lib/directfb-1.0-0/ +drwxr-xr-x root/root usr/lib/directfb-1.0-0/gfxdrivers/ +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/gfxdrivers/libdirectfb_ati128.la +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/gfxdrivers/libdirectfb_ati128.so +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/gfxdrivers/libdirectfb_cyber5k.la +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/gfxdrivers/libdirectfb_cyber5k.so +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/gfxdrivers/libdirectfb_i810.la +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/gfxdrivers/libdirectfb_i810.so +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/gfxdrivers/libdirectfb_i830.la +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/gfxdrivers/libdirectfb_i830.so +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/gfxdrivers/libdirectfb_mach64.la +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/gfxdrivers/libdirectfb_mach64.so +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/gfxdrivers/libdirectfb_matrox.la +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/gfxdrivers/libdirectfb_matrox.so +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/gfxdrivers/libdirectfb_neomagic.la +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/gfxdrivers/libdirectfb_neomagic.so +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/gfxdrivers/libdirectfb_nsc.la +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/gfxdrivers/libdirectfb_nsc.so +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/gfxdrivers/libdirectfb_nvidia.la +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/gfxdrivers/libdirectfb_nvidia.so +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/gfxdrivers/libdirectfb_radeon.la +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/gfxdrivers/libdirectfb_radeon.so +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/gfxdrivers/libdirectfb_savage.la +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/gfxdrivers/libdirectfb_savage.so +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/gfxdrivers/libdirectfb_sis315.la +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/gfxdrivers/libdirectfb_sis315.so +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/gfxdrivers/libdirectfb_tdfx.la +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/gfxdrivers/libdirectfb_tdfx.so +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/gfxdrivers/libdirectfb_unichrome.la +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/gfxdrivers/libdirectfb_unichrome.so +drwxr-xr-x root/root usr/lib/directfb-1.0-0/inputdrivers/ +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/inputdrivers/libdirectfb_joystick.la +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/inputdrivers/libdirectfb_joystick.so +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/inputdrivers/libdirectfb_keyboard.la +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/inputdrivers/libdirectfb_keyboard.so +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/inputdrivers/libdirectfb_linux_input.la +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/inputdrivers/libdirectfb_linux_input.so +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/inputdrivers/libdirectfb_lirc.la +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/inputdrivers/libdirectfb_lirc.so +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/inputdrivers/libdirectfb_mutouch.la +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/inputdrivers/libdirectfb_mutouch.so +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/inputdrivers/libdirectfb_penmount.la +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/inputdrivers/libdirectfb_penmount.so +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/inputdrivers/libdirectfb_ps2mouse.la +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/inputdrivers/libdirectfb_ps2mouse.so +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/inputdrivers/libdirectfb_sdlinput.la +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/inputdrivers/libdirectfb_sdlinput.so +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/inputdrivers/libdirectfb_serialmouse.la +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/inputdrivers/libdirectfb_serialmouse.so +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/inputdrivers/libdirectfb_sonypi.la +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/inputdrivers/libdirectfb_sonypi.so +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/inputdrivers/libdirectfb_wm97xx_ts.la +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/inputdrivers/libdirectfb_wm97xx_ts.so +drwxr-xr-x root/root usr/lib/directfb-1.0-0/interfaces/ +drwxr-xr-x root/root usr/lib/directfb-1.0-0/interfaces/IDirectFBFont/ +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/interfaces/IDirectFBFont/libidirectfbfont_default.la +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/interfaces/IDirectFBFont/libidirectfbfont_default.so +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/interfaces/IDirectFBFont/libidirectfbfont_dgiff.la +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/interfaces/IDirectFBFont/libidirectfbfont_dgiff.so +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/interfaces/IDirectFBFont/libidirectfbfont_ft2.la +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/interfaces/IDirectFBFont/libidirectfbfont_ft2.so +drwxr-xr-x root/root usr/lib/directfb-1.0-0/interfaces/IDirectFBImageProvider/ +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/interfaces/IDirectFBImageProvider/libidirectfbimageprovider_dfiff.la +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/interfaces/IDirectFBImageProvider/libidirectfbimageprovider_dfiff.so +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/interfaces/IDirectFBImageProvider/libidirectfbimageprovider_gif.la +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/interfaces/IDirectFBImageProvider/libidirectfbimageprovider_gif.so +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/interfaces/IDirectFBImageProvider/libidirectfbimageprovider_jpeg.la +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/interfaces/IDirectFBImageProvider/libidirectfbimageprovider_jpeg.so +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/interfaces/IDirectFBImageProvider/libidirectfbimageprovider_mpeg2.la +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/interfaces/IDirectFBImageProvider/libidirectfbimageprovider_mpeg2.so +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/interfaces/IDirectFBImageProvider/libidirectfbimageprovider_png.la +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/interfaces/IDirectFBImageProvider/libidirectfbimageprovider_png.so +drwxr-xr-x root/root usr/lib/directfb-1.0-0/interfaces/IDirectFBVideoProvider/ +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/interfaces/IDirectFBVideoProvider/libidirectfbvideoprovider_gif.la +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/interfaces/IDirectFBVideoProvider/libidirectfbvideoprovider_gif.so +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/interfaces/IDirectFBVideoProvider/libidirectfbvideoprovider_v4l.la +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/interfaces/IDirectFBVideoProvider/libidirectfbvideoprovider_v4l.so +drwxr-xr-x root/root usr/lib/directfb-1.0-0/systems/ +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/systems/libdirectfb_fbdev.la +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/systems/libdirectfb_fbdev.so +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/systems/libdirectfb_sdl.la +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/systems/libdirectfb_sdl.so +drwxr-xr-x root/root usr/lib/directfb-1.0-0/wm/ +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/wm/libdirectfbwm_default.la +-rwxr-xr-x root/root usr/lib/directfb-1.0-0/wm/libdirectfbwm_default.so +lrwxrwxrwx root/root usr/lib/libdirect-1.0.so.0 -> libdirect-1.0.so.0.0.0 +-rwxr-xr-x root/root usr/lib/libdirect-1.0.so.0.0.0 -rwxr-xr-x root/root usr/lib/libdirect.la -lrwxrwxrwx root/root usr/lib/libdirect.so -> libdirect-0.9.so.25.0.0 -lrwxrwxrwx root/root usr/lib/libdirectfb-0.9.so.25 -> libdirectfb-0.9.so.25.0.0 --rwxr-xr-x root/root usr/lib/libdirectfb-0.9.so.25.0.0 +lrwxrwxrwx root/root usr/lib/libdirect.so -> libdirect-1.0.so.0.0.0 +lrwxrwxrwx root/root usr/lib/libdirectfb-1.0.so.0 -> libdirectfb-1.0.so.0.0.0 +-rwxr-xr-x root/root usr/lib/libdirectfb-1.0.so.0.0.0 -rwxr-xr-x root/root usr/lib/libdirectfb.la -lrwxrwxrwx root/root usr/lib/libdirectfb.so -> libdirectfb-0.9.so.25.0.0 -lrwxrwxrwx root/root usr/lib/libfusion-0.9.so.25 -> libfusion-0.9.so.25.0.0 --rwxr-xr-x root/root usr/lib/libfusion-0.9.so.25.0.0 +lrwxrwxrwx root/root usr/lib/libdirectfb.so -> libdirectfb-1.0.so.0.0.0 +lrwxrwxrwx root/root usr/lib/libfusion-1.0.so.0 -> libfusion-1.0.so.0.0.0 +-rwxr-xr-x root/root usr/lib/libfusion-1.0.so.0.0.0 -rwxr-xr-x root/root usr/lib/libfusion.la -lrwxrwxrwx root/root usr/lib/libfusion.so -> libfusion-0.9.so.25.0.0 +lrwxrwxrwx root/root usr/lib/libfusion.so -> libfusion-1.0.so.0.0.0 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/direct.pc -rw-r--r-- root/root usr/lib/pkgconfig/directfb-internal.pc @@ -231,5 +244,5 @@ drwxr-xr-x root/root usr/man/man1/ drwxr-xr-x root/root usr/man/man5/ -rw-r--r-- root/root usr/man/man5/directfbrc.5.gz drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/directfb-0.9.25/ --rw-r--r-- root/root usr/share/directfb-0.9.25/cursor.dat +drwxr-xr-x root/root usr/share/directfb-1.0.0/ +-rw-r--r-- root/root usr/share/directfb-1.0.0/cursor.dat diff --git a/directfb/.md5sum b/directfb/.md5sum index 76592cb..8c1e75f 100644 --- a/directfb/.md5sum +++ b/directfb/.md5sum @@ -1 +1 @@ -b6d4ecf9cd3787bd2728af9110ed53cf DirectFB-0.9.25.1.tar.gz +ad746c49dc89ba6f99df71b17bbb1dc8 DirectFB-1.0.0.tar.gz diff --git a/directfb/Pkgfile b/directfb/Pkgfile index 95f16e3..037fd11 100644 --- a/directfb/Pkgfile +++ b/directfb/Pkgfile @@ -3,9 +3,9 @@ # Maintainer: Tilman Sauerbeck, tilman at crux dot nu name=directfb -version=0.9.25.1 -release=2 -source=(http://www.directfb.org/downloads/Old/DirectFB-$version.tar.gz) +version=1.0.0 +release=1 +source=(http://www.directfb.org/downloads/Core/DirectFB-$version.tar.gz) build() { local EXTRA_ARGS @@ -16,7 +16,8 @@ build() { cd DirectFB-$version - ./configure --prefix=/usr --enable-zlib $EXTRA_ARGS + ./configure --prefix=/usr --mandir=/usr/man \ + --enable-zlib $EXTRA_ARGS make make DESTDIR=$PKG install diff --git a/directfb/README b/directfb/README index 9bea7d8..6047f1f 100644 --- a/directfb/README +++ b/directfb/README @@ -1,10 +1,8 @@ -README for DirectFB 0.9.20 +README for DirectFB 1.0.0 By default, DirectFB is built without support for the multi application core. To enable the multi application core, you'll have to -* apply the Fusion device kernel patch (included in the - DirectFB tarball in patches/) -* copy /usr/src/linux-version/include/linux/fusion.h to /usr/include/linux +* install the linux-fusion port * uncomment the line saying '# EXTRA_ARGS="--enable-multi"' in Pkgfile From crux at crux.nu Mon Mar 12 16:07:37 2007 From: crux at crux.nu (crux at crux.nu) Date: Mon, 12 Mar 2007 17:07:37 +0100 Subject: [crux-commits] ports/opt (2.3): linux-fusion: initial release Message-ID: <45f57ac9.tyUSjDjcBAeCyxo6%crux@crux.nu> commit 9e91cb146d0105f3bb5d3a83c96e19f2a885ee63 Author: Tilman Sauerbeck Date: Mon Mar 12 17:01:55 2007 +0100 linux-fusion: initial release diff --git a/linux-fusion/.footprint b/linux-fusion/.footprint new file mode 100644 index 0000000..f480c7e --- /dev/null +++ b/linux-fusion/.footprint @@ -0,0 +1,15 @@ +drwxr-xr-x root/root etc/ +drwxr-xr-x root/root etc/udev/ +drwxr-xr-x root/root etc/udev/rules.d/ +-rw-r--r-- root/root etc/udev/rules.d/40-fusion.rules +drwxr-xr-x root/root lib/ +drwxr-xr-x root/root lib/modules/ +drwxr-xr-x root/root lib/modules// +drwxr-xr-x root/root lib/modules//drivers/ +drwxr-xr-x root/root lib/modules//drivers/char/ +drwxr-xr-x root/root lib/modules//drivers/char/fusion/ +-rw-r--r-- root/root lib/modules//drivers/char/fusion/fusion.ko +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/linux/ +-rw-r--r-- root/root usr/include/linux/fusion.h diff --git a/linux-fusion/.md5sum b/linux-fusion/.md5sum new file mode 100644 index 0000000..ea11c95 --- /dev/null +++ b/linux-fusion/.md5sum @@ -0,0 +1,2 @@ +807945b2defe80e43301e4dac97c2bcc 40-fusion.rules +b8b18ad1973de3dafa0bc3478e5e76b7 linux-fusion-3.2.3.tar.gz diff --git a/linux-fusion/40-fusion.rules b/linux-fusion/40-fusion.rules new file mode 100644 index 0000000..dc7fca1 --- /dev/null +++ b/linux-fusion/40-fusion.rules @@ -0,0 +1 @@ +KERNEL=="fusion[0-9]*", NAME="fusion/%n", GROUP="video", MODE="0660" diff --git a/linux-fusion/Pkgfile b/linux-fusion/Pkgfile new file mode 100644 index 0000000..794cc47 --- /dev/null +++ b/linux-fusion/Pkgfile @@ -0,0 +1,21 @@ +# Description: A high level IPC implementation +# URL: http://www.directfb.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu + +name=linux-fusion +version=3.2.3 +release=1 +source=(http://www.directfb.org/downloads/Core/$name-$version.tar.gz \ + 40-fusion.rules) + +build() { + cd $name-$version + + sed -i -e '/depmod/d' Makefile + + make + make DESTDIR=$PKG install + + install -d $PKG/etc/udev/rules.d + install -m 644 $SRC/40-fusion.rules $PKG/etc/udev/rules.d +} From crux at crux.nu Mon Mar 12 19:10:26 2007 From: crux at crux.nu (crux at crux.nu) Date: Mon, 12 Mar 2007 20:10:26 +0100 Subject: [crux-commits] ports/opt (2.2): cairo: updated to version 1.4.0 Message-ID: <45f5a5a2.tb+vIWLNp0XCfyPN%crux@crux.nu> commit 30aa820f4629e43cf57b60475f141184b3cf9b79 Author: Matt Housh Date: Mon Mar 12 14:10:20 2007 -0500 cairo: updated to version 1.4.0 diff --git a/cairo/.footprint b/cairo/.footprint index 61f59d8..e961162 100644 --- a/cairo/.footprint +++ b/cairo/.footprint @@ -1,6 +1,7 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/include/ drwxr-xr-x root/root usr/include/cairo/ +-rw-r--r-- root/root usr/include/cairo/cairo-deprecated.h -rw-r--r-- root/root usr/include/cairo/cairo-features.h -rw-r--r-- root/root usr/include/cairo/cairo-ft.h -rw-r--r-- root/root usr/include/cairo/cairo-glitz.h @@ -13,9 +14,9 @@ drwxr-xr-x root/root usr/include/cairo/ drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libcairo.a -rwxr-xr-x root/root usr/lib/libcairo.la -lrwxrwxrwx root/root usr/lib/libcairo.so -> libcairo.so.2.9.3 -lrwxrwxrwx root/root usr/lib/libcairo.so.2 -> libcairo.so.2.9.3 --rwxr-xr-x root/root usr/lib/libcairo.so.2.9.3 +lrwxrwxrwx root/root usr/lib/libcairo.so -> libcairo.so.2.11.0 +lrwxrwxrwx root/root usr/lib/libcairo.so.2 -> libcairo.so.2.11.0 +-rwxr-xr-x root/root usr/lib/libcairo.so.2.11.0 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/cairo-ft.pc -rw-r--r-- root/root usr/lib/pkgconfig/cairo-glitz.pc diff --git a/cairo/.md5sum b/cairo/.md5sum index 2138035..b26835f 100644 --- a/cairo/.md5sum +++ b/cairo/.md5sum @@ -1 +1 @@ -487b3d7515752fe57f780d0fd707b01a cairo-1.2.6.tar.gz +b0882df4621bcf5b69f024b9475f8d4e cairo-1.4.0.tar.gz diff --git a/cairo/Pkgfile b/cairo/Pkgfile index 617a8f4..5870e3a 100644 --- a/cairo/Pkgfile +++ b/cairo/Pkgfile @@ -4,7 +4,7 @@ # Depends on: glitz name=cairo -version=1.2.6 +version=1.4.0 release=1 source=(http://cairographics.org/releases/$name-$version.tar.gz) From crux at crux.nu Tue Mar 13 14:52:12 2007 From: crux at crux.nu (crux at crux.nu) Date: Tue, 13 Mar 2007 15:52:12 +0100 Subject: [crux-commits] ports/opt (2.3): Merge branch '2.2' into 2.3 Message-ID: <45f6ba9c.2md+iOdckaoLYiyk%crux@crux.nu> commit dbbbf7bd905ed4087a7bb0a4a1341ab91b9cb77d Merge: b473dcd... 30aa820... Author: Tilman Sauerbeck Date: Tue Mar 13 15:47:03 2007 +0100 Merge branch '2.2' into 2.3 From crux at crux.nu Tue Mar 13 14:52:12 2007 From: crux at crux.nu (crux at crux.nu) Date: Tue, 13 Mar 2007 15:52:12 +0100 Subject: [crux-commits] ports/opt (2.3): cairo: updated to version 1.4.0 Message-ID: <45f6ba9c.+SApT1VUe3wGLJ73%crux@crux.nu> commit 30aa820f4629e43cf57b60475f141184b3cf9b79 Author: Matt Housh Date: Mon Mar 12 14:10:20 2007 -0500 cairo: updated to version 1.4.0 diff --git a/cairo/.footprint b/cairo/.footprint index 61f59d8..e961162 100644 --- a/cairo/.footprint +++ b/cairo/.footprint @@ -1,6 +1,7 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/include/ drwxr-xr-x root/root usr/include/cairo/ +-rw-r--r-- root/root usr/include/cairo/cairo-deprecated.h -rw-r--r-- root/root usr/include/cairo/cairo-features.h -rw-r--r-- root/root usr/include/cairo/cairo-ft.h -rw-r--r-- root/root usr/include/cairo/cairo-glitz.h @@ -13,9 +14,9 @@ drwxr-xr-x root/root usr/include/cairo/ drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libcairo.a -rwxr-xr-x root/root usr/lib/libcairo.la -lrwxrwxrwx root/root usr/lib/libcairo.so -> libcairo.so.2.9.3 -lrwxrwxrwx root/root usr/lib/libcairo.so.2 -> libcairo.so.2.9.3 --rwxr-xr-x root/root usr/lib/libcairo.so.2.9.3 +lrwxrwxrwx root/root usr/lib/libcairo.so -> libcairo.so.2.11.0 +lrwxrwxrwx root/root usr/lib/libcairo.so.2 -> libcairo.so.2.11.0 +-rwxr-xr-x root/root usr/lib/libcairo.so.2.11.0 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/cairo-ft.pc -rw-r--r-- root/root usr/lib/pkgconfig/cairo-glitz.pc diff --git a/cairo/.md5sum b/cairo/.md5sum index 2138035..b26835f 100644 --- a/cairo/.md5sum +++ b/cairo/.md5sum @@ -1 +1 @@ -487b3d7515752fe57f780d0fd707b01a cairo-1.2.6.tar.gz +b0882df4621bcf5b69f024b9475f8d4e cairo-1.4.0.tar.gz diff --git a/cairo/Pkgfile b/cairo/Pkgfile index 617a8f4..5870e3a 100644 --- a/cairo/Pkgfile +++ b/cairo/Pkgfile @@ -4,7 +4,7 @@ # Depends on: glitz name=cairo -version=1.2.6 +version=1.4.0 release=1 source=(http://cairographics.org/releases/$name-$version.tar.gz) From crux at crux.nu Tue Mar 13 16:11:31 2007 From: crux at crux.nu (crux at crux.nu) Date: Tue, 13 Mar 2007 17:11:31 +0100 Subject: [crux-commits] ports/opt (2.2): ruby-doc: update to 1.8.6 Message-ID: <45f6cd33.MUdwvzeProBSeDUS%crux@crux.nu> commit 1b960f11d1c686250b67c44a10fa7726613bf45d Author: Juergen Daubert Date: Tue Mar 13 17:11:04 2007 +0100 ruby-doc: update to 1.8.6 diff --git a/ruby-doc/.footprint b/ruby-doc/.footprint index c7c1b6f..39e6a34 100644 --- a/ruby-doc/.footprint +++ b/ruby-doc/.footprint @@ -23,6 +23,22 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/ACL/ACLList/ drwxr-xr-x root/root usr/share/ri/1.8/system/Abbrev/ -rw-r--r-- root/root usr/share/ri/1.8/system/Abbrev/abbrev-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Abbrev/cdesc-Abbrev.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/Acceptables/ +-rw-r--r-- root/root usr/share/ri/1.8/system/Acceptables/cdesc-Acceptables.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/AmbiguousArgument/ +-rw-r--r-- root/root usr/share/ri/1.8/system/AmbiguousArgument/cdesc-AmbiguousArgument.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/AmbiguousOption/ +-rw-r--r-- root/root usr/share/ri/1.8/system/AmbiguousOption/cdesc-AmbiguousOption.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/Arguable/ +-rw-r--r-- root/root usr/share/ri/1.8/system/Arguable/cdesc-Arguable.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Arguable/extend_object-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Arguable/getopts-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Arguable/new-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Arguable/options%3d-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Arguable/options-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Arguable/order%21-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Arguable/parse%21-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Arguable/permute%21-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/ArgumentError/ -rw-r--r-- root/root usr/share/ri/1.8/system/ArgumentError/cdesc-ArgumentError.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Array/ @@ -388,6 +404,9 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Comparable/ -rw-r--r-- root/root usr/share/ri/1.8/system/Comparable/%3e-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Comparable/between%3f-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Comparable/cdesc-Comparable.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/CompletingHash/ +-rw-r--r-- root/root usr/share/ri/1.8/system/CompletingHash/cdesc-CompletingHash.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/CompletingHash/match-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Complex/ -rw-r--r-- root/root usr/share/ri/1.8/system/Complex/%25-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Complex/%2a%2a-i.yaml @@ -730,7 +749,12 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Date/ -rw-r--r-- root/root usr/share/ri/1.8/system/Date/%3c%3d%3e-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Date/%3d%3d%3d-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Date/%3e%3e-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Date/__strptime-c.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/Date/Format/ +drwxr-xr-x root/root usr/share/ri/1.8/system/Date/Format/Bag/ +-rw-r--r-- root/root usr/share/ri/1.8/system/Date/Format/Bag/cdesc-Bag.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Date/Format/cdesc-Format.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/Date/Infinity/ +-rw-r--r-- root/root usr/share/ri/1.8/system/Date/Infinity/cdesc-Infinity.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Date/_dump-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Date/_load-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Date/_parse-c.yaml @@ -758,6 +782,8 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Date/ -rw-r--r-- root/root usr/share/ri/1.8/system/Date/downto-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Date/england-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Date/eql%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Date/gregorian%3f-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Date/gregorian%3f-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Date/gregorian-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Date/gregorian_leap%3f-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Date/hash-i.yaml @@ -773,6 +799,8 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Date/ -rw-r--r-- root/root usr/share/ri/1.8/system/Date/jd_to_mjd-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Date/jd_to_ordinal-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Date/jd_to_wday-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Date/julian%3f-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Date/julian%3f-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Date/julian-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Date/julian_leap%3f-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Date/ld-i.yaml @@ -787,17 +815,15 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Date/ -rw-r--r-- root/root usr/share/ri/1.8/system/Date/new-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Date/new_offset-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Date/new_start-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Date/new_with_hash-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Date/next-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Date/ns%3f-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Date/ns%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Date/next_day-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Date/now-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Date/offset-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Date/ordinal-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Date/ordinal-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Date/ordinal_to_jd-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Date/os%3f-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Date/os%3f-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Date/parse-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Date/s3e-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Date/sec-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Date/sec_fraction-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Date/start-i.yaml @@ -815,24 +841,25 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Date/ -rw-r--r-- root/root usr/share/ri/1.8/system/Date/valid_commercial%3f-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Date/valid_jd%3f-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Date/valid_ordinal%3f-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Date/valid_time%3f-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Date/wday-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Date/weeknum0-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Date/weeknum1-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Date/wnum0-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Date/wnum1-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Date/yday-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Date/year-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Date/zone-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Date/zone_to_diff-c.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/DateTime/ -rw-r--r-- root/root usr/share/ri/1.8/system/DateTime/_strptime-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/DateTime/cdesc-DateTime.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/DateTime/civil-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/DateTime/commercial-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/DateTime/jd-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/DateTime/new_with_hash-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/DateTime/now-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/DateTime/ordinal-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/DateTime/parse-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/DateTime/strftime-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/DateTime/strptime-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/DateTime/valid_time%3f-c.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/DefaultDisplay/ -rw-r--r-- root/root usr/share/ri/1.8/system/DefaultDisplay/cdesc-DefaultDisplay.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/DefaultDisplay/display_class_info-i.yaml @@ -974,6 +1001,22 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Exception/ -rw-r--r-- root/root usr/share/ri/1.8/system/Exception/to_str-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Exception/to_yaml-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Exception/yaml_new-c.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/Exception2MessageMapper/ +drwxr-xr-x root/root usr/share/ri/1.8/system/Exception2MessageMapper/E2MM/ +-rw-r--r-- root/root usr/share/ri/1.8/system/Exception2MessageMapper/E2MM/Raise-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Exception2MessageMapper/E2MM/cdesc-E2MM.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Exception2MessageMapper/E2MM/def_e2message-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Exception2MessageMapper/E2MM/def_exception-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Exception2MessageMapper/E2MM/e2mm_message-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Exception2MessageMapper/E2MM/extend_object-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Exception2MessageMapper/E2MM/extend_to-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Exception2MessageMapper/Fail-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Exception2MessageMapper/Raise-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Exception2MessageMapper/bind-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Exception2MessageMapper/cdesc-Exception2MessageMapper.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Exception2MessageMapper/def_e2message-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Exception2MessageMapper/def_exception-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Exception2MessageMapper/fail-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/ExceptionForMatrix/ -rw-r--r-- root/root usr/share/ri/1.8/system/ExceptionForMatrix/cdesc-ExceptionForMatrix.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/FalseClass/ @@ -1196,14 +1239,6 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/FileUtils/Verbose/ -rw-r--r-- root/root usr/share/ri/1.8/system/FileUtils/uptodate%3f-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Fill/ -rw-r--r-- root/root usr/share/ri/1.8/system/Fill/cdesc-Fill.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Fill/format-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Fill/test_00_06-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Fill/test_07_10-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Fill/test_11_14-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Fill/test_15_18-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Fill/test_19_22-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Fill/test_23_26-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Fill/test_27-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Finalizer/ -rw-r--r-- root/root usr/share/ri/1.8/system/Finalizer/add_dependency-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Finalizer/cdesc-Finalizer.yaml @@ -1245,6 +1280,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Fixnum/ -rw-r--r-- root/root usr/share/ri/1.8/system/Fixnum/%7e-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Fixnum/abs-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Fixnum/cdesc-Fixnum.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Fixnum/dclone-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Fixnum/div-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Fixnum/divmod-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Fixnum/id2name-i.yaml @@ -1277,6 +1313,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Float/ -rw-r--r-- root/root usr/share/ri/1.8/system/Float/cdesc-Float.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Float/ceil-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Float/coerce-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Float/dclone-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Float/divmod-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Float/eql%3f-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Float/finite%3f-i.yaml @@ -1685,7 +1722,141 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/IPSocket/ drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/ drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/Abort/ -rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Abort/cdesc-Abort.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/Context/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/cdesc-Context.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/change_workspace-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/debug%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/debug_level%3d-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/eval_history%3d-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/evaluate-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/exit-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/file_input%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/history_file%3d-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/history_file-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/home_workspace-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/init_save_history-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/inspect%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/inspect-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/inspect_mode%3d-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/irb_level-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/main-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/math_mode%3d-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/new-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/pop_workspace-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/prompt_mode%3d-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/prompting%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/push_workspace-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/save_history%3d-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/save_history-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/set_last_value-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/to_s-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/use_loader%3d-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/use_loader%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/use_loader-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/use_readline%3d-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/use_tracer%3d-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/verbose%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/workspaces-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/ContextExtender/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ContextExtender/cdesc-ContextExtender.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ContextExtender/def_extend_command-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ContextExtender/install_extend_commands-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/IRB/CurrentContext-c.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/ExtendCommand/ +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/ExtendCommand/ChangeWorkspace/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/ChangeWorkspace/cdesc-ChangeWorkspace.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/ChangeWorkspace/execute-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/ExtendCommand/CurrentWorkingWorkspace/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/CurrentWorkingWorkspace/cdesc-CurrentWorkingWorkspace.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/CurrentWorkingWorkspace/execute-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Foreground/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Foreground/cdesc-Foreground.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Foreground/execute-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Fork/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Fork/cdesc-Fork.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Fork/execute-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Help/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Help/cdesc-Help.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Help/execute-c.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/ExtendCommand/IrbCommand/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/IrbCommand/cdesc-IrbCommand.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/IrbCommand/execute-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Jobs/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Jobs/cdesc-Jobs.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Jobs/execute-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Kill/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Kill/cdesc-Kill.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Kill/execute-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Load/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Load/cdesc-Load.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Load/execute-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Nop/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Nop/cdesc-Nop.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Nop/execute-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Nop/execute-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Nop/irb-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Nop/new-c.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/ExtendCommand/PopWorkspace/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/PopWorkspace/cdesc-PopWorkspace.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/PopWorkspace/execute-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/ExtendCommand/PushWorkspace/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/PushWorkspace/cdesc-PushWorkspace.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/PushWorkspace/execute-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Require/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Require/cdesc-Require.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Require/execute-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Source/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Source/cdesc-Source.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Source/execute-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Workspaces/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Workspaces/cdesc-Workspaces.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Workspaces/execute-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/cdesc-ExtendCommand.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/ExtendCommandBundle/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommandBundle/cdesc-ExtendCommandBundle.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommandBundle/def_extend_command-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommandBundle/extend_object-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommandBundle/install_alias_method-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommandBundle/install_extend_commands-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommandBundle/irb_context-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommandBundle/irb_exit-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommandBundle/irb_load-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommandBundle/irb_original_method_name-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommandBundle/irb_require-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/FileInputMethod/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/FileInputMethod/cdesc-FileInputMethod.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/FileInputMethod/eof%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/FileInputMethod/gets-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/FileInputMethod/new-c.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/Frame/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Frame/bottom-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Frame/bottom-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Frame/cdesc-Frame.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Frame/new-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Frame/sender-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Frame/top-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Frame/top-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Frame/trace_func-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/History/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/History/%5b%5d-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/History/cdesc-History.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/History/inspect-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/History/new-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/History/push-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/History/size-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/HistorySavingAbility/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/HistorySavingAbility/cdesc-HistorySavingAbility.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/HistorySavingAbility/create_finalizer-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/HistorySavingAbility/extended-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/HistorySavingAbility/load_history-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/InputCompletor/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/InputCompletor/cdesc-InputCompletor.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/InputCompletor/select_message-c.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/InputMethod/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/InputMethod/cdesc-InputMethod.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/InputMethod/gets-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/InputMethod/new-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/InputMethod/readable_atfer_eof%3f-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/Irb/ -rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Irb/cdesc-Irb.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Irb/eval_input-i.yaml @@ -1699,10 +1870,148 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/Irb/ -rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Irb/suspend_input_method-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Irb/suspend_name-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Irb/suspend_workspace-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/IrbLoader/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/IrbLoader/cdesc-IrbLoader.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/IrbLoader/irb_load-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/IrbLoader/load_file-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/IrbLoader/old-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/IrbLoader/search_file_from_ruby_path-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/IrbLoader/source_file-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/JobManager-c.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/JobManager/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/JobManager/cdesc-JobManager.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/JobManager/delete-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/JobManager/insert-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/JobManager/inspect-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/JobManager/irb-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/JobManager/kill-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/JobManager/main_irb-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/JobManager/main_thread-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/JobManager/n_jobs-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/JobManager/new-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/JobManager/search-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/JobManager/switch-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/JobManager/thread-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/LoadAbort/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/LoadAbort/cdesc-LoadAbort.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/Locale/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Locale/String-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Locale/cdesc-Locale.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Locale/find-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Locale/format-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Locale/gets-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Locale/lc2kconv-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Locale/lc_path-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Locale/load-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Locale/new-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Locale/print-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Locale/printf-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Locale/puts-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Locale/readline-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Locale/real_load-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Locale/require-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Locale/search_file-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/MethodExtender/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/MethodExtender/cdesc-MethodExtender.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/MethodExtender/def_post_proc-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/MethodExtender/def_pre_proc-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/MethodExtender/new_alias_name-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/Notifier/ +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/Notifier/AbstructNotifier/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/AbstructNotifier/cdesc-AbstructNotifier.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/AbstructNotifier/exec_if-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/AbstructNotifier/new-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/AbstructNotifier/notify%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/AbstructNotifier/pp-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/AbstructNotifier/ppx-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/AbstructNotifier/print-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/AbstructNotifier/printf-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/AbstructNotifier/printn-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/AbstructNotifier/puts-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/Notifier/CompositeNotifier/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/CompositeNotifier/cdesc-CompositeNotifier.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/CompositeNotifier/def_notifier-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/CompositeNotifier/level%3d-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/CompositeNotifier/level_notifier%3d-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/CompositeNotifier/new-c.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/Notifier/LeveledNotifier/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/LeveledNotifier/%3c%3d%3e-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/LeveledNotifier/cdesc-LeveledNotifier.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/LeveledNotifier/new-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/LeveledNotifier/notify%3f-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/Notifier/NoMsgNotifier/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/NoMsgNotifier/cdesc-NoMsgNotifier.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/NoMsgNotifier/new-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/NoMsgNotifier/notify%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/cdesc-Notifier.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/def_notifier-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/OutputMethod/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/OutputMethod/cdesc-OutputMethod.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/OutputMethod/foo-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/OutputMethod/parse_printf_format-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/OutputMethod/pp-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/OutputMethod/ppx-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/OutputMethod/print-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/OutputMethod/printf-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/OutputMethod/printn-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/OutputMethod/puts-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/ReadlineInputMethod/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ReadlineInputMethod/cdesc-ReadlineInputMethod.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ReadlineInputMethod/eof%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ReadlineInputMethod/gets-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ReadlineInputMethod/line-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ReadlineInputMethod/new-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ReadlineInputMethod/readable_atfer_eof%3f-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/SLex/ +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/SLex/Node/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/SLex/Node/cdesc-Node.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/SLex/Node/create_subnode-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/SLex/Node/match-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/SLex/Node/match_io-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/SLex/Node/new-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/SLex/Node/search-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/SLex/cdesc-SLex.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/SLex/create-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/SLex/def_rule-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/SLex/def_rules-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/SLex/inspect-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/SLex/match-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/SLex/new-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/SLex/postproc-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/SLex/preproc-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/SLex/search-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/StdioInputMethod/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/StdioInputMethod/cdesc-StdioInputMethod.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/StdioInputMethod/eof%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/StdioInputMethod/gets-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/StdioInputMethod/line-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/StdioInputMethod/new-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/StdioInputMethod/readable_atfer_eof%3f-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/StdioOutputMethod/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/StdioOutputMethod/cdesc-StdioOutputMethod.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/StdioOutputMethod/print-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/WorkSpace/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/WorkSpace/__evaluate__-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/WorkSpace/cdesc-WorkSpace.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/WorkSpace/evaluate-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/WorkSpace/filter_backtrace-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/WorkSpace/new-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/IRB/cdesc-IRB.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/IRB/conf-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/delete_caller-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/init_config-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/init_error-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/initialize_tracer-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/irb-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/IRB/irb_abort-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/IRB/irb_exit-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/load_modules-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/parse_opts-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/print_usage-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/rc_file-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/rc_file_generators-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/run_config-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/setup-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/IRB/start-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/IRB/version-c.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/IXMLDOMAttribute/ @@ -2473,6 +2782,10 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Integer/ -rw-r--r-- root/root usr/share/ri/1.8/system/Integer/upto-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Interrupt/ -rw-r--r-- root/root usr/share/ri/1.8/system/Interrupt/cdesc-Interrupt.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/InvalidArgument/ +-rw-r--r-- root/root usr/share/ri/1.8/system/InvalidArgument/cdesc-InvalidArgument.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/InvalidOption/ +-rw-r--r-- root/root usr/share/ri/1.8/system/InvalidOption/cdesc-InvalidOption.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Kconv/ -rw-r--r-- root/root usr/share/ri/1.8/system/Kconv/cdesc-Kconv.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Kconv/guess-i.yaml @@ -2560,6 +2873,18 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Kernel/ -rw-r--r-- root/root usr/share/ri/1.8/system/Kernel/untrace_var-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Kernel/warn-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Kernel/y-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/List/ +-rw-r--r-- root/root usr/share/ri/1.8/system/List/accept-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/List/append-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/List/cdesc-List.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/List/complete-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/List/each_option-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/List/new-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/List/prepend-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/List/reject-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/List/search-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/List/summarize-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/List/update-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/LoadError/ -rw-r--r-- root/root usr/share/ri/1.8/system/LoadError/cdesc-LoadError.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/LocalJumpError/ @@ -2939,6 +3264,8 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Microsoft_XMLHTTP_1/ -rw-r--r-- root/root usr/share/ri/1.8/system/Microsoft_XMLHTTP_1/setRequestHeader-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Microsoft_XMLHTTP_1/status-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Microsoft_XMLHTTP_1/statusText-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/MissingArgument/ +-rw-r--r-- root/root usr/share/ri/1.8/system/MissingArgument/cdesc-MissingArgument.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Module/ -rw-r--r-- root/root usr/share/ri/1.8/system/Module/%3c%3d%3e-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Module/%3c%3d-i.yaml @@ -2958,6 +3285,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Module/ -rw-r--r-- root/root usr/share/ri/1.8/system/Module/autoload-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Module/cdesc-Module.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Module/class_eval-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Module/class_variable_defined%3f-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Module/class_variable_get-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Module/class_variable_set-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Module/class_variables-i.yaml @@ -3090,6 +3418,8 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/NameError/message/ -rw-r--r-- root/root usr/share/ri/1.8/system/NameError/name-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/NameError/new-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/NameError/to_s-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/NeedlessArgument/ +-rw-r--r-- root/root usr/share/ri/1.8/system/NeedlessArgument/cdesc-NeedlessArgument.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Net/ drwxr-xr-x root/root usr/share/ri/1.8/system/Net/APOP/ -rw-r--r-- root/root usr/share/ri/1.8/system/Net/APOP/apop%3f-i.yaml @@ -3428,6 +3758,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Net/IMAP/ResponseParser/ -rw-r--r-- root/root usr/share/ri/1.8/system/Net/IMAP/new-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Net/IMAP/noop-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Net/IMAP/normalize_searching_criteria-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Net/IMAP/pick_up_tagged_response-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Net/IMAP/put_string-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Net/IMAP/receive_responses-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Net/IMAP/record_response-i.yaml @@ -3632,9 +3963,6 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/NoMethodError/ -rw-r--r-- root/root usr/share/ri/1.8/system/NoMethodError/new-c.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/NonString/ -rw-r--r-- root/root usr/share/ri/1.8/system/NonString/cdesc-NonString.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/NonString/format-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/NonString/test_6-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/NonString/test_7-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/NotImplementedError/ -rw-r--r-- root/root usr/share/ri/1.8/system/NotImplementedError/cdesc-NotImplementedError.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Numeric/ @@ -3703,6 +4031,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Object/ -rw-r--r-- root/root usr/share/ri/1.8/system/Object/inspect-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Object/instance_eval-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Object/instance_of%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Object/instance_variable_defined%3f-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Object/instance_variable_get-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Object/instance_variable_set-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Object/instance_variables-i.yaml @@ -3785,75 +4114,27 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/OpenURI/OpenRead/ -rw-r--r-- root/root usr/share/ri/1.8/system/OpenURI/OpenRead/read-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/OpenURI/cdesc-OpenURI.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/ -drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/Acceptables/ --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Acceptables/cdesc-Acceptables.yaml -drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/AmbiguousArgument/ --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/AmbiguousArgument/cdesc-AmbiguousArgument.yaml -drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/AmbiguousOption/ --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/AmbiguousOption/cdesc-AmbiguousOption.yaml -drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/Arguable/ --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Arguable/cdesc-Arguable.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Arguable/extend_object-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Arguable/getopts-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Arguable/new-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Arguable/options%3d-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Arguable/options-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Arguable/order%21-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Arguable/parse%21-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Arguable/permute%21-i.yaml -drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/CompletingHash/ --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/CompletingHash/cdesc-CompletingHash.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/CompletingHash/match-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/Completion/ -rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Completion/cdesc-Completion.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Completion/complete-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Completion/convert-i.yaml -drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/InvalidArgument/ --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/InvalidArgument/cdesc-InvalidArgument.yaml -drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/InvalidOption/ --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/InvalidOption/cdesc-InvalidOption.yaml -drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/List/ --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/List/accept-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/List/append-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/List/cdesc-List.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/List/complete-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/List/new-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/List/prepend-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/List/reject-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/List/search-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/List/summarize-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/List/update-i.yaml -drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/MissingArgument/ --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/MissingArgument/cdesc-MissingArgument.yaml -drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/NeedlessArgument/ --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/NeedlessArgument/cdesc-NeedlessArgument.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/NoArgument/ +-rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/NoArgument/cdesc-NoArgument.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/NoArgument/incompatible_argument_styles-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/NoArgument/parse-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/NoArgument/pattern-c.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/OptionMap/ -rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/OptionMap/cdesc-OptionMap.yaml -drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/ParseError/ --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/ParseError/cdesc-ParseError.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/ParseError/inspect-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/ParseError/message-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/ParseError/new-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/ParseError/reason-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/ParseError/recover-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/ParseError/set_option-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/ParseError/to_s-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/ParseError/to_str-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/OptionalArgument/ +-rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/OptionalArgument/cdesc-OptionalArgument.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/OptionalArgument/parse-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/PlacedArgument/ +-rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/PlacedArgument/cdesc-PlacedArgument.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/PlacedArgument/parse-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/RequiredArgument/ +-rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/RequiredArgument/cdesc-RequiredArgument.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/RequiredArgument/parse-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/Switch/ -drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/Switch/NoArgument/ --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Switch/NoArgument/cdesc-NoArgument.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Switch/NoArgument/incompatible_argument_styles-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Switch/NoArgument/parse-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Switch/NoArgument/pattern-c.yaml -drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/Switch/OptionalArgument/ --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Switch/OptionalArgument/cdesc-OptionalArgument.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Switch/OptionalArgument/parse-i.yaml -drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/Switch/PlacedArgument/ --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Switch/PlacedArgument/cdesc-PlacedArgument.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Switch/PlacedArgument/parse-i.yaml -drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/Switch/RequiredArgument/ --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Switch/RequiredArgument/cdesc-RequiredArgument.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Switch/RequiredArgument/parse-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Switch/cdesc-Switch.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Switch/conv_arg-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Switch/guess-c.yaml @@ -3862,58 +4143,8 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/Switch/RequiredArgumen -rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Switch/parse_arg-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Switch/pattern-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Switch/summarize-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/abort-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/accept-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/accept-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/banner-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/base-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/cdesc-OptionParser.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/complete-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/def_head_option-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/def_option-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/def_tail_option-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/define-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/define_head-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/define_tail-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/environment-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/getopts-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/getopts-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/help-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/inc-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/inc-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/load-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/make_switch-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/new-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/new-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/notwice-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/on-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/on_head-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/on_tail-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/order%21-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/order-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/parse%21-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/parse-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/permute%21-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/permute-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/program_name-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/reject-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/reject-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/release-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/remove-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/search-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/separator-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/summarize-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/terminate-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/terminate-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/to_a-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/to_s-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/top-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/top-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/ver-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/version-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/visit-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/warn-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/with-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/switch_name-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Options/ drwxr-xr-x root/root usr/share/ri/1.8/system/Options/OptionList/ -rw-r--r-- root/root usr/share/ri/1.8/system/Options/OptionList/cdesc-OptionList.yaml @@ -3973,6 +4204,15 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/PStore/Error/ drwxr-xr-x root/root usr/share/ri/1.8/system/ParseDate/ -rw-r--r-- root/root usr/share/ri/1.8/system/ParseDate/cdesc-ParseDate.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/ParseDate/parsedate-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/ParseError/ +-rw-r--r-- root/root usr/share/ri/1.8/system/ParseError/cdesc-ParseError.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/ParseError/inspect-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/ParseError/message-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/ParseError/new-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/ParseError/reason-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/ParseError/recover-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/ParseError/set_option-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/ParseError/to_s-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Pathname/ -rw-r--r-- root/root usr/share/ri/1.8/system/Pathname/%2b-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Pathname/%3c%3d%3e-i.yaml @@ -4438,9 +4678,11 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/RDoc/RDoc/ -rw-r--r-- root/root usr/share/ri/1.8/system/RDoc/RDoc/error-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RDoc/RDoc/list_files_in_directory-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RDoc/RDoc/normalized_file_list-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RDoc/RDoc/output_flag_file-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RDoc/RDoc/parse_dot_doc_file-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RDoc/RDoc/parse_files-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RDoc/RDoc/setup_output_dir-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RDoc/RDoc/update_output_dir-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RDoc/RDocError/ -rw-r--r-- root/root usr/share/ri/1.8/system/RDoc/RDocError/cdesc-RDocError.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RDoc/Require/ @@ -4715,11 +4957,13 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/REXML/Elements/ -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Elements/%5b%5d-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Elements/add-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Elements/cdesc-Elements.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Elements/collect-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Elements/delete-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Elements/delete_all-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Elements/each-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Elements/empty%3f-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Elements/index-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Elements/inject-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Elements/literalize-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Elements/new-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Elements/size-i.yaml @@ -4791,6 +5035,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/REXML/Functions/ -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Functions/starts_with-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Functions/string-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Functions/string_length-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Functions/string_value-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Functions/substring-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Functions/substring_after-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Functions/substring_before-c.yaml @@ -4966,6 +5211,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/REXML/Parsers/SAX2Parser/ -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Parsers/SAX2Parser/listen-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Parsers/SAX2Parser/new-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Parsers/SAX2Parser/parse-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Parsers/SAX2Parser/source-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/REXML/Parsers/StreamParser/ -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Parsers/StreamParser/add_listener-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Parsers/StreamParser/cdesc-StreamParser.yaml @@ -5212,6 +5458,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/REXML/XPathParser/ -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/XPathParser/following-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/XPathParser/following_node_of-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/XPathParser/get_first-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/XPathParser/get_namespace-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/XPathParser/match-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/XPathParser/namespaces%3d-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/XPathParser/new-c.yaml @@ -6047,7 +6294,6 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Rss/Channel/Item/Source/ -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Rss/Channel/Item/Source/maker_target-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Rss/Channel/Item/Source/new-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Rss/Channel/Item/Source/setup_maker_attributes-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Rss/Channel/Item/_setup_maker_element-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Rss/Channel/Item/cdesc-Item.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Rss/Channel/Item/maker_target-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Rss/Channel/Item/setup_maker_element-i.yaml @@ -6765,10 +7011,14 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/RubyLex/BufferedReader/ -rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/BufferedReader/peek-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/BufferedReader/peek_equal-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/BufferedReader/ungetc-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/buf_input-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/cdesc-RubyLex.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/char_no-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/debug%3f-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/each_top_level_statement-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/eof%3f-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/get_read-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/get_readed-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/getc-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/getc_of_rests-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/gets-i.yaml @@ -6779,6 +7029,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/RubyLex/BufferedReader/ -rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/identify_number-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/identify_quotation-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/identify_string-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/initialize_input-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/lex-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/lex_init-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/lex_int2-i.yaml @@ -6786,7 +7037,11 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/RubyLex/BufferedReader/ -rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/new-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/peek-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/peek_equal%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/peek_match%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/prompt-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/read_escape-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/set_input-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/set_prompt-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/skip_inner_expression-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/token-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/ungetc-i.yaml @@ -6800,6 +7055,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/RubyToken/TkKW/ -rw-r--r-- root/root usr/share/ri/1.8/system/RubyToken/TkKW/cdesc-TkKW.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RubyToken/TkNode/ -rw-r--r-- root/root usr/share/ri/1.8/system/RubyToken/TkNode/cdesc-TkNode.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RubyToken/TkNode/new-c.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RubyToken/TkOPASGN/ -rw-r--r-- root/root usr/share/ri/1.8/system/RubyToken/TkOPASGN/cdesc-TkOPASGN.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RubyToken/TkOPASGN/new-c.yaml @@ -8390,16 +8646,6 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/StandardError/ -rw-r--r-- root/root usr/share/ri/1.8/system/StandardError/cdesc-StandardError.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/StrictPrettyExample/ -rw-r--r-- root/root usr/share/ri/1.8/system/StrictPrettyExample/cdesc-StrictPrettyExample.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/StrictPrettyExample/prog-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/StrictPrettyExample/test_00_04-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/StrictPrettyExample/test_05-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/StrictPrettyExample/test_06-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/StrictPrettyExample/test_07-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/StrictPrettyExample/test_08-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/StrictPrettyExample/test_09-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/StrictPrettyExample/test_10-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/StrictPrettyExample/test_11_31-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/StrictPrettyExample/test_32-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/String/ -rw-r--r-- root/root usr/share/ri/1.8/system/String/%25-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/String/%2a-i.yaml @@ -8731,7 +8977,6 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/TSortTest/ -rw-r--r-- root/root usr/share/ri/1.8/system/TSortTest/cdesc-TSortTest.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/TailGroup/ -rw-r--r-- root/root usr/share/ri/1.8/system/TailGroup/cdesc-TailGroup.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/TailGroup/test_1-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Tempfile/ -rw-r--r-- root/root usr/share/ri/1.8/system/Tempfile/cdesc-Tempfile.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Tempfile/close%21-i.yaml @@ -8807,6 +9052,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Test/Unit/Collector/Dir/ -rw-r--r-- root/root usr/share/ri/1.8/system/Test/Unit/Collector/Dir/collect_file-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Test/Unit/Collector/Dir/find_test_cases-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Test/Unit/Collector/Dir/new-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Test/Unit/Collector/Dir/realdir-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Test/Unit/Collector/Dir/recursive_collect-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Test/Unit/Collector/ObjectSpace/ -rw-r--r-- root/root usr/share/ri/1.8/system/Test/Unit/Collector/ObjectSpace/cdesc-ObjectSpace.yaml @@ -9240,6 +9486,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Thread/ -rw-r--r-- root/root usr/share/ri/1.8/system/Thread/critical-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Thread/current-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Thread/exclusive-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Thread/exit%21-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Thread/exit-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Thread/exit-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Thread/fork-c.yaml @@ -9248,6 +9495,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Thread/ -rw-r--r-- root/root usr/share/ri/1.8/system/Thread/join-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Thread/key%3f-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Thread/keys-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Thread/kill%21-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Thread/kill-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Thread/kill-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Thread/list-c.yaml @@ -9263,6 +9511,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Thread/ -rw-r--r-- root/root usr/share/ri/1.8/system/Thread/status-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Thread/stop%3f-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Thread/stop-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Thread/terminate%21-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Thread/terminate-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Thread/value-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Thread/wakeup-i.yaml @@ -9335,6 +9584,8 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Time/ -rw-r--r-- root/root usr/share/ri/1.8/system/Time/succ-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Time/times-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Time/to_a-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Time/to_date-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Time/to_datetime-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Time/to_f-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Time/to_i-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Time/to_s-i.yaml @@ -9656,6 +9907,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/WEBrick/Cookie/ -rw-r--r-- root/root usr/share/ri/1.8/system/WEBrick/Cookie/new-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/WEBrick/Cookie/parse-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/WEBrick/Cookie/parse_set_cookie-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/WEBrick/Cookie/parse_set_cookies-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/WEBrick/Cookie/to_s-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/WEBrick/Daemon/ -rw-r--r-- root/root usr/share/ri/1.8/system/WEBrick/Daemon/cdesc-Daemon.yaml @@ -10637,32 +10889,13 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/WSDL/XMLSchema/XSD2Ruby/ -rw-r--r-- root/root usr/share/ri/1.8/system/WSDL/cdesc-WSDL.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/WadlerExample/ drwxr-xr-x root/root usr/share/ri/1.8/system/WadlerExample/Tree/ --rw-r--r-- root/root usr/share/ri/1.8/system/WadlerExample/Tree/altshow-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/WadlerExample/Tree/cdesc-Tree.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/WadlerExample/Tree/new-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/WadlerExample/Tree/show-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/WadlerExample/cdesc-WadlerExample.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/WadlerExample/hello-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/WadlerExample/setup-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/WadlerExample/test_hello_00_06-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/WadlerExample/test_hello_07_08-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/WadlerExample/test_hello_09_10-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/WadlerExample/test_hello_11_12-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/WadlerExample/test_hello_13-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/WadlerExample/test_tree_00_19-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/WadlerExample/test_tree_20_22-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/WadlerExample/test_tree_23_43-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/WadlerExample/test_tree_44-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/WadlerExample/test_tree_alt_00_18-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/WadlerExample/test_tree_alt_19_20-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/WadlerExample/test_tree_alt_20_49-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/WadlerExample/test_tree_alt_50-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/WadlerExample/tree-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/WadlerExample/tree_alt-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/WeakRef/ drwxr-xr-x root/root usr/share/ri/1.8/system/WeakRef/RefError/ -rw-r--r-- root/root usr/share/ri/1.8/system/WeakRef/RefError/cdesc-RefError.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/WeakRef/__getobj__-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/WeakRef/__setobj__-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/WeakRef/cdesc-WeakRef.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/WeakRef/new-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/WeakRef/weakref_alive%3f-i.yaml @@ -10674,6 +10907,16 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/XMLEncoding_ja/ drwxr-xr-x root/root usr/share/ri/1.8/system/XMLEncoding_ja/SJISHandler/ -rw-r--r-- root/root usr/share/ri/1.8/system/XMLEncoding_ja/SJISHandler/cdesc-SJISHandler.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/XMLEncoding_ja/cdesc-XMLEncoding_ja.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/XMP/ +drwxr-xr-x root/root usr/share/ri/1.8/system/XMP/StringInputMethod/ +-rw-r--r-- root/root usr/share/ri/1.8/system/XMP/StringInputMethod/cdesc-StringInputMethod.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/XMP/StringInputMethod/eof%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/XMP/StringInputMethod/gets-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/XMP/StringInputMethod/new-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/XMP/StringInputMethod/puts-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/XMP/cdesc-XMP.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/XMP/new-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/XMP/puts-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/XSD/ drwxr-xr-x root/root usr/share/ri/1.8/system/XSD/Charset/ drwxr-xr-x root/root usr/share/ri/1.8/system/XSD/Charset/CharsetConversionError/ diff --git a/ruby-doc/.md5sum b/ruby-doc/.md5sum index affb621..dbe0e23 100644 --- a/ruby-doc/.md5sum +++ b/ruby-doc/.md5sum @@ -1 +1 @@ -3fbb02294a8ca33d4684055adba5ed6f ruby-1.8.5.tar.gz +23d2494aa94e7ae1ecbbb8c5e1507683 ruby-1.8.6.tar.gz diff --git a/ruby-doc/Pkgfile b/ruby-doc/Pkgfile index cba3cba..25b4c45 100644 --- a/ruby-doc/Pkgfile +++ b/ruby-doc/Pkgfile @@ -4,7 +4,7 @@ # Depends on: ruby name=ruby-doc -version=1.8.5 +version=1.8.6 release=1 source=(ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-$version.tar.gz) From crux at crux.nu Tue Mar 13 16:11:31 2007 From: crux at crux.nu (crux at crux.nu) Date: Tue, 13 Mar 2007 17:11:31 +0100 Subject: [crux-commits] ports/opt (2.2): ruby: update to 1.8.6 Message-ID: <45f6cd33.ynUQcAkR6NiSZP74%crux@crux.nu> commit 9c67540c0d954caec4a2af7b08e7d1e76b61fb1d Author: Juergen Daubert Date: Tue Mar 13 17:10:27 2007 +0100 ruby: update to 1.8.6 diff --git a/ruby/.footprint b/ruby/.footprint index bb2a734..5c5fa8a 100644 --- a/ruby/.footprint +++ b/ruby/.footprint @@ -8,9 +8,9 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/testrb drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libruby-static.a -lrwxrwxrwx root/root usr/lib/libruby.so -> libruby.so.1.8.5 -lrwxrwxrwx root/root usr/lib/libruby.so.1.8 -> libruby.so.1.8.5 --rwxr-xr-x root/root usr/lib/libruby.so.1.8.5 +lrwxrwxrwx root/root usr/lib/libruby.so -> libruby.so.1.8.6 +lrwxrwxrwx root/root usr/lib/libruby.so.1.8 -> libruby.so.1.8.6 +-rwxr-xr-x root/root usr/lib/libruby.so.1.8.6 drwxr-xr-x root/root usr/lib/ruby/ drwxr-xr-x root/root usr/lib/ruby/1.8/ -rw-r--r-- root/root usr/lib/ruby/1.8/English.rb @@ -38,6 +38,9 @@ drwxr-xr-x root/root usr/lib/ruby/1.8/date/ -rw-r--r-- root/root usr/lib/ruby/1.8/date2.rb -rw-r--r-- root/root usr/lib/ruby/1.8/debug.rb -rw-r--r-- root/root usr/lib/ruby/1.8/delegate.rb +-rw-r--r-- root/root usr/lib/ruby/1.8/digest.rb +drwxr-xr-x root/root usr/lib/ruby/1.8/digest/ +-rw-r--r-- root/root usr/lib/ruby/1.8/digest/sha2.rb drwxr-xr-x root/root usr/lib/ruby/1.8/dl/ -rw-r--r-- root/root usr/lib/ruby/1.8/dl/import.rb -rw-r--r-- root/root usr/lib/ruby/1.8/dl/struct.rb @@ -124,8 +127,10 @@ drwxr-xr-x root/root usr/lib/ruby/1.8/linux/ -rwxr-xr-x root/root usr/lib/ruby/1.8/linux/curses.so -rwxr-xr-x root/root usr/lib/ruby/1.8/linux/dbm.so -rw-r--r-- root/root usr/lib/ruby/1.8/linux/defines.h +-rw-r--r-- root/root usr/lib/ruby/1.8/linux/digest.h -rwxr-xr-x root/root usr/lib/ruby/1.8/linux/digest.so drwxr-xr-x root/root usr/lib/ruby/1.8/linux/digest/ +-rwxr-xr-x root/root usr/lib/ruby/1.8/linux/digest/bubblebabble.so -rwxr-xr-x root/root usr/lib/ruby/1.8/linux/digest/md5.so -rwxr-xr-x root/root usr/lib/ruby/1.8/linux/digest/rmd160.so -rwxr-xr-x root/root usr/lib/ruby/1.8/linux/digest/sha1.so @@ -164,6 +169,7 @@ drwxr-xr-x root/root usr/lib/ruby/1.8/linux/racc/ -rwxr-xr-x root/root usr/lib/ruby/1.8/linux/strscan.so -rwxr-xr-x root/root usr/lib/ruby/1.8/linux/syck.so -rwxr-xr-x root/root usr/lib/ruby/1.8/linux/syslog.so +-rwxr-xr-x root/root usr/lib/ruby/1.8/linux/thread.so -rw-r--r-- root/root usr/lib/ruby/1.8/linux/util.h -rw-r--r-- root/root usr/lib/ruby/1.8/linux/version.h -rwxr-xr-x root/root usr/lib/ruby/1.8/linux/zlib.so diff --git a/ruby/.md5sum b/ruby/.md5sum index edb5976..2a73243 100644 --- a/ruby/.md5sum +++ b/ruby/.md5sum @@ -1,2 +1,2 @@ -d7d12dd9124c9b7d55cdbbee313e3931 ruby-1.8.5-p12.tar.gz -2d04e0d8fe3b2efdf42832deeb6f58b7 ruby-1.8.5.patch +23d2494aa94e7ae1ecbbb8c5e1507683 ruby-1.8.6.tar.gz +b1a97a51713c76db5a8eb211aee9ca99 ruby-arch.patch diff --git a/ruby/Pkgfile b/ruby/Pkgfile index 01cc7f5..a43e3e0 100644 --- a/ruby/Pkgfile +++ b/ruby/Pkgfile @@ -4,14 +4,14 @@ # Depends on: db, gdbm, ncurses, openssl, readline, zlib name=ruby -version=1.8.5-p12 +version=1.8.6 release=1 source=(ftp://ftp.ruby-lang.org/pub/$name/1.8/$name-$version.tar.gz \ - $name-1.8.5.patch) + $name-arch.patch) build () { cd $name-$version - patch -p1 < $SRC/$name-1.8.5.patch + patch -p1 < $SRC/$name-arch.patch ./configure --prefix=/usr \ --mandir=/usr/man \ --enable-shared \ diff --git a/ruby/ruby-1.8.5.patch b/ruby/ruby-1.8.5.patch deleted file mode 100644 index 31e5679..0000000 --- a/ruby/ruby-1.8.5.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Nru ruby-1.8.5-p12.orig/configure ruby-1.8.5-p12/configure ---- ruby-1.8.5-p12.orig/configure 2006-12-27 19:03:43.539393663 +0100 -+++ ruby-1.8.5-p12/configure 2006-12-27 19:03:56.889006998 +0100 -@@ -19402,7 +19402,7 @@ - _ACEOF - - else -- arch="${target_cpu}-${target_os}" -+ arch="${target_os}" - cat >>confdefs.h <<_ACEOF - #define RUBY_PLATFORM "${arch}" - _ACEOF diff --git a/ruby/ruby-arch.patch b/ruby/ruby-arch.patch new file mode 100644 index 0000000..f60e505 --- /dev/null +++ b/ruby/ruby-arch.patch @@ -0,0 +1,12 @@ +diff -Nru ruby-1.8.6.orig/configure ruby-1.8.6/configure +--- ruby-1.8.6.orig/configure 2007-03-13 16:54:40.000000000 +0100 ++++ ruby-1.8.6/configure 2007-03-13 16:54:52.000000000 +0100 +@@ -16957,7 +16957,7 @@ + _ACEOF + + else +- arch="${target_cpu}-${target_os}" ++ arch="${target_os}" + cat >>confdefs.h <<_ACEOF + #define RUBY_PLATFORM "${arch}" + _ACEOF From crux at crux.nu Tue Mar 13 16:13:33 2007 From: crux at crux.nu (crux at crux.nu) Date: Tue, 13 Mar 2007 17:13:33 +0100 Subject: [crux-commits] ports/opt (2.3): Merge branch '2.2' into 2.3 Message-ID: <45f6cdad.2aTGPida8+30vRY4%crux@crux.nu> commit c6fcf21343af39fba01e4f510f8695fdd253feb5 Merge: dbbbf7b... 1b960f1... Author: Juergen Daubert Date: Tue Mar 13 17:13:02 2007 +0100 Merge branch '2.2' into 2.3 From crux at crux.nu Tue Mar 13 16:13:33 2007 From: crux at crux.nu (crux at crux.nu) Date: Tue, 13 Mar 2007 17:13:33 +0100 Subject: [crux-commits] ports/opt (2.3): ruby-doc: update to 1.8.6 Message-ID: <45f6cdad.c+5jPQ5d5u9Xj/M6%crux@crux.nu> commit 1b960f11d1c686250b67c44a10fa7726613bf45d Author: Juergen Daubert Date: Tue Mar 13 17:11:04 2007 +0100 ruby-doc: update to 1.8.6 diff --git a/ruby-doc/.footprint b/ruby-doc/.footprint index c7c1b6f..39e6a34 100644 --- a/ruby-doc/.footprint +++ b/ruby-doc/.footprint @@ -23,6 +23,22 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/ACL/ACLList/ drwxr-xr-x root/root usr/share/ri/1.8/system/Abbrev/ -rw-r--r-- root/root usr/share/ri/1.8/system/Abbrev/abbrev-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Abbrev/cdesc-Abbrev.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/Acceptables/ +-rw-r--r-- root/root usr/share/ri/1.8/system/Acceptables/cdesc-Acceptables.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/AmbiguousArgument/ +-rw-r--r-- root/root usr/share/ri/1.8/system/AmbiguousArgument/cdesc-AmbiguousArgument.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/AmbiguousOption/ +-rw-r--r-- root/root usr/share/ri/1.8/system/AmbiguousOption/cdesc-AmbiguousOption.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/Arguable/ +-rw-r--r-- root/root usr/share/ri/1.8/system/Arguable/cdesc-Arguable.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Arguable/extend_object-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Arguable/getopts-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Arguable/new-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Arguable/options%3d-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Arguable/options-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Arguable/order%21-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Arguable/parse%21-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Arguable/permute%21-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/ArgumentError/ -rw-r--r-- root/root usr/share/ri/1.8/system/ArgumentError/cdesc-ArgumentError.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Array/ @@ -388,6 +404,9 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Comparable/ -rw-r--r-- root/root usr/share/ri/1.8/system/Comparable/%3e-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Comparable/between%3f-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Comparable/cdesc-Comparable.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/CompletingHash/ +-rw-r--r-- root/root usr/share/ri/1.8/system/CompletingHash/cdesc-CompletingHash.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/CompletingHash/match-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Complex/ -rw-r--r-- root/root usr/share/ri/1.8/system/Complex/%25-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Complex/%2a%2a-i.yaml @@ -730,7 +749,12 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Date/ -rw-r--r-- root/root usr/share/ri/1.8/system/Date/%3c%3d%3e-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Date/%3d%3d%3d-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Date/%3e%3e-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Date/__strptime-c.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/Date/Format/ +drwxr-xr-x root/root usr/share/ri/1.8/system/Date/Format/Bag/ +-rw-r--r-- root/root usr/share/ri/1.8/system/Date/Format/Bag/cdesc-Bag.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Date/Format/cdesc-Format.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/Date/Infinity/ +-rw-r--r-- root/root usr/share/ri/1.8/system/Date/Infinity/cdesc-Infinity.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Date/_dump-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Date/_load-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Date/_parse-c.yaml @@ -758,6 +782,8 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Date/ -rw-r--r-- root/root usr/share/ri/1.8/system/Date/downto-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Date/england-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Date/eql%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Date/gregorian%3f-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Date/gregorian%3f-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Date/gregorian-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Date/gregorian_leap%3f-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Date/hash-i.yaml @@ -773,6 +799,8 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Date/ -rw-r--r-- root/root usr/share/ri/1.8/system/Date/jd_to_mjd-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Date/jd_to_ordinal-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Date/jd_to_wday-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Date/julian%3f-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Date/julian%3f-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Date/julian-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Date/julian_leap%3f-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Date/ld-i.yaml @@ -787,17 +815,15 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Date/ -rw-r--r-- root/root usr/share/ri/1.8/system/Date/new-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Date/new_offset-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Date/new_start-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Date/new_with_hash-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Date/next-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Date/ns%3f-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Date/ns%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Date/next_day-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Date/now-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Date/offset-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Date/ordinal-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Date/ordinal-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Date/ordinal_to_jd-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Date/os%3f-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Date/os%3f-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Date/parse-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Date/s3e-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Date/sec-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Date/sec_fraction-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Date/start-i.yaml @@ -815,24 +841,25 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Date/ -rw-r--r-- root/root usr/share/ri/1.8/system/Date/valid_commercial%3f-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Date/valid_jd%3f-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Date/valid_ordinal%3f-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Date/valid_time%3f-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Date/wday-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Date/weeknum0-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Date/weeknum1-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Date/wnum0-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Date/wnum1-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Date/yday-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Date/year-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Date/zone-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Date/zone_to_diff-c.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/DateTime/ -rw-r--r-- root/root usr/share/ri/1.8/system/DateTime/_strptime-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/DateTime/cdesc-DateTime.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/DateTime/civil-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/DateTime/commercial-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/DateTime/jd-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/DateTime/new_with_hash-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/DateTime/now-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/DateTime/ordinal-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/DateTime/parse-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/DateTime/strftime-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/DateTime/strptime-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/DateTime/valid_time%3f-c.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/DefaultDisplay/ -rw-r--r-- root/root usr/share/ri/1.8/system/DefaultDisplay/cdesc-DefaultDisplay.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/DefaultDisplay/display_class_info-i.yaml @@ -974,6 +1001,22 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Exception/ -rw-r--r-- root/root usr/share/ri/1.8/system/Exception/to_str-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Exception/to_yaml-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Exception/yaml_new-c.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/Exception2MessageMapper/ +drwxr-xr-x root/root usr/share/ri/1.8/system/Exception2MessageMapper/E2MM/ +-rw-r--r-- root/root usr/share/ri/1.8/system/Exception2MessageMapper/E2MM/Raise-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Exception2MessageMapper/E2MM/cdesc-E2MM.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Exception2MessageMapper/E2MM/def_e2message-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Exception2MessageMapper/E2MM/def_exception-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Exception2MessageMapper/E2MM/e2mm_message-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Exception2MessageMapper/E2MM/extend_object-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Exception2MessageMapper/E2MM/extend_to-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Exception2MessageMapper/Fail-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Exception2MessageMapper/Raise-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Exception2MessageMapper/bind-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Exception2MessageMapper/cdesc-Exception2MessageMapper.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Exception2MessageMapper/def_e2message-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Exception2MessageMapper/def_exception-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Exception2MessageMapper/fail-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/ExceptionForMatrix/ -rw-r--r-- root/root usr/share/ri/1.8/system/ExceptionForMatrix/cdesc-ExceptionForMatrix.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/FalseClass/ @@ -1196,14 +1239,6 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/FileUtils/Verbose/ -rw-r--r-- root/root usr/share/ri/1.8/system/FileUtils/uptodate%3f-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Fill/ -rw-r--r-- root/root usr/share/ri/1.8/system/Fill/cdesc-Fill.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Fill/format-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Fill/test_00_06-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Fill/test_07_10-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Fill/test_11_14-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Fill/test_15_18-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Fill/test_19_22-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Fill/test_23_26-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Fill/test_27-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Finalizer/ -rw-r--r-- root/root usr/share/ri/1.8/system/Finalizer/add_dependency-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Finalizer/cdesc-Finalizer.yaml @@ -1245,6 +1280,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Fixnum/ -rw-r--r-- root/root usr/share/ri/1.8/system/Fixnum/%7e-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Fixnum/abs-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Fixnum/cdesc-Fixnum.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Fixnum/dclone-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Fixnum/div-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Fixnum/divmod-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Fixnum/id2name-i.yaml @@ -1277,6 +1313,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Float/ -rw-r--r-- root/root usr/share/ri/1.8/system/Float/cdesc-Float.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Float/ceil-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Float/coerce-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Float/dclone-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Float/divmod-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Float/eql%3f-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Float/finite%3f-i.yaml @@ -1685,7 +1722,141 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/IPSocket/ drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/ drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/Abort/ -rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Abort/cdesc-Abort.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/Context/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/cdesc-Context.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/change_workspace-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/debug%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/debug_level%3d-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/eval_history%3d-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/evaluate-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/exit-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/file_input%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/history_file%3d-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/history_file-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/home_workspace-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/init_save_history-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/inspect%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/inspect-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/inspect_mode%3d-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/irb_level-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/main-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/math_mode%3d-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/new-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/pop_workspace-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/prompt_mode%3d-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/prompting%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/push_workspace-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/save_history%3d-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/save_history-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/set_last_value-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/to_s-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/use_loader%3d-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/use_loader%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/use_loader-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/use_readline%3d-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/use_tracer%3d-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/verbose%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Context/workspaces-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/ContextExtender/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ContextExtender/cdesc-ContextExtender.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ContextExtender/def_extend_command-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ContextExtender/install_extend_commands-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/IRB/CurrentContext-c.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/ExtendCommand/ +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/ExtendCommand/ChangeWorkspace/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/ChangeWorkspace/cdesc-ChangeWorkspace.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/ChangeWorkspace/execute-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/ExtendCommand/CurrentWorkingWorkspace/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/CurrentWorkingWorkspace/cdesc-CurrentWorkingWorkspace.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/CurrentWorkingWorkspace/execute-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Foreground/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Foreground/cdesc-Foreground.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Foreground/execute-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Fork/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Fork/cdesc-Fork.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Fork/execute-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Help/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Help/cdesc-Help.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Help/execute-c.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/ExtendCommand/IrbCommand/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/IrbCommand/cdesc-IrbCommand.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/IrbCommand/execute-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Jobs/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Jobs/cdesc-Jobs.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Jobs/execute-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Kill/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Kill/cdesc-Kill.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Kill/execute-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Load/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Load/cdesc-Load.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Load/execute-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Nop/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Nop/cdesc-Nop.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Nop/execute-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Nop/execute-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Nop/irb-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Nop/new-c.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/ExtendCommand/PopWorkspace/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/PopWorkspace/cdesc-PopWorkspace.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/PopWorkspace/execute-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/ExtendCommand/PushWorkspace/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/PushWorkspace/cdesc-PushWorkspace.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/PushWorkspace/execute-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Require/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Require/cdesc-Require.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Require/execute-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Source/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Source/cdesc-Source.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Source/execute-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Workspaces/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Workspaces/cdesc-Workspaces.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/Workspaces/execute-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommand/cdesc-ExtendCommand.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/ExtendCommandBundle/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommandBundle/cdesc-ExtendCommandBundle.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommandBundle/def_extend_command-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommandBundle/extend_object-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommandBundle/install_alias_method-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommandBundle/install_extend_commands-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommandBundle/irb_context-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommandBundle/irb_exit-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommandBundle/irb_load-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommandBundle/irb_original_method_name-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ExtendCommandBundle/irb_require-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/FileInputMethod/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/FileInputMethod/cdesc-FileInputMethod.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/FileInputMethod/eof%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/FileInputMethod/gets-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/FileInputMethod/new-c.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/Frame/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Frame/bottom-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Frame/bottom-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Frame/cdesc-Frame.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Frame/new-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Frame/sender-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Frame/top-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Frame/top-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Frame/trace_func-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/History/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/History/%5b%5d-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/History/cdesc-History.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/History/inspect-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/History/new-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/History/push-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/History/size-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/HistorySavingAbility/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/HistorySavingAbility/cdesc-HistorySavingAbility.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/HistorySavingAbility/create_finalizer-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/HistorySavingAbility/extended-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/HistorySavingAbility/load_history-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/InputCompletor/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/InputCompletor/cdesc-InputCompletor.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/InputCompletor/select_message-c.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/InputMethod/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/InputMethod/cdesc-InputMethod.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/InputMethod/gets-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/InputMethod/new-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/InputMethod/readable_atfer_eof%3f-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/Irb/ -rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Irb/cdesc-Irb.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Irb/eval_input-i.yaml @@ -1699,10 +1870,148 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/Irb/ -rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Irb/suspend_input_method-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Irb/suspend_name-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Irb/suspend_workspace-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/IrbLoader/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/IrbLoader/cdesc-IrbLoader.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/IrbLoader/irb_load-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/IrbLoader/load_file-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/IrbLoader/old-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/IrbLoader/search_file_from_ruby_path-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/IrbLoader/source_file-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/JobManager-c.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/JobManager/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/JobManager/cdesc-JobManager.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/JobManager/delete-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/JobManager/insert-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/JobManager/inspect-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/JobManager/irb-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/JobManager/kill-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/JobManager/main_irb-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/JobManager/main_thread-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/JobManager/n_jobs-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/JobManager/new-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/JobManager/search-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/JobManager/switch-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/JobManager/thread-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/LoadAbort/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/LoadAbort/cdesc-LoadAbort.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/Locale/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Locale/String-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Locale/cdesc-Locale.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Locale/find-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Locale/format-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Locale/gets-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Locale/lc2kconv-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Locale/lc_path-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Locale/load-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Locale/new-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Locale/print-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Locale/printf-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Locale/puts-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Locale/readline-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Locale/real_load-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Locale/require-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Locale/search_file-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/MethodExtender/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/MethodExtender/cdesc-MethodExtender.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/MethodExtender/def_post_proc-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/MethodExtender/def_pre_proc-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/MethodExtender/new_alias_name-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/Notifier/ +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/Notifier/AbstructNotifier/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/AbstructNotifier/cdesc-AbstructNotifier.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/AbstructNotifier/exec_if-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/AbstructNotifier/new-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/AbstructNotifier/notify%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/AbstructNotifier/pp-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/AbstructNotifier/ppx-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/AbstructNotifier/print-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/AbstructNotifier/printf-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/AbstructNotifier/printn-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/AbstructNotifier/puts-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/Notifier/CompositeNotifier/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/CompositeNotifier/cdesc-CompositeNotifier.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/CompositeNotifier/def_notifier-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/CompositeNotifier/level%3d-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/CompositeNotifier/level_notifier%3d-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/CompositeNotifier/new-c.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/Notifier/LeveledNotifier/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/LeveledNotifier/%3c%3d%3e-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/LeveledNotifier/cdesc-LeveledNotifier.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/LeveledNotifier/new-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/LeveledNotifier/notify%3f-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/Notifier/NoMsgNotifier/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/NoMsgNotifier/cdesc-NoMsgNotifier.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/NoMsgNotifier/new-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/NoMsgNotifier/notify%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/cdesc-Notifier.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/Notifier/def_notifier-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/OutputMethod/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/OutputMethod/cdesc-OutputMethod.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/OutputMethod/foo-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/OutputMethod/parse_printf_format-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/OutputMethod/pp-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/OutputMethod/ppx-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/OutputMethod/print-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/OutputMethod/printf-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/OutputMethod/printn-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/OutputMethod/puts-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/ReadlineInputMethod/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ReadlineInputMethod/cdesc-ReadlineInputMethod.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ReadlineInputMethod/eof%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ReadlineInputMethod/gets-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ReadlineInputMethod/line-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ReadlineInputMethod/new-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/ReadlineInputMethod/readable_atfer_eof%3f-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/SLex/ +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/SLex/Node/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/SLex/Node/cdesc-Node.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/SLex/Node/create_subnode-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/SLex/Node/match-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/SLex/Node/match_io-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/SLex/Node/new-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/SLex/Node/search-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/SLex/cdesc-SLex.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/SLex/create-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/SLex/def_rule-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/SLex/def_rules-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/SLex/inspect-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/SLex/match-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/SLex/new-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/SLex/postproc-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/SLex/preproc-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/SLex/search-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/StdioInputMethod/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/StdioInputMethod/cdesc-StdioInputMethod.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/StdioInputMethod/eof%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/StdioInputMethod/gets-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/StdioInputMethod/line-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/StdioInputMethod/new-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/StdioInputMethod/readable_atfer_eof%3f-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/StdioOutputMethod/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/StdioOutputMethod/cdesc-StdioOutputMethod.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/StdioOutputMethod/print-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/IRB/WorkSpace/ +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/WorkSpace/__evaluate__-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/WorkSpace/cdesc-WorkSpace.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/WorkSpace/evaluate-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/WorkSpace/filter_backtrace-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/WorkSpace/new-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/IRB/cdesc-IRB.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/IRB/conf-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/delete_caller-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/init_config-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/init_error-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/initialize_tracer-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/irb-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/IRB/irb_abort-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/IRB/irb_exit-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/load_modules-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/parse_opts-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/print_usage-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/rc_file-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/rc_file_generators-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/run_config-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IRB/setup-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/IRB/start-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/IRB/version-c.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/IXMLDOMAttribute/ @@ -2473,6 +2782,10 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Integer/ -rw-r--r-- root/root usr/share/ri/1.8/system/Integer/upto-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Interrupt/ -rw-r--r-- root/root usr/share/ri/1.8/system/Interrupt/cdesc-Interrupt.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/InvalidArgument/ +-rw-r--r-- root/root usr/share/ri/1.8/system/InvalidArgument/cdesc-InvalidArgument.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/InvalidOption/ +-rw-r--r-- root/root usr/share/ri/1.8/system/InvalidOption/cdesc-InvalidOption.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Kconv/ -rw-r--r-- root/root usr/share/ri/1.8/system/Kconv/cdesc-Kconv.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Kconv/guess-i.yaml @@ -2560,6 +2873,18 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Kernel/ -rw-r--r-- root/root usr/share/ri/1.8/system/Kernel/untrace_var-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Kernel/warn-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Kernel/y-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/List/ +-rw-r--r-- root/root usr/share/ri/1.8/system/List/accept-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/List/append-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/List/cdesc-List.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/List/complete-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/List/each_option-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/List/new-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/List/prepend-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/List/reject-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/List/search-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/List/summarize-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/List/update-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/LoadError/ -rw-r--r-- root/root usr/share/ri/1.8/system/LoadError/cdesc-LoadError.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/LocalJumpError/ @@ -2939,6 +3264,8 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Microsoft_XMLHTTP_1/ -rw-r--r-- root/root usr/share/ri/1.8/system/Microsoft_XMLHTTP_1/setRequestHeader-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Microsoft_XMLHTTP_1/status-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Microsoft_XMLHTTP_1/statusText-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/MissingArgument/ +-rw-r--r-- root/root usr/share/ri/1.8/system/MissingArgument/cdesc-MissingArgument.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Module/ -rw-r--r-- root/root usr/share/ri/1.8/system/Module/%3c%3d%3e-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Module/%3c%3d-i.yaml @@ -2958,6 +3285,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Module/ -rw-r--r-- root/root usr/share/ri/1.8/system/Module/autoload-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Module/cdesc-Module.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Module/class_eval-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Module/class_variable_defined%3f-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Module/class_variable_get-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Module/class_variable_set-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Module/class_variables-i.yaml @@ -3090,6 +3418,8 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/NameError/message/ -rw-r--r-- root/root usr/share/ri/1.8/system/NameError/name-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/NameError/new-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/NameError/to_s-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/NeedlessArgument/ +-rw-r--r-- root/root usr/share/ri/1.8/system/NeedlessArgument/cdesc-NeedlessArgument.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Net/ drwxr-xr-x root/root usr/share/ri/1.8/system/Net/APOP/ -rw-r--r-- root/root usr/share/ri/1.8/system/Net/APOP/apop%3f-i.yaml @@ -3428,6 +3758,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Net/IMAP/ResponseParser/ -rw-r--r-- root/root usr/share/ri/1.8/system/Net/IMAP/new-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Net/IMAP/noop-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Net/IMAP/normalize_searching_criteria-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Net/IMAP/pick_up_tagged_response-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Net/IMAP/put_string-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Net/IMAP/receive_responses-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Net/IMAP/record_response-i.yaml @@ -3632,9 +3963,6 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/NoMethodError/ -rw-r--r-- root/root usr/share/ri/1.8/system/NoMethodError/new-c.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/NonString/ -rw-r--r-- root/root usr/share/ri/1.8/system/NonString/cdesc-NonString.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/NonString/format-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/NonString/test_6-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/NonString/test_7-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/NotImplementedError/ -rw-r--r-- root/root usr/share/ri/1.8/system/NotImplementedError/cdesc-NotImplementedError.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Numeric/ @@ -3703,6 +4031,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Object/ -rw-r--r-- root/root usr/share/ri/1.8/system/Object/inspect-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Object/instance_eval-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Object/instance_of%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Object/instance_variable_defined%3f-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Object/instance_variable_get-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Object/instance_variable_set-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Object/instance_variables-i.yaml @@ -3785,75 +4114,27 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/OpenURI/OpenRead/ -rw-r--r-- root/root usr/share/ri/1.8/system/OpenURI/OpenRead/read-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/OpenURI/cdesc-OpenURI.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/ -drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/Acceptables/ --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Acceptables/cdesc-Acceptables.yaml -drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/AmbiguousArgument/ --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/AmbiguousArgument/cdesc-AmbiguousArgument.yaml -drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/AmbiguousOption/ --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/AmbiguousOption/cdesc-AmbiguousOption.yaml -drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/Arguable/ --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Arguable/cdesc-Arguable.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Arguable/extend_object-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Arguable/getopts-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Arguable/new-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Arguable/options%3d-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Arguable/options-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Arguable/order%21-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Arguable/parse%21-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Arguable/permute%21-i.yaml -drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/CompletingHash/ --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/CompletingHash/cdesc-CompletingHash.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/CompletingHash/match-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/Completion/ -rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Completion/cdesc-Completion.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Completion/complete-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Completion/convert-i.yaml -drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/InvalidArgument/ --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/InvalidArgument/cdesc-InvalidArgument.yaml -drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/InvalidOption/ --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/InvalidOption/cdesc-InvalidOption.yaml -drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/List/ --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/List/accept-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/List/append-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/List/cdesc-List.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/List/complete-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/List/new-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/List/prepend-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/List/reject-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/List/search-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/List/summarize-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/List/update-i.yaml -drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/MissingArgument/ --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/MissingArgument/cdesc-MissingArgument.yaml -drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/NeedlessArgument/ --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/NeedlessArgument/cdesc-NeedlessArgument.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/NoArgument/ +-rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/NoArgument/cdesc-NoArgument.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/NoArgument/incompatible_argument_styles-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/NoArgument/parse-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/NoArgument/pattern-c.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/OptionMap/ -rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/OptionMap/cdesc-OptionMap.yaml -drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/ParseError/ --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/ParseError/cdesc-ParseError.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/ParseError/inspect-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/ParseError/message-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/ParseError/new-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/ParseError/reason-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/ParseError/recover-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/ParseError/set_option-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/ParseError/to_s-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/ParseError/to_str-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/OptionalArgument/ +-rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/OptionalArgument/cdesc-OptionalArgument.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/OptionalArgument/parse-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/PlacedArgument/ +-rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/PlacedArgument/cdesc-PlacedArgument.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/PlacedArgument/parse-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/RequiredArgument/ +-rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/RequiredArgument/cdesc-RequiredArgument.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/RequiredArgument/parse-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/Switch/ -drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/Switch/NoArgument/ --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Switch/NoArgument/cdesc-NoArgument.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Switch/NoArgument/incompatible_argument_styles-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Switch/NoArgument/parse-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Switch/NoArgument/pattern-c.yaml -drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/Switch/OptionalArgument/ --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Switch/OptionalArgument/cdesc-OptionalArgument.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Switch/OptionalArgument/parse-i.yaml -drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/Switch/PlacedArgument/ --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Switch/PlacedArgument/cdesc-PlacedArgument.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Switch/PlacedArgument/parse-i.yaml -drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/Switch/RequiredArgument/ --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Switch/RequiredArgument/cdesc-RequiredArgument.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Switch/RequiredArgument/parse-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Switch/cdesc-Switch.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Switch/conv_arg-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Switch/guess-c.yaml @@ -3862,58 +4143,8 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/OptionParser/Switch/RequiredArgumen -rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Switch/parse_arg-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Switch/pattern-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/Switch/summarize-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/abort-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/accept-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/accept-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/banner-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/base-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/cdesc-OptionParser.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/complete-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/def_head_option-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/def_option-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/def_tail_option-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/define-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/define_head-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/define_tail-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/environment-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/getopts-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/getopts-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/help-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/inc-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/inc-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/load-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/make_switch-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/new-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/new-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/notwice-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/on-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/on_head-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/on_tail-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/order%21-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/order-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/parse%21-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/parse-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/permute%21-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/permute-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/program_name-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/reject-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/reject-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/release-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/remove-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/search-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/separator-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/summarize-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/terminate-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/terminate-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/to_a-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/to_s-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/top-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/top-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/ver-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/version-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/visit-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/warn-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/with-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/OptionParser/switch_name-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Options/ drwxr-xr-x root/root usr/share/ri/1.8/system/Options/OptionList/ -rw-r--r-- root/root usr/share/ri/1.8/system/Options/OptionList/cdesc-OptionList.yaml @@ -3973,6 +4204,15 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/PStore/Error/ drwxr-xr-x root/root usr/share/ri/1.8/system/ParseDate/ -rw-r--r-- root/root usr/share/ri/1.8/system/ParseDate/cdesc-ParseDate.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/ParseDate/parsedate-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/ParseError/ +-rw-r--r-- root/root usr/share/ri/1.8/system/ParseError/cdesc-ParseError.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/ParseError/inspect-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/ParseError/message-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/ParseError/new-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/ParseError/reason-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/ParseError/recover-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/ParseError/set_option-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/ParseError/to_s-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Pathname/ -rw-r--r-- root/root usr/share/ri/1.8/system/Pathname/%2b-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Pathname/%3c%3d%3e-i.yaml @@ -4438,9 +4678,11 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/RDoc/RDoc/ -rw-r--r-- root/root usr/share/ri/1.8/system/RDoc/RDoc/error-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RDoc/RDoc/list_files_in_directory-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RDoc/RDoc/normalized_file_list-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RDoc/RDoc/output_flag_file-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RDoc/RDoc/parse_dot_doc_file-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RDoc/RDoc/parse_files-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RDoc/RDoc/setup_output_dir-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RDoc/RDoc/update_output_dir-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RDoc/RDocError/ -rw-r--r-- root/root usr/share/ri/1.8/system/RDoc/RDocError/cdesc-RDocError.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RDoc/Require/ @@ -4715,11 +4957,13 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/REXML/Elements/ -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Elements/%5b%5d-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Elements/add-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Elements/cdesc-Elements.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Elements/collect-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Elements/delete-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Elements/delete_all-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Elements/each-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Elements/empty%3f-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Elements/index-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Elements/inject-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Elements/literalize-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Elements/new-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Elements/size-i.yaml @@ -4791,6 +5035,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/REXML/Functions/ -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Functions/starts_with-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Functions/string-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Functions/string_length-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Functions/string_value-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Functions/substring-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Functions/substring_after-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Functions/substring_before-c.yaml @@ -4966,6 +5211,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/REXML/Parsers/SAX2Parser/ -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Parsers/SAX2Parser/listen-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Parsers/SAX2Parser/new-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Parsers/SAX2Parser/parse-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Parsers/SAX2Parser/source-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/REXML/Parsers/StreamParser/ -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Parsers/StreamParser/add_listener-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Parsers/StreamParser/cdesc-StreamParser.yaml @@ -5212,6 +5458,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/REXML/XPathParser/ -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/XPathParser/following-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/XPathParser/following_node_of-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/XPathParser/get_first-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/XPathParser/get_namespace-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/XPathParser/match-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/XPathParser/namespaces%3d-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/XPathParser/new-c.yaml @@ -6047,7 +6294,6 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Rss/Channel/Item/Source/ -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Rss/Channel/Item/Source/maker_target-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Rss/Channel/Item/Source/new-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Rss/Channel/Item/Source/setup_maker_attributes-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Rss/Channel/Item/_setup_maker_element-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Rss/Channel/Item/cdesc-Item.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Rss/Channel/Item/maker_target-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Rss/Channel/Item/setup_maker_element-i.yaml @@ -6765,10 +7011,14 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/RubyLex/BufferedReader/ -rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/BufferedReader/peek-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/BufferedReader/peek_equal-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/BufferedReader/ungetc-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/buf_input-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/cdesc-RubyLex.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/char_no-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/debug%3f-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/each_top_level_statement-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/eof%3f-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/get_read-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/get_readed-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/getc-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/getc_of_rests-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/gets-i.yaml @@ -6779,6 +7029,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/RubyLex/BufferedReader/ -rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/identify_number-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/identify_quotation-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/identify_string-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/initialize_input-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/lex-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/lex_init-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/lex_int2-i.yaml @@ -6786,7 +7037,11 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/RubyLex/BufferedReader/ -rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/new-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/peek-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/peek_equal%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/peek_match%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/prompt-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/read_escape-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/set_input-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/set_prompt-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/skip_inner_expression-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/token-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RubyLex/ungetc-i.yaml @@ -6800,6 +7055,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/RubyToken/TkKW/ -rw-r--r-- root/root usr/share/ri/1.8/system/RubyToken/TkKW/cdesc-TkKW.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RubyToken/TkNode/ -rw-r--r-- root/root usr/share/ri/1.8/system/RubyToken/TkNode/cdesc-TkNode.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RubyToken/TkNode/new-c.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RubyToken/TkOPASGN/ -rw-r--r-- root/root usr/share/ri/1.8/system/RubyToken/TkOPASGN/cdesc-TkOPASGN.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RubyToken/TkOPASGN/new-c.yaml @@ -8390,16 +8646,6 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/StandardError/ -rw-r--r-- root/root usr/share/ri/1.8/system/StandardError/cdesc-StandardError.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/StrictPrettyExample/ -rw-r--r-- root/root usr/share/ri/1.8/system/StrictPrettyExample/cdesc-StrictPrettyExample.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/StrictPrettyExample/prog-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/StrictPrettyExample/test_00_04-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/StrictPrettyExample/test_05-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/StrictPrettyExample/test_06-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/StrictPrettyExample/test_07-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/StrictPrettyExample/test_08-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/StrictPrettyExample/test_09-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/StrictPrettyExample/test_10-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/StrictPrettyExample/test_11_31-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/StrictPrettyExample/test_32-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/String/ -rw-r--r-- root/root usr/share/ri/1.8/system/String/%25-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/String/%2a-i.yaml @@ -8731,7 +8977,6 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/TSortTest/ -rw-r--r-- root/root usr/share/ri/1.8/system/TSortTest/cdesc-TSortTest.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/TailGroup/ -rw-r--r-- root/root usr/share/ri/1.8/system/TailGroup/cdesc-TailGroup.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/TailGroup/test_1-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Tempfile/ -rw-r--r-- root/root usr/share/ri/1.8/system/Tempfile/cdesc-Tempfile.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Tempfile/close%21-i.yaml @@ -8807,6 +9052,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Test/Unit/Collector/Dir/ -rw-r--r-- root/root usr/share/ri/1.8/system/Test/Unit/Collector/Dir/collect_file-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Test/Unit/Collector/Dir/find_test_cases-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Test/Unit/Collector/Dir/new-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Test/Unit/Collector/Dir/realdir-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Test/Unit/Collector/Dir/recursive_collect-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Test/Unit/Collector/ObjectSpace/ -rw-r--r-- root/root usr/share/ri/1.8/system/Test/Unit/Collector/ObjectSpace/cdesc-ObjectSpace.yaml @@ -9240,6 +9486,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Thread/ -rw-r--r-- root/root usr/share/ri/1.8/system/Thread/critical-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Thread/current-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Thread/exclusive-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Thread/exit%21-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Thread/exit-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Thread/exit-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Thread/fork-c.yaml @@ -9248,6 +9495,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Thread/ -rw-r--r-- root/root usr/share/ri/1.8/system/Thread/join-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Thread/key%3f-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Thread/keys-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Thread/kill%21-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Thread/kill-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Thread/kill-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Thread/list-c.yaml @@ -9263,6 +9511,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Thread/ -rw-r--r-- root/root usr/share/ri/1.8/system/Thread/status-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Thread/stop%3f-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Thread/stop-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Thread/terminate%21-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Thread/terminate-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Thread/value-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Thread/wakeup-i.yaml @@ -9335,6 +9584,8 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Time/ -rw-r--r-- root/root usr/share/ri/1.8/system/Time/succ-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Time/times-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Time/to_a-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Time/to_date-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Time/to_datetime-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Time/to_f-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Time/to_i-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Time/to_s-i.yaml @@ -9656,6 +9907,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/WEBrick/Cookie/ -rw-r--r-- root/root usr/share/ri/1.8/system/WEBrick/Cookie/new-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/WEBrick/Cookie/parse-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/WEBrick/Cookie/parse_set_cookie-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/WEBrick/Cookie/parse_set_cookies-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/WEBrick/Cookie/to_s-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/WEBrick/Daemon/ -rw-r--r-- root/root usr/share/ri/1.8/system/WEBrick/Daemon/cdesc-Daemon.yaml @@ -10637,32 +10889,13 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/WSDL/XMLSchema/XSD2Ruby/ -rw-r--r-- root/root usr/share/ri/1.8/system/WSDL/cdesc-WSDL.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/WadlerExample/ drwxr-xr-x root/root usr/share/ri/1.8/system/WadlerExample/Tree/ --rw-r--r-- root/root usr/share/ri/1.8/system/WadlerExample/Tree/altshow-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/WadlerExample/Tree/cdesc-Tree.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/WadlerExample/Tree/new-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/WadlerExample/Tree/show-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/WadlerExample/cdesc-WadlerExample.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/WadlerExample/hello-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/WadlerExample/setup-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/WadlerExample/test_hello_00_06-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/WadlerExample/test_hello_07_08-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/WadlerExample/test_hello_09_10-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/WadlerExample/test_hello_11_12-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/WadlerExample/test_hello_13-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/WadlerExample/test_tree_00_19-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/WadlerExample/test_tree_20_22-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/WadlerExample/test_tree_23_43-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/WadlerExample/test_tree_44-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/WadlerExample/test_tree_alt_00_18-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/WadlerExample/test_tree_alt_19_20-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/WadlerExample/test_tree_alt_20_49-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/WadlerExample/test_tree_alt_50-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/WadlerExample/tree-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/WadlerExample/tree_alt-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/WeakRef/ drwxr-xr-x root/root usr/share/ri/1.8/system/WeakRef/RefError/ -rw-r--r-- root/root usr/share/ri/1.8/system/WeakRef/RefError/cdesc-RefError.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/WeakRef/__getobj__-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/WeakRef/__setobj__-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/WeakRef/cdesc-WeakRef.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/WeakRef/new-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/WeakRef/weakref_alive%3f-i.yaml @@ -10674,6 +10907,16 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/XMLEncoding_ja/ drwxr-xr-x root/root usr/share/ri/1.8/system/XMLEncoding_ja/SJISHandler/ -rw-r--r-- root/root usr/share/ri/1.8/system/XMLEncoding_ja/SJISHandler/cdesc-SJISHandler.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/XMLEncoding_ja/cdesc-XMLEncoding_ja.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/XMP/ +drwxr-xr-x root/root usr/share/ri/1.8/system/XMP/StringInputMethod/ +-rw-r--r-- root/root usr/share/ri/1.8/system/XMP/StringInputMethod/cdesc-StringInputMethod.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/XMP/StringInputMethod/eof%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/XMP/StringInputMethod/gets-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/XMP/StringInputMethod/new-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/XMP/StringInputMethod/puts-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/XMP/cdesc-XMP.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/XMP/new-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/XMP/puts-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/XSD/ drwxr-xr-x root/root usr/share/ri/1.8/system/XSD/Charset/ drwxr-xr-x root/root usr/share/ri/1.8/system/XSD/Charset/CharsetConversionError/ diff --git a/ruby-doc/.md5sum b/ruby-doc/.md5sum index affb621..dbe0e23 100644 --- a/ruby-doc/.md5sum +++ b/ruby-doc/.md5sum @@ -1 +1 @@ -3fbb02294a8ca33d4684055adba5ed6f ruby-1.8.5.tar.gz +23d2494aa94e7ae1ecbbb8c5e1507683 ruby-1.8.6.tar.gz diff --git a/ruby-doc/Pkgfile b/ruby-doc/Pkgfile index cba3cba..25b4c45 100644 --- a/ruby-doc/Pkgfile +++ b/ruby-doc/Pkgfile @@ -4,7 +4,7 @@ # Depends on: ruby name=ruby-doc -version=1.8.5 +version=1.8.6 release=1 source=(ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-$version.tar.gz) From crux at crux.nu Tue Mar 13 16:13:33 2007 From: crux at crux.nu (crux at crux.nu) Date: Tue, 13 Mar 2007 17:13:33 +0100 Subject: [crux-commits] ports/opt (2.3): ruby: update to 1.8.6 Message-ID: <45f6cdad.+EMV7Pcvh7UC4EAs%crux@crux.nu> commit 9c67540c0d954caec4a2af7b08e7d1e76b61fb1d Author: Juergen Daubert Date: Tue Mar 13 17:10:27 2007 +0100 ruby: update to 1.8.6 diff --git a/ruby/.footprint b/ruby/.footprint index bb2a734..5c5fa8a 100644 --- a/ruby/.footprint +++ b/ruby/.footprint @@ -8,9 +8,9 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/testrb drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libruby-static.a -lrwxrwxrwx root/root usr/lib/libruby.so -> libruby.so.1.8.5 -lrwxrwxrwx root/root usr/lib/libruby.so.1.8 -> libruby.so.1.8.5 --rwxr-xr-x root/root usr/lib/libruby.so.1.8.5 +lrwxrwxrwx root/root usr/lib/libruby.so -> libruby.so.1.8.6 +lrwxrwxrwx root/root usr/lib/libruby.so.1.8 -> libruby.so.1.8.6 +-rwxr-xr-x root/root usr/lib/libruby.so.1.8.6 drwxr-xr-x root/root usr/lib/ruby/ drwxr-xr-x root/root usr/lib/ruby/1.8/ -rw-r--r-- root/root usr/lib/ruby/1.8/English.rb @@ -38,6 +38,9 @@ drwxr-xr-x root/root usr/lib/ruby/1.8/date/ -rw-r--r-- root/root usr/lib/ruby/1.8/date2.rb -rw-r--r-- root/root usr/lib/ruby/1.8/debug.rb -rw-r--r-- root/root usr/lib/ruby/1.8/delegate.rb +-rw-r--r-- root/root usr/lib/ruby/1.8/digest.rb +drwxr-xr-x root/root usr/lib/ruby/1.8/digest/ +-rw-r--r-- root/root usr/lib/ruby/1.8/digest/sha2.rb drwxr-xr-x root/root usr/lib/ruby/1.8/dl/ -rw-r--r-- root/root usr/lib/ruby/1.8/dl/import.rb -rw-r--r-- root/root usr/lib/ruby/1.8/dl/struct.rb @@ -124,8 +127,10 @@ drwxr-xr-x root/root usr/lib/ruby/1.8/linux/ -rwxr-xr-x root/root usr/lib/ruby/1.8/linux/curses.so -rwxr-xr-x root/root usr/lib/ruby/1.8/linux/dbm.so -rw-r--r-- root/root usr/lib/ruby/1.8/linux/defines.h +-rw-r--r-- root/root usr/lib/ruby/1.8/linux/digest.h -rwxr-xr-x root/root usr/lib/ruby/1.8/linux/digest.so drwxr-xr-x root/root usr/lib/ruby/1.8/linux/digest/ +-rwxr-xr-x root/root usr/lib/ruby/1.8/linux/digest/bubblebabble.so -rwxr-xr-x root/root usr/lib/ruby/1.8/linux/digest/md5.so -rwxr-xr-x root/root usr/lib/ruby/1.8/linux/digest/rmd160.so -rwxr-xr-x root/root usr/lib/ruby/1.8/linux/digest/sha1.so @@ -164,6 +169,7 @@ drwxr-xr-x root/root usr/lib/ruby/1.8/linux/racc/ -rwxr-xr-x root/root usr/lib/ruby/1.8/linux/strscan.so -rwxr-xr-x root/root usr/lib/ruby/1.8/linux/syck.so -rwxr-xr-x root/root usr/lib/ruby/1.8/linux/syslog.so +-rwxr-xr-x root/root usr/lib/ruby/1.8/linux/thread.so -rw-r--r-- root/root usr/lib/ruby/1.8/linux/util.h -rw-r--r-- root/root usr/lib/ruby/1.8/linux/version.h -rwxr-xr-x root/root usr/lib/ruby/1.8/linux/zlib.so diff --git a/ruby/.md5sum b/ruby/.md5sum index edb5976..2a73243 100644 --- a/ruby/.md5sum +++ b/ruby/.md5sum @@ -1,2 +1,2 @@ -d7d12dd9124c9b7d55cdbbee313e3931 ruby-1.8.5-p12.tar.gz -2d04e0d8fe3b2efdf42832deeb6f58b7 ruby-1.8.5.patch +23d2494aa94e7ae1ecbbb8c5e1507683 ruby-1.8.6.tar.gz +b1a97a51713c76db5a8eb211aee9ca99 ruby-arch.patch diff --git a/ruby/Pkgfile b/ruby/Pkgfile index 01cc7f5..a43e3e0 100644 --- a/ruby/Pkgfile +++ b/ruby/Pkgfile @@ -4,14 +4,14 @@ # Depends on: db, gdbm, ncurses, openssl, readline, zlib name=ruby -version=1.8.5-p12 +version=1.8.6 release=1 source=(ftp://ftp.ruby-lang.org/pub/$name/1.8/$name-$version.tar.gz \ - $name-1.8.5.patch) + $name-arch.patch) build () { cd $name-$version - patch -p1 < $SRC/$name-1.8.5.patch + patch -p1 < $SRC/$name-arch.patch ./configure --prefix=/usr \ --mandir=/usr/man \ --enable-shared \ diff --git a/ruby/ruby-1.8.5.patch b/ruby/ruby-1.8.5.patch deleted file mode 100644 index 31e5679..0000000 --- a/ruby/ruby-1.8.5.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Nru ruby-1.8.5-p12.orig/configure ruby-1.8.5-p12/configure ---- ruby-1.8.5-p12.orig/configure 2006-12-27 19:03:43.539393663 +0100 -+++ ruby-1.8.5-p12/configure 2006-12-27 19:03:56.889006998 +0100 -@@ -19402,7 +19402,7 @@ - _ACEOF - - else -- arch="${target_cpu}-${target_os}" -+ arch="${target_os}" - cat >>confdefs.h <<_ACEOF - #define RUBY_PLATFORM "${arch}" - _ACEOF diff --git a/ruby/ruby-arch.patch b/ruby/ruby-arch.patch new file mode 100644 index 0000000..f60e505 --- /dev/null +++ b/ruby/ruby-arch.patch @@ -0,0 +1,12 @@ +diff -Nru ruby-1.8.6.orig/configure ruby-1.8.6/configure +--- ruby-1.8.6.orig/configure 2007-03-13 16:54:40.000000000 +0100 ++++ ruby-1.8.6/configure 2007-03-13 16:54:52.000000000 +0100 +@@ -16957,7 +16957,7 @@ + _ACEOF + + else +- arch="${target_cpu}-${target_os}" ++ arch="${target_os}" + cat >>confdefs.h <<_ACEOF + #define RUBY_PLATFORM "${arch}" + _ACEOF From crux at crux.nu Tue Mar 13 16:31:06 2007 From: crux at crux.nu (crux at crux.nu) Date: Tue, 13 Mar 2007 17:31:06 +0100 Subject: [crux-commits] ports/core (2.3): Merge branch '2.2' into 2.3 Message-ID: <45f6d1ca.J3+KxuexIC20ZUVW%crux@crux.nu> commit 266326ffc007ba471f0cbaf5535207354a648f61 Merge: d20910a... 35374c9... Author: Juergen Daubert Date: Tue Mar 13 17:30:53 2007 +0100 Merge branch '2.2' into 2.3 From crux at crux.nu Wed Mar 14 14:21:51 2007 From: crux at crux.nu (crux at crux.nu) Date: Wed, 14 Mar 2007 15:21:51 +0100 Subject: [crux-commits] ports/opt (2.3): nvidia: updated to version 1.0-9755, updated for xorg 7.x Message-ID: <45f804ff.V0IRFr3C/Z2BIhNz%crux@crux.nu> commit da38ea7330a9b40b84c01029f98d71638e75c46e Author: Matt Housh Date: Wed Mar 14 09:21:23 2007 -0500 nvidia: updated to version 1.0-9755, updated for xorg 7.x diff --git a/nvidia/.footprint b/nvidia/.footprint index bc254e9..aed53a8 100644 --- a/nvidia/.footprint +++ b/nvidia/.footprint @@ -6,16 +6,6 @@ drwxr-xr-x root/root lib/modules//kernel/drivers/ drwxr-xr-x root/root lib/modules//kernel/drivers/video/ -rw-r--r-- root/root lib/modules//kernel/drivers/video/nvidia.ko drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/X11R6/ -drwxr-xr-x root/root usr/X11R6/lib/ --r--r--r-- root/root usr/X11R6/lib/libXvMCNVIDIA.a --rwxr-xr-x root/root usr/X11R6/lib/libXvMCNVIDIA.so.1.0.9746 -drwxr-xr-x root/root usr/X11R6/lib/modules/ -drwxr-xr-x root/root usr/X11R6/lib/modules/drivers/ --rwxr-xr-x root/root usr/X11R6/lib/modules/drivers/nvidia_drv.so -drwxr-xr-x root/root usr/X11R6/lib/modules/extensions/ --rwxr-xr-x root/root usr/X11R6/lib/modules/extensions/libglx.so.1.0.9746 --rwxr-xr-x root/root usr/X11R6/lib/modules/libnvidia-wfb.so.1.0.9746 drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/nvidia-settings -rwxr-xr-x root/root usr/bin/nvidia-xconfig @@ -28,12 +18,25 @@ drwxr-xr-x root/root usr/include/nvidia/GL/ -r--r--r-- root/root usr/include/nvidia/GL/glxext.h drwxr-xr-x root/root usr/lib/ -rwxr-xr-x root/root usr/lib/libGL.la --rwxr-xr-x root/root usr/lib/libGL.so.1.0.9746 --rwxr-xr-x root/root usr/lib/libGLcore.so.1.0.9746 --rwxr-xr-x root/root usr/lib/libnvidia-cfg.so.1.0.9746 --rwxr-xr-x root/root usr/lib/libnvidia-tls.so.1.0.9746 +-rwxr-xr-x root/root usr/lib/libGL.so.1.0.9755 +-rwxr-xr-x root/root usr/lib/libGLcore.so.1.0.9755 +-rwxr-xr-x root/root usr/lib/libnvidia-cfg.so.1.0.9755 +-rwxr-xr-x root/root usr/lib/libnvidia-tls.so.1.0.9755 drwxr-xr-x root/root usr/lib/tls/ --rwxr-xr-x root/root usr/lib/tls/libnvidia-tls.so.1.0.9746 +-rwxr-xr-x root/root usr/lib/tls/libnvidia-tls.so.1.0.9755 +drwxr-xr-x root/root usr/lib/xorg/ +drwxr-xr-x root/root usr/lib/xorg/lib/ +-r--r--r-- root/root usr/lib/xorg/lib/libXvMCNVIDIA.a +-rwxr-xr-x root/root usr/lib/xorg/lib/libXvMCNVIDIA.so.1.0.9755 +drwxr-xr-x root/root usr/lib/xorg/lib/modules/ +drwxr-xr-x root/root usr/lib/xorg/lib/modules/drivers/ +-rwxr-xr-x root/root usr/lib/xorg/lib/modules/drivers/nvidia_drv.so +drwxr-xr-x root/root usr/lib/xorg/lib/modules/extensions/ +-rwxr-xr-x root/root usr/lib/xorg/lib/modules/extensions/libglx.so.1.0.9755 +-rwxr-xr-x root/root usr/lib/xorg/lib/modules/libnvidia-wfb.so.1.0.9755 +drwxr-xr-x root/root usr/lib/xorg/modules/ +drwxr-xr-x root/root usr/lib/xorg/modules/drivers/ +drwxr-xr-x root/root usr/lib/xorg/modules/extensions/ drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man1/ -rw-r--r-- root/root usr/man/man1/nvidia-settings.1.gz diff --git a/nvidia/.md5sum b/nvidia/.md5sum index e90a0ff..4e71a38 100644 --- a/nvidia/.md5sum +++ b/nvidia/.md5sum @@ -1,2 +1,2 @@ -575f988468f2c34a302da3d21e282689 NVIDIA-Linux-x86-1.0-9746-pkg0.run +991e03ceaff94fa8113ac04a541ec576 NVIDIA-Linux-x86-1.0-9755-pkg0.run 544ac021f572c0aca5025dcca9d01510 nvidia-makefile.patch diff --git a/nvidia/Pkgfile b/nvidia/Pkgfile index 707a145..c4bba89 100644 --- a/nvidia/Pkgfile +++ b/nvidia/Pkgfile @@ -1,10 +1,10 @@ # Description: nVIDIA Linux Display Driver # URL: http://www.nvidia.com/ # Maintainer: Matt Housh, jaeger at morpheus dot net -# Depends on: x11, gl-select +# Depends on: xorg, gl-select name=nvidia -version=1.0-9746 +version=1.0-9755 release=1 source=(http://download.nvidia.com/XFree86/Linux-x86/$version/NVIDIA-Linux-x86-$version-pkg0.run \ $name-makefile.patch) @@ -18,12 +18,12 @@ build() { # create directories the Makefile expects mkdir -p $PKG/usr/lib \ - $PKG/usr/X11R6/lib/modules/drivers \ - $PKG/usr/X11R6/lib/modules/extensions \ + $PKG/usr/lib/xorg/modules/drivers \ + $PKG/usr/lib/xorg/modules/extensions \ $PKG/usr/bin $PKG/usr/man/man1 # install libraries - cp -a usr/X11R6/lib $PKG/usr/X11R6/ + cp -a usr/X11R6/lib $PKG/usr/lib/xorg/ cp -a usr/lib/* $PKG/usr/lib/ sed -i -e 's|__LIBGL_PATH__|/usr/lib|' $PKG/usr/lib/libGL.la From crux at crux.nu Wed Mar 14 14:21:51 2007 From: crux at crux.nu (crux at crux.nu) Date: Wed, 14 Mar 2007 15:21:51 +0100 Subject: [crux-commits] ports/opt (2.3): gl-select: updated for xorg 7.x Message-ID: <45f804ff.VTQoXy360Wk100HI%crux@crux.nu> commit bf9977420102131649720aec26ff06c233b7044f Author: Matt Housh Date: Wed Mar 14 09:16:59 2007 -0500 gl-select: updated for xorg 7.x diff --git a/gl-select/.md5sum b/gl-select/.md5sum index a45f3ba..49bc485 100644 --- a/gl-select/.md5sum +++ b/gl-select/.md5sum @@ -1 +1 @@ -70d02d5a850489d2a9ce0c95b8bb6477 gl-select +ec9efb601588877004c299dbfe15af9f gl-select diff --git a/gl-select/Pkgfile b/gl-select/Pkgfile index db78edf..ae5754b 100644 --- a/gl-select/Pkgfile +++ b/gl-select/Pkgfile @@ -3,7 +3,7 @@ # Maintainer: Matt Housh, jaeger at morpheus dot net name=gl-select -version=1.1 +version=1.1.1 release=1 source=($name) diff --git a/gl-select/gl-select b/gl-select/gl-select index c91d686..527a605 100755 --- a/gl-select/gl-select +++ b/gl-select/gl-select @@ -7,26 +7,31 @@ # ##### CHANGELOG ############################################################## +# +# Mar 14, 2007 - version 1.1.1 +# updated all sections for xorg 7.x +# # Feb 20, 2007 - version 1.1 # changelog was not kept prior to this date # added abstractions and ati support contributed by Jose V Beneyto (sepen) +# ############################################################################## infoUsage() { - echo "Usage: $0 [x11|nvidia|ati]" + echo "Usage: $0 [xorg|nvidia|ati]" } infoMissing() { - echo "One or more of the non-x11 gl/glx backup files are missing. This means" - echo "either you're not using a non-x11 gl/glx setup, in which case nothing" - echo "needs to be changed, OR your x11 backups are missing, which can be" - echo "solved by reinstalling the x11 package from the CRUX CD or ports." + echo "One or more of the non-xorg gl/glx backup files are missing. This means" + echo "either you're not using a non-xorg gl/glx setup, in which case nothing" + echo "needs to be changed, OR your xorg backups are missing, which can be" + echo "solved by reinstalling the xorg packages from the CRUX CD or ports." } infoRevert() { - echo "You appear to already be using a non-x11 gl/glx setup. If the" - echo "one selected isn't the correct one, revert to x11 and then select" - echo "the correct new setup using 'gl-select x11; gl-select '." + echo "You appear to already be using a non-xorg gl/glx setup. If the" + echo "one selected isn't the correct one, revert to xorg and then select" + echo "the correct new setup using 'gl-select xorg; gl-select '." } checkInstalled() { @@ -44,20 +49,22 @@ then exit 1 fi -# check for the x11 port; if it's not installed, why is this script even run? -checkInstalled x11 +# check for the xorg port; if it's not installed, why is this script even run? +# xorg is a metaport and it's possible that the proper deps might not all be +# installed; more strict error checking may be implemented at a later date +checkInstalled xorg # perform the selection for the following supported gl/glx setups case "$1" in - "x11") - echo "* x11 gl/glx selected" + "xorg") + echo "* xorg gl/glx selected" # check for the existence of libglx_so, libGL_so_1_2 and friends # if none, nothing is necessary or the backups have been erased - BACKUPS="/usr/X11R6/lib/modules/extensions/libglx_so \ - /usr/X11R6/lib/modules/extensions/libGLcore_so \ - /usr/X11R6/lib/libGL_so_1_2 \ - /usr/X11R6/lib/libGL_a" + BACKUPS="/usr/lib/xorg/modules/extensions/libglx_so \ + /usr/lib/xorg/modules/extensions/libGLcore_so \ + /usr/lib/libGL_so_1_2 \ + /usr/lib/libGL_a" for F in $BACKUPS do @@ -68,16 +75,16 @@ case "$1" in fi done - # move the x11 backups back into place + # move the xorg backups back into place echo -n "libglx " - rm -f /usr/X11R6/lib/modules/extensions/libglx.so - mv /usr/X11R6/lib/modules/extensions/libglx{_so,.so} + rm -f /usr/lib/xorg/modules/extensions/libglx.so + mv /usr/lib/xorg/modules/extensions/libglx{_so,.so} echo -n "libGLcore " - rm -f /usr/X11R6/lib/modules/extensions/libGLcore.so - mv /usr/X11R6/lib/modules/extensions/libGLcore{_so,.so} + rm -f /usr/lib/xorg/modules/extensions/libGLcore.so + mv /usr/lib/xorg/modules/extensions/libGLcore{_so,.so} echo -n "libGL " - mv /usr/X11R6/lib/libGL{_so_1_2,.so.1.2} - mv /usr/X11R6/lib/libGL{_a,.a} + mv /usr/lib/libGL{_so_1_2,.so.1.2} + mv /usr/lib/libGL{_a,.a} ;; "nvidia") @@ -90,22 +97,22 @@ case "$1" in NV_VER="`pkginfo -i | grep "^nvidia " | awk '{ print $2 }' | cut -d- -f2`" # check for the existence of libglx_so and libGL_so_1_2 - # if none, move the x11 stuff out of the way for nvidia's - if [ ! -e /usr/X11R6/lib/modules/extensions/libglx_so -a ! -e \ - /usr/X11R6/lib/libGL_so_1_2 ] + # if none, move the xorg stuff out of the way for nvidia's + if [ ! -e /usr/lib/xorg/modules/extensions/libglx_so -a ! -e \ + /usr/lib/libGL_so_1_2 ] then echo -n "libglx " - mv /usr/X11R6/lib/modules/extensions/libglx{.so,_so} + mv /usr/lib/xorg/modules/extensions/libglx{.so,_so} ln -s libglx.so.1.0.$NV_VER \ - /usr/X11R6/lib/modules/extensions/libglx.so + /usr/lib/xorg/modules/extensions/libglx.so echo -n "libGLcore " - mv /usr/X11R6/lib/modules/extensions/libGLcore{.so,_so} + mv /usr/lib/xorg/modules/extensions/libGLcore{.so,_so} ln -s /usr/lib/libGLcore.so.1.0.$NV_VER \ - /usr/X11R6/lib/modules/extensions/libGLcore.so + /usr/lib/xorg/modules/extensions/libGLcore.so echo -n "libGL " - mv /usr/X11R6/lib/libGL{.so.1.2,_so_1_2} - mv /usr/X11R6/lib/libGL{.a,_a} - rm /usr/X11R6/lib/libGL.so* + mv /usr/lib/libGL{.so.1.2,_so_1_2} + mv /usr/lib/libGL{.a,_a} + rm /usr/lib/libGL.so* # nvidia's library versioning prevents ldconfig from creating # libGL.so and libGLcore.so [ ! -L /usr/lib/libGL.so ] && \ @@ -125,26 +132,26 @@ case "$1" in checkInstalled ati # check for the existence of libGL_so_1_2 - # if none, copy/move the x11 stuff out of the way for ati's - if [ ! -e /usr/X11R6/lib/libGL_so_1_2 ] + # if none, copy/move the xorg stuff out of the way for ati's + if [ ! -e /usr/lib/libGL_so_1_2 ] then # we only need to move one library because it's the unique - # that overwrites the x11 libGL, the other must be copied to be + # that overwrites the xorg libGL, the other must be copied to be # possible the revertion of the driver echo -n "libglx " - cp /usr/X11R6/lib/modules/extensions/libglx{.so,_so} + cp /usr/lib/xorg/modules/extensions/libglx{.so,_so} echo -n "libGLcore " - cp /usr/X11R6/lib/modules/extensions/libGLcore{.so,_so} + cp /usr/lib/xorg/modules/extensions/libGLcore{.so,_so} echo -n "libGL " - cp /usr/X11R6/lib/libGL{.a,_a} - mv /usr/X11R6/lib/libGL{.so.1.2,_so_1_2} + cp /usr/lib/libGL{.a,_a} + mv /usr/lib/libGL{.so.1.2,_so_1_2} # according to ati port [ ! -L /usr/lib/libGL.so ] && \ - ln -sf libGL_so_1_2_ati /usr/X11R6/lib/libGL.so - [ ! -L /usr/X11R6/lib/libGL.so.1 ] && \ - ln -sf libGL_so_1_2_ati /usr/X11R6/lib/libGL.so.1 - [ ! -L /usr/X11R6/lib/libGL.so.1.2 ] && \ - ln -sf libGL_so_1_2_ati /usr/X11R6/lib/libGL.so.1.2 + ln -sf libGL_so_1_2_ati /usr/lib/libGL.so + [ ! -L /usr/lib/libGL.so.1 ] && \ + ln -sf libGL_so_1_2_ati /usr/lib/libGL.so.1 + [ ! -L /usr/lib/libGL.so.1.2 ] && \ + ln -sf libGL_so_1_2_ati /usr/lib/libGL.so.1.2 else infoRevert exit 1 From crux at crux.nu Wed Mar 14 14:51:14 2007 From: crux at crux.nu (crux at crux.nu) Date: Wed, 14 Mar 2007 15:51:14 +0100 Subject: [crux-commits] ports/opt (2.3): gl-select: removed libGL.a refs Message-ID: <45f80be2.1ZdTZ5iGno8PLfbY%crux@crux.nu> commit cf6664579f2fc9d0ddf900a1a8f9713a5956efe2 Author: Matt Housh Date: Wed Mar 14 09:51:09 2007 -0500 gl-select: removed libGL.a refs diff --git a/gl-select/.md5sum b/gl-select/.md5sum index 49bc485..36a7529 100644 --- a/gl-select/.md5sum +++ b/gl-select/.md5sum @@ -1 +1 @@ -ec9efb601588877004c299dbfe15af9f gl-select +037c276432714ab9899d6182a3189686 gl-select diff --git a/gl-select/Pkgfile b/gl-select/Pkgfile index ae5754b..29baaf8 100644 --- a/gl-select/Pkgfile +++ b/gl-select/Pkgfile @@ -4,7 +4,7 @@ name=gl-select version=1.1.1 -release=1 +release=2 source=($name) build() { diff --git a/gl-select/gl-select b/gl-select/gl-select index 527a605..84e25a8 100755 --- a/gl-select/gl-select +++ b/gl-select/gl-select @@ -10,6 +10,7 @@ # # Mar 14, 2007 - version 1.1.1 # updated all sections for xorg 7.x +# removed extra libGL.a references (nvidia) # # Feb 20, 2007 - version 1.1 # changelog was not kept prior to this date @@ -84,7 +85,6 @@ case "$1" in mv /usr/lib/xorg/modules/extensions/libGLcore{_so,.so} echo -n "libGL " mv /usr/lib/libGL{_so_1_2,.so.1.2} - mv /usr/lib/libGL{_a,.a} ;; "nvidia") @@ -111,7 +111,6 @@ case "$1" in /usr/lib/xorg/modules/extensions/libGLcore.so echo -n "libGL " mv /usr/lib/libGL{.so.1.2,_so_1_2} - mv /usr/lib/libGL{.a,_a} rm /usr/lib/libGL.so* # nvidia's library versioning prevents ldconfig from creating # libGL.so and libGLcore.so From crux at crux.nu Wed Mar 14 14:54:16 2007 From: crux at crux.nu (crux at crux.nu) Date: Wed, 14 Mar 2007 15:54:16 +0100 Subject: [crux-commits] ports/opt (2.3): gl-select: removed a missed libGL_a ref Message-ID: <45f80c98.s1x2A7tTVFI9PpHE%crux@crux.nu> commit c24c66b981fe68cdd915c6d304258bc5af12a809 Author: Matt Housh Date: Wed Mar 14 09:54:09 2007 -0500 gl-select: removed a missed libGL_a ref diff --git a/gl-select/.md5sum b/gl-select/.md5sum index 36a7529..09171a7 100644 --- a/gl-select/.md5sum +++ b/gl-select/.md5sum @@ -1 +1 @@ -037c276432714ab9899d6182a3189686 gl-select +5c1bca591fdc6cf617f912ad4a6407fe gl-select diff --git a/gl-select/Pkgfile b/gl-select/Pkgfile index 29baaf8..1af9d75 100644 --- a/gl-select/Pkgfile +++ b/gl-select/Pkgfile @@ -4,7 +4,7 @@ name=gl-select version=1.1.1 -release=2 +release=3 source=($name) build() { diff --git a/gl-select/gl-select b/gl-select/gl-select index 84e25a8..ccc9e97 100755 --- a/gl-select/gl-select +++ b/gl-select/gl-select @@ -64,8 +64,7 @@ case "$1" in # if none, nothing is necessary or the backups have been erased BACKUPS="/usr/lib/xorg/modules/extensions/libglx_so \ /usr/lib/xorg/modules/extensions/libGLcore_so \ - /usr/lib/libGL_so_1_2 \ - /usr/lib/libGL_a" + /usr/lib/libGL_so_1_2" for F in $BACKUPS do From crux at crux.nu Wed Mar 14 15:15:21 2007 From: crux at crux.nu (crux at crux.nu) Date: Wed, 14 Mar 2007 16:15:21 +0100 Subject: [crux-commits] ports/opt (2.3): nvidia: fixed install paths typo Message-ID: <45f81189.oV4wVEWDeXHxf38W%crux@crux.nu> commit 38ddc540ee5aadc2dccdef98a3dff4276fc4eb30 Author: Matt Housh Date: Wed Mar 14 10:15:16 2007 -0500 nvidia: fixed install paths typo diff --git a/nvidia/.footprint b/nvidia/.footprint index aed53a8..55859b6 100644 --- a/nvidia/.footprint +++ b/nvidia/.footprint @@ -25,18 +25,14 @@ drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/tls/ -rwxr-xr-x root/root usr/lib/tls/libnvidia-tls.so.1.0.9755 drwxr-xr-x root/root usr/lib/xorg/ -drwxr-xr-x root/root usr/lib/xorg/lib/ --r--r--r-- root/root usr/lib/xorg/lib/libXvMCNVIDIA.a --rwxr-xr-x root/root usr/lib/xorg/lib/libXvMCNVIDIA.so.1.0.9755 -drwxr-xr-x root/root usr/lib/xorg/lib/modules/ -drwxr-xr-x root/root usr/lib/xorg/lib/modules/drivers/ --rwxr-xr-x root/root usr/lib/xorg/lib/modules/drivers/nvidia_drv.so -drwxr-xr-x root/root usr/lib/xorg/lib/modules/extensions/ --rwxr-xr-x root/root usr/lib/xorg/lib/modules/extensions/libglx.so.1.0.9755 --rwxr-xr-x root/root usr/lib/xorg/lib/modules/libnvidia-wfb.so.1.0.9755 +-r--r--r-- root/root usr/lib/xorg/libXvMCNVIDIA.a +-rwxr-xr-x root/root usr/lib/xorg/libXvMCNVIDIA.so.1.0.9755 drwxr-xr-x root/root usr/lib/xorg/modules/ drwxr-xr-x root/root usr/lib/xorg/modules/drivers/ +-rwxr-xr-x root/root usr/lib/xorg/modules/drivers/nvidia_drv.so drwxr-xr-x root/root usr/lib/xorg/modules/extensions/ +-rwxr-xr-x root/root usr/lib/xorg/modules/extensions/libglx.so.1.0.9755 +-rwxr-xr-x root/root usr/lib/xorg/modules/libnvidia-wfb.so.1.0.9755 drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man1/ -rw-r--r-- root/root usr/man/man1/nvidia-settings.1.gz diff --git a/nvidia/Pkgfile b/nvidia/Pkgfile index c4bba89..637f624 100644 --- a/nvidia/Pkgfile +++ b/nvidia/Pkgfile @@ -5,7 +5,7 @@ name=nvidia version=1.0-9755 -release=1 +release=2 source=(http://download.nvidia.com/XFree86/Linux-x86/$version/NVIDIA-Linux-x86-$version-pkg0.run \ $name-makefile.patch) @@ -23,7 +23,7 @@ build() { $PKG/usr/bin $PKG/usr/man/man1 # install libraries - cp -a usr/X11R6/lib $PKG/usr/lib/xorg/ + cp -a usr/X11R6/lib/* $PKG/usr/lib/xorg/ cp -a usr/lib/* $PKG/usr/lib/ sed -i -e 's|__LIBGL_PATH__|/usr/lib|' $PKG/usr/lib/libGL.la From crux at crux.nu Wed Mar 14 15:17:05 2007 From: crux at crux.nu (crux at crux.nu) Date: Wed, 14 Mar 2007 16:17:05 +0100 Subject: [crux-commits] ports/opt (2.3): gl-select: fixed some symlink mess Message-ID: <45f811f1.0QYyVbEUvUhrjI2w%crux@crux.nu> commit 1c845f6a8342b23f484c230c7c307939841ca938 Author: Matt Housh Date: Wed Mar 14 10:17:00 2007 -0500 gl-select: fixed some symlink mess diff --git a/gl-select/.md5sum b/gl-select/.md5sum index 09171a7..2ee1c2b 100644 --- a/gl-select/.md5sum +++ b/gl-select/.md5sum @@ -1 +1 @@ -5c1bca591fdc6cf617f912ad4a6407fe gl-select +7c2e50ccf342dd759444b0e5cad4a7f3 gl-select diff --git a/gl-select/Pkgfile b/gl-select/Pkgfile index 1af9d75..27c66cd 100644 --- a/gl-select/Pkgfile +++ b/gl-select/Pkgfile @@ -4,7 +4,7 @@ name=gl-select version=1.1.1 -release=3 +release=4 source=($name) build() { diff --git a/gl-select/gl-select b/gl-select/gl-select index ccc9e97..25a5db8 100755 --- a/gl-select/gl-select +++ b/gl-select/gl-select @@ -84,6 +84,7 @@ case "$1" in mv /usr/lib/xorg/modules/extensions/libGLcore{_so,.so} echo -n "libGL " mv /usr/lib/libGL{_so_1_2,.so.1.2} + ln -sf libGL.so.1 /usr/lib/libGL.so ;; "nvidia") @@ -110,13 +111,11 @@ case "$1" in /usr/lib/xorg/modules/extensions/libGLcore.so echo -n "libGL " mv /usr/lib/libGL{.so.1.2,_so_1_2} - rm /usr/lib/libGL.so* + rm /usr/lib/libGL.so{,.1} # nvidia's library versioning prevents ldconfig from creating # libGL.so and libGLcore.so - [ ! -L /usr/lib/libGL.so ] && \ - ln -sf libGL.so.1.0.$NV_VER /usr/lib/libGL.so - [ ! -L /usr/lib/libGLcore.so ] && \ - ln -sf libGLcore.so.1.0.$NV_VER /usr/lib/libGLcore.so + ln -sf libGL.so.1.0.$NV_VER /usr/lib/libGL.so + ln -sf libGLcore.so.1.0.$NV_VER /usr/lib/libGLcore.so else infoRevert exit 1 From crux at crux.nu Wed Mar 14 18:21:24 2007 From: crux at crux.nu (crux at crux.nu) Date: Wed, 14 Mar 2007 19:21:24 +0100 Subject: [crux-commits] ports/core (2.3): rc: added /etc/rc.fix Message-ID: <45f83d24.JjYyQbAa/odjWvB2%crux@crux.nu> commit 217c18153011c6b0933b199b934b3eb08bb93265 Author: Simone Rota Date: Wed Mar 14 19:21:15 2007 +0000 rc: added /etc/rc.fix diff --git a/rc/.footprint b/rc/.footprint index 32f90b3..0c617d1 100644 --- a/rc/.footprint +++ b/rc/.footprint @@ -3,6 +3,7 @@ drwxr-xr-x root/root etc/ -rwxr-xr-x root/root etc/rc -rw-r--r-- root/root etc/rc.conf drwxr-xr-x root/root etc/rc.d/ +-rwxr-xr-x root/root etc/rc.fix -rwxr-xr-x root/root etc/rc.local -rwxr-xr-x root/root etc/rc.modules -rwxr-xr-x root/root etc/rc.multi diff --git a/rc/.md5sum b/rc/.md5sum index 7467708..75f8382 100644 --- a/rc/.md5sum +++ b/rc/.md5sum @@ -1,8 +1,9 @@ d2a8e98a8b10ba09b2a9da34326b526a inittab c8f2ed995547e53032f3d80a6809f793 rc 28c073739fd671ed79bd50a0ffd6c644 rc.conf +5b09d4a67beb58022879fa9ce0f5af1b rc.fix d1be35927946756c68242f29c16ee983 rc.local 394d5cff98ab59fd1a0ec64fe79292cb rc.modules -f90daf341564259d1eedc57401f631fe rc.multi +42fd4564bd4b5ad2ec26993c7fec3568 rc.multi b509225319fbdcf5a2dcc1a1f9fc8783 rc.shutdown 1b75f0b8113cd2456e024c0372b9c950 rc.single diff --git a/rc/Pkgfile b/rc/Pkgfile index c11be4e..44d4d72 100644 --- a/rc/Pkgfile +++ b/rc/Pkgfile @@ -4,8 +4,8 @@ name=rc version=2.17 -release=3 -source=(inittab rc rc.modules rc.single rc.multi rc.local rc.shutdown rc.conf) +release=5 +source=(inittab rc rc.modules rc.single rc.multi rc.local rc.fix rc.shutdown rc.conf) build() { mkdir -p $PKG/etc/rc.d @@ -15,6 +15,7 @@ build() { install -m 755 rc.single $PKG/etc install -m 755 rc.multi $PKG/etc install -m 755 rc.local $PKG/etc + install -m 755 rc.fix $PKG/etc install -m 755 rc.shutdown $PKG/etc install -m 644 rc.conf $PKG/etc mkdir -p $PKG/var/log $PKG/var/lib/urandom diff --git a/rc/rc.fix b/rc/rc.fix new file mode 100755 index 0000000..c0303c0 --- /dev/null +++ b/rc/rc.fix @@ -0,0 +1,24 @@ +#!/bin/bash +# +# /etc/rc.fix: adjustements startup file (multi-user) +# + + +####################################################################### +# X11 font-related checks +####################################################################### +if [ -d /usr/lib/X11/fonts ]; then + for i in `/bin/ls -d /usr/lib/X11/fonts/*`; do + if [ ! -f $i/fonts.dir ]; then + mkfontdir $i &> /dev/null + mkfontscale $i &> /dev/null + fi + done +fi + +if [ -d /var/cache/fontconfig ] && [ -z "`/bin/ls /var/cache/fontconfig/`" ]; then + fc-cache &> /dev/null +fi + + +# End of file diff --git a/rc/rc.multi b/rc/rc.multi index 201972c..1061fbf 100755 --- a/rc/rc.multi +++ b/rc/rc.multi @@ -6,6 +6,11 @@ # Load configuration . /etc/rc.conf +# Run fixes startup file +if [ -x /etc/rc.fix ]; then + /etc/rc.fix +fi + # Start services if [ "${SERVICES[*]}" ]; then echo -n "starting services:" From crux at crux.nu Wed Mar 14 19:00:32 2007 From: crux at crux.nu (crux at crux.nu) Date: Wed, 14 Mar 2007 20:00:32 +0100 Subject: [crux-commits] ports/opt (2.3): wmclock: fixed dependencies Message-ID: <45f84650.SfaCZ3dXlBgCFX/Q%crux@crux.nu> commit 1c41c725e9c913004b79c43338beb370bcc73e24 Author: Simone Rota Date: Wed Mar 14 20:00:22 2007 +0000 wmclock: fixed dependencies diff --git a/wmclock/Pkgfile b/wmclock/Pkgfile index 6fc48b5..367913f 100644 --- a/wmclock/Pkgfile +++ b/wmclock/Pkgfile @@ -1,7 +1,7 @@ # Description: A Window Maker applet which displays date and time # URL: http://www.jmknoble.net/WindowMaker/wmclock/ # Maintainer: Simone Rota, sip at crux dot nu -# Depends on: +# Depends on: xorg-gccmakedep, xorg-imake name=wmclock version=1.0.12.2 From crux at crux.nu Thu Mar 15 14:38:51 2007 From: crux at crux.nu (crux at crux.nu) Date: Thu, 15 Mar 2007 15:38:51 +0100 Subject: [crux-commits] ports/opt (2.2): thunderbird: updated to version 1.5.0.10 Message-ID: <45f95a7b.kgszSK6OLp2aHw0z%crux@crux.nu> commit 6ae617301cc5241f66b11ea69a3d735ccd537944 Author: Matt Housh Date: Thu Mar 15 09:38:43 2007 -0500 thunderbird: updated to version 1.5.0.10 diff --git a/thunderbird/.footprint b/thunderbird/.footprint index df6aea3..c0e9431 100644 --- a/thunderbird/.footprint +++ b/thunderbird/.footprint @@ -306,6 +306,8 @@ drwxr-xr-x root/root usr/lib/thunderbird/icons/ -rwxr-xr-x root/root usr/lib/thunderbird/icons/mozicon50.xpm drwxr-xr-x root/root usr/lib/thunderbird/init.d/ -rw-r--r-- root/root usr/lib/thunderbird/init.d/README +-rw-r--r-- root/root usr/lib/thunderbird/libfreebl3.chk +-rwxr-xr-x root/root usr/lib/thunderbird/libfreebl3.so -rwxr-xr-x root/root usr/lib/thunderbird/libgfxpsshar.so -rwxr-xr-x root/root usr/lib/thunderbird/libgkgfx.so -rwxr-xr-x root/root usr/lib/thunderbird/libgtkembedmoz.so diff --git a/thunderbird/.md5sum b/thunderbird/.md5sum index 8b8a5ea..200ea88 100644 --- a/thunderbird/.md5sum +++ b/thunderbird/.md5sum @@ -1,2 +1,2 @@ -f346e07ab1a6ecb55cc7f08fda1306ce mozconfig -bb74629a8d99a6653c5ab978cf9c6227 thunderbird-1.5.0.9-source.tar.bz2 +e8f478e4b74d5f57651fb145df6021ba mozconfig +65087f8a7adb0773ae7198ec21cc2975 thunderbird-1.5.0.10-source.tar.bz2 diff --git a/thunderbird/Pkgfile b/thunderbird/Pkgfile index 0121d4a..7e60bb2 100644 --- a/thunderbird/Pkgfile +++ b/thunderbird/Pkgfile @@ -4,7 +4,7 @@ # Depends on: libidl, gtk, libjpeg, libpng, zlib, expat name=thunderbird -version=1.5.0.9 +version=1.5.0.10 release=1 source=(http://ftp.mozilla.org/pub/mozilla.org/$name/releases/$version/source/$name-$version-source.tar.bz2 \ mozconfig) diff --git a/thunderbird/mozconfig b/thunderbird/mozconfig index 042f472..c1a1f5f 100644 --- a/thunderbird/mozconfig +++ b/thunderbird/mozconfig @@ -1,10 +1,6 @@ . $topsrcdir/mail/config/mozconfig -export BUILD_OFFICIAL=1 -export MOZILLA_OFFICIAL=1 -mk_add_options BUILD_OFFICIAL=1 -mk_add_options MOZILLA_OFFICIAL=1 - +ac_add_options --enable-official-branding ac_add_options --disable-debug ac_add_options --enable-optimize="#CFLAGS#" From crux at crux.nu Thu Mar 15 16:01:00 2007 From: crux at crux.nu (crux at crux.nu) Date: Thu, 15 Mar 2007 17:01:00 +0100 Subject: [crux-commits] ports/opt (2.2): ruby, ruby-doc: switched to the bz2 tarball Message-ID: <45f96dbc.LOdnAT/qA1JKJTOg%crux@crux.nu> commit 741b379b3307618cd0581c25c66b86c6cd93e489 Author: Juergen Daubert Date: Thu Mar 15 17:00:41 2007 +0100 ruby, ruby-doc: switched to the bz2 tarball diff --git a/ruby-doc/.md5sum b/ruby-doc/.md5sum index dbe0e23..ddd2048 100644 --- a/ruby-doc/.md5sum +++ b/ruby-doc/.md5sum @@ -1 +1 @@ -23d2494aa94e7ae1ecbbb8c5e1507683 ruby-1.8.6.tar.gz +e558a0e00ae318d43bf6ff9af452bad2 ruby-1.8.6.tar.bz2 diff --git a/ruby-doc/Pkgfile b/ruby-doc/Pkgfile index 25b4c45..e2dd868 100644 --- a/ruby-doc/Pkgfile +++ b/ruby-doc/Pkgfile @@ -6,7 +6,7 @@ name=ruby-doc version=1.8.6 release=1 -source=(ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-$version.tar.gz) +source=(ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-$version.tar.bz2) build () { cd ruby-$version diff --git a/ruby/.md5sum b/ruby/.md5sum index 2a73243..b118739 100644 --- a/ruby/.md5sum +++ b/ruby/.md5sum @@ -1,2 +1,2 @@ -23d2494aa94e7ae1ecbbb8c5e1507683 ruby-1.8.6.tar.gz +e558a0e00ae318d43bf6ff9af452bad2 ruby-1.8.6.tar.bz2 b1a97a51713c76db5a8eb211aee9ca99 ruby-arch.patch diff --git a/ruby/Pkgfile b/ruby/Pkgfile index a43e3e0..88e1102 100644 --- a/ruby/Pkgfile +++ b/ruby/Pkgfile @@ -6,7 +6,7 @@ name=ruby version=1.8.6 release=1 -source=(ftp://ftp.ruby-lang.org/pub/$name/1.8/$name-$version.tar.gz \ +source=(ftp://ftp.ruby-lang.org/pub/$name/1.8/$name-$version.tar.bz2 \ $name-arch.patch) build () { From crux at crux.nu Thu Mar 15 16:01:00 2007 From: crux at crux.nu (crux at crux.nu) Date: Thu, 15 Mar 2007 17:01:00 +0100 Subject: [crux-commits] ports/opt (2.2): ghostscript: update to 8.15.4 Message-ID: <45f96dbc.OeUTOJCyiszsrOSX%crux@crux.nu> commit 1b5efdaa9eca8d0810a5ece586d8a2556ced7950 Author: Juergen Daubert Date: Thu Mar 15 16:57:30 2007 +0100 ghostscript: update to 8.15.4 diff --git a/ghostscript/.md5sum b/ghostscript/.md5sum index ecff821..e103c47 100644 --- a/ghostscript/.md5sum +++ b/ghostscript/.md5sum @@ -1,2 +1,2 @@ -4ec87a3da20c1b433ffbe0ffe3675fcd espgs-8.15.3-source.tar.bz2 +e74e0463e0bfb1cea3db245d8e71828c espgs-8.15.4-source.tar.bz2 6865682b095f8c4500c54b285ff05ef6 ghostscript-fonts-std-8.11.tar.gz diff --git a/ghostscript/Pkgfile b/ghostscript/Pkgfile index 104185e..09a4839 100644 --- a/ghostscript/Pkgfile +++ b/ghostscript/Pkgfile @@ -4,9 +4,9 @@ # Depends on: cups, x11 name=ghostscript -version=8.15.3 -release=2 -source=(ftp://ftp3.easysw.com/pub/$name/$version/espgs-$version-source.tar.bz2 \ +version=8.15.4 +release=1 +source=(http://ftp.easysw.com/pub/$name/$version/espgs-$version-source.tar.bz2 \ http://dl.sourceforge.net/sourceforge/gs-fonts/$name-fonts-std-8.11.tar.gz) build () { From crux at crux.nu Thu Mar 15 16:01:00 2007 From: crux at crux.nu (crux at crux.nu) Date: Thu, 15 Mar 2007 17:01:00 +0100 Subject: [crux-commits] ports/opt (2.2): cups: update to 1.2.9 Message-ID: <45f96dbc.IvT+IeRzzskcHM7N%crux@crux.nu> commit 1f789854e2d5ee9689a186a73079b18cffbb6dde Author: Juergen Daubert Date: Thu Mar 15 16:58:26 2007 +0100 cups: update to 1.2.9 diff --git a/cups/.md5sum b/cups/.md5sum index 5a4c2a2..e1934d1 100644 --- a/cups/.md5sum +++ b/cups/.md5sum @@ -1,3 +1,3 @@ 01b6a755c5b0fb7df2d2c94571f67e1d cups -d2cc0604113d5300b7b3e823b660d04a cups-1.2.8-source.tar.bz2 +73433d7e8c04b66702732928aaf087b8 cups-1.2.9-source.tar.bz2 2220f411940c4f7504ed4457c6304d4a cups-config.patch diff --git a/cups/Pkgfile b/cups/Pkgfile index 782aa46..35331ed 100644 --- a/cups/Pkgfile +++ b/cups/Pkgfile @@ -4,7 +4,7 @@ # Depends on: libpng, libtiff, openssl name=cups -version=1.2.8 +version=1.2.9 release=1 source=(http://ftp.easysw.com/pub/cups/$version/$name-$version-source.tar.bz2 \ cups-config.patch cups) From crux at crux.nu Thu Mar 15 16:01:00 2007 From: crux at crux.nu (crux at crux.nu) Date: Thu, 15 Mar 2007 17:01:00 +0100 Subject: [crux-commits] ports/opt (2.2): dovecot: update to 1.0.rc27 Message-ID: <45f96dbc.jcFvFP4uJhf+Nnrr%crux@crux.nu> commit e0f0d25d4c8564576b5e5cb64fe840b496f154c2 Author: Juergen Daubert Date: Thu Mar 15 16:56:41 2007 +0100 dovecot: update to 1.0.rc27 diff --git a/dovecot/.md5sum b/dovecot/.md5sum index de072b4..70d368d 100644 --- a/dovecot/.md5sum +++ b/dovecot/.md5sum @@ -1,3 +1,3 @@ 1c37d911bc42fb40f0ef5a3f5822b170 dovecot -2f6fb150c60a8f9c0bad12c5fb2b1d15 dovecot-1.0.rc26.tar.gz -66ba2a6d25ed70dbfe251a79d15758e0 dovecot-config.patch +2bc18491c869e0b298ef114d07cdbb46 dovecot-1.0.rc27.tar.gz +944edb11743df46699980ab369fdf7e8 dovecot-config.patch diff --git a/dovecot/Pkgfile b/dovecot/Pkgfile index 0dcf86b..8326209 100644 --- a/dovecot/Pkgfile +++ b/dovecot/Pkgfile @@ -4,7 +4,7 @@ # Depends on: openssl name=dovecot -version=1.0.rc26 +version=1.0.rc27 release=1 source=(http://dovecot.org/releases/$name-$version.tar.gz \ dovecot-config.patch dovecot) diff --git a/dovecot/dovecot-config.patch b/dovecot/dovecot-config.patch index 39b2d50..b3568e0 100644 --- a/dovecot/dovecot-config.patch +++ b/dovecot/dovecot-config.patch @@ -1,6 +1,6 @@ -diff -Nru dovecot-1.0.rc26.orig/dovecot-example.conf dovecot-1.0.rc26/dovecot-example.conf ---- dovecot-1.0.rc26.orig/dovecot-example.conf 2007-03-07 07:10:26.000000000 +0100 -+++ dovecot-1.0.rc26/dovecot-example.conf 2007-03-07 07:10:39.000000000 +0100 +diff -Nru dovecot-1.0.rc27.orig/dovecot-example.conf dovecot-1.0.rc27/dovecot-example.conf +--- dovecot-1.0.rc27.orig/dovecot-example.conf 2007-03-13 21:58:31.000000000 +0100 ++++ dovecot-1.0.rc27/dovecot-example.conf 2007-03-13 21:59:01.000000000 +0100 @@ -13,11 +13,11 @@ # --with-ssldir=/etc/ssl @@ -26,7 +26,7 @@ diff -Nru dovecot-1.0.rc26.orig/dovecot-example.conf dovecot-1.0.rc26/dovecot-ex # If key file is password protected, give the password here. Alternatively # give it when starting dovecot with -p parameter. -@@ -122,7 +122,7 @@ +@@ -125,7 +125,7 @@ # which login needs to be able to connect to. The sockets are created when # running as root, so you don't have to worry about permissions. Note that # everything in this directory is deleted when Dovecot is started. @@ -35,7 +35,7 @@ diff -Nru dovecot-1.0.rc26.orig/dovecot-example.conf dovecot-1.0.rc26/dovecot-ex # chroot login process to the login_dir. Only reason not to do this is if you # wish to run the whole Dovecot without roots. -@@ -134,7 +134,7 @@ +@@ -137,7 +137,7 @@ # only it has access, it's used to control access for authentication process. # Note that this user is NOT used to access mails. # http://wiki.dovecot.org/UserIds @@ -44,7 +44,7 @@ diff -Nru dovecot-1.0.rc26.orig/dovecot-example.conf dovecot-1.0.rc26/dovecot-ex # Set max. process size in megabytes. If you don't use # login_process_per_connection you might need to grow this. -@@ -144,10 +144,10 @@ +@@ -147,10 +147,10 @@ # login process be allowed to process multiple connections (no)? Yes is more # secure, espcially with SSL/TLS enabled. No is faster since there's no need # to create processes all the time. @@ -57,7 +57,7 @@ diff -Nru dovecot-1.0.rc26.orig/dovecot-example.conf dovecot-1.0.rc26/dovecot-ex # Maximum number of login processes to create. The listening process count # usually stays at login_processes_count, but when multiple users start logging -@@ -205,7 +205,7 @@ +@@ -208,7 +208,7 @@ # # http://wiki.dovecot.org/MailLocation # @@ -66,7 +66,7 @@ diff -Nru dovecot-1.0.rc26.orig/dovecot-example.conf dovecot-1.0.rc26/dovecot-ex # If you need to set multiple mailbox locations or want to change default # namespace settings, you can do it by defining namespace sections: -@@ -313,7 +313,7 @@ +@@ -321,7 +321,7 @@ # non-valid GID as primary group ID aren't allowed to log in. If user # belongs to supplementary groups with non-valid GIDs, those groups are # not set. @@ -75,7 +75,7 @@ diff -Nru dovecot-1.0.rc26.orig/dovecot-example.conf dovecot-1.0.rc26/dovecot-ex #last_valid_gid = 0 # Maximum number of running mail processes. When this limit is reached, -@@ -489,19 +489,19 @@ +@@ -497,19 +497,19 @@ protocol imap { # Login executable location. @@ -99,7 +99,7 @@ diff -Nru dovecot-1.0.rc26.orig/dovecot-example.conf dovecot-1.0.rc26/dovecot-ex # Maximum IMAP command line length in bytes. Some clients generate very long # command lines with huge mailboxes, so you may need to raise this if you get -@@ -554,11 +554,11 @@ +@@ -562,11 +562,11 @@ protocol pop3 { # Login executable location. @@ -113,7 +113,7 @@ diff -Nru dovecot-1.0.rc26.orig/dovecot-example.conf dovecot-1.0.rc26/dovecot-ex # Don't try to set mails non-recent or seen with POP3 sessions. This is # mostly intended to reduce disk I/O. With maildir it doesn't move files -@@ -603,7 +603,7 @@ +@@ -611,7 +611,7 @@ # installations. %08Xu%08Xv will be the new default, so use it for new # installations. # @@ -122,7 +122,7 @@ diff -Nru dovecot-1.0.rc26.orig/dovecot-example.conf dovecot-1.0.rc26/dovecot-ex # POP3 logout format string: # %t - number of TOP commands -@@ -649,7 +649,7 @@ +@@ -657,7 +657,7 @@ #mail_plugin_dir = /usr/lib/dovecot/lda # Binary to use for sending mails. @@ -131,7 +131,7 @@ diff -Nru dovecot-1.0.rc26.orig/dovecot-example.conf dovecot-1.0.rc26/dovecot-ex # UNIX socket path to master authentication server to find users. #auth_socket_path = /var/run/dovecot/auth-master -@@ -660,7 +660,7 @@ +@@ -668,7 +668,7 @@ ## # Executable location @@ -140,7 +140,7 @@ diff -Nru dovecot-1.0.rc26.orig/dovecot-example.conf dovecot-1.0.rc26/dovecot-ex # Set max. process size in megabytes. #auth_process_size = 256 -@@ -774,7 +774,7 @@ +@@ -782,7 +782,7 @@ # REMEMBER: You'll need /etc/pam.d/dovecot file created for PAM # authentication to actually work. # http://wiki.dovecot.org/PasswordDatabase/PAM @@ -149,7 +149,7 @@ diff -Nru dovecot-1.0.rc26.orig/dovecot-example.conf dovecot-1.0.rc26/dovecot-ex # [blocking=yes] [session=yes] [setcred=yes] # [cache_key=] [] # -@@ -807,7 +807,7 @@ +@@ -815,7 +815,7 @@ # args = session=yes * # args = cache_key=%u dovecot #args = dovecot @@ -158,7 +158,7 @@ diff -Nru dovecot-1.0.rc26.orig/dovecot-example.conf dovecot-1.0.rc26/dovecot-ex # /etc/passwd or similar, using getpwnam() # In many systems nowadays this uses Name Service Switch, which is -@@ -822,8 +822,8 @@ +@@ -830,8 +830,8 @@ # /etc/shadow or similiar, using getspnam(). Deprecated by PAM nowadays. # http://wiki.dovecot.org/PasswordDatabase/Shadow From crux at crux.nu Thu Mar 15 16:03:26 2007 From: crux at crux.nu (crux at crux.nu) Date: Thu, 15 Mar 2007 17:03:26 +0100 Subject: [crux-commits] ports/opt (2.3): Merge branch '2.2' into 2.3 Message-ID: <45f96e4e.obxqYmHwPZjPuUWU%crux@crux.nu> commit d2c767cc698e2de1f625649a94d7e0840140993d Merge: 1c41c72... 741b379... Author: Juergen Daubert Date: Thu Mar 15 17:03:10 2007 +0100 Merge branch '2.2' into 2.3 From crux at crux.nu Thu Mar 15 16:03:26 2007 From: crux at crux.nu (crux at crux.nu) Date: Thu, 15 Mar 2007 17:03:26 +0100 Subject: [crux-commits] ports/opt (2.3): ruby, ruby-doc: switched to the bz2 tarball Message-ID: <45f96e4e.YY10nyzIWX71j+0m%crux@crux.nu> commit 741b379b3307618cd0581c25c66b86c6cd93e489 Author: Juergen Daubert Date: Thu Mar 15 17:00:41 2007 +0100 ruby, ruby-doc: switched to the bz2 tarball diff --git a/ruby-doc/.md5sum b/ruby-doc/.md5sum index dbe0e23..ddd2048 100644 --- a/ruby-doc/.md5sum +++ b/ruby-doc/.md5sum @@ -1 +1 @@ -23d2494aa94e7ae1ecbbb8c5e1507683 ruby-1.8.6.tar.gz +e558a0e00ae318d43bf6ff9af452bad2 ruby-1.8.6.tar.bz2 diff --git a/ruby-doc/Pkgfile b/ruby-doc/Pkgfile index 25b4c45..e2dd868 100644 --- a/ruby-doc/Pkgfile +++ b/ruby-doc/Pkgfile @@ -6,7 +6,7 @@ name=ruby-doc version=1.8.6 release=1 -source=(ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-$version.tar.gz) +source=(ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-$version.tar.bz2) build () { cd ruby-$version diff --git a/ruby/.md5sum b/ruby/.md5sum index 2a73243..b118739 100644 --- a/ruby/.md5sum +++ b/ruby/.md5sum @@ -1,2 +1,2 @@ -23d2494aa94e7ae1ecbbb8c5e1507683 ruby-1.8.6.tar.gz +e558a0e00ae318d43bf6ff9af452bad2 ruby-1.8.6.tar.bz2 b1a97a51713c76db5a8eb211aee9ca99 ruby-arch.patch diff --git a/ruby/Pkgfile b/ruby/Pkgfile index a43e3e0..88e1102 100644 --- a/ruby/Pkgfile +++ b/ruby/Pkgfile @@ -6,7 +6,7 @@ name=ruby version=1.8.6 release=1 -source=(ftp://ftp.ruby-lang.org/pub/$name/1.8/$name-$version.tar.gz \ +source=(ftp://ftp.ruby-lang.org/pub/$name/1.8/$name-$version.tar.bz2 \ $name-arch.patch) build () { From crux at crux.nu Thu Mar 15 16:03:26 2007 From: crux at crux.nu (crux at crux.nu) Date: Thu, 15 Mar 2007 17:03:26 +0100 Subject: [crux-commits] ports/opt (2.3): cups: update to 1.2.9 Message-ID: <45f96e4e.ihOi9yVcfpBbHAFw%crux@crux.nu> commit 1f789854e2d5ee9689a186a73079b18cffbb6dde Author: Juergen Daubert Date: Thu Mar 15 16:58:26 2007 +0100 cups: update to 1.2.9 diff --git a/cups/.md5sum b/cups/.md5sum index 5a4c2a2..e1934d1 100644 --- a/cups/.md5sum +++ b/cups/.md5sum @@ -1,3 +1,3 @@ 01b6a755c5b0fb7df2d2c94571f67e1d cups -d2cc0604113d5300b7b3e823b660d04a cups-1.2.8-source.tar.bz2 +73433d7e8c04b66702732928aaf087b8 cups-1.2.9-source.tar.bz2 2220f411940c4f7504ed4457c6304d4a cups-config.patch diff --git a/cups/Pkgfile b/cups/Pkgfile index 782aa46..35331ed 100644 --- a/cups/Pkgfile +++ b/cups/Pkgfile @@ -4,7 +4,7 @@ # Depends on: libpng, libtiff, openssl name=cups -version=1.2.8 +version=1.2.9 release=1 source=(http://ftp.easysw.com/pub/cups/$version/$name-$version-source.tar.bz2 \ cups-config.patch cups) From crux at crux.nu Thu Mar 15 16:03:26 2007 From: crux at crux.nu (crux at crux.nu) Date: Thu, 15 Mar 2007 17:03:26 +0100 Subject: [crux-commits] ports/opt (2.3): thunderbird: updated to version 1.5.0.10 Message-ID: <45f96e4e.pAgDRETWLZ0Frvrb%crux@crux.nu> commit 6ae617301cc5241f66b11ea69a3d735ccd537944 Author: Matt Housh Date: Thu Mar 15 09:38:43 2007 -0500 thunderbird: updated to version 1.5.0.10 diff --git a/thunderbird/.footprint b/thunderbird/.footprint index df6aea3..c0e9431 100644 --- a/thunderbird/.footprint +++ b/thunderbird/.footprint @@ -306,6 +306,8 @@ drwxr-xr-x root/root usr/lib/thunderbird/icons/ -rwxr-xr-x root/root usr/lib/thunderbird/icons/mozicon50.xpm drwxr-xr-x root/root usr/lib/thunderbird/init.d/ -rw-r--r-- root/root usr/lib/thunderbird/init.d/README +-rw-r--r-- root/root usr/lib/thunderbird/libfreebl3.chk +-rwxr-xr-x root/root usr/lib/thunderbird/libfreebl3.so -rwxr-xr-x root/root usr/lib/thunderbird/libgfxpsshar.so -rwxr-xr-x root/root usr/lib/thunderbird/libgkgfx.so -rwxr-xr-x root/root usr/lib/thunderbird/libgtkembedmoz.so diff --git a/thunderbird/.md5sum b/thunderbird/.md5sum index 8b8a5ea..200ea88 100644 --- a/thunderbird/.md5sum +++ b/thunderbird/.md5sum @@ -1,2 +1,2 @@ -f346e07ab1a6ecb55cc7f08fda1306ce mozconfig -bb74629a8d99a6653c5ab978cf9c6227 thunderbird-1.5.0.9-source.tar.bz2 +e8f478e4b74d5f57651fb145df6021ba mozconfig +65087f8a7adb0773ae7198ec21cc2975 thunderbird-1.5.0.10-source.tar.bz2 diff --git a/thunderbird/Pkgfile b/thunderbird/Pkgfile index 0121d4a..7e60bb2 100644 --- a/thunderbird/Pkgfile +++ b/thunderbird/Pkgfile @@ -4,7 +4,7 @@ # Depends on: libidl, gtk, libjpeg, libpng, zlib, expat name=thunderbird -version=1.5.0.9 +version=1.5.0.10 release=1 source=(http://ftp.mozilla.org/pub/mozilla.org/$name/releases/$version/source/$name-$version-source.tar.bz2 \ mozconfig) diff --git a/thunderbird/mozconfig b/thunderbird/mozconfig index 042f472..c1a1f5f 100644 --- a/thunderbird/mozconfig +++ b/thunderbird/mozconfig @@ -1,10 +1,6 @@ . $topsrcdir/mail/config/mozconfig -export BUILD_OFFICIAL=1 -export MOZILLA_OFFICIAL=1 -mk_add_options BUILD_OFFICIAL=1 -mk_add_options MOZILLA_OFFICIAL=1 - +ac_add_options --enable-official-branding ac_add_options --disable-debug ac_add_options --enable-optimize="#CFLAGS#" From crux at crux.nu Thu Mar 15 16:03:26 2007 From: crux at crux.nu (crux at crux.nu) Date: Thu, 15 Mar 2007 17:03:26 +0100 Subject: [crux-commits] ports/opt (2.3): ghostscript: update to 8.15.4 Message-ID: <45f96e4e.Fr8N9DQIauzgxI3a%crux@crux.nu> commit 1b5efdaa9eca8d0810a5ece586d8a2556ced7950 Author: Juergen Daubert Date: Thu Mar 15 16:57:30 2007 +0100 ghostscript: update to 8.15.4 diff --git a/ghostscript/.md5sum b/ghostscript/.md5sum index ecff821..e103c47 100644 --- a/ghostscript/.md5sum +++ b/ghostscript/.md5sum @@ -1,2 +1,2 @@ -4ec87a3da20c1b433ffbe0ffe3675fcd espgs-8.15.3-source.tar.bz2 +e74e0463e0bfb1cea3db245d8e71828c espgs-8.15.4-source.tar.bz2 6865682b095f8c4500c54b285ff05ef6 ghostscript-fonts-std-8.11.tar.gz diff --git a/ghostscript/Pkgfile b/ghostscript/Pkgfile index 104185e..09a4839 100644 --- a/ghostscript/Pkgfile +++ b/ghostscript/Pkgfile @@ -4,9 +4,9 @@ # Depends on: cups, x11 name=ghostscript -version=8.15.3 -release=2 -source=(ftp://ftp3.easysw.com/pub/$name/$version/espgs-$version-source.tar.bz2 \ +version=8.15.4 +release=1 +source=(http://ftp.easysw.com/pub/$name/$version/espgs-$version-source.tar.bz2 \ http://dl.sourceforge.net/sourceforge/gs-fonts/$name-fonts-std-8.11.tar.gz) build () { From crux at crux.nu Thu Mar 15 16:03:26 2007 From: crux at crux.nu (crux at crux.nu) Date: Thu, 15 Mar 2007 17:03:26 +0100 Subject: [crux-commits] ports/opt (2.3): dovecot: update to 1.0.rc27 Message-ID: <45f96e4e.s5W3RmtBFtaGq4Rj%crux@crux.nu> commit e0f0d25d4c8564576b5e5cb64fe840b496f154c2 Author: Juergen Daubert Date: Thu Mar 15 16:56:41 2007 +0100 dovecot: update to 1.0.rc27 diff --git a/dovecot/.md5sum b/dovecot/.md5sum index de072b4..70d368d 100644 --- a/dovecot/.md5sum +++ b/dovecot/.md5sum @@ -1,3 +1,3 @@ 1c37d911bc42fb40f0ef5a3f5822b170 dovecot -2f6fb150c60a8f9c0bad12c5fb2b1d15 dovecot-1.0.rc26.tar.gz -66ba2a6d25ed70dbfe251a79d15758e0 dovecot-config.patch +2bc18491c869e0b298ef114d07cdbb46 dovecot-1.0.rc27.tar.gz +944edb11743df46699980ab369fdf7e8 dovecot-config.patch diff --git a/dovecot/Pkgfile b/dovecot/Pkgfile index 0dcf86b..8326209 100644 --- a/dovecot/Pkgfile +++ b/dovecot/Pkgfile @@ -4,7 +4,7 @@ # Depends on: openssl name=dovecot -version=1.0.rc26 +version=1.0.rc27 release=1 source=(http://dovecot.org/releases/$name-$version.tar.gz \ dovecot-config.patch dovecot) diff --git a/dovecot/dovecot-config.patch b/dovecot/dovecot-config.patch index 39b2d50..b3568e0 100644 --- a/dovecot/dovecot-config.patch +++ b/dovecot/dovecot-config.patch @@ -1,6 +1,6 @@ -diff -Nru dovecot-1.0.rc26.orig/dovecot-example.conf dovecot-1.0.rc26/dovecot-example.conf ---- dovecot-1.0.rc26.orig/dovecot-example.conf 2007-03-07 07:10:26.000000000 +0100 -+++ dovecot-1.0.rc26/dovecot-example.conf 2007-03-07 07:10:39.000000000 +0100 +diff -Nru dovecot-1.0.rc27.orig/dovecot-example.conf dovecot-1.0.rc27/dovecot-example.conf +--- dovecot-1.0.rc27.orig/dovecot-example.conf 2007-03-13 21:58:31.000000000 +0100 ++++ dovecot-1.0.rc27/dovecot-example.conf 2007-03-13 21:59:01.000000000 +0100 @@ -13,11 +13,11 @@ # --with-ssldir=/etc/ssl @@ -26,7 +26,7 @@ diff -Nru dovecot-1.0.rc26.orig/dovecot-example.conf dovecot-1.0.rc26/dovecot-ex # If key file is password protected, give the password here. Alternatively # give it when starting dovecot with -p parameter. -@@ -122,7 +122,7 @@ +@@ -125,7 +125,7 @@ # which login needs to be able to connect to. The sockets are created when # running as root, so you don't have to worry about permissions. Note that # everything in this directory is deleted when Dovecot is started. @@ -35,7 +35,7 @@ diff -Nru dovecot-1.0.rc26.orig/dovecot-example.conf dovecot-1.0.rc26/dovecot-ex # chroot login process to the login_dir. Only reason not to do this is if you # wish to run the whole Dovecot without roots. -@@ -134,7 +134,7 @@ +@@ -137,7 +137,7 @@ # only it has access, it's used to control access for authentication process. # Note that this user is NOT used to access mails. # http://wiki.dovecot.org/UserIds @@ -44,7 +44,7 @@ diff -Nru dovecot-1.0.rc26.orig/dovecot-example.conf dovecot-1.0.rc26/dovecot-ex # Set max. process size in megabytes. If you don't use # login_process_per_connection you might need to grow this. -@@ -144,10 +144,10 @@ +@@ -147,10 +147,10 @@ # login process be allowed to process multiple connections (no)? Yes is more # secure, espcially with SSL/TLS enabled. No is faster since there's no need # to create processes all the time. @@ -57,7 +57,7 @@ diff -Nru dovecot-1.0.rc26.orig/dovecot-example.conf dovecot-1.0.rc26/dovecot-ex # Maximum number of login processes to create. The listening process count # usually stays at login_processes_count, but when multiple users start logging -@@ -205,7 +205,7 @@ +@@ -208,7 +208,7 @@ # # http://wiki.dovecot.org/MailLocation # @@ -66,7 +66,7 @@ diff -Nru dovecot-1.0.rc26.orig/dovecot-example.conf dovecot-1.0.rc26/dovecot-ex # If you need to set multiple mailbox locations or want to change default # namespace settings, you can do it by defining namespace sections: -@@ -313,7 +313,7 @@ +@@ -321,7 +321,7 @@ # non-valid GID as primary group ID aren't allowed to log in. If user # belongs to supplementary groups with non-valid GIDs, those groups are # not set. @@ -75,7 +75,7 @@ diff -Nru dovecot-1.0.rc26.orig/dovecot-example.conf dovecot-1.0.rc26/dovecot-ex #last_valid_gid = 0 # Maximum number of running mail processes. When this limit is reached, -@@ -489,19 +489,19 @@ +@@ -497,19 +497,19 @@ protocol imap { # Login executable location. @@ -99,7 +99,7 @@ diff -Nru dovecot-1.0.rc26.orig/dovecot-example.conf dovecot-1.0.rc26/dovecot-ex # Maximum IMAP command line length in bytes. Some clients generate very long # command lines with huge mailboxes, so you may need to raise this if you get -@@ -554,11 +554,11 @@ +@@ -562,11 +562,11 @@ protocol pop3 { # Login executable location. @@ -113,7 +113,7 @@ diff -Nru dovecot-1.0.rc26.orig/dovecot-example.conf dovecot-1.0.rc26/dovecot-ex # Don't try to set mails non-recent or seen with POP3 sessions. This is # mostly intended to reduce disk I/O. With maildir it doesn't move files -@@ -603,7 +603,7 @@ +@@ -611,7 +611,7 @@ # installations. %08Xu%08Xv will be the new default, so use it for new # installations. # @@ -122,7 +122,7 @@ diff -Nru dovecot-1.0.rc26.orig/dovecot-example.conf dovecot-1.0.rc26/dovecot-ex # POP3 logout format string: # %t - number of TOP commands -@@ -649,7 +649,7 @@ +@@ -657,7 +657,7 @@ #mail_plugin_dir = /usr/lib/dovecot/lda # Binary to use for sending mails. @@ -131,7 +131,7 @@ diff -Nru dovecot-1.0.rc26.orig/dovecot-example.conf dovecot-1.0.rc26/dovecot-ex # UNIX socket path to master authentication server to find users. #auth_socket_path = /var/run/dovecot/auth-master -@@ -660,7 +660,7 @@ +@@ -668,7 +668,7 @@ ## # Executable location @@ -140,7 +140,7 @@ diff -Nru dovecot-1.0.rc26.orig/dovecot-example.conf dovecot-1.0.rc26/dovecot-ex # Set max. process size in megabytes. #auth_process_size = 256 -@@ -774,7 +774,7 @@ +@@ -782,7 +782,7 @@ # REMEMBER: You'll need /etc/pam.d/dovecot file created for PAM # authentication to actually work. # http://wiki.dovecot.org/PasswordDatabase/PAM @@ -149,7 +149,7 @@ diff -Nru dovecot-1.0.rc26.orig/dovecot-example.conf dovecot-1.0.rc26/dovecot-ex # [blocking=yes] [session=yes] [setcred=yes] # [cache_key=] [] # -@@ -807,7 +807,7 @@ +@@ -815,7 +815,7 @@ # args = session=yes * # args = cache_key=%u dovecot #args = dovecot @@ -158,7 +158,7 @@ diff -Nru dovecot-1.0.rc26.orig/dovecot-example.conf dovecot-1.0.rc26/dovecot-ex # /etc/passwd or similar, using getpwnam() # In many systems nowadays this uses Name Service Switch, which is -@@ -822,8 +822,8 @@ +@@ -830,8 +830,8 @@ # /etc/shadow or similiar, using getspnam(). Deprecated by PAM nowadays. # http://wiki.dovecot.org/PasswordDatabase/Shadow From crux at crux.nu Thu Mar 15 16:10:15 2007 From: crux at crux.nu (crux at crux.nu) Date: Thu, 15 Mar 2007 17:10:15 +0100 Subject: [crux-commits] ports/core (2.3): shadow: removed /usr/X11R6/bin in login.defs Message-ID: <45f96fe7.h3VsUrpoWEPontXJ%crux@crux.nu> commit 98147b083075c4ce55b7464c726e7eec6b808455 Author: Juergen Daubert Date: Thu Mar 15 17:10:01 2007 +0100 shadow: removed /usr/X11R6/bin in login.defs diff --git a/shadow/.md5sum b/shadow/.md5sum index c6bf515..f0994d9 100644 --- a/shadow/.md5sum +++ b/shadow/.md5sum @@ -1,4 +1,4 @@ -2b8c303d972cf6fb2a4545dd17262f27 login.defs +e98baece425f10e7e1dd68c412e0f7dd login.defs be8f69c2701118093af3d7f3bc02af16 pwck d58a29c9fa227f18545d8c43997dbb7d shadow-4.0.16-fix-useradd-usergroups.patch aa1259020b925cd3088cb7a36fbe7753 shadow-4.0.18.1-useradd-usermod.diff diff --git a/shadow/Pkgfile b/shadow/Pkgfile index 84c58a9..7095e5d 100644 --- a/shadow/Pkgfile +++ b/shadow/Pkgfile @@ -5,7 +5,7 @@ name=shadow version=4.0.18.1 -release=4 +release=5 source=(ftp://ftp.pld.org.pl/software/shadow/$name-$version.tar.bz2 pwck login.defs shadow-4.0.16-fix-useradd-usergroups.patch diff --git a/shadow/login.defs b/shadow/login.defs index d15cb25..66b74e8 100644 --- a/shadow/login.defs +++ b/shadow/login.defs @@ -20,8 +20,8 @@ SU_NAME su MAIL_DIR /var/spool/mail HUSHLOGIN_FILE .hushlogin ENV_HZ HZ=100 -ENV_SUPATH PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin -ENV_PATH PATH=/bin:/usr/bin:/usr/X11R6/bin +ENV_SUPATH PATH=/sbin:/bin:/usr/sbin:/usr/bin +ENV_PATH PATH=/bin:/usr/bin TTYGROUP tty TTYPERM 0600 ERASECHAR 0177 From crux at crux.nu Thu Mar 15 16:10:15 2007 From: crux at crux.nu (crux at crux.nu) Date: Thu, 15 Mar 2007 17:10:15 +0100 Subject: [crux-commits] ports/core (2.3): filesystem: added 'cdrom' to /etc/group (used by our udev rules) Message-ID: <45f96fe7.x+1X0+BTRANkP/EP%crux@crux.nu> commit 04f904c09c54fda74af73f795bdda512c1018356 Author: Juergen Daubert Date: Thu Mar 15 17:06:05 2007 +0100 filesystem: added 'cdrom' to /etc/group (used by our udev rules) diff --git a/filesystem/.md5sum b/filesystem/.md5sum index 115c045..eaf3fb1 100644 --- a/filesystem/.md5sum +++ b/filesystem/.md5sum @@ -1,5 +1,5 @@ 0ddfec662cbd2cc3b53f61cb9a5a72a0 fstab -44e974c22c0102ae05d1e386e792340f group +4f79cb7cab8e301adc8b979a4ba9c934 group 6cef6f5ab23244460cdf13c98e68b010 issue 346ede8d637940e2898cd29c56a37d30 mime.types d41d8cd98f00b204e9800998ecf8427e motd diff --git a/filesystem/Pkgfile b/filesystem/Pkgfile index 67b70fe..2849c21 100644 --- a/filesystem/Pkgfile +++ b/filesystem/Pkgfile @@ -4,7 +4,7 @@ name=filesystem version=2.3 -release=2 +release=3 source=(issue motd shells group passwd shadow securetty fstab mime.types) build() { diff --git a/filesystem/group b/filesystem/group index 48c7076..81a844e 100644 --- a/filesystem/group +++ b/filesystem/group @@ -19,5 +19,6 @@ video::17: floppy::18: tape::19: scanner::20: +cdrom::21: nobody::99: users::100: From crux at crux.nu Sat Mar 17 22:17:38 2007 From: crux at crux.nu (crux at crux.nu) Date: Sat, 17 Mar 2007 23:17:38 +0100 Subject: [crux-commits] ports/opt (2.2): wine: updated to 0.9.33 Message-ID: <45fc6902.yIkB33Q8NIhz0nk1%crux@crux.nu> commit cf38ac5b61209a466eaffc8a3ba0fcad96c64de7 Author: Antti Nykanen Date: Sun Mar 18 00:17:06 2007 +0200 wine: updated to 0.9.33 diff --git a/wine/.footprint b/wine/.footprint index 4f20e32..7a326bd 100644 --- a/wine/.footprint +++ b/wine/.footprint @@ -514,6 +514,7 @@ drwxr-xr-x root/root usr/lib/wine/ -rwxr-xr-x root/root usr/lib/wine/dnsapi.dll.so -rwxr-xr-x root/root usr/lib/wine/dplay.dll.so -rwxr-xr-x root/root usr/lib/wine/dplayx.dll.so +-rwxr-xr-x root/root usr/lib/wine/dpnaddr.dll.so -rwxr-xr-x root/root usr/lib/wine/dpnet.dll.so -rwxr-xr-x root/root usr/lib/wine/dpnhpast.dll.so -rwxr-xr-x root/root usr/lib/wine/dsound.dll.so diff --git a/wine/.md5sum b/wine/.md5sum index 3593cfd..c369930 100644 --- a/wine/.md5sum +++ b/wine/.md5sum @@ -1 +1 @@ -f9ae61fee02e0b3e72f9aad093a7096c wine-0.9.32.tar.bz2 +b2d04c70d17fb36b1a0d98d8e374285d wine-0.9.33.tar.bz2 diff --git a/wine/Pkgfile b/wine/Pkgfile index 4b8f586..7886aba 100644 --- a/wine/Pkgfile +++ b/wine/Pkgfile @@ -5,9 +5,9 @@ # Depends on: fontforge name=wine -version=0.9.32 +version=0.9.33 release=1 -source=(http://dl.sourceforge.net/sourceforge/$name/wine-$version.tar.bz2) +source=(http://ibiblio.org/pub/linux/system/emulators/wine/wine-$version.tar.bz2) build() { cd $name-$version From crux at crux.nu Mon Mar 19 07:28:01 2007 From: crux at crux.nu (crux at crux.nu) Date: Mon, 19 Mar 2007 08:28:01 +0100 Subject: [crux-commits] ports/opt (2.3): Merge branch '2.2' into 2.3 Message-ID: <45fe3b81.bGam+fytpcmLATaT%crux@crux.nu> commit b61176c482aa63d1f3fd430973cda8d1fbe6b3f5 Merge: ab67156... 245ae17... Author: Tilman Sauerbeck Date: Mon Mar 19 08:26:42 2007 +0100 Merge branch '2.2' into 2.3 From crux at crux.nu Mon Mar 19 07:28:01 2007 From: crux at crux.nu (crux at crux.nu) Date: Mon, 19 Mar 2007 08:28:01 +0100 Subject: [crux-commits] ports/opt (2.2): git: updated to 1.5.0.5 Message-ID: <45fe3b81.xDF0XkR6Qspq9/65%crux@crux.nu> commit 245ae1724c2b22ee20b5fff10a82d531700fa494 Author: Tilman Sauerbeck Date: Mon Mar 19 08:26:04 2007 +0100 git: updated to 1.5.0.5 diff --git a/git/.footprint b/git/.footprint index 45dd97f..7224705 100644 --- a/git/.footprint +++ b/git/.footprint @@ -2,6 +2,7 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/git -rwxr-xr-x root/root usr/bin/git-add +-rwxr-xr-x root/root usr/bin/git-add--interactive -rwxr-xr-x root/root usr/bin/git-am -rwxr-xr-x root/root usr/bin/git-annotate -rwxr-xr-x root/root usr/bin/git-apply @@ -18,10 +19,12 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/git-checkout-index -rwxr-xr-x root/root usr/bin/git-cherry -rwxr-xr-x root/root usr/bin/git-cherry-pick +-rwxr-xr-x root/root usr/bin/git-citool -rwxr-xr-x root/root usr/bin/git-clean -rwxr-xr-x root/root usr/bin/git-clone -rwxr-xr-x root/root usr/bin/git-commit -rwxr-xr-x root/root usr/bin/git-commit-tree +-rwxr-xr-x root/root usr/bin/git-config -rwxr-xr-x root/root usr/bin/git-convert-objects -rwxr-xr-x root/root usr/bin/git-count-objects -rwxr-xr-x root/root usr/bin/git-cvsexportcommit @@ -34,19 +37,24 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/git-diff-index -rwxr-xr-x root/root usr/bin/git-diff-stages -rwxr-xr-x root/root usr/bin/git-diff-tree +-rwxr-xr-x root/root usr/bin/git-fast-import -rwxr-xr-x root/root usr/bin/git-fetch -rwxr-xr-x root/root usr/bin/git-fetch-pack -rwxr-xr-x root/root usr/bin/git-fmt-merge-msg -rwxr-xr-x root/root usr/bin/git-for-each-ref -rwxr-xr-x root/root usr/bin/git-format-patch +-rwxr-xr-x root/root usr/bin/git-fsck -rwxr-xr-x root/root usr/bin/git-fsck-objects +-rwxr-xr-x root/root usr/bin/git-gc -rwxr-xr-x root/root usr/bin/git-get-tar-commit-id -rwxr-xr-x root/root usr/bin/git-grep +-rwxr-xr-x root/root usr/bin/git-gui -rwxr-xr-x root/root usr/bin/git-hash-object -rwxr-xr-x root/root usr/bin/git-http-fetch -rwxr-xr-x root/root usr/bin/git-http-push -rwxr-xr-x root/root usr/bin/git-imap-send -rwxr-xr-x root/root usr/bin/git-index-pack +-rwxr-xr-x root/root usr/bin/git-init -rwxr-xr-x root/root usr/bin/git-init-db -rwxr-xr-x root/root usr/bin/git-instaweb -rwxr-xr-x root/root usr/bin/git-local-fetch @@ -59,13 +67,12 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/git-mailsplit -rwxr-xr-x root/root usr/bin/git-merge -rwxr-xr-x root/root usr/bin/git-merge-base +-rwxr-xr-x root/root usr/bin/git-merge-file -rwxr-xr-x root/root usr/bin/git-merge-index -rwxr-xr-x root/root usr/bin/git-merge-octopus -rwxr-xr-x root/root usr/bin/git-merge-one-file -rwxr-xr-x root/root usr/bin/git-merge-ours --rwxr-xr-x root/root usr/bin/git-merge-recur -rwxr-xr-x root/root usr/bin/git-merge-recursive --rwxr-xr-x root/root usr/bin/git-merge-recursive-old -rwxr-xr-x root/root usr/bin/git-merge-resolve -rwxr-xr-x root/root usr/bin/git-merge-stupid -rwxr-xr-x root/root usr/bin/git-merge-tree @@ -87,7 +94,9 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/git-read-tree -rwxr-xr-x root/root usr/bin/git-rebase -rwxr-xr-x root/root usr/bin/git-receive-pack +-rwxr-xr-x root/root usr/bin/git-reflog -rwxr-xr-x root/root usr/bin/git-relink +-rwxr-xr-x root/root usr/bin/git-remote -rwxr-xr-x root/root usr/bin/git-repack -rwxr-xr-x root/root usr/bin/git-repo-config -rwxr-xr-x root/root usr/bin/git-request-pull @@ -166,6 +175,7 @@ drwxr-xr-x root/root usr/man/man1/ -rw-r--r-- root/root usr/man/man1/git-clone.1.gz -rw-r--r-- root/root usr/man/man1/git-commit-tree.1.gz -rw-r--r-- root/root usr/man/man1/git-commit.1.gz +-rw-r--r-- root/root usr/man/man1/git-config.1.gz -rw-r--r-- root/root usr/man/man1/git-convert-objects.1.gz -rw-r--r-- root/root usr/man/man1/git-count-objects.1.gz -rw-r--r-- root/root usr/man/man1/git-cvsexportcommit.1.gz @@ -178,12 +188,15 @@ drwxr-xr-x root/root usr/man/man1/ -rw-r--r-- root/root usr/man/man1/git-diff-stages.1.gz -rw-r--r-- root/root usr/man/man1/git-diff-tree.1.gz -rw-r--r-- root/root usr/man/man1/git-diff.1.gz +-rw-r--r-- root/root usr/man/man1/git-fast-import.1.gz -rw-r--r-- root/root usr/man/man1/git-fetch-pack.1.gz -rw-r--r-- root/root usr/man/man1/git-fetch.1.gz -rw-r--r-- root/root usr/man/man1/git-fmt-merge-msg.1.gz -rw-r--r-- root/root usr/man/man1/git-for-each-ref.1.gz -rw-r--r-- root/root usr/man/man1/git-format-patch.1.gz -rw-r--r-- root/root usr/man/man1/git-fsck-objects.1.gz +-rw-r--r-- root/root usr/man/man1/git-fsck.1.gz +-rw-r--r-- root/root usr/man/man1/git-gc.1.gz -rw-r--r-- root/root usr/man/man1/git-get-tar-commit-id.1.gz -rw-r--r-- root/root usr/man/man1/git-grep.1.gz -rw-r--r-- root/root usr/man/man1/git-hash-object.1.gz @@ -192,6 +205,7 @@ drwxr-xr-x root/root usr/man/man1/ -rw-r--r-- root/root usr/man/man1/git-imap-send.1.gz -rw-r--r-- root/root usr/man/man1/git-index-pack.1.gz -rw-r--r-- root/root usr/man/man1/git-init-db.1.gz +-rw-r--r-- root/root usr/man/man1/git-init.1.gz -rw-r--r-- root/root usr/man/man1/git-instaweb.1.gz -rw-r--r-- root/root usr/man/man1/git-local-fetch.1.gz -rw-r--r-- root/root usr/man/man1/git-log.1.gz @@ -202,6 +216,7 @@ drwxr-xr-x root/root usr/man/man1/ -rw-r--r-- root/root usr/man/man1/git-mailinfo.1.gz -rw-r--r-- root/root usr/man/man1/git-mailsplit.1.gz -rw-r--r-- root/root usr/man/man1/git-merge-base.1.gz +-rw-r--r-- root/root usr/man/man1/git-merge-file.1.gz -rw-r--r-- root/root usr/man/man1/git-merge-index.1.gz -rw-r--r-- root/root usr/man/man1/git-merge-one-file.1.gz -rw-r--r-- root/root usr/man/man1/git-merge-tree.1.gz @@ -225,7 +240,9 @@ drwxr-xr-x root/root usr/man/man1/ -rw-r--r-- root/root usr/man/man1/git-read-tree.1.gz -rw-r--r-- root/root usr/man/man1/git-rebase.1.gz -rw-r--r-- root/root usr/man/man1/git-receive-pack.1.gz +-rw-r--r-- root/root usr/man/man1/git-reflog.1.gz -rw-r--r-- root/root usr/man/man1/git-relink.1.gz +-rw-r--r-- root/root usr/man/man1/git-remote.1.gz -rw-r--r-- root/root usr/man/man1/git-repack.1.gz -rw-r--r-- root/root usr/man/man1/git-repo-config.1.gz -rw-r--r-- root/root usr/man/man1/git-request-pull.1.gz @@ -275,8 +292,6 @@ drwxr-xr-x root/root usr/man/man7/ -rw-r--r-- root/root usr/man/man7/git.7.gz drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/git-core/ -drwxr-xr-x root/root usr/share/git-core/python/ --rwxr-xr-x root/root usr/share/git-core/python/gitMergeCommon.py drwxr-xr-x root/root usr/share/git-core/templates/ drwxr-xr-x root/root usr/share/git-core/templates/branches/ -rw-r--r-- root/root usr/share/git-core/templates/description @@ -291,4 +306,3 @@ drwxr-xr-x root/root usr/share/git-core/templates/hooks/ -rw-r--r-- root/root usr/share/git-core/templates/hooks/update drwxr-xr-x root/root usr/share/git-core/templates/info/ -rw-r--r-- root/root usr/share/git-core/templates/info/exclude -drwxr-xr-x root/root usr/share/git-core/templates/remotes/ diff --git a/git/.md5sum b/git/.md5sum index 8498e45..72ae61f 100644 --- a/git/.md5sum +++ b/git/.md5sum @@ -1,2 +1,2 @@ -970aceba959e7fe92f065d7509e6db51 git-1.4.4.4.tar.bz2 -6d1cf748480cb6f50d4990660cca3921 git-manpages-1.4.4.4.tar.bz2 +adbb4646d075c928cbe02b8e38c60112 git-1.5.0.5.tar.bz2 +672dd91ea67774e76683112390841759 git-manpages-1.5.0.5.tar.bz2 diff --git a/git/Pkgfile b/git/Pkgfile index a8c9774..be5737b 100644 --- a/git/Pkgfile +++ b/git/Pkgfile @@ -5,7 +5,7 @@ # Nice to have: tk name=git -version=1.4.4.4 +version=1.5.0.5 release=1 source=(http://www.kernel.org/pub/software/scm/$name/$name-{,manpages-}$version.tar.bz2) From crux at crux.nu Mon Mar 19 07:28:01 2007 From: crux at crux.nu (crux at crux.nu) Date: Mon, 19 Mar 2007 08:28:01 +0100 Subject: [crux-commits] ports/opt (2.3): wine: updated to 0.9.33 Message-ID: <45fe3b81.6BFXFp6Wm2dLwMuJ%crux@crux.nu> commit cf38ac5b61209a466eaffc8a3ba0fcad96c64de7 Author: Antti Nykanen Date: Sun Mar 18 00:17:06 2007 +0200 wine: updated to 0.9.33 diff --git a/wine/.footprint b/wine/.footprint index 4f20e32..7a326bd 100644 --- a/wine/.footprint +++ b/wine/.footprint @@ -514,6 +514,7 @@ drwxr-xr-x root/root usr/lib/wine/ -rwxr-xr-x root/root usr/lib/wine/dnsapi.dll.so -rwxr-xr-x root/root usr/lib/wine/dplay.dll.so -rwxr-xr-x root/root usr/lib/wine/dplayx.dll.so +-rwxr-xr-x root/root usr/lib/wine/dpnaddr.dll.so -rwxr-xr-x root/root usr/lib/wine/dpnet.dll.so -rwxr-xr-x root/root usr/lib/wine/dpnhpast.dll.so -rwxr-xr-x root/root usr/lib/wine/dsound.dll.so diff --git a/wine/.md5sum b/wine/.md5sum index 3593cfd..c369930 100644 --- a/wine/.md5sum +++ b/wine/.md5sum @@ -1 +1 @@ -f9ae61fee02e0b3e72f9aad093a7096c wine-0.9.32.tar.bz2 +b2d04c70d17fb36b1a0d98d8e374285d wine-0.9.33.tar.bz2 diff --git a/wine/Pkgfile b/wine/Pkgfile index 4b8f586..7886aba 100644 --- a/wine/Pkgfile +++ b/wine/Pkgfile @@ -5,9 +5,9 @@ # Depends on: fontforge name=wine -version=0.9.32 +version=0.9.33 release=1 -source=(http://dl.sourceforge.net/sourceforge/$name/wine-$version.tar.bz2) +source=(http://ibiblio.org/pub/linux/system/emulators/wine/wine-$version.tar.bz2) build() { cd $name-$version From crux at crux.nu Mon Mar 19 07:28:01 2007 From: crux at crux.nu (crux at crux.nu) Date: Mon, 19 Mar 2007 08:28:01 +0100 Subject: [crux-commits] ports/opt (2.3): git: updated to 1.5.0.5 Message-ID: <45fe3b81.s3G3OdfMeUPtGVfA%crux@crux.nu> commit 245ae1724c2b22ee20b5fff10a82d531700fa494 Author: Tilman Sauerbeck Date: Mon Mar 19 08:26:04 2007 +0100 git: updated to 1.5.0.5 diff --git a/git/.footprint b/git/.footprint index 45dd97f..7224705 100644 --- a/git/.footprint +++ b/git/.footprint @@ -2,6 +2,7 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/git -rwxr-xr-x root/root usr/bin/git-add +-rwxr-xr-x root/root usr/bin/git-add--interactive -rwxr-xr-x root/root usr/bin/git-am -rwxr-xr-x root/root usr/bin/git-annotate -rwxr-xr-x root/root usr/bin/git-apply @@ -18,10 +19,12 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/git-checkout-index -rwxr-xr-x root/root usr/bin/git-cherry -rwxr-xr-x root/root usr/bin/git-cherry-pick +-rwxr-xr-x root/root usr/bin/git-citool -rwxr-xr-x root/root usr/bin/git-clean -rwxr-xr-x root/root usr/bin/git-clone -rwxr-xr-x root/root usr/bin/git-commit -rwxr-xr-x root/root usr/bin/git-commit-tree +-rwxr-xr-x root/root usr/bin/git-config -rwxr-xr-x root/root usr/bin/git-convert-objects -rwxr-xr-x root/root usr/bin/git-count-objects -rwxr-xr-x root/root usr/bin/git-cvsexportcommit @@ -34,19 +37,24 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/git-diff-index -rwxr-xr-x root/root usr/bin/git-diff-stages -rwxr-xr-x root/root usr/bin/git-diff-tree +-rwxr-xr-x root/root usr/bin/git-fast-import -rwxr-xr-x root/root usr/bin/git-fetch -rwxr-xr-x root/root usr/bin/git-fetch-pack -rwxr-xr-x root/root usr/bin/git-fmt-merge-msg -rwxr-xr-x root/root usr/bin/git-for-each-ref -rwxr-xr-x root/root usr/bin/git-format-patch +-rwxr-xr-x root/root usr/bin/git-fsck -rwxr-xr-x root/root usr/bin/git-fsck-objects +-rwxr-xr-x root/root usr/bin/git-gc -rwxr-xr-x root/root usr/bin/git-get-tar-commit-id -rwxr-xr-x root/root usr/bin/git-grep +-rwxr-xr-x root/root usr/bin/git-gui -rwxr-xr-x root/root usr/bin/git-hash-object -rwxr-xr-x root/root usr/bin/git-http-fetch -rwxr-xr-x root/root usr/bin/git-http-push -rwxr-xr-x root/root usr/bin/git-imap-send -rwxr-xr-x root/root usr/bin/git-index-pack +-rwxr-xr-x root/root usr/bin/git-init -rwxr-xr-x root/root usr/bin/git-init-db -rwxr-xr-x root/root usr/bin/git-instaweb -rwxr-xr-x root/root usr/bin/git-local-fetch @@ -59,13 +67,12 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/git-mailsplit -rwxr-xr-x root/root usr/bin/git-merge -rwxr-xr-x root/root usr/bin/git-merge-base +-rwxr-xr-x root/root usr/bin/git-merge-file -rwxr-xr-x root/root usr/bin/git-merge-index -rwxr-xr-x root/root usr/bin/git-merge-octopus -rwxr-xr-x root/root usr/bin/git-merge-one-file -rwxr-xr-x root/root usr/bin/git-merge-ours --rwxr-xr-x root/root usr/bin/git-merge-recur -rwxr-xr-x root/root usr/bin/git-merge-recursive --rwxr-xr-x root/root usr/bin/git-merge-recursive-old -rwxr-xr-x root/root usr/bin/git-merge-resolve -rwxr-xr-x root/root usr/bin/git-merge-stupid -rwxr-xr-x root/root usr/bin/git-merge-tree @@ -87,7 +94,9 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/git-read-tree -rwxr-xr-x root/root usr/bin/git-rebase -rwxr-xr-x root/root usr/bin/git-receive-pack +-rwxr-xr-x root/root usr/bin/git-reflog -rwxr-xr-x root/root usr/bin/git-relink +-rwxr-xr-x root/root usr/bin/git-remote -rwxr-xr-x root/root usr/bin/git-repack -rwxr-xr-x root/root usr/bin/git-repo-config -rwxr-xr-x root/root usr/bin/git-request-pull @@ -166,6 +175,7 @@ drwxr-xr-x root/root usr/man/man1/ -rw-r--r-- root/root usr/man/man1/git-clone.1.gz -rw-r--r-- root/root usr/man/man1/git-commit-tree.1.gz -rw-r--r-- root/root usr/man/man1/git-commit.1.gz +-rw-r--r-- root/root usr/man/man1/git-config.1.gz -rw-r--r-- root/root usr/man/man1/git-convert-objects.1.gz -rw-r--r-- root/root usr/man/man1/git-count-objects.1.gz -rw-r--r-- root/root usr/man/man1/git-cvsexportcommit.1.gz @@ -178,12 +188,15 @@ drwxr-xr-x root/root usr/man/man1/ -rw-r--r-- root/root usr/man/man1/git-diff-stages.1.gz -rw-r--r-- root/root usr/man/man1/git-diff-tree.1.gz -rw-r--r-- root/root usr/man/man1/git-diff.1.gz +-rw-r--r-- root/root usr/man/man1/git-fast-import.1.gz -rw-r--r-- root/root usr/man/man1/git-fetch-pack.1.gz -rw-r--r-- root/root usr/man/man1/git-fetch.1.gz -rw-r--r-- root/root usr/man/man1/git-fmt-merge-msg.1.gz -rw-r--r-- root/root usr/man/man1/git-for-each-ref.1.gz -rw-r--r-- root/root usr/man/man1/git-format-patch.1.gz -rw-r--r-- root/root usr/man/man1/git-fsck-objects.1.gz +-rw-r--r-- root/root usr/man/man1/git-fsck.1.gz +-rw-r--r-- root/root usr/man/man1/git-gc.1.gz -rw-r--r-- root/root usr/man/man1/git-get-tar-commit-id.1.gz -rw-r--r-- root/root usr/man/man1/git-grep.1.gz -rw-r--r-- root/root usr/man/man1/git-hash-object.1.gz @@ -192,6 +205,7 @@ drwxr-xr-x root/root usr/man/man1/ -rw-r--r-- root/root usr/man/man1/git-imap-send.1.gz -rw-r--r-- root/root usr/man/man1/git-index-pack.1.gz -rw-r--r-- root/root usr/man/man1/git-init-db.1.gz +-rw-r--r-- root/root usr/man/man1/git-init.1.gz -rw-r--r-- root/root usr/man/man1/git-instaweb.1.gz -rw-r--r-- root/root usr/man/man1/git-local-fetch.1.gz -rw-r--r-- root/root usr/man/man1/git-log.1.gz @@ -202,6 +216,7 @@ drwxr-xr-x root/root usr/man/man1/ -rw-r--r-- root/root usr/man/man1/git-mailinfo.1.gz -rw-r--r-- root/root usr/man/man1/git-mailsplit.1.gz -rw-r--r-- root/root usr/man/man1/git-merge-base.1.gz +-rw-r--r-- root/root usr/man/man1/git-merge-file.1.gz -rw-r--r-- root/root usr/man/man1/git-merge-index.1.gz -rw-r--r-- root/root usr/man/man1/git-merge-one-file.1.gz -rw-r--r-- root/root usr/man/man1/git-merge-tree.1.gz @@ -225,7 +240,9 @@ drwxr-xr-x root/root usr/man/man1/ -rw-r--r-- root/root usr/man/man1/git-read-tree.1.gz -rw-r--r-- root/root usr/man/man1/git-rebase.1.gz -rw-r--r-- root/root usr/man/man1/git-receive-pack.1.gz +-rw-r--r-- root/root usr/man/man1/git-reflog.1.gz -rw-r--r-- root/root usr/man/man1/git-relink.1.gz +-rw-r--r-- root/root usr/man/man1/git-remote.1.gz -rw-r--r-- root/root usr/man/man1/git-repack.1.gz -rw-r--r-- root/root usr/man/man1/git-repo-config.1.gz -rw-r--r-- root/root usr/man/man1/git-request-pull.1.gz @@ -275,8 +292,6 @@ drwxr-xr-x root/root usr/man/man7/ -rw-r--r-- root/root usr/man/man7/git.7.gz drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/git-core/ -drwxr-xr-x root/root usr/share/git-core/python/ --rwxr-xr-x root/root usr/share/git-core/python/gitMergeCommon.py drwxr-xr-x root/root usr/share/git-core/templates/ drwxr-xr-x root/root usr/share/git-core/templates/branches/ -rw-r--r-- root/root usr/share/git-core/templates/description @@ -291,4 +306,3 @@ drwxr-xr-x root/root usr/share/git-core/templates/hooks/ -rw-r--r-- root/root usr/share/git-core/templates/hooks/update drwxr-xr-x root/root usr/share/git-core/templates/info/ -rw-r--r-- root/root usr/share/git-core/templates/info/exclude -drwxr-xr-x root/root usr/share/git-core/templates/remotes/ diff --git a/git/.md5sum b/git/.md5sum index 8498e45..72ae61f 100644 --- a/git/.md5sum +++ b/git/.md5sum @@ -1,2 +1,2 @@ -970aceba959e7fe92f065d7509e6db51 git-1.4.4.4.tar.bz2 -6d1cf748480cb6f50d4990660cca3921 git-manpages-1.4.4.4.tar.bz2 +adbb4646d075c928cbe02b8e38c60112 git-1.5.0.5.tar.bz2 +672dd91ea67774e76683112390841759 git-manpages-1.5.0.5.tar.bz2 diff --git a/git/Pkgfile b/git/Pkgfile index a8c9774..be5737b 100644 --- a/git/Pkgfile +++ b/git/Pkgfile @@ -5,7 +5,7 @@ # Nice to have: tk name=git -version=1.4.4.4 +version=1.5.0.5 release=1 source=(http://www.kernel.org/pub/software/scm/$name/$name-{,manpages-}$version.tar.bz2) From crux at crux.nu Tue Mar 20 16:09:41 2007 From: crux at crux.nu (crux at crux.nu) Date: Tue, 20 Mar 2007 17:09:41 +0100 Subject: [crux-commits] ports/opt (2.2): cups: update to 1.2.10 Message-ID: <46000745./3/bajBr9b8IjYGw%crux@crux.nu> commit f99d6d61dbbbb285e7699c61d432675e364c4473 Author: Juergen Daubert Date: Tue Mar 20 17:09:26 2007 +0100 cups: update to 1.2.10 diff --git a/cups/.md5sum b/cups/.md5sum index e1934d1..84aa552 100644 --- a/cups/.md5sum +++ b/cups/.md5sum @@ -1,3 +1,3 @@ 01b6a755c5b0fb7df2d2c94571f67e1d cups -73433d7e8c04b66702732928aaf087b8 cups-1.2.9-source.tar.bz2 +aad696a480b618e61bc7dab11623d3ac cups-1.2.10-source.tar.bz2 2220f411940c4f7504ed4457c6304d4a cups-config.patch diff --git a/cups/Pkgfile b/cups/Pkgfile index 35331ed..535b228 100644 --- a/cups/Pkgfile +++ b/cups/Pkgfile @@ -4,7 +4,7 @@ # Depends on: libpng, libtiff, openssl name=cups -version=1.2.9 +version=1.2.10 release=1 source=(http://ftp.easysw.com/pub/cups/$version/$name-$version-source.tar.bz2 \ cups-config.patch cups) From crux at crux.nu Tue Mar 20 16:11:43 2007 From: crux at crux.nu (crux at crux.nu) Date: Tue, 20 Mar 2007 17:11:43 +0100 Subject: [crux-commits] ports/opt (2.3): Merge branch '2.2' into 2.3 Message-ID: <460007bf.IsPQs1LiZc03HSma%crux@crux.nu> commit 6f9eb324916049f4bc6d89c4082fc9bfc1389e43 Merge: b61176c... f99d6d6... Author: Juergen Daubert Date: Tue Mar 20 17:11:27 2007 +0100 Merge branch '2.2' into 2.3 From crux at crux.nu Tue Mar 20 16:11:43 2007 From: crux at crux.nu (crux at crux.nu) Date: Tue, 20 Mar 2007 17:11:43 +0100 Subject: [crux-commits] ports/opt (2.3): cups: update to 1.2.10 Message-ID: <460007bf./vX+ZvHYtEPlfjBV%crux@crux.nu> commit f99d6d61dbbbb285e7699c61d432675e364c4473 Author: Juergen Daubert Date: Tue Mar 20 17:09:26 2007 +0100 cups: update to 1.2.10 diff --git a/cups/.md5sum b/cups/.md5sum index e1934d1..84aa552 100644 --- a/cups/.md5sum +++ b/cups/.md5sum @@ -1,3 +1,3 @@ 01b6a755c5b0fb7df2d2c94571f67e1d cups -73433d7e8c04b66702732928aaf087b8 cups-1.2.9-source.tar.bz2 +aad696a480b618e61bc7dab11623d3ac cups-1.2.10-source.tar.bz2 2220f411940c4f7504ed4457c6304d4a cups-config.patch diff --git a/cups/Pkgfile b/cups/Pkgfile index 35331ed..535b228 100644 --- a/cups/Pkgfile +++ b/cups/Pkgfile @@ -4,7 +4,7 @@ # Depends on: libpng, libtiff, openssl name=cups -version=1.2.9 +version=1.2.10 release=1 source=(http://ftp.easysw.com/pub/cups/$version/$name-$version-source.tar.bz2 \ cups-config.patch cups) From crux at crux.nu Wed Mar 21 12:23:30 2007 From: crux at crux.nu (crux at crux.nu) Date: Wed, 21 Mar 2007 13:23:30 +0100 Subject: [crux-commits] ports/xorg (2.3): xorg-libxinerama: updated to 1.0.2 Message-ID: <460123c2.PwPiPbxkxAqWAbq1%crux@crux.nu> commit 77dcecdf9bdb3d04204a245f7f0ea61fc9e444d9 Author: Tilman Sauerbeck Date: Wed Mar 21 07:44:23 2007 +0100 xorg-libxinerama: updated to 1.0.2 diff --git a/xorg-libxinerama/.footprint b/xorg-libxinerama/.footprint index 192f740..29480a7 100644 --- a/xorg-libxinerama/.footprint +++ b/xorg-libxinerama/.footprint @@ -7,3 +7,10 @@ lrwxrwxrwx root/root usr/lib/libXinerama.so.1 -> libXinerama.so.1.0.0 -rwxr-xr-x root/root usr/lib/libXinerama.so.1.0.0 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/xinerama.pc +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man3/ +-rw-r--r-- root/root usr/man/man3/Xinerama.3.gz +-rw-r--r-- root/root usr/man/man3/XineramaIsActive.3.gz +-rw-r--r-- root/root usr/man/man3/XineramaQueryExtension.3.gz +-rw-r--r-- root/root usr/man/man3/XineramaQueryScreens.3.gz +-rw-r--r-- root/root usr/man/man3/XineramaQueryVersion.3.gz diff --git a/xorg-libxinerama/.md5sum b/xorg-libxinerama/.md5sum index ead8ef0..151fc0c 100644 --- a/xorg-libxinerama/.md5sum +++ b/xorg-libxinerama/.md5sum @@ -1 +1 @@ -eae38dd6017dca95a756553995467aac libXinerama-1.0.1.tar.bz2 +f6fb08eafd3c2909d515f1a07bfca8fd libXinerama-1.0.2.tar.bz2 diff --git a/xorg-libxinerama/Pkgfile b/xorg-libxinerama/Pkgfile index 73f03b6..e26a98d 100644 --- a/xorg-libxinerama/Pkgfile +++ b/xorg-libxinerama/Pkgfile @@ -4,14 +4,14 @@ # Depends on: xorg-libx11, xorg-xextproto, xorg-libxext, xorg-xineramaproto name=xorg-libxinerama -version=1.0.1 +version=1.0.2 release=1 source=(http://xorg.freedesktop.org/releases/individual/lib/libXinerama-$version.tar.bz2) build() { cd libXinerama-$version - ./configure --prefix=/usr + ./configure --prefix=/usr --mandir=/usr/man make make DESTDIR=$PKG install From crux at crux.nu Wed Mar 21 12:23:30 2007 From: crux at crux.nu (crux at crux.nu) Date: Wed, 21 Mar 2007 13:23:30 +0100 Subject: [crux-commits] ports/xorg (2.3): xorg-xdpyinfo: updated to 1.0.2 Message-ID: <460123c2.NCRc3I1AM4o8oBad%crux@crux.nu> commit 6d9497412abaef81b9921e669428d793be908c49 Author: Tilman Sauerbeck Date: Wed Mar 21 07:41:02 2007 +0100 xorg-xdpyinfo: updated to 1.0.2 diff --git a/xorg-xdpyinfo/.footprint b/xorg-xdpyinfo/.footprint index 93f72ef..4993712 100644 --- a/xorg-xdpyinfo/.footprint +++ b/xorg-xdpyinfo/.footprint @@ -3,4 +3,4 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/xdpyinfo drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/xdpyinfo.1x.gz +-rw-r--r-- root/root usr/man/man1/xdpyinfo.1.gz diff --git a/xorg-xdpyinfo/.md5sum b/xorg-xdpyinfo/.md5sum index 16c6774..9f25c2b 100644 --- a/xorg-xdpyinfo/.md5sum +++ b/xorg-xdpyinfo/.md5sum @@ -1 +1 @@ -84cc4798fe62c1d8c67c3f38e8158f70 xdpyinfo-1.0.1.tar.bz2 +c9ee60ae52c97c51d4ca327e53f0cb61 xdpyinfo-1.0.2.tar.bz2 diff --git a/xorg-xdpyinfo/Pkgfile b/xorg-xdpyinfo/Pkgfile index b252fce..ceaa13a 100644 --- a/xorg-xdpyinfo/Pkgfile +++ b/xorg-xdpyinfo/Pkgfile @@ -4,14 +4,14 @@ # Depends on: xorg-libx11, xorg-libxext, xorg-libxtst, xorg-libxxf86vm, xorg-libxxf86dga, xorg-libxxf86misc, xorg-libxi, xorg-libxrender, xorg-libxinerama, xorg-libdmx, xorg-libxp name=xorg-xdpyinfo -version=1.0.1 +version=1.0.2 release=1 source=(http://xorg.freedesktop.org/releases/individual/app/xdpyinfo-$version.tar.bz2) build() { cd xdpyinfo-$version - ./configure --prefix=/usr + ./configure --prefix=/usr --mandir=/usr/man make make DESTDIR=$PKG install From crux at crux.nu Wed Mar 21 13:29:28 2007 From: crux at crux.nu (crux at crux.nu) Date: Wed, 21 Mar 2007 14:29:28 +0100 Subject: [crux-commits] ports/opt (2.2): firefox: updated to version 2.0.0.3 Message-ID: <46013338.a8u6XdjUw21ycca3%crux@crux.nu> commit 63f41c9b7a3fad505015a738249e4b1dcc2f3595 Author: Matt Housh Date: Wed Mar 21 08:29:05 2007 -0500 firefox: updated to version 2.0.0.3 diff --git a/firefox/.md5sum b/firefox/.md5sum index 1991ca0..14550ac 100644 --- a/firefox/.md5sum +++ b/firefox/.md5sum @@ -1,4 +1,4 @@ -d7db87b76c1e78a229b662d7dd642265 firefox-2.0.0.2-source.tar.bz2 +24398e3d98673a2a92a01a8f771ca12a firefox-2.0.0.3-source.tar.bz2 0eceebd5fbc394248c8c94d66fc95d66 firefox.desktop 19ec3915f76e7eb820ad2c59730ee2be firefox.png a95e9f62cc3b2b0c4ad906c2a9f44bcf mozconfig diff --git a/firefox/Pkgfile b/firefox/Pkgfile index 4bcc49d..e7c5aea 100644 --- a/firefox/Pkgfile +++ b/firefox/Pkgfile @@ -4,7 +4,7 @@ # Depends on: libidl, gtk, libpng, libjpeg, zlib name=firefox -version=2.0.0.2 +version=2.0.0.3 release=1 source=(http://ftp.mozilla.org/pub/mozilla.org/$name/releases/$version/source/$name-$version-source.tar.bz2 \ http://crux.nu/files/$name/$name.desktop \ From crux at crux.nu Wed Mar 21 13:29:28 2007 From: crux at crux.nu (crux at crux.nu) Date: Wed, 21 Mar 2007 14:29:28 +0100 Subject: [crux-commits] ports/opt (2.3): Merge branch '2.2' into 2.3 Message-ID: <46013338.HFHTcpYWo16Y4MNF%crux@crux.nu> commit 157b6f980020fc11596c282e89b7f114ce0ac1ad Merge: 6f9eb32... 63f41c9... Author: Matt Housh Date: Wed Mar 21 08:29:18 2007 -0500 Merge branch '2.2' into 2.3 From crux at crux.nu Wed Mar 21 13:29:28 2007 From: crux at crux.nu (crux at crux.nu) Date: Wed, 21 Mar 2007 14:29:28 +0100 Subject: [crux-commits] ports/opt (2.3): firefox: updated to version 2.0.0.3 Message-ID: <46013338.Sp8MZp0lm01RKxLt%crux@crux.nu> commit 63f41c9b7a3fad505015a738249e4b1dcc2f3595 Author: Matt Housh Date: Wed Mar 21 08:29:05 2007 -0500 firefox: updated to version 2.0.0.3 diff --git a/firefox/.md5sum b/firefox/.md5sum index 1991ca0..14550ac 100644 --- a/firefox/.md5sum +++ b/firefox/.md5sum @@ -1,4 +1,4 @@ -d7db87b76c1e78a229b662d7dd642265 firefox-2.0.0.2-source.tar.bz2 +24398e3d98673a2a92a01a8f771ca12a firefox-2.0.0.3-source.tar.bz2 0eceebd5fbc394248c8c94d66fc95d66 firefox.desktop 19ec3915f76e7eb820ad2c59730ee2be firefox.png a95e9f62cc3b2b0c4ad906c2a9f44bcf mozconfig diff --git a/firefox/Pkgfile b/firefox/Pkgfile index 4bcc49d..e7c5aea 100644 --- a/firefox/Pkgfile +++ b/firefox/Pkgfile @@ -4,7 +4,7 @@ # Depends on: libidl, gtk, libpng, libjpeg, zlib name=firefox -version=2.0.0.2 +version=2.0.0.3 release=1 source=(http://ftp.mozilla.org/pub/mozilla.org/$name/releases/$version/source/$name-$version-source.tar.bz2 \ http://crux.nu/files/$name/$name.desktop \ From crux at crux.nu Thu Mar 22 16:13:29 2007 From: crux at crux.nu (crux at crux.nu) Date: Thu, 22 Mar 2007 17:13:29 +0100 Subject: [crux-commits] ports/opt (2.3): jre, jdk: took maintainership Message-ID: <4602ab29.3tgB/A6MPvcNpUF0%crux@crux.nu> commit e3ca002a320ebc14f9e3cb4cab1942e8e436c3bc Author: Simone Rota Date: Thu Mar 22 17:20:21 2007 +0100 jre, jdk: took maintainership diff --git a/jdk/Pkgfile b/jdk/Pkgfile index 9913950..c1a0549 100644 --- a/jdk/Pkgfile +++ b/jdk/Pkgfile @@ -1,4 +1,4 @@ -# Maintainer: Jay Dolan, jdolan at jdolan dot dyndns dot org +# Maintainer: Simone Rota, sip at crux dot nu # Description: Java 2 Software Development Kit # URL: http://java.sun.com diff --git a/jre/Pkgfile b/jre/Pkgfile index a3440df..16f405f 100644 --- a/jre/Pkgfile +++ b/jre/Pkgfile @@ -1,4 +1,4 @@ -# Maintainer: Jay Dolan, jdolan at jdolan dot dyndns dot org +# Maintainer: Simone Rota, sip at crux dot nu # Description: Java 2 Software Development Kit # URL: http://java.sun.com From crux at crux.nu Thu Mar 22 16:18:33 2007 From: crux at crux.nu (crux at crux.nu) Date: Thu, 22 Mar 2007 17:18:33 +0100 Subject: [crux-commits] ports/opt (2.3): epdfview: initial import Message-ID: <4602ac59.wO2TPdasDsLy/y/v%crux@crux.nu> commit ee13ea511ffbc07a77c48afa950448df2a5f3427 Author: Simone Rota Date: Thu Mar 22 17:25:27 2007 +0100 epdfview: initial import diff --git a/epdfview/.footprint b/epdfview/.footprint new file mode 100644 index 0000000..f5fb1cc --- /dev/null +++ b/epdfview/.footprint @@ -0,0 +1,19 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/epdfview +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/applications/ +-rw-r--r-- root/root usr/share/applications/epdfview.desktop +drwxr-xr-x root/root usr/share/epdfview/ +drwxr-xr-x root/root usr/share/epdfview/pixmaps/ +-rw-r--r-- root/root usr/share/epdfview/pixmaps/icon_epdfview-24.png +-rw-r--r-- root/root usr/share/epdfview/pixmaps/icon_epdfview-32.png +-rw-r--r-- root/root usr/share/epdfview/pixmaps/icon_epdfview-48.png +-rw-r--r-- root/root usr/share/epdfview/pixmaps/stock_find_next_24.png +-rw-r--r-- root/root usr/share/epdfview/pixmaps/stock_find_previous_24.png +-rw-r--r-- root/root usr/share/epdfview/pixmaps/stock_rotate-270.png +-rw-r--r-- root/root usr/share/epdfview/pixmaps/stock_rotate-90.png +-rw-r--r-- root/root usr/share/epdfview/pixmaps/stock_zoom-page-width.png +drwxr-xr-x root/root usr/share/epdfview/ui/ +-rw-r--r-- root/root usr/share/epdfview/ui/epdfview-ui-print.xml +-rw-r--r-- root/root usr/share/epdfview/ui/epdfview-ui.xml diff --git a/epdfview/.md5sum b/epdfview/.md5sum new file mode 100644 index 0000000..1ef9416 --- /dev/null +++ b/epdfview/.md5sum @@ -0,0 +1 @@ +cce9edb41b4a8308e0ef0eea24b5a1ab epdfview-0.1.6.tar.bz2 diff --git a/epdfview/Pkgfile b/epdfview/Pkgfile new file mode 100644 index 0000000..926577f --- /dev/null +++ b/epdfview/Pkgfile @@ -0,0 +1,16 @@ +# Description: a GTK based pdf viewer +# URL: http://www.emma-soft.com/projects/epdfview +# Maintainer: Simone Rota, sip at crux dot nu +# Depends on: poppler + +name=epdfview +version=0.1.6 +release=1 +source=(http://www.emma-soft.com/projects/epdfview/chrome/site/releases/$name-$version.tar.bz2) + +build() { + cd $name-$version + ./configure --prefix=/usr --disable-nls + make + make DESTDIR=$PKG install +} From crux at crux.nu Thu Mar 22 16:35:54 2007 From: crux at crux.nu (crux at crux.nu) Date: Thu, 22 Mar 2007 17:35:54 +0100 Subject: [crux-commits] ports/opt (2.3): gtklp: updated to 1.2.3 Message-ID: <4602b06a.TlKC6mNtpNpShrnr%crux@crux.nu> commit fc9e76991ec35a3344568437fe370c57bd94fb8f Author: Simone Rota Date: Thu Mar 22 17:42:49 2007 +0100 gtklp: updated to 1.2.3 diff --git a/gtklp/.md5sum b/gtklp/.md5sum index e59aa09..56b95a9 100644 --- a/gtklp/.md5sum +++ b/gtklp/.md5sum @@ -1 +1 @@ -f07a6acee4cf4d95559a7740661bcbe9 gtklp-1.2.2.src.tar.gz +38ca06be7cef966898acc9aa3691c81b gtklp-1.2.3.src.tar.gz diff --git a/gtklp/Pkgfile b/gtklp/Pkgfile index b86a9f9..e652d19 100644 --- a/gtklp/Pkgfile +++ b/gtklp/Pkgfile @@ -5,13 +5,13 @@ # Depends on: gtk, cups name=gtklp -version=1.2.2 +version=1.2.3 release=1 source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.src.tar.gz) build() { cd $name-$version - ./configure --prefix=/usr + ./configure --prefix=/usr --mandir=/usr/man make make DESTDIR=$PKG install rm -r $PKG/usr/share/locale From crux at crux.nu Thu Mar 22 16:41:39 2007 From: crux at crux.nu (crux at crux.nu) Date: Thu, 22 Mar 2007 17:41:39 +0100 Subject: [crux-commits] ports/opt (2.3): neon: updated to 0.26.3 Message-ID: <4602b1c3.rjVDruB3TlY9cHzE%crux@crux.nu> commit e8c908bd2a6c692c2cba449c95c7a80b27b890b3 Author: Simone Rota Date: Thu Mar 22 17:48:34 2007 +0100 neon: updated to 0.26.3 diff --git a/neon/.footprint b/neon/.footprint index d8a1f86..3f7f578 100644 --- a/neon/.footprint +++ b/neon/.footprint @@ -27,9 +27,9 @@ drwxr-xr-x root/root usr/include/neon/ -rw-r--r-- root/root usr/include/neon/ne_xmlreq.h drwxr-xr-x root/root usr/lib/ -rwxr-xr-x root/root usr/lib/libneon.la -lrwxrwxrwx root/root usr/lib/libneon.so -> libneon.so.26.0.2 -lrwxrwxrwx root/root usr/lib/libneon.so.26 -> libneon.so.26.0.2 --rwxr-xr-x root/root usr/lib/libneon.so.26.0.2 +lrwxrwxrwx root/root usr/lib/libneon.so -> libneon.so.26.0.3 +lrwxrwxrwx root/root usr/lib/libneon.so.26 -> libneon.so.26.0.3 +-rwxr-xr-x root/root usr/lib/libneon.so.26.0.3 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/neon.pc drwxr-xr-x root/root usr/man/ diff --git a/neon/.md5sum b/neon/.md5sum index b98936f..895e371 100644 --- a/neon/.md5sum +++ b/neon/.md5sum @@ -1 +1 @@ -65ff7f6d962305b984a60d6ec5b189b5 neon-0.26.2.tar.gz +6e52cd9c03e372026d6eccbfb80f09ef neon-0.26.3.tar.gz diff --git a/neon/Pkgfile b/neon/Pkgfile index e87a886..2626977 100644 --- a/neon/Pkgfile +++ b/neon/Pkgfile @@ -4,7 +4,7 @@ # Depends on: openssl expat name=neon -version=0.26.2 +version=0.26.3 release=1 source=(http://www.webdav.org/neon/neon-${version}.tar.gz) From crux at crux.nu Thu Mar 22 16:51:23 2007 From: crux at crux.nu (crux at crux.nu) Date: Thu, 22 Mar 2007 17:51:23 +0100 Subject: [crux-commits] ports/opt (2.3): subversion: updated to 1.4.3 Message-ID: <4602b40b.3cnRDAY0t/mYOoLF%crux@crux.nu> commit 9b982e6b57c9471f379bffe0b90e046b8090195a Author: Simone Rota Date: Thu Mar 22 17:58:14 2007 +0100 subversion: updated to 1.4.3 diff --git a/subversion/.md5sum b/subversion/.md5sum index ec14f79..eeeb0f9 100644 --- a/subversion/.md5sum +++ b/subversion/.md5sum @@ -1 +1 @@ -edebb06afb3266d09e75f728a8259677 subversion-1.4.2.tar.bz2 +de0e792c9804c7bce397d267af5eb30d subversion-1.4.3.tar.bz2 diff --git a/subversion/Pkgfile b/subversion/Pkgfile index 904b655..5195ad9 100644 --- a/subversion/Pkgfile +++ b/subversion/Pkgfile @@ -4,7 +4,7 @@ # Depends on: apr, neon, expat name=subversion -version=1.4.2 +version=1.4.3 release=1 source=(http://subversion.tigris.org/downloads/subversion-$version.tar.bz2) From crux at crux.nu Thu Mar 22 17:50:52 2007 From: crux at crux.nu (crux at crux.nu) Date: Thu, 22 Mar 2007 18:50:52 +0100 Subject: [crux-commits] ports/opt (2.3): libgd: updated to 2.0.34, fixed deps for CRUX 2.3 Message-ID: <4602c1fc.Sf7cNjnMKF8I2Rxx%crux@crux.nu> commit 4e5360257a89b108e1067490625e06a732b5a150 Author: Simone Rota Date: Thu Mar 22 18:57:48 2007 +0100 libgd: updated to 2.0.34, fixed deps for CRUX 2.3 diff --git a/libgd/.md5sum b/libgd/.md5sum index b27c040..141529f 100644 --- a/libgd/.md5sum +++ b/libgd/.md5sum @@ -1 +1 @@ -be0a6d326cd8567e736fbc75df0a5c45 gd-2.0.33.tar.gz +3a02dde42be92a5112fe23b41f54432b gd-2.0.34.tar.gz diff --git a/libgd/Pkgfile b/libgd/Pkgfile index 7001aa4..f15175a 100644 --- a/libgd/Pkgfile +++ b/libgd/Pkgfile @@ -1,13 +1,13 @@ # Description: gd libraries # Maintainer: Simone Rota, sip at crux dot nu # Packager: Jeremy Jones, jeremy at samnjack dot com -# URL: http://www.boutell.com/gd/ -# Depends on: x11, libpng, libjpeg, freetype +# URL: http://www.libgd.org +# Depends on: xorg-libxpm, libpng, libjpeg, freetype name=libgd -version=2.0.33 +version=2.0.34 release=1 -source=(http://www.boutell.com/gd/http/gd-$version.tar.gz) +source=(http://www.libgd.org/releases/gd-$version.tar.gz) build () { cd gd-$version From crux at crux.nu Fri Mar 23 16:02:01 2007 From: crux at crux.nu (crux at crux.nu) Date: Fri, 23 Mar 2007 17:02:01 +0100 Subject: [crux-commits] ports/opt (2.3): subversion: fixed neon checking Message-ID: <4603f9f9.7FvrVNQ3u9PRDgQ8%crux@crux.nu> commit fe3057be6f58b9179ad545290ff732c805d0cd8b Author: Simone Rota Date: Fri Mar 23 17:02:00 2007 +0100 subversion: fixed neon checking diff --git a/subversion/Pkgfile b/subversion/Pkgfile index 5195ad9..c2b764b 100644 --- a/subversion/Pkgfile +++ b/subversion/Pkgfile @@ -5,7 +5,7 @@ name=subversion version=1.4.3 -release=1 +release=2 source=(http://subversion.tigris.org/downloads/subversion-$version.tar.bz2) build() { @@ -15,7 +15,8 @@ build() { LDFLAGS="-L$PKG/usr/lib" \ ./configure --prefix=/usr \ --with-apr=/usr --with-apr-util=/usr --with-neon=/usr \ - --disable-mod-activation --without-swig --disable-nls + --disable-mod-activation --without-swig --disable-nls \ + --disable-neon-version-check make make DESTDIR=$PKG external-install local-install From crux at crux.nu Fri Mar 23 21:36:09 2007 From: crux at crux.nu (crux at crux.nu) Date: Fri, 23 Mar 2007 22:36:09 +0100 Subject: [crux-commits] ports/xorg (2.3): xorg-makedepend: updated to 1.0.1 Message-ID: <46044849.bvjxEA8ueXUk4WE3%crux@crux.nu> commit 9b7327ab9d6e0fbb652d2572bb807109bbc6534a Author: Tilman Sauerbeck Date: Thu Mar 22 20:25:59 2007 +0100 xorg-makedepend: updated to 1.0.1 diff --git a/xorg-makedepend/.footprint b/xorg-makedepend/.footprint index 67dc12c..35c3ccf 100644 --- a/xorg-makedepend/.footprint +++ b/xorg-makedepend/.footprint @@ -3,4 +3,4 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/makedepend drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/makedepend.1x.gz +-rw-r--r-- root/root usr/man/man1/makedepend.1.gz diff --git a/xorg-makedepend/.md5sum b/xorg-makedepend/.md5sum index 7246eba..f09a0e4 100644 --- a/xorg-makedepend/.md5sum +++ b/xorg-makedepend/.md5sum @@ -1 +1 @@ -fa194caa4f059f5621ed2c5a51efb4d0 makedepend-1.0.0.tar.bz2 +54ab2549d723e51ff2b9cff4d8bf44d1 makedepend-1.0.1.tar.bz2 diff --git a/xorg-makedepend/Pkgfile b/xorg-makedepend/Pkgfile index 2a916b7..7202de8 100644 --- a/xorg-makedepend/Pkgfile +++ b/xorg-makedepend/Pkgfile @@ -4,7 +4,7 @@ # Depends on: xorg-xproto name=xorg-makedepend -version=1.0.0 +version=1.0.1 release=1 source=(http://xorg.freedesktop.org/releases/individual/util/makedepend-$version.tar.bz2) From crux at crux.nu Fri Mar 23 21:45:00 2007 From: crux at crux.nu (crux at crux.nu) Date: Fri, 23 Mar 2007 22:45:00 +0100 Subject: [crux-commits] ports/xorg (2.3): xorg-mkfontdir: updated to 1.0.3 Message-ID: <46044a5c.LVgfd0g6lwUTsOoa%crux@crux.nu> commit 3d806445feb1428b4ad1935d4044185439cfcfd9 Author: Tilman Sauerbeck Date: Fri Mar 23 22:44:50 2007 +0100 xorg-mkfontdir: updated to 1.0.3 diff --git a/xorg-mkfontdir/.footprint b/xorg-mkfontdir/.footprint index 8409bb7..d2d1ccb 100644 --- a/xorg-mkfontdir/.footprint +++ b/xorg-mkfontdir/.footprint @@ -3,4 +3,4 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/mkfontdir drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/mkfontdir.1x.gz +-rw-r--r-- root/root usr/man/man1/mkfontdir.1.gz diff --git a/xorg-mkfontdir/.md5sum b/xorg-mkfontdir/.md5sum index 4ecc978..9530a6d 100644 --- a/xorg-mkfontdir/.md5sum +++ b/xorg-mkfontdir/.md5sum @@ -1 +1 @@ -94da9dcd2447300e8fdada896d7ed433 mkfontdir-1.0.2.tar.bz2 +4d0f89a23f77e22f1671a77bf0898955 mkfontdir-1.0.3.tar.bz2 diff --git a/xorg-mkfontdir/Pkgfile b/xorg-mkfontdir/Pkgfile index 6764cd7..1584afb 100644 --- a/xorg-mkfontdir/Pkgfile +++ b/xorg-mkfontdir/Pkgfile @@ -3,7 +3,7 @@ # Maintainer: Tilman Sauerbeck, tilman at crux dot nu name=xorg-mkfontdir -version=1.0.2 +version=1.0.3 release=1 source=(http://xorg.freedesktop.org/releases/individual/app/mkfontdir-$version.tar.bz2) From crux at crux.nu Sat Mar 24 15:00:43 2007 From: crux at crux.nu (crux at crux.nu) Date: Sat, 24 Mar 2007 16:00:43 +0100 Subject: [crux-commits] ports/opt (2.3): python-xlib: removed Message-ID: <46053d1b.I/3T8TGXXeoGUpis%crux@crux.nu> commit ad00e54f360d4fee2e3086d3c9428392a5339110 Author: Tilman Sauerbeck Date: Sat Mar 24 16:00:29 2007 +0100 python-xlib: removed diff --git a/python-xlib/.footprint b/python-xlib/.footprint deleted file mode 100644 index f8847c8..0000000 --- a/python-xlib/.footprint +++ /dev/null @@ -1,110 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/python2.4/ -drwxr-xr-x root/root usr/lib/python2.4/site-packages/ -drwxr-xr-x root/root usr/lib/python2.4/site-packages/Xlib/ --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/X.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/X.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/XK.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/XK.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/Xatom.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/Xatom.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/Xcursorfont.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/Xcursorfont.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/Xutil.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/Xutil.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/__init__.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/__init__.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/display.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/display.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/error.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/error.pyc -drwxr-xr-x root/root usr/lib/python2.4/site-packages/Xlib/ext/ --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/ext/__init__.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/ext/__init__.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/ext/shape.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/ext/shape.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/ext/xtest.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/ext/xtest.pyc -drwxr-xr-x root/root usr/lib/python2.4/site-packages/Xlib/keysymdef/ --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/keysymdef/__init__.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/keysymdef/__init__.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/keysymdef/apl.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/keysymdef/apl.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/keysymdef/arabic.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/keysymdef/arabic.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/keysymdef/cyrillic.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/keysymdef/cyrillic.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/keysymdef/greek.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/keysymdef/greek.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/keysymdef/hebrew.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/keysymdef/hebrew.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/keysymdef/katakana.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/keysymdef/katakana.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/keysymdef/korean.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/keysymdef/korean.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/keysymdef/latin1.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/keysymdef/latin1.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/keysymdef/latin2.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/keysymdef/latin2.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/keysymdef/latin3.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/keysymdef/latin3.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/keysymdef/latin4.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/keysymdef/latin4.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/keysymdef/miscellany.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/keysymdef/miscellany.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/keysymdef/publishing.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/keysymdef/publishing.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/keysymdef/special.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/keysymdef/special.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/keysymdef/technical.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/keysymdef/technical.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/keysymdef/thai.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/keysymdef/thai.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/keysymdef/xk3270.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/keysymdef/xk3270.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/keysymdef/xkb.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/keysymdef/xkb.pyc -drwxr-xr-x root/root usr/lib/python2.4/site-packages/Xlib/protocol/ --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/protocol/__init__.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/protocol/__init__.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/protocol/display.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/protocol/display.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/protocol/event.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/protocol/event.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/protocol/request.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/protocol/request.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/protocol/rq.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/protocol/rq.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/protocol/structs.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/protocol/structs.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/rdb.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/rdb.pyc -drwxr-xr-x root/root usr/lib/python2.4/site-packages/Xlib/support/ --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/support/__init__.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/support/__init__.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/support/connect.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/support/connect.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/support/lock.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/support/lock.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/support/unix_connect.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/support/unix_connect.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/support/vms_connect.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/support/vms_connect.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/threaded.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/threaded.pyc -drwxr-xr-x root/root usr/lib/python2.4/site-packages/Xlib/xobject/ --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/xobject/__init__.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/xobject/__init__.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/xobject/colormap.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/xobject/colormap.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/xobject/cursor.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/xobject/cursor.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/xobject/drawable.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/xobject/drawable.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/xobject/fontable.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/xobject/fontable.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/xobject/icccm.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/xobject/icccm.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/xobject/resource.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Xlib/xobject/resource.pyc diff --git a/python-xlib/.md5sum b/python-xlib/.md5sum deleted file mode 100644 index 31ecff9..0000000 --- a/python-xlib/.md5sum +++ /dev/null @@ -1,3 +0,0 @@ -c192421d6c88c72e1b3736971956988e display.py-encoding.diff -4dfbefa2a135ba60ef31eb726a967ba3 python-xlib-0.12-attr-err.diff -83b294f34876c06b1a7697227249cb83 python-xlib-0.12.tar.gz diff --git a/python-xlib/Pkgfile b/python-xlib/Pkgfile deleted file mode 100644 index 033b106..0000000 --- a/python-xlib/Pkgfile +++ /dev/null @@ -1,17 +0,0 @@ -# Description: python interface to xlib -# URL: http://python-xlib.sourceforge.net -# Maintainer: Johannes Winkelmann, jw at tks6 dot net -# Depends on: python x11 - -name=python-xlib -version=0.12 -release=2 -source=(http://dl.sourceforge.net/sourceforge/python-xlib/$name-$version.tar.gz\ - display.py-encoding.diff python-xlib-0.12-attr-err.diff) - -build() { - cd $name-$version - patch Xlib/protocol/display.py $SRC/display.py-encoding.diff - patch -p1 < $SRC/python-xlib-0.12-attr-err.diff - python setup.py install --root=$PKG --prefix=/usr -} diff --git a/python-xlib/display.py-encoding.diff b/python-xlib/display.py-encoding.diff deleted file mode 100644 index 57b7a6a..0000000 --- a/python-xlib/display.py-encoding.diff +++ /dev/null @@ -1,10 +0,0 @@ -# must. add. comment. to. fool. stupid. cvs - ---- display.py.orig 2005-05-20 17:12:24.211812496 +0200 -+++ display.py 2005-05-20 17:13:07.607215392 +0200 -@@ -1,4 +1,5 @@ - # $Id: display.py,v 1.17 2002/02/25 11:09:23 petli Exp $ -+# -*- coding: utf-8 -*- - # - # Xlib.protocol.display -- core display communication - # diff --git a/python-xlib/python-xlib-0.12-attr-err.diff b/python-xlib/python-xlib-0.12-attr-err.diff deleted file mode 100644 index 6d70241..0000000 --- a/python-xlib/python-xlib-0.12-attr-err.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- python-xlib-0.12/Xlib/protocol/display.py.orig 2005-06-24 16:55:40.762074352 +0200 -+++ python-xlib-0.12/Xlib/protocol/display.py 2005-06-24 16:55:48.512896048 +0200 -@@ -527,7 +527,7 @@ - # We're the recieving thread, parse the data - if recieving: - try: -- recv = self.socket.recv(2048) -+ recv = self.socket.recv(4096) - except socket.error, err: - self.close_internal('server: %s' % err[1]) - raise self.socket_error From crux at crux.nu Sat Mar 24 15:00:43 2007 From: crux at crux.nu (crux at crux.nu) Date: Sat, 24 Mar 2007 16:00:43 +0100 Subject: [crux-commits] ports/opt (2.3): pypanel: removed Message-ID: <46053d1b.qH2DKTincux+RCRS%crux@crux.nu> commit 58609e7640d8546d6ba760a66b73e73fb72bb0f3 Author: Tilman Sauerbeck Date: Sat Mar 24 16:00:00 2007 +0100 pypanel: removed diff --git a/pypanel/.footprint b/pypanel/.footprint deleted file mode 100644 index ce8687c..0000000 --- a/pypanel/.footprint +++ /dev/null @@ -1,12 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/pypanel -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/python2.4/ -drwxr-xr-x root/root usr/lib/python2.4/site-packages/ --rwxr-xr-x root/root usr/lib/python2.4/site-packages/ppmodule.so -drwxr-xr-x root/root usr/lib/python2.4/site-packages/pypanel/ --rw-r--r-- root/root usr/lib/python2.4/site-packages/pypanel/COPYING --rw-r--r-- root/root usr/lib/python2.4/site-packages/pypanel/README --rw-r--r-- root/root usr/lib/python2.4/site-packages/pypanel/ppicon.png --rw-r--r-- root/root usr/lib/python2.4/site-packages/pypanel/pypanelrc diff --git a/pypanel/.md5sum b/pypanel/.md5sum deleted file mode 100644 index 965af23..0000000 --- a/pypanel/.md5sum +++ /dev/null @@ -1 +0,0 @@ -f1f9a2ed80be72ab36e748833618daba PyPanel-2.4.tar.gz diff --git a/pypanel/Pkgfile b/pypanel/Pkgfile deleted file mode 100644 index 9407c36..0000000 --- a/pypanel/Pkgfile +++ /dev/null @@ -1,15 +0,0 @@ -# Description: A lightweight panel/taskbar for X11 -# URL: http://pypanel.sourceforge.net -# Packager: Johannes Winkelmann, jw at tks6 dot net -# Maintainer: Johannes Winkelmann, jw at tks6 dot net -# Depends on: python-xlib - -name=pypanel -version=2.4 -release=1 -source=(http://dl.sourceforge.net/sourceforge/pypanel/PyPanel-$version.tar.gz) - -build() { - cd PyPanel-$version - python setup.py install --root=$PKG --prefix=/usr -} From crux at crux.nu Sun Mar 25 08:25:08 2007 From: crux at crux.nu (crux at crux.nu) Date: Sun, 25 Mar 2007 10:25:08 +0200 Subject: [crux-commits] ports/opt (2.3): dovecot: update to 1.0.rc28 Message-ID: <460631e4.zbisi3EfvBJ3a57n%crux@crux.nu> commit 12df1591f31560035ae381a8987f97b3daa12443 Author: Juergen Daubert Date: Sun Mar 25 10:22:48 2007 +0200 dovecot: update to 1.0.rc28 diff --git a/dovecot/.footprint b/dovecot/.footprint index a6f8044..7231fb0 100644 --- a/dovecot/.footprint +++ b/dovecot/.footprint @@ -15,8 +15,10 @@ drwxr-xr-x root/root usr/lib/dovecot/ -rwxr-xr-x root/root usr/lib/dovecot/dict -rwxr-xr-x root/root usr/lib/dovecot/dovecot-auth -rwxr-xr-x root/root usr/lib/dovecot/gdbhelper +-rwxr-xr-x root/root usr/lib/dovecot/idxview -rwxr-xr-x root/root usr/lib/dovecot/imap -rwxr-xr-x root/root usr/lib/dovecot/imap-login +-rwxr-xr-x root/root usr/lib/dovecot/logview drwxr-xr-x root/root usr/lib/dovecot/modules/ drwxr-xr-x root/root usr/lib/dovecot/modules/imap/ lrwxrwxrwx root/root usr/lib/dovecot/modules/imap/lib01_acl_plugin.so -> ../lib01_acl_plugin.so diff --git a/dovecot/.md5sum b/dovecot/.md5sum index 70d368d..404364b 100644 --- a/dovecot/.md5sum +++ b/dovecot/.md5sum @@ -1,3 +1,3 @@ 1c37d911bc42fb40f0ef5a3f5822b170 dovecot -2bc18491c869e0b298ef114d07cdbb46 dovecot-1.0.rc27.tar.gz -944edb11743df46699980ab369fdf7e8 dovecot-config.patch +e6fd617f3210f914815186c176796881 dovecot-1.0.rc28.tar.gz +c7f9312d97e08b259dd2dd5ca39ba1ce dovecot-config.patch diff --git a/dovecot/Pkgfile b/dovecot/Pkgfile index 8326209..73cb632 100644 --- a/dovecot/Pkgfile +++ b/dovecot/Pkgfile @@ -4,7 +4,7 @@ # Depends on: openssl name=dovecot -version=1.0.rc27 +version=1.0.rc28 release=1 source=(http://dovecot.org/releases/$name-$version.tar.gz \ dovecot-config.patch dovecot) @@ -26,6 +26,7 @@ build () { make DESTDIR=$PKG install rm -r $PKG/usr/{share,include} + rm $PKG/etc/dovecot-{ldap,sql}-example.conf mv $PKG/etc/dovecot-example.conf $PKG/etc/dovecot.conf install -D -m 755 $SRC/dovecot $PKG/etc/rc.d/dovecot diff --git a/dovecot/dovecot-config.patch b/dovecot/dovecot-config.patch index b3568e0..3171f39 100644 --- a/dovecot/dovecot-config.patch +++ b/dovecot/dovecot-config.patch @@ -1,6 +1,6 @@ -diff -Nru dovecot-1.0.rc27.orig/dovecot-example.conf dovecot-1.0.rc27/dovecot-example.conf ---- dovecot-1.0.rc27.orig/dovecot-example.conf 2007-03-13 21:58:31.000000000 +0100 -+++ dovecot-1.0.rc27/dovecot-example.conf 2007-03-13 21:59:01.000000000 +0100 +diff -Nru dovecot-1.0.rc28.orig/dovecot-example.conf dovecot-1.0.rc28/dovecot-example.conf +--- dovecot-1.0.rc28.orig/dovecot-example.conf 2007-03-24 09:43:35.000000000 +0100 ++++ dovecot-1.0.rc28/dovecot-example.conf 2007-03-24 09:45:34.000000000 +0100 @@ -13,11 +13,11 @@ # --with-ssldir=/etc/ssl @@ -158,13 +158,15 @@ diff -Nru dovecot-1.0.rc27.orig/dovecot-example.conf dovecot-1.0.rc27/dovecot-ex # /etc/passwd or similar, using getpwnam() # In many systems nowadays this uses Name Service Switch, which is -@@ -830,8 +830,8 @@ +@@ -828,10 +828,10 @@ # /etc/shadow or similiar, using getspnam(). Deprecated by PAM nowadays. # http://wiki.dovecot.org/PasswordDatabase/Shadow - #passdb shadow { -- #} + passdb shadow { + # [blocking=yes] - See userdb passwd for explanation + #args = +- #} + } # PAM-like authentication for OpenBSD. From crux at crux.nu Sun Mar 25 21:51:41 2007 From: crux at crux.nu (crux at crux.nu) Date: Sun, 25 Mar 2007 23:51:41 +0200 Subject: [crux-commits] ports/opt (2.3): dbus-python: updated .footprint Message-ID: <4606eeed.67gBqxtbJ+ZOrOCY%crux@crux.nu> commit 9125e0941bbf41d95c399c6b4ebae55785035599 Author: Matt Housh Date: Sun Mar 25 16:51:33 2007 -0500 dbus-python: updated .footprint diff --git a/dbus-python/.footprint b/dbus-python/.footprint index bbd4e1c..47c52a8 100644 --- a/dbus-python/.footprint +++ b/dbus-python/.footprint @@ -1,29 +1,30 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/python2.4/ -drwxr-xr-x root/root usr/lib/python2.4/site-packages/ -drwxr-xr-x root/root usr/lib/python2.4/site-packages/dbus/ --rw-r--r-- root/root usr/lib/python2.4/site-packages/dbus/__init__.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/dbus/__init__.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/dbus/_dbus.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/dbus/_dbus.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/dbus/_util.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/dbus/_util.pyc --rwxr-xr-x root/root usr/lib/python2.4/site-packages/dbus/dbus_bindings.so --rwxr-xr-x root/root usr/lib/python2.4/site-packages/dbus/dbus_glib_bindings.so --rw-r--r-- root/root usr/lib/python2.4/site-packages/dbus/decorators.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/dbus/decorators.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/dbus/exceptions.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/dbus/exceptions.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/dbus/glib.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/dbus/glib.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/dbus/introspect_parser.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/dbus/introspect_parser.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/dbus/matchrules.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/dbus/matchrules.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/dbus/proxies.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/dbus/proxies.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/dbus/service.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/dbus/service.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/dbus/types.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/dbus/types.pyc +drwxr-xr-x root/root usr/lib/python2.5/ +drwxr-xr-x root/root usr/lib/python2.5/site-packages/ +drwxr-xr-x root/root usr/lib/python2.5/site-packages/dbus/ +-rw-r--r-- root/root usr/lib/python2.5/site-packages/dbus/__init__.py +-rw-r--r-- root/root usr/lib/python2.5/site-packages/dbus/__init__.pyc +-rw-r--r-- root/root usr/lib/python2.5/site-packages/dbus/_dbus.py +-rw-r--r-- root/root usr/lib/python2.5/site-packages/dbus/_dbus.pyc +-rw-r--r-- root/root usr/lib/python2.5/site-packages/dbus/_util.py +-rw-r--r-- root/root usr/lib/python2.5/site-packages/dbus/_util.pyc +-rwxr-xr-x root/root usr/lib/python2.5/site-packages/dbus/dbus_bindings.so +-rwxr-xr-x root/root usr/lib/python2.5/site-packages/dbus/dbus_glib_bindings.so +-rw-r--r-- root/root usr/lib/python2.5/site-packages/dbus/decorators.py +-rw-r--r-- root/root usr/lib/python2.5/site-packages/dbus/decorators.pyc +-rw-r--r-- root/root usr/lib/python2.5/site-packages/dbus/exceptions.py +-rw-r--r-- root/root usr/lib/python2.5/site-packages/dbus/exceptions.pyc +-rw-r--r-- root/root usr/lib/python2.5/site-packages/dbus/glib.py +-rw-r--r-- root/root usr/lib/python2.5/site-packages/dbus/glib.pyc +-rw-r--r-- root/root usr/lib/python2.5/site-packages/dbus/introspect_parser.py +-rw-r--r-- root/root usr/lib/python2.5/site-packages/dbus/introspect_parser.pyc +-rw-r--r-- root/root usr/lib/python2.5/site-packages/dbus/matchrules.py +-rw-r--r-- root/root usr/lib/python2.5/site-packages/dbus/matchrules.pyc +-rw-r--r-- root/root usr/lib/python2.5/site-packages/dbus/proxies.py +-rw-r--r-- root/root usr/lib/python2.5/site-packages/dbus/proxies.pyc +-rw-r--r-- root/root usr/lib/python2.5/site-packages/dbus/service.py +-rw-r--r-- root/root usr/lib/python2.5/site-packages/dbus/service.pyc +-rw-r--r-- root/root usr/lib/python2.5/site-packages/dbus/types.py +-rw-r--r-- root/root usr/lib/python2.5/site-packages/dbus/types.pyc +-rw-r--r-- root/root usr/lib/python2.5/site-packages/dbus_python-0.71-py2.5.egg-info From crux at crux.nu Mon Mar 26 01:42:51 2007 From: crux at crux.nu (crux at crux.nu) Date: Mon, 26 Mar 2007 03:42:51 +0200 Subject: [crux-commits] ports/opt (2.3): pyrex: updated .footprint Message-ID: <4607251b.t6oySyZsIwg//k1y%crux@crux.nu> commit d48ecf34d11a506c4441137e01a67a2b3281d895 Author: Matt Housh Date: Sun Mar 25 20:42:45 2007 -0500 pyrex: updated .footprint diff --git a/pyrex/.footprint b/pyrex/.footprint index c71d15f..57c8abc 100644 --- a/pyrex/.footprint +++ b/pyrex/.footprint @@ -2,85 +2,97 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/pyrexc drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/python2.4/ -drwxr-xr-x root/root usr/lib/python2.4/site-packages/ -drwxr-xr-x root/root usr/lib/python2.4/site-packages/Pyrex/ -drwxr-xr-x root/root usr/lib/python2.4/site-packages/Pyrex/Compiler/ --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Compiler/CmdLine.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Compiler/CmdLine.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Compiler/Code.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Compiler/Code.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Compiler/DebugFlags.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Compiler/DebugFlags.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Compiler/Errors.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Compiler/Errors.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Compiler/ExprNodes.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Compiler/ExprNodes.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Compiler/Lexicon.pickle --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Compiler/Lexicon.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Compiler/Lexicon.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Compiler/Main.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Compiler/Main.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Compiler/ModuleNode.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Compiler/ModuleNode.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Compiler/Naming.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Compiler/Naming.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Compiler/Nodes.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Compiler/Nodes.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Compiler/Options.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Compiler/Options.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Compiler/Parsing.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Compiler/Parsing.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Compiler/PyrexTypes.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Compiler/PyrexTypes.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Compiler/Scanning.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Compiler/Scanning.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Compiler/Symtab.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Compiler/Symtab.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Compiler/TypeSlots.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Compiler/TypeSlots.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Compiler/Version.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Compiler/Version.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Compiler/__init__.py (EMPTY) --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Compiler/__init__.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Debugging.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Debugging.pyc -drwxr-xr-x root/root usr/lib/python2.4/site-packages/Pyrex/Distutils/ --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Distutils/__init__.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Distutils/__init__.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Distutils/build_ext.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Distutils/build_ext.pyc -drwxr-xr-x root/root usr/lib/python2.4/site-packages/Pyrex/Plex/ --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Plex/Actions.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Plex/Actions.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Plex/DFA.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Plex/DFA.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Plex/Errors.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Plex/Errors.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Plex/Lexicons.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Plex/Lexicons.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Plex/Machines.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Plex/Machines.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Plex/Regexps.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Plex/Regexps.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Plex/Scanners.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Plex/Scanners.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Plex/Timing.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Plex/Timing.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Plex/Traditional.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Plex/Traditional.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Plex/Transitions.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Plex/Transitions.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Plex/__init__.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Plex/__init__.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Plex/test_tm.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Plex/test_tm.pyc -drwxr-xr-x root/root usr/lib/python2.4/site-packages/Pyrex/Unix/ --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Unix/LinuxSystem.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Unix/LinuxSystem.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Unix/__init__.py (EMPTY) --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Unix/__init__.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Utils.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/Utils.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/__init__.py (EMPTY) --rw-r--r-- root/root usr/lib/python2.4/site-packages/Pyrex/__init__.pyc +drwxr-xr-x root/root usr/lib/python2.5/ +drwxr-xr-x root/root usr/lib/python2.5/site-packages/ +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex-0.9.5.1a-py2.5.egg-info +drwxr-xr-x root/root usr/lib/python2.5/site-packages/Pyrex/ +drwxr-xr-x root/root usr/lib/python2.5/site-packages/Pyrex/Compiler/ +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Compiler/CmdLine.py +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Compiler/CmdLine.pyc +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Compiler/Code.py +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Compiler/Code.pyc +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Compiler/DebugFlags.py +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Compiler/DebugFlags.pyc +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Compiler/Errors.py +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Compiler/Errors.pyc +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Compiler/ExprNodes.py +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Compiler/ExprNodes.pyc +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Compiler/Lexicon.pickle +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Compiler/Lexicon.py +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Compiler/Lexicon.pyc +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Compiler/Main.py +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Compiler/Main.pyc +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Compiler/ModuleNode.py +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Compiler/ModuleNode.pyc +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Compiler/Naming.py +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Compiler/Naming.pyc +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Compiler/Nodes.py +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Compiler/Nodes.pyc +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Compiler/Options.py +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Compiler/Options.pyc +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Compiler/Parsing.py +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Compiler/Parsing.pyc +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Compiler/PyrexTypes.py +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Compiler/PyrexTypes.pyc +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Compiler/Scanning.py +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Compiler/Scanning.pyc +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Compiler/Symtab.py +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Compiler/Symtab.pyc +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Compiler/TypeSlots.py +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Compiler/TypeSlots.pyc +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Compiler/Version.py +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Compiler/Version.pyc +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Compiler/__init__.py (EMPTY) +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Compiler/__init__.pyc +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Debugging.py +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Debugging.pyc +drwxr-xr-x root/root usr/lib/python2.5/site-packages/Pyrex/Distutils/ +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Distutils/__init__.py +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Distutils/__init__.pyc +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Distutils/build_ext.py +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Distutils/build_ext.pyc +drwxr-xr-x root/root usr/lib/python2.5/site-packages/Pyrex/Mac/ +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Mac/DarwinSystem.py +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Mac/DarwinSystem.pyc +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Mac/MacSystem.py +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Mac/MacSystem.pyc +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Mac/MacUtils.py +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Mac/MacUtils.pyc +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Mac/TS_Misc_Suite.py +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Mac/TS_Misc_Suite.pyc +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Mac/__init__.py (EMPTY) +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Mac/__init__.pyc +drwxr-xr-x root/root usr/lib/python2.5/site-packages/Pyrex/Plex/ +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Plex/Actions.py +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Plex/Actions.pyc +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Plex/DFA.py +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Plex/DFA.pyc +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Plex/Errors.py +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Plex/Errors.pyc +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Plex/Lexicons.py +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Plex/Lexicons.pyc +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Plex/Machines.py +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Plex/Machines.pyc +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Plex/Regexps.py +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Plex/Regexps.pyc +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Plex/Scanners.py +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Plex/Scanners.pyc +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Plex/Timing.py +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Plex/Timing.pyc +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Plex/Traditional.py +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Plex/Traditional.pyc +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Plex/Transitions.py +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Plex/Transitions.pyc +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Plex/__init__.py +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Plex/__init__.pyc +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Plex/test_tm.py +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Plex/test_tm.pyc +drwxr-xr-x root/root usr/lib/python2.5/site-packages/Pyrex/Unix/ +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Unix/LinuxSystem.py +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Unix/LinuxSystem.pyc +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Unix/__init__.py (EMPTY) +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Unix/__init__.pyc +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Utils.py +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Utils.pyc +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/__init__.py (EMPTY) +-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/__init__.pyc From crux at crux.nu Mon Mar 26 03:15:04 2007 From: crux at crux.nu (crux at crux.nu) Date: Mon, 26 Mar 2007 05:15:04 +0200 Subject: [crux-commits] ports/opt (2.3): avahi: updated .footprint Message-ID: <46073ab8.BLBzwqZNy87GtHiE%crux@crux.nu> commit d1a09cbcdc113b8efdd3387f42eb970f49e3688a Author: Matt Housh Date: Sun Mar 25 22:14:58 2007 -0500 avahi: updated .footprint diff --git a/avahi/.footprint b/avahi/.footprint index 03b8b41..fedf55d 100644 --- a/avahi/.footprint +++ b/avahi/.footprint @@ -120,16 +120,16 @@ drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/avahi-compat-libdns_sd.pc -rw-r--r-- root/root usr/lib/pkgconfig/avahi-core.pc -rw-r--r-- root/root usr/lib/pkgconfig/avahi-glib.pc -drwxr-xr-x root/root usr/lib/python2.4/ -drwxr-xr-x root/root usr/lib/python2.4/site-packages/ -drwxr-xr-x root/root usr/lib/python2.4/site-packages/avahi/ --rwxr-xr-x root/root usr/lib/python2.4/site-packages/avahi/ServiceTypeDatabase.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/avahi/SimpleGladeApp.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/avahi/SimpleGladeApp.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/avahi/SimpleGladeApp.pyo --rw-r--r-- root/root usr/lib/python2.4/site-packages/avahi/__init__.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/avahi/__init__.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/avahi/__init__.pyo +drwxr-xr-x root/root usr/lib/python2.5/ +drwxr-xr-x root/root usr/lib/python2.5/site-packages/ +drwxr-xr-x root/root usr/lib/python2.5/site-packages/avahi/ +-rwxr-xr-x root/root usr/lib/python2.5/site-packages/avahi/ServiceTypeDatabase.py +-rw-r--r-- root/root usr/lib/python2.5/site-packages/avahi/SimpleGladeApp.py +-rw-r--r-- root/root usr/lib/python2.5/site-packages/avahi/SimpleGladeApp.pyc +-rw-r--r-- root/root usr/lib/python2.5/site-packages/avahi/SimpleGladeApp.pyo +-rw-r--r-- root/root usr/lib/python2.5/site-packages/avahi/__init__.py +-rw-r--r-- root/root usr/lib/python2.5/site-packages/avahi/__init__.pyc +-rw-r--r-- root/root usr/lib/python2.5/site-packages/avahi/__init__.pyo drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man1/ -rw-r--r-- root/root usr/man/man1/avahi-bookmarks.1.gz From crux at crux.nu Mon Mar 26 13:12:16 2007 From: crux at crux.nu (crux at crux.nu) Date: Mon, 26 Mar 2007 15:12:16 +0200 Subject: [crux-commits] ports/opt (2.3): atk: updated to version 1.18.0 Message-ID: <4607c6b0.AqO1G5i63CnOfaiY%crux@crux.nu> commit 8272bd57f617b0b29c9f5c26f4fa08f241870a72 Author: Matt Housh Date: Mon Mar 26 08:12:11 2007 -0500 atk: updated to version 1.18.0 diff --git a/atk/.footprint b/atk/.footprint index e258086..fb1f386 100644 --- a/atk/.footprint +++ b/atk/.footprint @@ -13,6 +13,7 @@ drwxr-xr-x root/root usr/include/atk-1.0/atk/ -rw-r--r-- root/root usr/include/atk-1.0/atk/atkhyperlinkimpl.h -rw-r--r-- root/root usr/include/atk-1.0/atk/atkhypertext.h -rw-r--r-- root/root usr/include/atk-1.0/atk/atkimage.h +-rw-r--r-- root/root usr/include/atk-1.0/atk/atkmisc.h -rw-r--r-- root/root usr/include/atk-1.0/atk/atknoopobject.h -rw-r--r-- root/root usr/include/atk-1.0/atk/atknoopobjectfactory.h -rw-r--r-- root/root usr/include/atk-1.0/atk/atkobject.h @@ -31,8 +32,8 @@ drwxr-xr-x root/root usr/include/atk-1.0/atk/ -rw-r--r-- root/root usr/include/atk-1.0/atk/atkvalue.h drwxr-xr-x root/root usr/lib/ -rwxr-xr-x root/root usr/lib/libatk-1.0.la -lrwxrwxrwx root/root usr/lib/libatk-1.0.so -> libatk-1.0.so.0.1214.0 -lrwxrwxrwx root/root usr/lib/libatk-1.0.so.0 -> libatk-1.0.so.0.1214.0 --rwxr-xr-x root/root usr/lib/libatk-1.0.so.0.1214.0 +lrwxrwxrwx root/root usr/lib/libatk-1.0.so -> libatk-1.0.so.0.1809.1 +lrwxrwxrwx root/root usr/lib/libatk-1.0.so.0 -> libatk-1.0.so.0.1809.1 +-rwxr-xr-x root/root usr/lib/libatk-1.0.so.0.1809.1 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/atk.pc diff --git a/atk/.md5sum b/atk/.md5sum index f44b65e..1814bde 100644 --- a/atk/.md5sum +++ b/atk/.md5sum @@ -1 +1 @@ -0a2c6a7bbc380e3a3d94e9061f76a849 atk-1.12.4.tar.bz2 +9fc33ec48fd32933f7f630479dfad667 atk-1.18.0.tar.bz2 diff --git a/atk/Pkgfile b/atk/Pkgfile index 8d3cc6b..46def30 100644 --- a/atk/Pkgfile +++ b/atk/Pkgfile @@ -4,9 +4,9 @@ # Depends on: glib name=atk -version=1.12.4 +version=1.18.0 release=1 -source=(http://download.gnome.org/sources/$name/1.12/$name-$version.tar.bz2) +source=(http://download.gnome.org/sources/$name/1.18/$name-$version.tar.bz2) build () { cd $name-$version From crux at crux.nu Mon Mar 26 15:09:56 2007 From: crux at crux.nu (crux at crux.nu) Date: Mon, 26 Mar 2007 17:09:56 +0200 Subject: [crux-commits] ports/opt (2.3): pango: updated to version 1.16.1 Message-ID: <4607e244.aQvVAof5TpWl0cWG%crux@crux.nu> commit 407ae4cb4057c19b6f09c46082111f3ade9cca3c Author: Matt Housh Date: Mon Mar 26 10:09:51 2007 -0500 pango: updated to version 1.16.1 diff --git a/pango/.footprint b/pango/.footprint index fd2454a..cccd23e 100644 --- a/pango/.footprint +++ b/pango/.footprint @@ -15,13 +15,16 @@ drwxr-xr-x root/root usr/include/pango-1.0/pango/ -rw-r--r-- root/root usr/include/pango-1.0/pango/pango-coverage.h -rw-r--r-- root/root usr/include/pango-1.0/pango/pango-engine.h -rw-r--r-- root/root usr/include/pango-1.0/pango/pango-enum-types.h +-rw-r--r-- root/root usr/include/pango-1.0/pango/pango-features.h -rw-r--r-- root/root usr/include/pango-1.0/pango/pango-font.h -rw-r--r-- root/root usr/include/pango-1.0/pango/pango-fontmap.h -rw-r--r-- root/root usr/include/pango-1.0/pango/pango-fontset.h -rw-r--r-- root/root usr/include/pango-1.0/pango/pango-glyph-item.h -rw-r--r-- root/root usr/include/pango-1.0/pango/pango-glyph.h +-rw-r--r-- root/root usr/include/pango-1.0/pango/pango-gravity.h -rw-r--r-- root/root usr/include/pango-1.0/pango/pango-item.h -rw-r--r-- root/root usr/include/pango-1.0/pango/pango-layout.h +-rw-r--r-- root/root usr/include/pango-1.0/pango/pango-matrix.h -rw-r--r-- root/root usr/include/pango-1.0/pango/pango-modules.h -rw-r--r-- root/root usr/include/pango-1.0/pango/pango-ot.h -rw-r--r-- root/root usr/include/pango-1.0/pango/pango-renderer.h @@ -40,52 +43,52 @@ drwxr-xr-x root/root usr/include/pango-1.0/pango/ -rw-r--r-- root/root usr/include/pango-1.0/pango/pangoxft.h drwxr-xr-x root/root usr/lib/ -rwxr-xr-x root/root usr/lib/libpango-1.0.la -lrwxrwxrwx root/root usr/lib/libpango-1.0.so -> libpango-1.0.so.0.1400.8 -lrwxrwxrwx root/root usr/lib/libpango-1.0.so.0 -> libpango-1.0.so.0.1400.8 --rwxr-xr-x root/root usr/lib/libpango-1.0.so.0.1400.8 +lrwxrwxrwx root/root usr/lib/libpango-1.0.so -> libpango-1.0.so.0.1600.1 +lrwxrwxrwx root/root usr/lib/libpango-1.0.so.0 -> libpango-1.0.so.0.1600.1 +-rwxr-xr-x root/root usr/lib/libpango-1.0.so.0.1600.1 -rwxr-xr-x root/root usr/lib/libpangocairo-1.0.la -lrwxrwxrwx root/root usr/lib/libpangocairo-1.0.so -> libpangocairo-1.0.so.0.1400.8 -lrwxrwxrwx root/root usr/lib/libpangocairo-1.0.so.0 -> libpangocairo-1.0.so.0.1400.8 --rwxr-xr-x root/root usr/lib/libpangocairo-1.0.so.0.1400.8 +lrwxrwxrwx root/root usr/lib/libpangocairo-1.0.so -> libpangocairo-1.0.so.0.1600.1 +lrwxrwxrwx root/root usr/lib/libpangocairo-1.0.so.0 -> libpangocairo-1.0.so.0.1600.1 +-rwxr-xr-x root/root usr/lib/libpangocairo-1.0.so.0.1600.1 -rw-r--r-- root/root usr/lib/libpangoft2-1.0.la -lrwxrwxrwx root/root usr/lib/libpangoft2-1.0.so -> libpangoft2-1.0.so.0.1400.8 -lrwxrwxrwx root/root usr/lib/libpangoft2-1.0.so.0 -> libpangoft2-1.0.so.0.1400.8 --rwxr-xr-x root/root usr/lib/libpangoft2-1.0.so.0.1400.8 +lrwxrwxrwx root/root usr/lib/libpangoft2-1.0.so -> libpangoft2-1.0.so.0.1600.1 +lrwxrwxrwx root/root usr/lib/libpangoft2-1.0.so.0 -> libpangoft2-1.0.so.0.1600.1 +-rwxr-xr-x root/root usr/lib/libpangoft2-1.0.so.0.1600.1 -rw-r--r-- root/root usr/lib/libpangox-1.0.la -lrwxrwxrwx root/root usr/lib/libpangox-1.0.so -> libpangox-1.0.so.0.1400.8 -lrwxrwxrwx root/root usr/lib/libpangox-1.0.so.0 -> libpangox-1.0.so.0.1400.8 --rwxr-xr-x root/root usr/lib/libpangox-1.0.so.0.1400.8 +lrwxrwxrwx root/root usr/lib/libpangox-1.0.so -> libpangox-1.0.so.0.1600.1 +lrwxrwxrwx root/root usr/lib/libpangox-1.0.so.0 -> libpangox-1.0.so.0.1600.1 +-rwxr-xr-x root/root usr/lib/libpangox-1.0.so.0.1600.1 -rw-r--r-- root/root usr/lib/libpangoxft-1.0.la -lrwxrwxrwx root/root usr/lib/libpangoxft-1.0.so -> libpangoxft-1.0.so.0.1400.8 -lrwxrwxrwx root/root usr/lib/libpangoxft-1.0.so.0 -> libpangoxft-1.0.so.0.1400.8 --rwxr-xr-x root/root usr/lib/libpangoxft-1.0.so.0.1400.8 +lrwxrwxrwx root/root usr/lib/libpangoxft-1.0.so -> libpangoxft-1.0.so.0.1600.1 +lrwxrwxrwx root/root usr/lib/libpangoxft-1.0.so.0 -> libpangoxft-1.0.so.0.1600.1 +-rwxr-xr-x root/root usr/lib/libpangoxft-1.0.so.0.1600.1 drwxr-xr-x root/root usr/lib/pango/ -drwxr-xr-x root/root usr/lib/pango/1.5.0/ -drwxr-xr-x root/root usr/lib/pango/1.5.0/modules/ --rwxr-xr-x root/root usr/lib/pango/1.5.0/modules/pango-arabic-fc.la --rwxr-xr-x root/root usr/lib/pango/1.5.0/modules/pango-arabic-fc.so --rwxr-xr-x root/root usr/lib/pango/1.5.0/modules/pango-arabic-lang.la --rwxr-xr-x root/root usr/lib/pango/1.5.0/modules/pango-arabic-lang.so --rwxr-xr-x root/root usr/lib/pango/1.5.0/modules/pango-basic-fc.la --rwxr-xr-x root/root usr/lib/pango/1.5.0/modules/pango-basic-fc.so --rwxr-xr-x root/root usr/lib/pango/1.5.0/modules/pango-basic-x.la --rwxr-xr-x root/root usr/lib/pango/1.5.0/modules/pango-basic-x.so --rwxr-xr-x root/root usr/lib/pango/1.5.0/modules/pango-hangul-fc.la --rwxr-xr-x root/root usr/lib/pango/1.5.0/modules/pango-hangul-fc.so --rwxr-xr-x root/root usr/lib/pango/1.5.0/modules/pango-hebrew-fc.la --rwxr-xr-x root/root usr/lib/pango/1.5.0/modules/pango-hebrew-fc.so --rwxr-xr-x root/root usr/lib/pango/1.5.0/modules/pango-indic-fc.la --rwxr-xr-x root/root usr/lib/pango/1.5.0/modules/pango-indic-fc.so --rwxr-xr-x root/root usr/lib/pango/1.5.0/modules/pango-indic-lang.la --rwxr-xr-x root/root usr/lib/pango/1.5.0/modules/pango-indic-lang.so --rwxr-xr-x root/root usr/lib/pango/1.5.0/modules/pango-khmer-fc.la --rwxr-xr-x root/root usr/lib/pango/1.5.0/modules/pango-khmer-fc.so --rwxr-xr-x root/root usr/lib/pango/1.5.0/modules/pango-syriac-fc.la --rwxr-xr-x root/root usr/lib/pango/1.5.0/modules/pango-syriac-fc.so --rwxr-xr-x root/root usr/lib/pango/1.5.0/modules/pango-thai-fc.la --rwxr-xr-x root/root usr/lib/pango/1.5.0/modules/pango-thai-fc.so --rwxr-xr-x root/root usr/lib/pango/1.5.0/modules/pango-tibetan-fc.la --rwxr-xr-x root/root usr/lib/pango/1.5.0/modules/pango-tibetan-fc.so +drwxr-xr-x root/root usr/lib/pango/1.6.0/ +drwxr-xr-x root/root usr/lib/pango/1.6.0/modules/ +-rwxr-xr-x root/root usr/lib/pango/1.6.0/modules/pango-arabic-fc.la +-rwxr-xr-x root/root usr/lib/pango/1.6.0/modules/pango-arabic-fc.so +-rwxr-xr-x root/root usr/lib/pango/1.6.0/modules/pango-arabic-lang.la +-rwxr-xr-x root/root usr/lib/pango/1.6.0/modules/pango-arabic-lang.so +-rwxr-xr-x root/root usr/lib/pango/1.6.0/modules/pango-basic-fc.la +-rwxr-xr-x root/root usr/lib/pango/1.6.0/modules/pango-basic-fc.so +-rwxr-xr-x root/root usr/lib/pango/1.6.0/modules/pango-basic-x.la +-rwxr-xr-x root/root usr/lib/pango/1.6.0/modules/pango-basic-x.so +-rwxr-xr-x root/root usr/lib/pango/1.6.0/modules/pango-hangul-fc.la +-rwxr-xr-x root/root usr/lib/pango/1.6.0/modules/pango-hangul-fc.so +-rwxr-xr-x root/root usr/lib/pango/1.6.0/modules/pango-hebrew-fc.la +-rwxr-xr-x root/root usr/lib/pango/1.6.0/modules/pango-hebrew-fc.so +-rwxr-xr-x root/root usr/lib/pango/1.6.0/modules/pango-indic-fc.la +-rwxr-xr-x root/root usr/lib/pango/1.6.0/modules/pango-indic-fc.so +-rwxr-xr-x root/root usr/lib/pango/1.6.0/modules/pango-indic-lang.la +-rwxr-xr-x root/root usr/lib/pango/1.6.0/modules/pango-indic-lang.so +-rwxr-xr-x root/root usr/lib/pango/1.6.0/modules/pango-khmer-fc.la +-rwxr-xr-x root/root usr/lib/pango/1.6.0/modules/pango-khmer-fc.so +-rwxr-xr-x root/root usr/lib/pango/1.6.0/modules/pango-syriac-fc.la +-rwxr-xr-x root/root usr/lib/pango/1.6.0/modules/pango-syriac-fc.so +-rwxr-xr-x root/root usr/lib/pango/1.6.0/modules/pango-thai-fc.la +-rwxr-xr-x root/root usr/lib/pango/1.6.0/modules/pango-thai-fc.so +-rwxr-xr-x root/root usr/lib/pango/1.6.0/modules/pango-tibetan-fc.la +-rwxr-xr-x root/root usr/lib/pango/1.6.0/modules/pango-tibetan-fc.so drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/pango.pc -rw-r--r-- root/root usr/lib/pkgconfig/pangocairo.pc diff --git a/pango/.md5sum b/pango/.md5sum index ce19ec2..8bbfab7 100644 --- a/pango/.md5sum +++ b/pango/.md5sum @@ -1,2 +1,2 @@ -ed0add14bcfe8a6939ea6a5996aa8032 pango-1.14.8.tar.bz2 -002ea27cf41dfcd997029224dd484413 pango.modules +4aa720633e53701a652f27700a7946dd pango-1.16.1.tar.bz2 +332a8655901fa90a99fd8f5400ef252f pango.modules diff --git a/pango/Pkgfile b/pango/Pkgfile index 7c4cf17..ec4406b 100644 --- a/pango/Pkgfile +++ b/pango/Pkgfile @@ -4,9 +4,9 @@ # Depends on: cairo, glib, xorg-libsm, xorg-libxext, xorg-libxft name=pango -version=1.14.8 +version=1.16.1 release=1 -source=(ftp://ftp.gtk.org/pub/$name/1.14/$name-$version.tar.bz2 \ +source=(ftp://ftp.gtk.org/pub/$name/1.16/$name-$version.tar.bz2 \ pango.modules) build () { diff --git a/pango/pango.modules b/pango/pango.modules index c110ae1..5b04a30 100644 --- a/pango/pango.modules +++ b/pango/pango.modules @@ -1,27 +1,35 @@ # Pango Modules file # Automatically generated file, do not edit # -# ModulesPath = /usr/lib/pango/1.5.0/modules +# ModulesPath = /usr/lib/pango/1.6.0/modules # -/usr/lib/pango/1.5.0/modules/pango-arabic-fc.so ArabicScriptEngineFc PangoEngineShape PangoRenderFc arabic:* -/usr/lib/pango/1.5.0/modules/pango-arabic-lang.so ArabicScriptEngineLang PangoEngineLang PangoRenderNone arabic:* -/usr/lib/pango/1.5.0/modules/pango-basic-x.so BasicScriptEngineX PangoEngineShape PangoRenderX common: -/usr/lib/pango/1.5.0/modules/pango-basic-fc.so BasicScriptEngineFc PangoEngineShape PangoRenderFc armenian:* bopomofo:* cherokee:* coptic:* cyrillic:* deseret:* ethiopic:* georgian:* gothic:* greek:* han:* hiragana:* katakana:* latin:* ogham:* old-italic:* runic:* canadian-aboriginal:* yi:* braille:* cypriot:* limbu:* osmanya:* shavian:* linear-b:* ugaritic:* glagolitic:* cuneiform:* phoenician:* common: -/usr/lib/pango/1.5.0/modules/pango-hangul-fc.so HangulScriptEngineFc PangoEngineShape PangoRenderFc hangul:* -/usr/lib/pango/1.5.0/modules/pango-hebrew-fc.so HebrewScriptEngineFc PangoEngineShape PangoRenderFc hebrew:* -/usr/lib/pango/1.5.0/modules/pango-indic-fc.so devaScriptEngineFc PangoEngineShape PangoRenderFc devanagari:* -/usr/lib/pango/1.5.0/modules/pango-indic-fc.so bengScriptEngineFc PangoEngineShape PangoRenderFc bengali:* -/usr/lib/pango/1.5.0/modules/pango-indic-fc.so guruScriptEngineFc PangoEngineShape PangoRenderFc gurmukhi:* -/usr/lib/pango/1.5.0/modules/pango-indic-fc.so gujrScriptEngineFc PangoEngineShape PangoRenderFc gujarati:* -/usr/lib/pango/1.5.0/modules/pango-indic-fc.so oryaScriptEngineFc PangoEngineShape PangoRenderFc oriya:* -/usr/lib/pango/1.5.0/modules/pango-indic-fc.so tamlScriptEngineFc PangoEngineShape PangoRenderFc tamil:* -/usr/lib/pango/1.5.0/modules/pango-indic-fc.so teluScriptEngineFc PangoEngineShape PangoRenderFc telugu:* -/usr/lib/pango/1.5.0/modules/pango-indic-fc.so kndaScriptEngineFc PangoEngineShape PangoRenderFc kannada:* -/usr/lib/pango/1.5.0/modules/pango-indic-fc.so mlymScriptEngineFc PangoEngineShape PangoRenderFc malayalam:* -/usr/lib/pango/1.5.0/modules/pango-indic-fc.so sinhScriptEngineFc PangoEngineShape PangoRenderFc sinhala:* -/usr/lib/pango/1.5.0/modules/pango-indic-lang.so devaIndicScriptEngineLang PangoEngineLang PangoRenderNone devanagari:* -/usr/lib/pango/1.5.0/modules/pango-indic-lang.so sinhIndicScriptEngineLang PangoEngineLang PangoRenderNone sinhala:* -/usr/lib/pango/1.5.0/modules/pango-khmer-fc.so KhmerScriptEngineFc PangoEngineShape PangoRenderFc khmer:* -/usr/lib/pango/1.5.0/modules/pango-syriac-fc.so SyriacScriptEngineFc PangoEngineShape PangoRenderFc syriac:* -/usr/lib/pango/1.5.0/modules/pango-thai-fc.so ThaiScriptEngineFc PangoEngineShape PangoRenderFc thai:* lao:* -/usr/lib/pango/1.5.0/modules/pango-tibetan-fc.so TibetanScriptEngineFc PangoEngineShape PangoRenderFc tibetan:* +/usr/lib/pango/1.6.0/modules/pango-arabic-fc.so ArabicScriptEngineFc PangoEngineShape PangoRenderFc arabic:* +/usr/lib/pango/1.6.0/modules/pango-arabic-lang.so ArabicScriptEngineLang PangoEngineLang PangoRenderNone arabic:* +/usr/lib/pango/1.6.0/modules/pango-basic-x.so BasicScriptEngineX PangoEngineShape PangoRenderX common: +/usr/lib/pango/1.6.0/modules/pango-basic-fc.so BasicScriptEngineFc PangoEngineShape PangoRenderFc armenian:* bopomofo:* cherokee:* coptic:* cyrillic:* deseret:* ethiopic:* georgian:* gothic:* greek:* han:* hiragana:* katakana:* latin:* ogham:* old-italic:* runic:* canadian-aboriginal:* yi:* braille:* cypriot:* limbu:* osmanya:* shavian:* linear-b:* ugaritic:* glagolitic:* cuneiform:* phoenician:* common: +/usr/lib/pango/1.6.0/modules/pango-hangul-fc.so HangulScriptEngineFc PangoEngineShape PangoRenderFc hangul:* +/usr/lib/pango/1.6.0/modules/pango-hebrew-fc.so HebrewScriptEngineFc PangoEngineShape PangoRenderFc hebrew:* +/usr/lib/pango/1.6.0/modules/pango-indic-fc.so devaScriptEngineFc PangoEngineShape PangoRenderFc devanagari:* +/usr/lib/pango/1.6.0/modules/pango-indic-fc.so bengScriptEngineFc PangoEngineShape PangoRenderFc bengali:* +/usr/lib/pango/1.6.0/modules/pango-indic-fc.so guruScriptEngineFc PangoEngineShape PangoRenderFc gurmukhi:* +/usr/lib/pango/1.6.0/modules/pango-indic-fc.so gujrScriptEngineFc PangoEngineShape PangoRenderFc gujarati:* +/usr/lib/pango/1.6.0/modules/pango-indic-fc.so oryaScriptEngineFc PangoEngineShape PangoRenderFc oriya:* +/usr/lib/pango/1.6.0/modules/pango-indic-fc.so tamlScriptEngineFc PangoEngineShape PangoRenderFc tamil:* +/usr/lib/pango/1.6.0/modules/pango-indic-fc.so teluScriptEngineFc PangoEngineShape PangoRenderFc telugu:* +/usr/lib/pango/1.6.0/modules/pango-indic-fc.so kndaScriptEngineFc PangoEngineShape PangoRenderFc kannada:* +/usr/lib/pango/1.6.0/modules/pango-indic-fc.so mlymScriptEngineFc PangoEngineShape PangoRenderFc malayalam:* +/usr/lib/pango/1.6.0/modules/pango-indic-fc.so sinhScriptEngineFc PangoEngineShape PangoRenderFc sinhala:* +/usr/lib/pango/1.6.0/modules/pango-indic-lang.so devaIndicScriptEngineLang PangoEngineLang PangoRenderNone devanagari:* +/usr/lib/pango/1.6.0/modules/pango-indic-lang.so bengIndicScriptEngineLang PangoEngineLang PangoRenderNone bengali:* +/usr/lib/pango/1.6.0/modules/pango-indic-lang.so guruIndicScriptEngineLang PangoEngineLang PangoRenderNone gurmukhi:* +/usr/lib/pango/1.6.0/modules/pango-indic-lang.so gujrIndicScriptEngineLang PangoEngineLang PangoRenderNone gujarati:* +/usr/lib/pango/1.6.0/modules/pango-indic-lang.so oryaIndicScriptEngineLang PangoEngineLang PangoRenderNone oriya:* +/usr/lib/pango/1.6.0/modules/pango-indic-lang.so tamlIndicScriptEngineLang PangoEngineLang PangoRenderNone tamil:* +/usr/lib/pango/1.6.0/modules/pango-indic-lang.so teluIndicScriptEngineLang PangoEngineLang PangoRenderNone telugu:* +/usr/lib/pango/1.6.0/modules/pango-indic-lang.so kndaIndicScriptEngineLang PangoEngineLang PangoRenderNone kannada:* +/usr/lib/pango/1.6.0/modules/pango-indic-lang.so mlymIndicScriptEngineLang PangoEngineLang PangoRenderNone malayalam:* +/usr/lib/pango/1.6.0/modules/pango-indic-lang.so sinhIndicScriptEngineLang PangoEngineLang PangoRenderNone sinhala:* +/usr/lib/pango/1.6.0/modules/pango-khmer-fc.so KhmerScriptEngineFc PangoEngineShape PangoRenderFc khmer:* +/usr/lib/pango/1.6.0/modules/pango-syriac-fc.so SyriacScriptEngineFc PangoEngineShape PangoRenderFc syriac:* +/usr/lib/pango/1.6.0/modules/pango-thai-fc.so ThaiScriptEngineFc PangoEngineShape PangoRenderFc thai:* lao:* +/usr/lib/pango/1.6.0/modules/pango-tibetan-fc.so TibetanScriptEngineFc PangoEngineShape PangoRenderFc tibetan:* From crux at crux.nu Mon Mar 26 15:38:33 2007 From: crux at crux.nu (crux at crux.nu) Date: Mon, 26 Mar 2007 17:38:33 +0200 Subject: [crux-commits] ports/core (2.3): m4: update to 1.4.9 Message-ID: <4607e8f9.6xk6P5dxFhWbmplH%crux@crux.nu> commit 2a24938bc5633719593d42d2788f91d9626f128b Author: Juergen Daubert Date: Mon Mar 26 17:35:36 2007 +0200 m4: update to 1.4.9 diff --git a/m4/.md5sum b/m4/.md5sum index 1bcade7..4ac7c2f 100644 --- a/m4/.md5sum +++ b/m4/.md5sum @@ -1 +1 @@ -6bbf917e5d8fab20b38d43868c3944d3 m4-1.4.8.tar.bz2 +bcfaf47194491a7a8b8d3c2811570b93 m4-1.4.9.tar.bz2 diff --git a/m4/Pkgfile b/m4/Pkgfile index 96dec51..81bb404 100644 --- a/m4/Pkgfile +++ b/m4/Pkgfile @@ -3,7 +3,7 @@ # Maintainer: CRUX System Team, core-ports at crux dot nu name=m4 -version=1.4.8 +version=1.4.9 release=1 source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2) From crux at crux.nu Mon Mar 26 15:38:33 2007 From: crux at crux.nu (crux at crux.nu) Date: Mon, 26 Mar 2007 17:38:33 +0200 Subject: [crux-commits] ports/core (2.3): bash: update to 3.2.15 Message-ID: <4607e8f9.AGHecEi8raV34IZO%crux@crux.nu> commit 1b1e27b7c07a1a7093eef47349135e5e5e865001 Author: Juergen Daubert Date: Mon Mar 26 17:38:16 2007 +0200 bash: update to 3.2.15 diff --git a/bash/.md5sum b/bash/.md5sum index 18251e4..f858a23 100644 --- a/bash/.md5sum +++ b/bash/.md5sum @@ -1,4 +1,4 @@ -15d3ca83034e01789e5b757e959bbdde bash-3.2-001-010.patch +8e7dda3780a5e198ed3a7fc0536bfca0 bash-3.2-001-015.patch 46d32222ea0ee4b92d9cad3130498e30 bash-3.2-doc.patch 00bfa16d58e034e3c2aa27f390390d30 bash-3.2.tar.gz 63900a075bcde9f9711e6d5c41084584 profile diff --git a/bash/Pkgfile b/bash/Pkgfile index 598235c..4c8b031 100644 --- a/bash/Pkgfile +++ b/bash/Pkgfile @@ -1,25 +1,30 @@ -# Description: An sh-compatible command language interpreter. +# Description: An sh-compatible command language interpreter # URL: http://cnswww.cns.cwru.edu/~chet/bash/bashtop.html # Maintainer: CRUX System Team, core-ports at crux dot nu # Depends on: ncurses name=bash -version=3.2.10 +version=3.2.15 release=1 source=(http://ftp.gnu.org/gnu/$name/$name-3.2.tar.gz \ - $name-3.2-001-010.patch \ + $name-3.2-001-015.patch \ $name-3.2-doc.patch \ profile) build() { cd $name-3.2 - patch -p0 < $SRC/$name-3.2-001-010.patch + + patch -p0 < $SRC/$name-3.2-001-015.patch patch -p1 < $SRC/$name-3.2-doc.patch + + touch configure ./configure --prefix=/usr \ --exec-prefix= \ + --mandir=/usr/man \ --disable-nls make make DESTDIR=$PKG install + rm -rf $PKG/usr/info $PKG/bin/bashbug $PKG/usr/man/man1/bashbug.1 install -D -m 644 $SRC/profile $PKG/etc/profile ln -sf bash $PKG/bin/sh diff --git a/bash/bash-3.2-001-010.patch b/bash/bash-3.2-001-010.patch deleted file mode 100644 index befaab5..0000000 --- a/bash/bash-3.2-001-010.patch +++ /dev/null @@ -1,986 +0,0 @@ - BASH PATCH REPORT - ================= - -Bash-Release: 3.2 -Patch-ID: bash32-001 - -Bug-Reported-by: Greg Schafer -Bug-Reference-ID: <20061012084940.GA15768 at tigers.local> -Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2006-10/msg00046.html - -Bug-Description: - -When using historical ``-style command substitution, bash incorrectly attempts -to interpret shell comments while scanning for the closing backquote. - -Patch: - -*** ../bash-3.2/parse.y Tue Sep 19 16:37:21 2006 ---- parse.y Thu Oct 12 10:30:57 2006 -*************** -*** 2736,2740 **** - count = 1; - pass_next_character = backq_backslash = was_dollar = in_comment = 0; -! check_comment = (flags & P_COMMAND) && qc != '\'' && qc != '"' && (flags & P_DQUOTE) == 0; - - /* RFLAGS is the set of flags we want to pass to recursive calls. */ ---- 2736,2740 ---- - count = 1; - pass_next_character = backq_backslash = was_dollar = in_comment = 0; -! check_comment = (flags & P_COMMAND) && qc != '`' && qc != '\'' && qc != '"' && (flags & P_DQUOTE) == 0; - - /* RFLAGS is the set of flags we want to pass to recursive calls. */ -*** ../bash-3.2/patchlevel.h Thu Apr 13 08:31:04 2006 ---- patchlevel.h Mon Oct 16 14:22:54 2006 -*************** -*** 26,30 **** - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 0 - - #endif /* _PATCHLEVEL_H_ */ ---- 26,30 ---- - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 1 - - #endif /* _PATCHLEVEL_H_ */ - - BASH PATCH REPORT - ================= - -Bash-Release: 3.2 -Patch-ID: bash32-002 - -Bug-Reported-by: Jim Gifford -Bug-Reference-ID: <12j2pc3aq35mb04 at corp.supernews.com> -Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2006-10/msg00082.html - -Bug-Description: - -An incorrect encoding specification in the Content-Type header causes msgfmt -to fail, which causes `make install' to fail. - -Patch: - -*** ../bash-3.2/po/ru.po Tue Jan 10 17:51:03 2006 ---- po/ru.po Mon Oct 16 15:13:23 2006 -*************** -*** 13,17 **** - "Language-Team: Russian \n" - "MIME-Version: 1.0\n" -! "Content-Type: text/plain; charset=UTF-8\n" - "Content-Transfer-Encoding: 8bit\n" - "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" ---- 13,17 ---- - "Language-Team: Russian \n" - "MIME-Version: 1.0\n" -! "Content-Type: text/plain; charset=KOI8-R\n" - "Content-Transfer-Encoding: 8bit\n" - "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" - -*** ../bash-3.2/patchlevel.h Thu Apr 13 08:31:04 2006 ---- patchlevel.h Mon Oct 16 14:22:54 2006 -*************** -*** 26,30 **** - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 1 - - #endif /* _PATCHLEVEL_H_ */ ---- 26,30 ---- - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 2 - - #endif /* _PATCHLEVEL_H_ */ - - BASH PATCH REPORT - ================= - -Bash-Release: 3.2 -Patch-ID: bash32-003 - -Bug-Reported-by: John Gatewood Ham -Bug-Reference-ID: -Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2006-10/msg00045.html - -Bug-Description: - -When using the conditional command's `=~' operator to match regular -expressions, the parser did not skip over shell metacharacters in the -regular expression, leading to syntax errors. - -Patch: - -*** ../bash-3.2-patched/parse.y Tue Oct 17 11:45:20 2006 ---- parse.y Sat Oct 14 14:56:16 2006 -*************** -*** 1029,1034 **** ---- 1029,1035 ---- - #define PST_CMDTOKEN 0x1000 /* command token OK - unused */ - #define PST_COMPASSIGN 0x2000 /* parsing x=(...) compound assignment */ - #define PST_ASSIGNOK 0x4000 /* assignment statement ok in this context */ -+ #define PST_REGEXP 0x8000 /* parsing an ERE/BRE as a single word */ - - /* Initial size to allocate for tokens, and the - amount to grow them by. */ -*************** -*** 2591,2596 **** ---- 2592,2600 ---- - return (character); - } - -+ if (parser_state & PST_REGEXP) -+ goto tokword; -+ - /* Shell meta-characters. */ - if MBTEST(shellmeta (character) && ((parser_state & PST_DBLPAREN) == 0)) - { -*************** -*** 2698,2703 **** ---- 2702,2708 ---- - if MBTEST(character == '-' && (last_read_token == LESS_AND || last_read_token == GREATER_AND)) - return (character); - -+ tokword: - /* Okay, if we got this far, we have to read a word. Read one, - and then check it against the known ones. */ - result = read_token_word (character); -*************** -*** 3202,3209 **** - if (tok == WORD && test_binop (yylval.word->word)) - op = yylval.word; - #if defined (COND_REGEXP) -! else if (tok == WORD && STREQ (yylval.word->word,"=~")) -! op = yylval.word; - #endif - else if (tok == '<' || tok == '>') - op = make_word_from_token (tok); /* ( */ ---- 3207,3217 ---- - if (tok == WORD && test_binop (yylval.word->word)) - op = yylval.word; - #if defined (COND_REGEXP) -! else if (tok == WORD && STREQ (yylval.word->word, "=~")) -! { -! op = yylval.word; -! parser_state |= PST_REGEXP; -! } - #endif - else if (tok == '<' || tok == '>') - op = make_word_from_token (tok); /* ( */ -*************** -*** 3234,3239 **** ---- 3242,3248 ---- - - /* rhs */ - tok = read_token (READ); -+ parser_state &= ~PST_REGEXP; - if (tok == WORD) - { - tright = make_cond_node (COND_TERM, yylval.word, (COND_COM *)NULL, (COND_COM *)NULL); -*************** -*** 3419,3427 **** - goto next_character; - } - - #ifdef EXTENDED_GLOB - /* Parse a ksh-style extended pattern matching specification. */ -! if (extended_glob && PATTERN_CHAR (character)) - { - peek_char = shell_getc (1); - if MBTEST(peek_char == '(') /* ) */ ---- 3428,3461 ---- - goto next_character; - } - -+ #ifdef COND_REGEXP -+ /* When parsing a regexp as a single word inside a conditional command, -+ we need to special-case characters special to both the shell and -+ regular expressions. Right now, that is only '(' and '|'. */ /*)*/ -+ if MBTEST((parser_state & PST_REGEXP) && (character == '(' || character == '|')) /*)*/ -+ { -+ if (character == '|') -+ goto got_character; -+ -+ push_delimiter (dstack, character); -+ ttok = parse_matched_pair (cd, '(', ')', &ttoklen, 0); -+ pop_delimiter (dstack); -+ if (ttok == &matched_pair_error) -+ return -1; /* Bail immediately. */ -+ RESIZE_MALLOCED_BUFFER (token, token_index, ttoklen + 2, -+ token_buffer_size, TOKEN_DEFAULT_GROW_SIZE); -+ token[token_index++] = character; -+ strcpy (token + token_index, ttok); -+ token_index += ttoklen; -+ FREE (ttok); -+ dollar_present = all_digit_token = 0; -+ goto next_character; -+ } -+ #endif /* COND_REGEXP */ -+ - #ifdef EXTENDED_GLOB - /* Parse a ksh-style extended pattern matching specification. */ -! if MBTEST(extended_glob && PATTERN_CHAR (character)) - { - peek_char = shell_getc (1); - if MBTEST(peek_char == '(') /* ) */ - -*** ../bash-3.2/patchlevel.h Thu Apr 13 08:31:04 2006 ---- patchlevel.h Mon Oct 16 14:22:54 2006 -*************** -*** 26,30 **** - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 2 - - #endif /* _PATCHLEVEL_H_ */ ---- 26,30 ---- - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 3 - - #endif /* _PATCHLEVEL_H_ */ - - - BASH PATCH REPORT - ================= - -Bash-Release: 3.2 -Patch-ID: bash32-004 - -Bug-Reported-by: Stuart Shelton -Bug-Reference-ID: <619141e40610261203y6cda5aa6i23cb24c7aeba996e at mail.gmail.com> -Bug-Reference-URL: - -Bug-Description: - -A bug in the parameter pattern substitution implementation treated a pattern -whose first character was `/' (after expansion) as specifying global -replacement. - -Patch: - -*** ../bash-3.2/subst.c Tue Sep 19 08:35:09 2006 ---- subst.c Thu Oct 26 09:17:50 2006 -*************** -*** 5707,5712 **** ---- 5707,5717 ---- - vtype &= ~VT_STARSUB; - - mflags = 0; -+ if (patsub && *patsub == '/') -+ { -+ mflags |= MATCH_GLOBREP; -+ patsub++; -+ } - - /* Malloc this because expand_string_if_necessary or one of the expansion - functions in its call chain may free it on a substitution error. */ -*************** -*** 5741,5753 **** - } - - /* ksh93 doesn't allow the match specifier to be a part of the expanded -! pattern. This is an extension. */ - p = pat; -! if (pat && pat[0] == '/') -! { -! mflags |= MATCH_GLOBREP|MATCH_ANY; -! p++; -! } - else if (pat && pat[0] == '#') - { - mflags |= MATCH_BEG; ---- 5746,5757 ---- - } - - /* ksh93 doesn't allow the match specifier to be a part of the expanded -! pattern. This is an extension. Make sure we don't anchor the pattern -! at the beginning or end of the string if we're doing global replacement, -! though. */ - p = pat; -! if (mflags & MATCH_GLOBREP) -! mflags |= MATCH_ANY; - else if (pat && pat[0] == '#') - { - mflags |= MATCH_BEG; -*** ../bash-3.2/tests/new-exp.right Thu Aug 10 12:00:00 2006 ---- tests/new-exp.right Sun Oct 29 16:03:36 2006 -*************** -*** 430,436 **** - Case06---1---A B C::--- - Case07---3---A:B:C--- - Case08---3---A:B:C--- -! ./new-exp.tests: line 506: /${$(($#-1))}: bad substitution - argv[1] = - argv[2] = - argv[3] = ---- 430,436 ---- - Case06---1---A B C::--- - Case07---3---A:B:C--- - Case08---3---A:B:C--- -! ./new-exp.tests: line 506: ${$(($#-1))}: bad substitution - argv[1] = - argv[2] = - argv[3] = -*** ../bash-3.2/patchlevel.h Thu Apr 13 08:31:04 2006 ---- patchlevel.h Mon Oct 16 14:22:54 2006 -*************** -*** 26,30 **** - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 3 - - #endif /* _PATCHLEVEL_H_ */ ---- 26,30 ---- - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 4 - - #endif /* _PATCHLEVEL_H_ */ - - BASH PATCH REPORT - ================= - -Bash-Release: 3.2 -Patch-ID: bash32-005 - -Bug-Reported-by: Stuart Shelton -Bug-Reference-ID: <453F7CC8.6030907 at openobjects.com> -Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2006-10/msg00127.html - -Bug-Description: - -A missing extern declaration for `asprintf' caused `double' arguments to be -passed as `0', leading to incorrect results. Additionally, a bug in the -replacement asprintf/snprintf function caused an infinite loop when passed -0 arguments to the floating point conversions under some circumstances. - -Patch: - -*** ../bash-3.2/builtins/printf.def Mon Sep 18 08:48:42 2006 ---- builtins/printf.def Tue Oct 31 08:19:44 2006 -*************** -*** 49,54 **** ---- 49,60 ---- - # define INT_MIN (-2147483647-1) - #endif - -+ #if defined (PREFER_STDARG) -+ # include -+ #else -+ # include -+ #endif -+ - #include - #include - -*************** -*** 151,156 **** ---- 157,166 ---- - #define SKIP1 "#'-+ 0" - #define LENMODS "hjlLtz" - -+ #ifndef HAVE_ASPRINTF -+ extern int asprintf __P((char **, const char *, ...)) __attribute__((__format__ (printf, 2, 3))); -+ #endif -+ - static void printf_erange __P((char *)); - static int printstr __P((char *, char *, int, int, int)); - static int tescape __P((char *, char *, int *)); - - -*** ../bash-3.2/lib/sh/snprintf.c Thu Apr 6 09:48:40 2006 ---- lib/sh/snprintf.c Sat Oct 28 00:00:13 2006 -*************** -*** 471,476 **** ---- 476,483 ---- - 10^x ~= r - * log_10(200) = 2; - * log_10(250) = 2; -+ * -+ * NOTE: do not call this with r == 0 -- an infinite loop results. - */ - static int - log_10(r) -*************** -*** 576,583 **** - { - integral_part[0] = '0'; - integral_part[1] = '\0'; -! fraction_part[0] = '0'; -! fraction_part[1] = '\0'; - if (fract) - *fract = fraction_part; - return integral_part; ---- 583,593 ---- - { - integral_part[0] = '0'; - integral_part[1] = '\0'; -! /* The fractional part has to take the precision into account */ -! for (ch = 0; ch < precision-1; ch++) -! fraction_part[ch] = '0'; -! fraction_part[ch] = '0'; -! fraction_part[ch+1] = '\0'; - if (fract) - *fract = fraction_part; - return integral_part; -*************** -*** 805,810 **** ---- 815,821 ---- - PUT_CHAR(*tmp, p); - tmp++; - } -+ - PAD_LEFT(p); - } - -*************** -*** 972,982 **** - if ((p->flags & PF_THOUSANDS) && grouping && (t = groupnum (tmp))) - tmp = t; - - /* calculate the padding. 1 for the dot */ - p->width = p->width - - ((d > 0. && p->justify == RIGHT) ? 1:0) - - ((p->flags & PF_SPACE) ? 1:0) - -! strlen(tmp) - p->precision - 1; - PAD_RIGHT(p); - PUT_PLUS(d, p, 0.); - PUT_SPACE(d, p, 0.); ---- 983,1003 ---- - if ((p->flags & PF_THOUSANDS) && grouping && (t = groupnum (tmp))) - tmp = t; - -+ if ((*p->pf == 'g' || *p->pf == 'G') && (p->flags & PF_ALTFORM) == 0) -+ { -+ /* smash the trailing zeros unless altform */ -+ for (i = strlen(tmp2) - 1; i >= 0 && tmp2[i] == '0'; i--) -+ tmp2[i] = '\0'; -+ if (tmp2[0] == '\0') -+ p->precision = 0; -+ } -+ - /* calculate the padding. 1 for the dot */ - p->width = p->width - - ((d > 0. && p->justify == RIGHT) ? 1:0) - - ((p->flags & PF_SPACE) ? 1:0) - -! strlen(tmp) - p->precision - -! ((p->precision != 0 || (p->flags & PF_ALTFORM)) ? 1 : 0); /* radix char */ - PAD_RIGHT(p); - PUT_PLUS(d, p, 0.); - PUT_SPACE(d, p, 0.); -*************** -*** 991,1001 **** - if (p->precision != 0 || (p->flags & PF_ALTFORM)) - PUT_CHAR(decpoint, p); /* put the '.' */ - -- if ((*p->pf == 'g' || *p->pf == 'G') && (p->flags & PF_ALTFORM) == 0) -- /* smash the trailing zeros unless altform */ -- for (i = strlen(tmp2) - 1; i >= 0 && tmp2[i] == '0'; i--) -- tmp2[i] = '\0'; -- - for (; *tmp2; tmp2++) - PUT_CHAR(*tmp2, p); /* the fraction */ - ---- 1012,1017 ---- -*************** -*** 1011,1024 **** - char *tmp, *tmp2; - int j, i; - -! if (chkinfnan(p, d, 1) || chkinfnan(p, d, 2)) - return; /* already printed nan or inf */ - - GETLOCALEDATA(decpoint, thoussep, grouping); - DEF_PREC(p); -! j = log_10(d); -! d = d / pow_10(j); /* get the Mantissa */ -! d = ROUND(d, p); - tmp = dtoa(d, p->precision, &tmp2); - - /* 1 for unit, 1 for the '.', 1 for 'e|E', ---- 1027,1045 ---- - char *tmp, *tmp2; - int j, i; - -! if (d != 0 && (chkinfnan(p, d, 1) || chkinfnan(p, d, 2))) - return; /* already printed nan or inf */ - - GETLOCALEDATA(decpoint, thoussep, grouping); - DEF_PREC(p); -! if (d == 0.) -! j = 0; -! else -! { -! j = log_10(d); -! d = d / pow_10(j); /* get the Mantissa */ -! d = ROUND(d, p); -! } - tmp = dtoa(d, p->precision, &tmp2); - - /* 1 for unit, 1 for the '.', 1 for 'e|E', -*************** -*** 1076,1081 **** ---- 1097,1103 ---- - PUT_CHAR(*tmp, p); - tmp++; - } -+ - PAD_LEFT(p); - } - #endif -*************** -*** 1358,1364 **** - STAR_ARGS(data); - DEF_PREC(data); - d = GETDOUBLE(data); -! i = log_10(d); - /* - * for '%g|%G' ANSI: use f if exponent - * is in the range or [-4,p] exclusively ---- 1380,1386 ---- - STAR_ARGS(data); - DEF_PREC(data); - d = GETDOUBLE(data); -! i = (d != 0.) ? log_10(d) : -1; - /* - * for '%g|%G' ANSI: use f if exponent - * is in the range or [-4,p] exclusively -*** ../bash-3.2/patchlevel.h Thu Apr 13 08:31:04 2006 ---- patchlevel.h Mon Oct 16 14:22:54 2006 -*************** -*** 26,30 **** - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 4 - - #endif /* _PATCHLEVEL_H_ */ ---- 26,30 ---- - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 5 - - #endif /* _PATCHLEVEL_H_ */ - - BASH PATCH REPORT - ================= - -Bash-Release: 3.2 -Patch-ID: bash32-006 - -Bug-Reported-by: ebb9 at byu.net -Bug-Reference-ID: <45540862.9030900 at byu.net> -Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2006-11/msg00017.html - http://lists.gnu.org/archive/html/bug-bash/2006-11/msg00016.html - -Bug-Description: - -In some cases, code that is intended to be used in the presence of multibyte -characters is called when no such characters are present, leading to incorrect -display position calculations and incorrect redisplay. - -Patch: - -*** ../bash-3.2-patched/lib/readline/display.c Thu Sep 14 14:20:12 2006 ---- lib/readline/display.c Mon Nov 13 17:55:57 2006 -*************** -*** 2381,2384 **** ---- 2409,2414 ---- - if (end <= start) - return 0; -+ if (MB_CUR_MAX == 1 || rl_byte_oriented) -+ return (end - start); - - memset (&ps, 0, sizeof (mbstate_t)); -*** ../bash-3.2/patchlevel.h Thu Apr 13 08:31:04 2006 ---- patchlevel.h Mon Oct 16 14:22:54 2006 -*************** -*** 26,30 **** - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 5 - - #endif /* _PATCHLEVEL_H_ */ ---- 26,30 ---- - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 6 - - #endif /* _PATCHLEVEL_H_ */ - - BASH PATCH REPORT - ================= - -Bash-Release: 3.2 -Patch-ID: bash32-007 - -Bug-Reported-by: jidanni at jidanni.org -Bug-Reference-ID: -Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2006-11/msg00039.html - -Bug-Description: - -When removing the current or previous job from the jobs list, bash incorrectly -resets the current job under some circumstances. - -Patch: - -*** ../bash-3.2-patched/jobs.c Sat Jul 29 16:40:48 2006 ---- jobs.c Fri Nov 24 14:50:01 2006 -*************** -*** 985,990 **** - if (temp == 0) - return; -- if (job_index == js.j_current || job_index == js.j_previous) -- reset_current (); - - if ((dflags & DEL_NOBGPID) == 0) ---- 985,988 ---- -*************** -*** 1029,1032 **** ---- 1027,1033 ---- - else if (jobs[js.j_firstj] == 0 || jobs[js.j_lastj] == 0) - reset_job_indices (); -+ -+ if (job_index == js.j_current || job_index == js.j_previous) -+ reset_current (); - } - -*** ../bash-3.2/patchlevel.h Thu Apr 13 08:31:04 2006 ---- patchlevel.h Mon Oct 16 14:22:54 2006 -*************** -*** 26,30 **** - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 6 - - #endif /* _PATCHLEVEL_H_ */ ---- 26,30 ---- - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 7 - - #endif /* _PATCHLEVEL_H_ */ - - - - BASH PATCH REPORT - ================= - -Bash-Release: 3.2 -Patch-ID: bash32-008 - -Bug-Reported-by: Linda Walsh -Bug-Reference-ID: <456041FD.8000605 at tlinx.org> -Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2006-11/msg00040.html - -Bug-Description: - -When checking pathnames from the command hash table (e.g., when the `checkhash' -shell option is enabled), a bug causes bash to delete and re-lookup each -command. - -Patch: - -*** ../bash-3.2-patched/findcmd.c Wed Aug 17 16:49:54 2005 ---- findcmd.c Fri Nov 24 10:48:37 2006 -*************** -*** 309,313 **** - { - st = file_status (hashed_file); -! if ((st ^ (FS_EXISTS | FS_EXECABLE)) != 0) - { - phash_remove (pathname); ---- 309,313 ---- - { - st = file_status (hashed_file); -! if ((st & (FS_EXISTS|FS_EXECABLE)) != (FS_EXISTS|FS_EXECABLE)) - { - phash_remove (pathname); -*** ../bash-3.2/patchlevel.h Thu Apr 13 08:31:04 2006 ---- patchlevel.h Mon Oct 16 14:22:54 2006 -*************** -*** 26,30 **** - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 7 - - #endif /* _PATCHLEVEL_H_ */ ---- 26,30 ---- - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 8 - - #endif /* _PATCHLEVEL_H_ */ - - BASH PATCH REPORT - ================= - -Bash-Release: 3.2 -Patch-ID: bash32-009 - -Bug-Reported-by: James.M.Botte at lowes.com -Bug-Reference-ID: -Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2006-12/msg00000.html - -Bug-Description: - -When using its built-in replacement for snprintf/asprintf, bash does not -treat the %x, %X, and %o format specifiers as unsigned numbers. - -Patch: - -*** ../bash-3.2-patched/lib/sh/snprintf.c Mon Nov 13 08:58:52 2006 ---- lib/sh/snprintf.c Wed Dec 6 11:15:04 2006 -*************** -*** 669,673 **** - - sd = d; /* signed for ' ' padding in base 10 */ -! flags = (*p->pf == 'u' || *p->pf == 'U') ? FL_UNSIGNED : 0; - if (*p->pf == 'X') - flags |= FL_HEXUPPER; ---- 674,679 ---- - - sd = d; /* signed for ' ' padding in base 10 */ -! flags = 0; -! flags = (*p->pf == 'x' || *p->pf == 'X' || *p->pf == 'o' || *p->pf == 'u' || *p->pf == 'U') ? FL_UNSIGNED : 0; - if (*p->pf == 'X') - flags |= FL_HEXUPPER; -*************** -*** 739,743 **** - - sd = d; /* signed for ' ' padding in base 10 */ -! flags = (*p->pf == 'u' || *p->pf == 'U') ? FL_UNSIGNED : 0; - if (*p->pf == 'X') - flags |= FL_HEXUPPER; ---- 745,749 ---- - - sd = d; /* signed for ' ' padding in base 10 */ -! flags = (*p->pf == 'x' || *p->pf == 'X' || *p->pf == 'o' || *p->pf == 'u' || *p->pf == 'U') ? FL_UNSIGNED : 0; - if (*p->pf == 'X') - flags |= FL_HEXUPPER; -*** ../bash-3.2/patchlevel.h Thu Apr 13 08:31:04 2006 ---- patchlevel.h Mon Oct 16 14:22:54 2006 -*************** -*** 26,30 **** - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 8 - - #endif /* _PATCHLEVEL_H_ */ ---- 26,30 ---- - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 9 - - #endif /* _PATCHLEVEL_H_ */ - - BASH PATCH REPORT - ================= - -Bash-Release: 3.2 -Patch-ID: bash32-010 - -Bug-Reported-by: Ryan Waldron -Bug-Reference-ID: <20070119065603.546D011E9C at kansas.erebor.com> -Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2007-01/msg00059.html - -Bug-Description: - -The glibc implementation of regcomp/regexec does not allow backslashes to -escape "ordinary" pattern characters when matching. Bash used backslashes -to quote all characters when the pattern argument to the [[ special -command's =~ operator was quoted. This caused the match to fail on Linux -and other systems using GNU libc. - -Patch: - -*** ../bash-3.2.9/pathexp.h Sat Feb 19 17:23:18 2005 ---- pathexp.h Wed Jan 31 22:53:16 2007 -*************** -*** 1,5 **** - /* pathexp.h -- The shell interface to the globbing library. */ - -! /* Copyright (C) 1987-2005 Free Software Foundation, Inc. - - This file is part of GNU Bash, the Bourne Again SHell. ---- 1,5 ---- - /* pathexp.h -- The shell interface to the globbing library. */ - -! /* Copyright (C) 1987-2007 Free Software Foundation, Inc. - - This file is part of GNU Bash, the Bourne Again SHell. -*************** -*** 33,36 **** ---- 33,37 ---- - #define QGLOB_CVTNULL 0x01 /* convert QUOTED_NULL strings to '\0' */ - #define QGLOB_FILENAME 0x02 /* do correct quoting for matching filenames */ -+ #define QGLOB_REGEXP 0x04 /* quote an ERE for regcomp/regexec */ - - #if defined (EXTENDED_GLOB) -*** ../bash-3.2.9/pathexp.c Mon May 6 13:43:05 2002 ---- pathexp.c Mon Feb 26 16:59:23 2007 -*************** -*** 1,5 **** - /* pathexp.c -- The shell interface to the globbing library. */ - -! /* Copyright (C) 1995-2002 Free Software Foundation, Inc. - - This file is part of GNU Bash, the Bourne Again SHell. ---- 1,5 ---- - /* pathexp.c -- The shell interface to the globbing library. */ - -! /* Copyright (C) 1995-2007 Free Software Foundation, Inc. - - This file is part of GNU Bash, the Bourne Again SHell. -*************** -*** 111,114 **** ---- 111,141 ---- - } - -+ /* Return 1 if C is a character that is `special' in a POSIX ERE and needs to -+ be quoted to match itself. */ -+ static inline int -+ ere_char (c) -+ int c; -+ { -+ switch (c) -+ { -+ case '.': -+ case '[': -+ case '\\': -+ case '(': -+ case ')': -+ case '*': -+ case '+': -+ case '?': -+ case '{': -+ case '|': -+ case '^': -+ case '$': -+ return 1; -+ default: -+ return 0; -+ } -+ return (0); -+ } -+ - /* PATHNAME can contain characters prefixed by CTLESC; this indicates - that the character is to be quoted. We quote it here in the style -*************** -*** 143,146 **** ---- 170,175 ---- - if ((qflags & QGLOB_FILENAME) && pathname[i+1] == '/') - continue; -+ if ((qflags & QGLOB_REGEXP) && ere_char (pathname[i+1]) == 0) -+ continue; - temp[j++] = '\\'; - i++; -*** ../bash-3.2.9/subst.c Tue Nov 7 16:14:41 2006 ---- subst.c Wed Jan 31 23:09:58 2007 -*************** -*** 5,9 **** - beauty, but, hey, you're alright.'' */ - -! /* Copyright (C) 1987-2006 Free Software Foundation, Inc. - - This file is part of GNU Bash, the Bourne Again SHell. ---- 5,9 ---- - beauty, but, hey, you're alright.'' */ - -! /* Copyright (C) 1987-2007 Free Software Foundation, Inc. - - This file is part of GNU Bash, the Bourne Again SHell. -*************** -*** 2647,2655 **** - /* This needs better error handling. */ - /* Expand W for use as an argument to a unary or binary operator in a -! [[...]] expression. If SPECIAL is nonzero, this is the rhs argument - to the != or == operator, and should be treated as a pattern. In -! this case, we quote the string specially for the globbing code. The -! caller is responsible for removing the backslashes if the unquoted -! words is needed later. */ - char * - cond_expand_word (w, special) ---- 2647,2656 ---- - /* This needs better error handling. */ - /* Expand W for use as an argument to a unary or binary operator in a -! [[...]] expression. If SPECIAL is 1, this is the rhs argument - to the != or == operator, and should be treated as a pattern. In -! this case, we quote the string specially for the globbing code. If -! SPECIAL is 2, this is an rhs argument for the =~ operator, and should -! be quoted appropriately for regcomp/regexec. The caller is responsible -! for removing the backslashes if the unquoted word is needed later. */ - char * - cond_expand_word (w, special) -*************** -*** 2659,2662 **** ---- 2660,2664 ---- - char *r, *p; - WORD_LIST *l; -+ int qflags; - - if (w->word == 0 || w->word[0] == '\0') -*************** -*** 2673,2678 **** - else - { - p = string_list (l); -! r = quote_string_for_globbing (p, QGLOB_CVTNULL); - free (p); - } ---- 2675,2683 ---- - else - { -+ qflags = QGLOB_CVTNULL; -+ if (special == 2) -+ qflags |= QGLOB_REGEXP; - p = string_list (l); -! r = quote_string_for_globbing (p, qflags); - free (p); - } -*** ../bash-3.2.9/execute_cmd.c Sat Aug 26 00:23:17 2006 ---- execute_cmd.c Wed Jan 31 23:12:06 2007 -*************** -*** 1,5 **** - /* execute_cmd.c -- Execute a COMMAND structure. */ - -! /* Copyright (C) 1987-2005 Free Software Foundation, Inc. - - This file is part of GNU Bash, the Bourne Again SHell. ---- 1,5 ---- - /* execute_cmd.c -- Execute a COMMAND structure. */ - -! /* Copyright (C) 1987-2007 Free Software Foundation, Inc. - - This file is part of GNU Bash, the Bourne Again SHell. -*************** -*** 2547,2551 **** - if (arg1 == 0) - arg1 = nullstr; -! arg2 = cond_expand_word (cond->right->op, patmatch||rmatch); - if (arg2 == 0) - arg2 = nullstr; ---- 2547,2551 ---- - if (arg1 == 0) - arg1 = nullstr; -! arg2 = cond_expand_word (cond->right->op, rmatch ? 2 : (patmatch ? 1 : 0)); - if (arg2 == 0) - arg2 = nullstr; -*** ../bash-3.2/patchlevel.h Thu Apr 13 08:31:04 2006 ---- patchlevel.h Mon Oct 16 14:22:54 2006 -*************** -*** 26,30 **** - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 9 - - #endif /* _PATCHLEVEL_H_ */ ---- 26,30 ---- - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 10 - - #endif /* _PATCHLEVEL_H_ */ diff --git a/bash/bash-3.2-001-015.patch b/bash/bash-3.2-001-015.patch new file mode 100644 index 0000000..6b91872 --- /dev/null +++ b/bash/bash-3.2-001-015.patch @@ -0,0 +1,1692 @@ + BASH PATCH REPORT + ================= + +Bash-Release: 3.2 +Patch-ID: bash32-001 + +Bug-Reported-by: Greg Schafer +Bug-Reference-ID: <20061012084940.GA15768 at tigers.local> +Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2006-10/msg00046.html + +Bug-Description: + +When using historical ``-style command substitution, bash incorrectly attempts +to interpret shell comments while scanning for the closing backquote. + +Patch: + +*** ../bash-3.2/parse.y Tue Sep 19 16:37:21 2006 +--- parse.y Thu Oct 12 10:30:57 2006 +*************** +*** 2736,2740 **** + count = 1; + pass_next_character = backq_backslash = was_dollar = in_comment = 0; +! check_comment = (flags & P_COMMAND) && qc != '\'' && qc != '"' && (flags & P_DQUOTE) == 0; + + /* RFLAGS is the set of flags we want to pass to recursive calls. */ +--- 2736,2740 ---- + count = 1; + pass_next_character = backq_backslash = was_dollar = in_comment = 0; +! check_comment = (flags & P_COMMAND) && qc != '`' && qc != '\'' && qc != '"' && (flags & P_DQUOTE) == 0; + + /* RFLAGS is the set of flags we want to pass to recursive calls. */ +*** ../bash-3.2/patchlevel.h Thu Apr 13 08:31:04 2006 +--- patchlevel.h Mon Oct 16 14:22:54 2006 +*************** +*** 26,30 **** + looks for to find the patch level (for the sccs version string). */ + +! #define PATCHLEVEL 0 + + #endif /* _PATCHLEVEL_H_ */ +--- 26,30 ---- + looks for to find the patch level (for the sccs version string). */ + +! #define PATCHLEVEL 1 + + #endif /* _PATCHLEVEL_H_ */ + + BASH PATCH REPORT + ================= + +Bash-Release: 3.2 +Patch-ID: bash32-002 + +Bug-Reported-by: Jim Gifford +Bug-Reference-ID: <12j2pc3aq35mb04 at corp.supernews.com> +Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2006-10/msg00082.html + +Bug-Description: + +An incorrect encoding specification in the Content-Type header causes msgfmt +to fail, which causes `make install' to fail. + +Patch: + +*** ../bash-3.2/po/ru.po Tue Jan 10 17:51:03 2006 +--- po/ru.po Mon Oct 16 15:13:23 2006 +*************** +*** 13,17 **** + "Language-Team: Russian \n" + "MIME-Version: 1.0\n" +! "Content-Type: text/plain; charset=UTF-8\n" + "Content-Transfer-Encoding: 8bit\n" + "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +--- 13,17 ---- + "Language-Team: Russian \n" + "MIME-Version: 1.0\n" +! "Content-Type: text/plain; charset=KOI8-R\n" + "Content-Transfer-Encoding: 8bit\n" + "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +*** ../bash-3.2/patchlevel.h Thu Apr 13 08:31:04 2006 +--- patchlevel.h Mon Oct 16 14:22:54 2006 +*************** +*** 26,30 **** + looks for to find the patch level (for the sccs version string). */ + +! #define PATCHLEVEL 1 + + #endif /* _PATCHLEVEL_H_ */ +--- 26,30 ---- + looks for to find the patch level (for the sccs version string). */ + +! #define PATCHLEVEL 2 + + #endif /* _PATCHLEVEL_H_ */ + + BASH PATCH REPORT + ================= + +Bash-Release: 3.2 +Patch-ID: bash32-003 + +Bug-Reported-by: John Gatewood Ham +Bug-Reference-ID: +Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2006-10/msg00045.html + +Bug-Description: + +When using the conditional command's `=~' operator to match regular +expressions, the parser did not skip over shell metacharacters in the +regular expression, leading to syntax errors. + +Patch: + +*** ../bash-3.2-patched/parse.y Tue Oct 17 11:45:20 2006 +--- parse.y Sat Oct 14 14:56:16 2006 +*************** +*** 1029,1034 **** +--- 1029,1035 ---- + #define PST_CMDTOKEN 0x1000 /* command token OK - unused */ + #define PST_COMPASSIGN 0x2000 /* parsing x=(...) compound assignment */ + #define PST_ASSIGNOK 0x4000 /* assignment statement ok in this context */ ++ #define PST_REGEXP 0x8000 /* parsing an ERE/BRE as a single word */ + + /* Initial size to allocate for tokens, and the + amount to grow them by. */ +*************** +*** 2591,2596 **** +--- 2592,2600 ---- + return (character); + } + ++ if (parser_state & PST_REGEXP) ++ goto tokword; ++ + /* Shell meta-characters. */ + if MBTEST(shellmeta (character) && ((parser_state & PST_DBLPAREN) == 0)) + { +*************** +*** 2698,2703 **** +--- 2702,2708 ---- + if MBTEST(character == '-' && (last_read_token == LESS_AND || last_read_token == GREATER_AND)) + return (character); + ++ tokword: + /* Okay, if we got this far, we have to read a word. Read one, + and then check it against the known ones. */ + result = read_token_word (character); +*************** +*** 3202,3209 **** + if (tok == WORD && test_binop (yylval.word->word)) + op = yylval.word; + #if defined (COND_REGEXP) +! else if (tok == WORD && STREQ (yylval.word->word,"=~")) +! op = yylval.word; + #endif + else if (tok == '<' || tok == '>') + op = make_word_from_token (tok); /* ( */ +--- 3207,3217 ---- + if (tok == WORD && test_binop (yylval.word->word)) + op = yylval.word; + #if defined (COND_REGEXP) +! else if (tok == WORD && STREQ (yylval.word->word, "=~")) +! { +! op = yylval.word; +! parser_state |= PST_REGEXP; +! } + #endif + else if (tok == '<' || tok == '>') + op = make_word_from_token (tok); /* ( */ +*************** +*** 3234,3239 **** +--- 3242,3248 ---- + + /* rhs */ + tok = read_token (READ); ++ parser_state &= ~PST_REGEXP; + if (tok == WORD) + { + tright = make_cond_node (COND_TERM, yylval.word, (COND_COM *)NULL, (COND_COM *)NULL); +*************** +*** 3419,3427 **** + goto next_character; + } + + #ifdef EXTENDED_GLOB + /* Parse a ksh-style extended pattern matching specification. */ +! if (extended_glob && PATTERN_CHAR (character)) + { + peek_char = shell_getc (1); + if MBTEST(peek_char == '(') /* ) */ +--- 3428,3461 ---- + goto next_character; + } + ++ #ifdef COND_REGEXP ++ /* When parsing a regexp as a single word inside a conditional command, ++ we need to special-case characters special to both the shell and ++ regular expressions. Right now, that is only '(' and '|'. */ /*)*/ ++ if MBTEST((parser_state & PST_REGEXP) && (character == '(' || character == '|')) /*)*/ ++ { ++ if (character == '|') ++ goto got_character; ++ ++ push_delimiter (dstack, character); ++ ttok = parse_matched_pair (cd, '(', ')', &ttoklen, 0); ++ pop_delimiter (dstack); ++ if (ttok == &matched_pair_error) ++ return -1; /* Bail immediately. */ ++ RESIZE_MALLOCED_BUFFER (token, token_index, ttoklen + 2, ++ token_buffer_size, TOKEN_DEFAULT_GROW_SIZE); ++ token[token_index++] = character; ++ strcpy (token + token_index, ttok); ++ token_index += ttoklen; ++ FREE (ttok); ++ dollar_present = all_digit_token = 0; ++ goto next_character; ++ } ++ #endif /* COND_REGEXP */ ++ + #ifdef EXTENDED_GLOB + /* Parse a ksh-style extended pattern matching specification. */ +! if MBTEST(extended_glob && PATTERN_CHAR (character)) + { + peek_char = shell_getc (1); + if MBTEST(peek_char == '(') /* ) */ + +*** ../bash-3.2/patchlevel.h Thu Apr 13 08:31:04 2006 +--- patchlevel.h Mon Oct 16 14:22:54 2006 +*************** +*** 26,30 **** + looks for to find the patch level (for the sccs version string). */ + +! #define PATCHLEVEL 2 + + #endif /* _PATCHLEVEL_H_ */ +--- 26,30 ---- + looks for to find the patch level (for the sccs version string). */ + +! #define PATCHLEVEL 3 + + #endif /* _PATCHLEVEL_H_ */ + + + BASH PATCH REPORT + ================= + +Bash-Release: 3.2 +Patch-ID: bash32-004 + +Bug-Reported-by: Stuart Shelton +Bug-Reference-ID: <619141e40610261203y6cda5aa6i23cb24c7aeba996e at mail.gmail.com> +Bug-Reference-URL: + +Bug-Description: + +A bug in the parameter pattern substitution implementation treated a pattern +whose first character was `/' (after expansion) as specifying global +replacement. + +Patch: + +*** ../bash-3.2/subst.c Tue Sep 19 08:35:09 2006 +--- subst.c Thu Oct 26 09:17:50 2006 +*************** +*** 5707,5712 **** +--- 5707,5717 ---- + vtype &= ~VT_STARSUB; + + mflags = 0; ++ if (patsub && *patsub == '/') ++ { ++ mflags |= MATCH_GLOBREP; ++ patsub++; ++ } + + /* Malloc this because expand_string_if_necessary or one of the expansion + functions in its call chain may free it on a substitution error. */ +*************** +*** 5741,5753 **** + } + + /* ksh93 doesn't allow the match specifier to be a part of the expanded +! pattern. This is an extension. */ + p = pat; +! if (pat && pat[0] == '/') +! { +! mflags |= MATCH_GLOBREP|MATCH_ANY; +! p++; +! } + else if (pat && pat[0] == '#') + { + mflags |= MATCH_BEG; +--- 5746,5757 ---- + } + + /* ksh93 doesn't allow the match specifier to be a part of the expanded +! pattern. This is an extension. Make sure we don't anchor the pattern +! at the beginning or end of the string if we're doing global replacement, +! though. */ + p = pat; +! if (mflags & MATCH_GLOBREP) +! mflags |= MATCH_ANY; + else if (pat && pat[0] == '#') + { + mflags |= MATCH_BEG; +*** ../bash-3.2/tests/new-exp.right Thu Aug 10 12:00:00 2006 +--- tests/new-exp.right Sun Oct 29 16:03:36 2006 +*************** +*** 430,436 **** + Case06---1---A B C::--- + Case07---3---A:B:C--- + Case08---3---A:B:C--- +! ./new-exp.tests: line 506: /${$(($#-1))}: bad substitution + argv[1] = + argv[2] = + argv[3] = +--- 430,436 ---- + Case06---1---A B C::--- + Case07---3---A:B:C--- + Case08---3---A:B:C--- +! ./new-exp.tests: line 506: ${$(($#-1))}: bad substitution + argv[1] = + argv[2] = + argv[3] = +*** ../bash-3.2/patchlevel.h Thu Apr 13 08:31:04 2006 +--- patchlevel.h Mon Oct 16 14:22:54 2006 +*************** +*** 26,30 **** + looks for to find the patch level (for the sccs version string). */ + +! #define PATCHLEVEL 3 + + #endif /* _PATCHLEVEL_H_ */ +--- 26,30 ---- + looks for to find the patch level (for the sccs version string). */ + +! #define PATCHLEVEL 4 + + #endif /* _PATCHLEVEL_H_ */ + + BASH PATCH REPORT + ================= + +Bash-Release: 3.2 +Patch-ID: bash32-005 + +Bug-Reported-by: Stuart Shelton +Bug-Reference-ID: <453F7CC8.6030907 at openobjects.com> +Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2006-10/msg00127.html + +Bug-Description: + +A missing extern declaration for `asprintf' caused `double' arguments to be +passed as `0', leading to incorrect results. Additionally, a bug in the +replacement asprintf/snprintf function caused an infinite loop when passed +0 arguments to the floating point conversions under some circumstances. + +Patch: + +*** ../bash-3.2/builtins/printf.def Mon Sep 18 08:48:42 2006 +--- builtins/printf.def Tue Oct 31 08:19:44 2006 +*************** +*** 49,54 **** +--- 49,60 ---- + # define INT_MIN (-2147483647-1) + #endif + ++ #if defined (PREFER_STDARG) ++ # include ++ #else ++ # include ++ #endif ++ + #include + #include + +*************** +*** 151,156 **** +--- 157,166 ---- + #define SKIP1 "#'-+ 0" + #define LENMODS "hjlLtz" + ++ #ifndef HAVE_ASPRINTF ++ extern int asprintf __P((char **, const char *, ...)) __attribute__((__format__ (printf, 2, 3))); ++ #endif ++ + static void printf_erange __P((char *)); + static int printstr __P((char *, char *, int, int, int)); + static int tescape __P((char *, char *, int *)); + + +*** ../bash-3.2/lib/sh/snprintf.c Thu Apr 6 09:48:40 2006 +--- lib/sh/snprintf.c Sat Oct 28 00:00:13 2006 +*************** +*** 471,476 **** +--- 476,483 ---- + 10^x ~= r + * log_10(200) = 2; + * log_10(250) = 2; ++ * ++ * NOTE: do not call this with r == 0 -- an infinite loop results. + */ + static int + log_10(r) +*************** +*** 576,583 **** + { + integral_part[0] = '0'; + integral_part[1] = '\0'; +! fraction_part[0] = '0'; +! fraction_part[1] = '\0'; + if (fract) + *fract = fraction_part; + return integral_part; +--- 583,593 ---- + { + integral_part[0] = '0'; + integral_part[1] = '\0'; +! /* The fractional part has to take the precision into account */ +! for (ch = 0; ch < precision-1; ch++) +! fraction_part[ch] = '0'; +! fraction_part[ch] = '0'; +! fraction_part[ch+1] = '\0'; + if (fract) + *fract = fraction_part; + return integral_part; +*************** +*** 805,810 **** +--- 815,821 ---- + PUT_CHAR(*tmp, p); + tmp++; + } ++ + PAD_LEFT(p); + } + +*************** +*** 972,982 **** + if ((p->flags & PF_THOUSANDS) && grouping && (t = groupnum (tmp))) + tmp = t; + + /* calculate the padding. 1 for the dot */ + p->width = p->width - + ((d > 0. && p->justify == RIGHT) ? 1:0) - + ((p->flags & PF_SPACE) ? 1:0) - +! strlen(tmp) - p->precision - 1; + PAD_RIGHT(p); + PUT_PLUS(d, p, 0.); + PUT_SPACE(d, p, 0.); +--- 983,1003 ---- + if ((p->flags & PF_THOUSANDS) && grouping && (t = groupnum (tmp))) + tmp = t; + ++ if ((*p->pf == 'g' || *p->pf == 'G') && (p->flags & PF_ALTFORM) == 0) ++ { ++ /* smash the trailing zeros unless altform */ ++ for (i = strlen(tmp2) - 1; i >= 0 && tmp2[i] == '0'; i--) ++ tmp2[i] = '\0'; ++ if (tmp2[0] == '\0') ++ p->precision = 0; ++ } ++ + /* calculate the padding. 1 for the dot */ + p->width = p->width - + ((d > 0. && p->justify == RIGHT) ? 1:0) - + ((p->flags & PF_SPACE) ? 1:0) - +! strlen(tmp) - p->precision - +! ((p->precision != 0 || (p->flags & PF_ALTFORM)) ? 1 : 0); /* radix char */ + PAD_RIGHT(p); + PUT_PLUS(d, p, 0.); + PUT_SPACE(d, p, 0.); +*************** +*** 991,1001 **** + if (p->precision != 0 || (p->flags & PF_ALTFORM)) + PUT_CHAR(decpoint, p); /* put the '.' */ + +- if ((*p->pf == 'g' || *p->pf == 'G') && (p->flags & PF_ALTFORM) == 0) +- /* smash the trailing zeros unless altform */ +- for (i = strlen(tmp2) - 1; i >= 0 && tmp2[i] == '0'; i--) +- tmp2[i] = '\0'; +- + for (; *tmp2; tmp2++) + PUT_CHAR(*tmp2, p); /* the fraction */ + +--- 1012,1017 ---- +*************** +*** 1011,1024 **** + char *tmp, *tmp2; + int j, i; + +! if (chkinfnan(p, d, 1) || chkinfnan(p, d, 2)) + return; /* already printed nan or inf */ + + GETLOCALEDATA(decpoint, thoussep, grouping); + DEF_PREC(p); +! j = log_10(d); +! d = d / pow_10(j); /* get the Mantissa */ +! d = ROUND(d, p); + tmp = dtoa(d, p->precision, &tmp2); + + /* 1 for unit, 1 for the '.', 1 for 'e|E', +--- 1027,1045 ---- + char *tmp, *tmp2; + int j, i; + +! if (d != 0 && (chkinfnan(p, d, 1) || chkinfnan(p, d, 2))) + return; /* already printed nan or inf */ + + GETLOCALEDATA(decpoint, thoussep, grouping); + DEF_PREC(p); +! if (d == 0.) +! j = 0; +! else +! { +! j = log_10(d); +! d = d / pow_10(j); /* get the Mantissa */ +! d = ROUND(d, p); +! } + tmp = dtoa(d, p->precision, &tmp2); + + /* 1 for unit, 1 for the '.', 1 for 'e|E', +*************** +*** 1076,1081 **** +--- 1097,1103 ---- + PUT_CHAR(*tmp, p); + tmp++; + } ++ + PAD_LEFT(p); + } + #endif +*************** +*** 1358,1364 **** + STAR_ARGS(data); + DEF_PREC(data); + d = GETDOUBLE(data); +! i = log_10(d); + /* + * for '%g|%G' ANSI: use f if exponent + * is in the range or [-4,p] exclusively +--- 1380,1386 ---- + STAR_ARGS(data); + DEF_PREC(data); + d = GETDOUBLE(data); +! i = (d != 0.) ? log_10(d) : -1; + /* + * for '%g|%G' ANSI: use f if exponent + * is in the range or [-4,p] exclusively +*** ../bash-3.2/patchlevel.h Thu Apr 13 08:31:04 2006 +--- patchlevel.h Mon Oct 16 14:22:54 2006 +*************** +*** 26,30 **** + looks for to find the patch level (for the sccs version string). */ + +! #define PATCHLEVEL 4 + + #endif /* _PATCHLEVEL_H_ */ +--- 26,30 ---- + looks for to find the patch level (for the sccs version string). */ + +! #define PATCHLEVEL 5 + + #endif /* _PATCHLEVEL_H_ */ + + BASH PATCH REPORT + ================= + +Bash-Release: 3.2 +Patch-ID: bash32-006 + +Bug-Reported-by: ebb9 at byu.net +Bug-Reference-ID: <45540862.9030900 at byu.net> +Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2006-11/msg00017.html + http://lists.gnu.org/archive/html/bug-bash/2006-11/msg00016.html + +Bug-Description: + +In some cases, code that is intended to be used in the presence of multibyte +characters is called when no such characters are present, leading to incorrect +display position calculations and incorrect redisplay. + +Patch: + +*** ../bash-3.2-patched/lib/readline/display.c Thu Sep 14 14:20:12 2006 +--- lib/readline/display.c Mon Nov 13 17:55:57 2006 +*************** +*** 2381,2384 **** +--- 2409,2414 ---- + if (end <= start) + return 0; ++ if (MB_CUR_MAX == 1 || rl_byte_oriented) ++ return (end - start); + + memset (&ps, 0, sizeof (mbstate_t)); +*** ../bash-3.2/patchlevel.h Thu Apr 13 08:31:04 2006 +--- patchlevel.h Mon Oct 16 14:22:54 2006 +*************** +*** 26,30 **** + looks for to find the patch level (for the sccs version string). */ + +! #define PATCHLEVEL 5 + + #endif /* _PATCHLEVEL_H_ */ +--- 26,30 ---- + looks for to find the patch level (for the sccs version string). */ + +! #define PATCHLEVEL 6 + + #endif /* _PATCHLEVEL_H_ */ + + BASH PATCH REPORT + ================= + +Bash-Release: 3.2 +Patch-ID: bash32-007 + +Bug-Reported-by: jidanni at jidanni.org +Bug-Reference-ID: +Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2006-11/msg00039.html + +Bug-Description: + +When removing the current or previous job from the jobs list, bash incorrectly +resets the current job under some circumstances. + +Patch: + +*** ../bash-3.2-patched/jobs.c Sat Jul 29 16:40:48 2006 +--- jobs.c Fri Nov 24 14:50:01 2006 +*************** +*** 985,990 **** + if (temp == 0) + return; +- if (job_index == js.j_current || job_index == js.j_previous) +- reset_current (); + + if ((dflags & DEL_NOBGPID) == 0) +--- 985,988 ---- +*************** +*** 1029,1032 **** +--- 1027,1033 ---- + else if (jobs[js.j_firstj] == 0 || jobs[js.j_lastj] == 0) + reset_job_indices (); ++ ++ if (job_index == js.j_current || job_index == js.j_previous) ++ reset_current (); + } + +*** ../bash-3.2/patchlevel.h Thu Apr 13 08:31:04 2006 +--- patchlevel.h Mon Oct 16 14:22:54 2006 +*************** +*** 26,30 **** + looks for to find the patch level (for the sccs version string). */ + +! #define PATCHLEVEL 6 + + #endif /* _PATCHLEVEL_H_ */ +--- 26,30 ---- + looks for to find the patch level (for the sccs version string). */ + +! #define PATCHLEVEL 7 + + #endif /* _PATCHLEVEL_H_ */ + + + + BASH PATCH REPORT + ================= + +Bash-Release: 3.2 +Patch-ID: bash32-008 + +Bug-Reported-by: Linda Walsh +Bug-Reference-ID: <456041FD.8000605 at tlinx.org> +Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2006-11/msg00040.html + +Bug-Description: + +When checking pathnames from the command hash table (e.g., when the `checkhash' +shell option is enabled), a bug causes bash to delete and re-lookup each +command. + +Patch: + +*** ../bash-3.2-patched/findcmd.c Wed Aug 17 16:49:54 2005 +--- findcmd.c Fri Nov 24 10:48:37 2006 +*************** +*** 309,313 **** + { + st = file_status (hashed_file); +! if ((st ^ (FS_EXISTS | FS_EXECABLE)) != 0) + { + phash_remove (pathname); +--- 309,313 ---- + { + st = file_status (hashed_file); +! if ((st & (FS_EXISTS|FS_EXECABLE)) != (FS_EXISTS|FS_EXECABLE)) + { + phash_remove (pathname); +*** ../bash-3.2/patchlevel.h Thu Apr 13 08:31:04 2006 +--- patchlevel.h Mon Oct 16 14:22:54 2006 +*************** +*** 26,30 **** + looks for to find the patch level (for the sccs version string). */ + +! #define PATCHLEVEL 7 + + #endif /* _PATCHLEVEL_H_ */ +--- 26,30 ---- + looks for to find the patch level (for the sccs version string). */ + +! #define PATCHLEVEL 8 + + #endif /* _PATCHLEVEL_H_ */ + + BASH PATCH REPORT + ================= + +Bash-Release: 3.2 +Patch-ID: bash32-009 + +Bug-Reported-by: James.M.Botte at lowes.com +Bug-Reference-ID: +Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2006-12/msg00000.html + +Bug-Description: + +When using its built-in replacement for snprintf/asprintf, bash does not +treat the %x, %X, and %o format specifiers as unsigned numbers. + +Patch: + +*** ../bash-3.2-patched/lib/sh/snprintf.c Mon Nov 13 08:58:52 2006 +--- lib/sh/snprintf.c Wed Dec 6 11:15:04 2006 +*************** +*** 669,673 **** + + sd = d; /* signed for ' ' padding in base 10 */ +! flags = (*p->pf == 'u' || *p->pf == 'U') ? FL_UNSIGNED : 0; + if (*p->pf == 'X') + flags |= FL_HEXUPPER; +--- 674,679 ---- + + sd = d; /* signed for ' ' padding in base 10 */ +! flags = 0; +! flags = (*p->pf == 'x' || *p->pf == 'X' || *p->pf == 'o' || *p->pf == 'u' || *p->pf == 'U') ? FL_UNSIGNED : 0; + if (*p->pf == 'X') + flags |= FL_HEXUPPER; +*************** +*** 739,743 **** + + sd = d; /* signed for ' ' padding in base 10 */ +! flags = (*p->pf == 'u' || *p->pf == 'U') ? FL_UNSIGNED : 0; + if (*p->pf == 'X') + flags |= FL_HEXUPPER; +--- 745,749 ---- + + sd = d; /* signed for ' ' padding in base 10 */ +! flags = (*p->pf == 'x' || *p->pf == 'X' || *p->pf == 'o' || *p->pf == 'u' || *p->pf == 'U') ? FL_UNSIGNED : 0; + if (*p->pf == 'X') + flags |= FL_HEXUPPER; +*** ../bash-3.2/patchlevel.h Thu Apr 13 08:31:04 2006 +--- patchlevel.h Mon Oct 16 14:22:54 2006 +*************** +*** 26,30 **** + looks for to find the patch level (for the sccs version string). */ + +! #define PATCHLEVEL 8 + + #endif /* _PATCHLEVEL_H_ */ +--- 26,30 ---- + looks for to find the patch level (for the sccs version string). */ + +! #define PATCHLEVEL 9 + + #endif /* _PATCHLEVEL_H_ */ + + BASH PATCH REPORT + ================= + +Bash-Release: 3.2 +Patch-ID: bash32-010 + +Bug-Reported-by: Ryan Waldron +Bug-Reference-ID: <20070119065603.546D011E9C at kansas.erebor.com> +Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2007-01/msg00059.html + +Bug-Description: + +The glibc implementation of regcomp/regexec does not allow backslashes to +escape "ordinary" pattern characters when matching. Bash used backslashes +to quote all characters when the pattern argument to the [[ special +command's =~ operator was quoted. This caused the match to fail on Linux +and other systems using GNU libc. + +Patch: + +*** ../bash-3.2.9/pathexp.h Sat Feb 19 17:23:18 2005 +--- pathexp.h Wed Jan 31 22:53:16 2007 +*************** +*** 1,5 **** + /* pathexp.h -- The shell interface to the globbing library. */ + +! /* Copyright (C) 1987-2005 Free Software Foundation, Inc. + + This file is part of GNU Bash, the Bourne Again SHell. +--- 1,5 ---- + /* pathexp.h -- The shell interface to the globbing library. */ + +! /* Copyright (C) 1987-2007 Free Software Foundation, Inc. + + This file is part of GNU Bash, the Bourne Again SHell. +*************** +*** 33,36 **** +--- 33,37 ---- + #define QGLOB_CVTNULL 0x01 /* convert QUOTED_NULL strings to '\0' */ + #define QGLOB_FILENAME 0x02 /* do correct quoting for matching filenames */ ++ #define QGLOB_REGEXP 0x04 /* quote an ERE for regcomp/regexec */ + + #if defined (EXTENDED_GLOB) +*** ../bash-3.2.9/pathexp.c Mon May 6 13:43:05 2002 +--- pathexp.c Mon Feb 26 16:59:23 2007 +*************** +*** 1,5 **** + /* pathexp.c -- The shell interface to the globbing library. */ + +! /* Copyright (C) 1995-2002 Free Software Foundation, Inc. + + This file is part of GNU Bash, the Bourne Again SHell. +--- 1,5 ---- + /* pathexp.c -- The shell interface to the globbing library. */ + +! /* Copyright (C) 1995-2007 Free Software Foundation, Inc. + + This file is part of GNU Bash, the Bourne Again SHell. +*************** +*** 111,114 **** +--- 111,141 ---- + } + ++ /* Return 1 if C is a character that is `special' in a POSIX ERE and needs to ++ be quoted to match itself. */ ++ static inline int ++ ere_char (c) ++ int c; ++ { ++ switch (c) ++ { ++ case '.': ++ case '[': ++ case '\\': ++ case '(': ++ case ')': ++ case '*': ++ case '+': ++ case '?': ++ case '{': ++ case '|': ++ case '^': ++ case '$': ++ return 1; ++ default: ++ return 0; ++ } ++ return (0); ++ } ++ + /* PATHNAME can contain characters prefixed by CTLESC; this indicates + that the character is to be quoted. We quote it here in the style +*************** +*** 143,146 **** +--- 170,175 ---- + if ((qflags & QGLOB_FILENAME) && pathname[i+1] == '/') + continue; ++ if ((qflags & QGLOB_REGEXP) && ere_char (pathname[i+1]) == 0) ++ continue; + temp[j++] = '\\'; + i++; +*** ../bash-3.2.9/subst.c Tue Nov 7 16:14:41 2006 +--- subst.c Wed Jan 31 23:09:58 2007 +*************** +*** 5,9 **** + beauty, but, hey, you're alright.'' */ + +! /* Copyright (C) 1987-2006 Free Software Foundation, Inc. + + This file is part of GNU Bash, the Bourne Again SHell. +--- 5,9 ---- + beauty, but, hey, you're alright.'' */ + +! /* Copyright (C) 1987-2007 Free Software Foundation, Inc. + + This file is part of GNU Bash, the Bourne Again SHell. +*************** +*** 2647,2655 **** + /* This needs better error handling. */ + /* Expand W for use as an argument to a unary or binary operator in a +! [[...]] expression. If SPECIAL is nonzero, this is the rhs argument + to the != or == operator, and should be treated as a pattern. In +! this case, we quote the string specially for the globbing code. The +! caller is responsible for removing the backslashes if the unquoted +! words is needed later. */ + char * + cond_expand_word (w, special) +--- 2647,2656 ---- + /* This needs better error handling. */ + /* Expand W for use as an argument to a unary or binary operator in a +! [[...]] expression. If SPECIAL is 1, this is the rhs argument + to the != or == operator, and should be treated as a pattern. In +! this case, we quote the string specially for the globbing code. If +! SPECIAL is 2, this is an rhs argument for the =~ operator, and should +! be quoted appropriately for regcomp/regexec. The caller is responsible +! for removing the backslashes if the unquoted word is needed later. */ + char * + cond_expand_word (w, special) +*************** +*** 2659,2662 **** +--- 2660,2664 ---- + char *r, *p; + WORD_LIST *l; ++ int qflags; + + if (w->word == 0 || w->word[0] == '\0') +*************** +*** 2673,2678 **** + else + { + p = string_list (l); +! r = quote_string_for_globbing (p, QGLOB_CVTNULL); + free (p); + } +--- 2675,2683 ---- + else + { ++ qflags = QGLOB_CVTNULL; ++ if (special == 2) ++ qflags |= QGLOB_REGEXP; + p = string_list (l); +! r = quote_string_for_globbing (p, qflags); + free (p); + } +*** ../bash-3.2.9/execute_cmd.c Sat Aug 26 00:23:17 2006 +--- execute_cmd.c Wed Jan 31 23:12:06 2007 +*************** +*** 1,5 **** + /* execute_cmd.c -- Execute a COMMAND structure. */ + +! /* Copyright (C) 1987-2005 Free Software Foundation, Inc. + + This file is part of GNU Bash, the Bourne Again SHell. +--- 1,5 ---- + /* execute_cmd.c -- Execute a COMMAND structure. */ + +! /* Copyright (C) 1987-2007 Free Software Foundation, Inc. + + This file is part of GNU Bash, the Bourne Again SHell. +*************** +*** 2547,2551 **** + if (arg1 == 0) + arg1 = nullstr; +! arg2 = cond_expand_word (cond->right->op, patmatch||rmatch); + if (arg2 == 0) + arg2 = nullstr; +--- 2547,2551 ---- + if (arg1 == 0) + arg1 = nullstr; +! arg2 = cond_expand_word (cond->right->op, rmatch ? 2 : (patmatch ? 1 : 0)); + if (arg2 == 0) + arg2 = nullstr; +*** ../bash-3.2/patchlevel.h Thu Apr 13 08:31:04 2006 +--- patchlevel.h Mon Oct 16 14:22:54 2006 +*************** +*** 26,30 **** + looks for to find the patch level (for the sccs version string). */ + +! #define PATCHLEVEL 9 + + #endif /* _PATCHLEVEL_H_ */ +--- 26,30 ---- + looks for to find the patch level (for the sccs version string). */ + +! #define PATCHLEVEL 10 + + #endif /* _PATCHLEVEL_H_ */ + + BASH PATCH REPORT + ================= + +Bash-Release: 3.2 +Patch-ID: bash32-011 + +Bug-Reported-by: Petr Sumbera +Bug-Reference-ID: <45AF5F4B.1020800 at sun.com> +Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2007-01/msg00049.html + +Bug-Description: + +Under certain circumstances (loopback mounts), the bash getcwd does not +return correct results. This patch allows the use of the Solaris libc +getcwd even though it doesn't dynamically allocate memory. + +Run `touch configure' to make sure make doesn't try to run autoconf. +Then run configure with whatever options you like. + +Patch: + +*** ../bash-3.2-patched/configure.in Tue Sep 26 11:05:45 2006 +--- configure.in Wed Jan 31 09:48:00 2007 +*************** +*** 6,10 **** + dnl Process this file with autoconf to produce a configure script. + +! # Copyright (C) 1987-2006 Free Software Foundation, Inc. + + # This program is free software; you can redistribute it and/or modify +--- 6,10 ---- + dnl Process this file with autoconf to produce a configure script. + +! # Copyright (C) 1987-2007 Free Software Foundation, Inc. + + # This program is free software; you can redistribute it and/or modify +*************** +*** 992,996 **** + sco3.2*) LOCAL_CFLAGS=-DMUST_UNBLOCK_CHLD ;; + sunos4*) LOCAL_CFLAGS=-DSunOS4 ;; +! solaris2.5*) LOCAL_CFLAGS=-DSunOS5 ;; + lynxos*) LOCAL_CFLAGS=-DRECYCLES_PIDS ;; + linux*) LOCAL_LDFLAGS=-rdynamic # allow dynamic loading +--- 992,997 ---- + sco3.2*) LOCAL_CFLAGS=-DMUST_UNBLOCK_CHLD ;; + sunos4*) LOCAL_CFLAGS=-DSunOS4 ;; +! solaris2.5*) LOCAL_CFLAGS="-DSunOS5 -DSOLARIS" ;; +! solaris2*) LOCAL_CFLAGS=-DSOLARIS ;; + lynxos*) LOCAL_CFLAGS=-DRECYCLES_PIDS ;; + linux*) LOCAL_LDFLAGS=-rdynamic # allow dynamic loading +*** ../bash-3.2-patched/config-bot.h Tue Sep 12 16:43:04 2006 +--- config-bot.h Tue Mar 6 10:41:31 2007 +*************** +*** 2,6 **** + /* modify settings or make new ones based on what autoconf tells us. */ + +! /* Copyright (C) 1989-2002 Free Software Foundation, Inc. + + This file is part of GNU Bash, the Bourne Again SHell. +--- 2,6 ---- + /* modify settings or make new ones based on what autoconf tells us. */ + +! /* Copyright (C) 1989-2007 Free Software Foundation, Inc. + + This file is part of GNU Bash, the Bourne Again SHell. +*************** +*** 71,77 **** + #endif + +! /* If we have a getcwd(3), but it calls popen(), #undef HAVE_GETCWD so +! the replacement in getcwd.c will be built. */ +! #if defined (HAVE_GETCWD) && defined (GETCWD_BROKEN) + # undef HAVE_GETCWD + #endif +--- 71,79 ---- + #endif + +! /* If we have a getcwd(3), but one that does not dynamically allocate memory, +! #undef HAVE_GETCWD so the replacement in getcwd.c will be built. We do +! not do this on Solaris, because their implementation of loopback mounts +! breaks the traditional file system assumptions that getcwd uses. */ +! #if defined (HAVE_GETCWD) && defined (GETCWD_BROKEN) && !defined (SOLARIS) + # undef HAVE_GETCWD + #endif +*** ../bash-3.2-patched/builtins/common.c Thu Jul 27 09:39:51 2006 +--- builtins/common.c Tue Mar 6 10:43:27 2007 +*************** +*** 1,3 **** +! /* Copyright (C) 1987-2005 Free Software Foundation, Inc. + + This file is part of GNU Bash, the Bourne Again SHell. +--- 1,3 ---- +! /* Copyright (C) 1987-2007 Free Software Foundation, Inc. + + This file is part of GNU Bash, the Bourne Again SHell. +*************** +*** 476,480 **** +--- 476,484 ---- + if (the_current_working_directory == 0) + { ++ #if defined (GETCWD_BROKEN) ++ the_current_working_directory = getcwd (0, PATH_MAX); ++ #else + the_current_working_directory = getcwd (0, 0); ++ #endif + if (the_current_working_directory == 0) + { +*** ../bash-3.2-patched/configure Tue Sep 26 11:06:01 2006 +--- configure Tue Mar 6 10:59:20 2007 +*************** +*** 27317,27321 **** + sco3.2*) LOCAL_CFLAGS=-DMUST_UNBLOCK_CHLD ;; + sunos4*) LOCAL_CFLAGS=-DSunOS4 ;; +! solaris2.5*) LOCAL_CFLAGS=-DSunOS5 ;; + lynxos*) LOCAL_CFLAGS=-DRECYCLES_PIDS ;; + linux*) LOCAL_LDFLAGS=-rdynamic # allow dynamic loading +--- 27317,27322 ---- + sco3.2*) LOCAL_CFLAGS=-DMUST_UNBLOCK_CHLD ;; + sunos4*) LOCAL_CFLAGS=-DSunOS4 ;; +! solaris2.5*) LOCAL_CFLAGS="-DSunOS5 -DSOLARIS" ;; +! solaris2*) LOCAL_CFLAGS=-DSOLARIS ;; + lynxos*) LOCAL_CFLAGS=-DRECYCLES_PIDS ;; + linux*) LOCAL_LDFLAGS=-rdynamic # allow dynamic loading +*** ../bash-3.2/patchlevel.h Thu Apr 13 08:31:04 2006 +--- patchlevel.h Mon Oct 16 14:22:54 2006 +*************** +*** 26,30 **** + looks for to find the patch level (for the sccs version string). */ + +! #define PATCHLEVEL 10 + + #endif /* _PATCHLEVEL_H_ */ +--- 26,30 ---- + looks for to find the patch level (for the sccs version string). */ + +! #define PATCHLEVEL 11 + + #endif /* _PATCHLEVEL_H_ */ + + BASH PATCH REPORT + ================= + +Bash-Release: 3.2 +Patch-ID: bash32-012 + +Bug-Reported-by: John Wyman +Bug-Reference-ID: <5E7DEFC094C35044B87FAE761D9F0EE20143A3B7 at exchange2k.celink.com> +Bug-Reference-URL: + +Bug-Description: + +Some systems (AIX 4.x) don't implement the PRI_xxx macros correctly, +causing syntax errors when attempting to compile bash on those systems. +This patch adds support for the PRI_MACROS_BROKEN define. + +You will need to re-run `configure' after applying the patch. Run +`touch configure' so make doesn't try to run autoconf. + +Patch: + +*** ../bash-3.2.11/config.h.in Tue Sep 12 16:00:54 2006 +--- config.h.in Tue Mar 6 11:17:55 2007 +*************** +*** 1,5 **** + /* config.h -- Configuration file for bash. */ + +! /* Copyright (C) 1987-2006 Free Software Foundation, Inc. + + This file is part of GNU Bash, the Bourne Again SHell. +--- 1,5 ---- + /* config.h -- Configuration file for bash. */ + +! /* Copyright (C) 1987-2007 Free Software Foundation, Inc. + + This file is part of GNU Bash, the Bourne Again SHell. +*************** +*** 414,417 **** +--- 414,419 ---- + #undef HAVE_DECL_STRTOLD + ++ #undef PRI_MACROS_BROKEN ++ + #undef STRTOLD_BROKEN + +*************** +*** 1007,1010 **** +--- 1009,1015 ---- + #undef HAVE_DCGETTEXT + ++ /* Define if you have the `localeconv' function. */ ++ #undef HAVE_LOCALECONV ++ + /* Define if your system has a working `malloc' function. */ + /* #undef HAVE_MALLOC */ +*** ../bash-3.2.11/builtins/printf.def Mon Nov 13 08:58:52 2006 +--- builtins/printf.def Sun Feb 4 13:58:59 2007 +*************** +*** 2,6 **** + It implements the builtin "printf" in Bash. + +! Copyright (C) 1997-2005 Free Software Foundation, Inc. + + This file is part of GNU Bash, the Bourne Again SHell. +--- 2,6 ---- + It implements the builtin "printf" in Bash. + +! Copyright (C) 1997-2007 Free Software Foundation, Inc. + + This file is part of GNU Bash, the Bourne Again SHell. +*************** +*** 71,74 **** +--- 71,78 ---- + #include "common.h" + ++ #if defined (PRI_MACROS_BROKEN) ++ # undef PRIdMAX ++ #endif ++ + #if !defined (PRIdMAX) + # if HAVE_LONG_LONG +*** ../bash-3.2/patchlevel.h Thu Apr 13 08:31:04 2006 +--- patchlevel.h Mon Oct 16 14:22:54 2006 +*************** +*** 26,30 **** + looks for to find the patch level (for the sccs version string). */ + +! #define PATCHLEVEL 11 + + #endif /* _PATCHLEVEL_H_ */ +--- 26,30 ---- + looks for to find the patch level (for the sccs version string). */ + +! #define PATCHLEVEL 12 + + #endif /* _PATCHLEVEL_H_ */ + + BASH PATCH REPORT + ================= + +Bash-Release: 3.2 +Patch-ID: bash32-013 + +Bug-Reported-by: Magnus Svensson +Bug-Reference-ID: <45BDC44D.80609 at mysql.com> +Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-readline/2007-01/msg00002.html + +Bug-Description: + +Readline neglects to reallocate the array it uses to keep track of wrapped +screen lines when increasing its size. This will eventually result in +segmentation faults when given sufficiently long input. + +Patch: + +*** ../bash-3.2-patched/lib/readline/display.c Thu Sep 14 14:20:12 2006 +--- lib/readline/display.c Fri Feb 2 20:23:17 2007 +*************** +*** 561,574 **** +--- 561,586 ---- + wrap_offset = prompt_invis_chars_first_line = 0; + } + ++ #if defined (HANDLE_MULTIBYTE) + #define CHECK_INV_LBREAKS() \ + do { \ + if (newlines >= (inv_lbsize - 2)) \ + { \ + inv_lbsize *= 2; \ + inv_lbreaks = (int *)xrealloc (inv_lbreaks, inv_lbsize * sizeof (int)); \ ++ _rl_wrapped_line = (int *)xrealloc (_rl_wrapped_line, inv_lbsize * sizeof (int)); \ + } \ + } while (0) ++ #else ++ #define CHECK_INV_LBREAKS() \ ++ do { \ ++ if (newlines >= (inv_lbsize - 2)) \ ++ { \ ++ inv_lbsize *= 2; \ ++ inv_lbreaks = (int *)xrealloc (inv_lbreaks, inv_lbsize * sizeof (int)); \ ++ } \ ++ } while (0) ++ #endif /* HANDLE_MULTIBYTE */ + + #if defined (HANDLE_MULTIBYTE) + #define CHECK_LPOS() \ + +*** ../bash-3.2/patchlevel.h Thu Apr 13 08:31:04 2006 +--- patchlevel.h Mon Oct 16 14:22:54 2006 +*************** +*** 26,30 **** + looks for to find the patch level (for the sccs version string). */ + +! #define PATCHLEVEL 12 + + #endif /* _PATCHLEVEL_H_ */ +--- 26,30 ---- + looks for to find the patch level (for the sccs version string). */ + +! #define PATCHLEVEL 13 + + #endif /* _PATCHLEVEL_H_ */ + + BASH PATCH REPORT + ================= + +Bash-Release: 3.2 +Patch-ID: bash32-014 + +Bug-Reported-by: Brett Stahlman +Bug-Reference-ID: <000701c72d29$a227e0e0$5ec7cf47 at computerroom> +Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2006-12/msg00065.html + +Bug-Description: + +Bash mishandles word splitting under certain circumstances when IFS is +null (IFS=). Constructs affected include ${param/pat/sub} and others +when expanding arrays (array[@]). + +Patch: + +*** ../bash-3.2-patched/array.c Wed Jun 1 16:39:22 2005 +--- array.c Mon Jan 15 22:58:00 2007 +*************** +*** 121,125 **** + } + +- #ifdef INCLUDE_UNUSED + /* + * Make and return a new array composed of the elements in array A from +--- 121,124 ---- +*************** +*** 142,146 **** + n = array_create_element (element_index(p), element_value(p)); + ADD_BEFORE(a->head, n); +! mi = element_index(ae); + } + a->num_elements = i; +--- 141,145 ---- + n = array_create_element (element_index(p), element_value(p)); + ADD_BEFORE(a->head, n); +! mi = element_index(n); + } + a->num_elements = i; +*************** +*** 148,152 **** + return a; + } +- #endif + + /* +--- 147,150 ---- +*************** +*** 301,304 **** +--- 299,319 ---- + } + ++ ARRAY * ++ array_quote_escapes(array) ++ ARRAY *array; ++ { ++ ARRAY_ELEMENT *a; ++ char *t; ++ ++ if (array == 0 || array_head(array) == 0 || array_empty(array)) ++ return (ARRAY *)NULL; ++ for (a = element_forw(array->head); a != array->head; a = element_forw(a)) { ++ t = quote_escapes (a->value); ++ FREE(a->value); ++ a->value = t; ++ } ++ return array; ++ } ++ + /* + * Return a string whose elements are the members of array A beginning at +*************** +*** 312,318 **** + int starsub, quoted; + { + ARRAY_ELEMENT *h, *p; + arrayind_t i; +! char *ifs, sep[2]; + + p = a ? array_head (a) : 0; +--- 327,334 ---- + int starsub, quoted; + { ++ ARRAY *a2; + ARRAY_ELEMENT *h, *p; + arrayind_t i; +! char *ifs, sep[2], *t; + + p = a ? array_head (a) : 0; +*************** +*** 337,340 **** +--- 353,363 ---- + ; + ++ a2 = array_slice(a, h, p); ++ ++ if (quoted & (Q_DOUBLE_QUOTES|Q_HERE_DOCUMENT)) ++ array_quote(a2); ++ else ++ array_quote_escapes(a2); ++ + if (starsub && (quoted & (Q_DOUBLE_QUOTES|Q_HERE_DOCUMENT))) { + ifs = getifs(); +*************** +*** 344,348 **** + sep[1] = '\0'; + +! return (array_to_string_internal (h, p, sep, quoted)); + } + +--- 367,374 ---- + sep[1] = '\0'; + +! t = array_to_string (a2, sep, 0); +! array_dispose(a2); +! +! return t; + } + +*************** +*** 368,372 **** + + if (mflags & MATCH_QUOTED) +! array_quote (a2); + if (mflags & MATCH_STARSUB) { + ifs = getifs(); +--- 394,400 ---- + + if (mflags & MATCH_QUOTED) +! array_quote(a2); +! else +! array_quote_escapes(a2); + if (mflags & MATCH_STARSUB) { + ifs = getifs(); +*** ../bash-3.2-patched/array.h Sun Jun 1 15:50:30 2003 +--- array.h Mon Jan 15 22:35:35 2007 +*************** +*** 56,59 **** +--- 56,60 ---- + extern int array_shift_element __P((ARRAY *, char *)); + extern ARRAY *array_quote __P((ARRAY *)); ++ extern ARRAY *array_quote_escapes __P((ARRAY *)); + + extern char *array_subrange __P((ARRAY *, arrayind_t, arrayind_t, int, int)); +*** ../bash-3.2-patched/subst.c Fri Mar 2 16:20:50 2007 +--- subst.c Tue Mar 6 11:40:55 2007 +*************** +*** 1888,1892 **** +--- 1889,1899 ---- + #endif + ++ /* XXX -- why call quote_list if ifs == 0? we can get away without doing ++ it now that quote_escapes quotes spaces */ ++ #if 0 + tlist = ((quoted & (Q_HERE_DOCUMENT|Q_DOUBLE_QUOTES)) || (ifs && *ifs == 0)) ++ #else ++ tlist = (quoted & (Q_HERE_DOCUMENT|Q_DOUBLE_QUOTES)) ++ #endif + ? quote_list (list) + : list_quote_escapes (list); +*************** +*** 2922,2926 **** + /* Quote escape characters in string s, but no other characters. This is + used to protect CTLESC and CTLNUL in variable values from the rest of +! the word expansion process after the variable is expanded. */ + char * + quote_escapes (string) +--- 2935,2944 ---- + /* Quote escape characters in string s, but no other characters. This is + used to protect CTLESC and CTLNUL in variable values from the rest of +! the word expansion process after the variable is expanded. If IFS is +! null, we quote spaces as well, just in case we split on spaces later +! (in the case of unquoted $@, we will eventually attempt to split the +! entire word on spaces). Corresponding code exists in dequote_escapes. +! Even if we don't end up splitting on spaces, quoting spaces is not a +! problem. */ + char * + quote_escapes (string) +*************** +*** 2930,2933 **** +--- 2948,2952 ---- + size_t slen; + char *result, *send; ++ int quote_spaces; + DECLARE_MBSTATE; + +*************** +*** 2935,2938 **** +--- 2954,2958 ---- + send = string + slen; + ++ quote_spaces = (ifs_value && *ifs_value == 0); + t = result = (char *)xmalloc ((slen * 2) + 1); + s = string; +*************** +*** 2940,2944 **** + while (*s) + { +! if (*s == CTLESC || *s == CTLNUL) + *t++ = CTLESC; + COPY_CHAR_P (t, s, send); +--- 2960,2964 ---- + while (*s) + { +! if (*s == CTLESC || *s == CTLNUL || (quote_spaces && *s == ' ')) + *t++ = CTLESC; + COPY_CHAR_P (t, s, send); +*************** +*** 2982,2985 **** +--- 3002,3006 ---- + size_t slen; + char *result, *send; ++ int quote_spaces; + DECLARE_MBSTATE; + +*************** +*** 2996,3002 **** + return (strcpy (result, s)); + + while (*s) + { +! if (*s == CTLESC && (s[1] == CTLESC || s[1] == CTLNUL)) + { + s++; +--- 3017,3024 ---- + return (strcpy (result, s)); + ++ quote_spaces = (ifs_value && *ifs_value == 0); + while (*s) + { +! if (*s == CTLESC && (s[1] == CTLESC || s[1] == CTLNUL || (quote_spaces && s[1] == ' '))) + { + s++; +*************** +*** 4462,4466 **** + RESIZE_MALLOCED_BUFFER (istring, istring_index, 2, istring_size, DEFAULT_ARRAY_SIZE); + +! if ((quoted & (Q_HERE_DOCUMENT|Q_DOUBLE_QUOTES)) || c == CTLESC || c == CTLNUL) + istring[istring_index++] = CTLESC; + +--- 4498,4510 ---- + RESIZE_MALLOCED_BUFFER (istring, istring_index, 2, istring_size, DEFAULT_ARRAY_SIZE); + +! /* This is essentially quote_string inline */ +! if ((quoted & (Q_HERE_DOCUMENT|Q_DOUBLE_QUOTES)) /* || c == CTLESC || c == CTLNUL */) +! istring[istring_index++] = CTLESC; +! /* Escape CTLESC and CTLNUL in the output to protect those characters +! from the rest of the word expansions (word splitting and globbing.) +! This is essentially quote_escapes inline. */ +! else if (c == CTLESC) +! istring[istring_index++] = CTLESC; +! else if (c == CTLNUL || (c == ' ' && (ifs_value && *ifs_value == 0))) + istring[istring_index++] = CTLESC; + +*************** +*** 5552,5555 **** +--- 5610,5616 ---- + rely on array_subrange to understand how to deal with them). */ + tt = array_subrange (array_cell (v), e1, e2, starsub, quoted); ++ #if 0 ++ /* array_subrange now calls array_quote_escapes as appropriate, so the ++ caller no longer needs to. */ + if ((quoted & (Q_DOUBLE_QUOTES|Q_HERE_DOCUMENT)) == 0) + { +*************** +*** 5558,5561 **** +--- 5619,5623 ---- + } + else ++ #endif + temp = tt; + break; +*************** +*** 5808,5811 **** +--- 5870,5876 ---- + case VT_ARRAYVAR: + temp = array_patsub (array_cell (v), p, rep, mflags); ++ #if 0 ++ /* Don't need to do this anymore; array_patsub calls array_quote_escapes ++ as appropriate before adding the space separators. */ + if (temp && (mflags & MATCH_QUOTED) == 0) + { +*************** +*** 5814,5817 **** +--- 5879,5883 ---- + temp = tt; + } ++ #endif + break; + #endif +*** ../bash-3.2/patchlevel.h Thu Apr 13 08:31:04 2006 +--- patchlevel.h Mon Oct 16 14:22:54 2006 +*************** +*** 26,30 **** + looks for to find the patch level (for the sccs version string). */ + +! #define PATCHLEVEL 13 + + #endif /* _PATCHLEVEL_H_ */ +--- 26,30 ---- + looks for to find the patch level (for the sccs version string). */ + +! #define PATCHLEVEL 14 + + #endif /* _PATCHLEVEL_H_ */ + + BASH PATCH REPORT + ================= + +Bash-Release: 3.2 +Patch-ID: bash32-015 + +Bug-Reported-by: +Bug-Reference-ID: +Bug-Reference-URL: + +Bug-Description: + +Under certain circumstances, when using FIFOs for process substitution, +bash fails to unlink the FIFOs. This leaves open file descriptors that +can cause the shell to hang and litters the file system. + +Patch: + +*** ../bash-3.2-patched/execute_cmd.c Fri Mar 2 16:20:50 2007 +--- execute_cmd.c Wed Jan 31 23:12:06 2007 +*************** +*** 3051,3054 **** +--- 3051,3059 ---- + command_line = savestring (the_printed_command_except_trap); + ++ #if defined (PROCESS_SUBSTITUTION) ++ if ((subshell_environment & SUBSHELL_COMSUB) && (simple_command->flags & CMD_NO_FORK) && fifos_pending() > 0) ++ simple_command->flags &= ~CMD_NO_FORK; ++ #endif ++ + execute_disk_command (words, simple_command->redirects, command_line, + pipe_in, pipe_out, async, fds_to_close, +*** ../bash-3.2-patched/subst.c Fri Mar 2 16:20:50 2007 +--- subst.c Tue Mar 6 11:40:55 2007 +*************** +*** 4129,4132 **** +--- 4151,4160 ---- + } + ++ int ++ fifos_pending () ++ { ++ return nfifo; ++ } ++ + static char * + make_named_pipe () +*************** +*** 4178,4181 **** +--- 4206,4215 ---- + } + ++ int ++ fifos_pending () ++ { ++ return 0; /* used for cleanup; not needed with /dev/fd */ ++ } ++ + void + unlink_fifo_list () +*************** +*** 4671,4674 **** +--- 4719,4725 ---- + last_command_exit_value = rc; + rc = run_exit_trap (); ++ #if defined (PROCESS_SUBSTITUTION) ++ unlink_fifo_list (); ++ #endif + exit (rc); + } +*** ../bash-3.2-patched/subst.h Tue Sep 19 08:34:41 2006 +--- subst.h Wed Jan 10 09:46:47 2007 +*************** +*** 223,226 **** +--- 223,227 ---- + extern char *pat_subst __P((char *, char *, char *, int)); + ++ extern int fifos_pending __P((void)); + extern void unlink_fifo_list __P((void)); + +*** ../bash-3.2/patchlevel.h Thu Apr 13 08:31:04 2006 +--- patchlevel.h Mon Oct 16 14:22:54 2006 +*************** +*** 26,30 **** + looks for to find the patch level (for the sccs version string). */ + +! #define PATCHLEVEL 14 + + #endif /* _PATCHLEVEL_H_ */ +--- 26,30 ---- + looks for to find the patch level (for the sccs version string). */ + +! #define PATCHLEVEL 15 + + #endif /* _PATCHLEVEL_H_ */ From crux at crux.nu Tue Mar 27 14:41:29 2007 From: crux at crux.nu (crux at crux.nu) Date: Tue, 27 Mar 2007 16:41:29 +0200 Subject: [crux-commits] ports/opt (2.3): gamin: updated .footprint for python 2.5 Message-ID: <46092d19.P+zFrqfAbunvs2aK%crux@crux.nu> commit 670f77e98956ac927965dc08caa0731adad62a54 Author: Matt Housh Date: Tue Mar 27 09:41:23 2007 -0500 gamin: updated .footprint for python 2.5 diff --git a/gamin/.footprint b/gamin/.footprint index 8860061..ad3b433 100644 --- a/gamin/.footprint +++ b/gamin/.footprint @@ -15,11 +15,11 @@ lrwxrwxrwx root/root usr/lib/libgamin-1.so.0 -> libgamin-1.so.0.1.7 -rw-r--r-- root/root usr/lib/libgamin_shared.a drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/gamin.pc -drwxr-xr-x root/root usr/lib/python2.4/ -drwxr-xr-x root/root usr/lib/python2.4/site-packages/ --rw-r--r-- root/root usr/lib/python2.4/site-packages/_gamin.a --rwxr-xr-x root/root usr/lib/python2.4/site-packages/_gamin.la --rwxr-xr-x root/root usr/lib/python2.4/site-packages/_gamin.so --rw-r--r-- root/root usr/lib/python2.4/site-packages/gamin.py +drwxr-xr-x root/root usr/lib/python2.5/ +drwxr-xr-x root/root usr/lib/python2.5/site-packages/ +-rw-r--r-- root/root usr/lib/python2.5/site-packages/_gamin.a +-rwxr-xr-x root/root usr/lib/python2.5/site-packages/_gamin.la +-rwxr-xr-x root/root usr/lib/python2.5/site-packages/_gamin.so +-rw-r--r-- root/root usr/lib/python2.5/site-packages/gamin.py drwxr-xr-x root/root usr/sbin/ -rwxr-xr-x root/root usr/sbin/gam_server From crux at crux.nu Tue Mar 27 15:23:01 2007 From: crux at crux.nu (crux at crux.nu) Date: Tue, 27 Mar 2007 17:23:01 +0200 Subject: [crux-commits] ports/opt (2.3): libxvid: updated to version 1.1.2 Message-ID: <460936d5.I6k5wMjFM14IRQkg%crux@crux.nu> commit baad5877ac45799d3bd28a071c6888dd5908ffc6 Author: Matt Housh Date: Tue Mar 27 10:22:56 2007 -0500 libxvid: updated to version 1.1.2 diff --git a/libxvid/.md5sum b/libxvid/.md5sum index 5023444..1047a60 100644 --- a/libxvid/.md5sum +++ b/libxvid/.md5sum @@ -1 +1 @@ -359eebc5fb496a2bf7b15010059e7897 xvidcore-1.1.0.tar.bz2 +f748d835037fbe314a5fae8880c32f29 xvidcore-1.1.2.tar.bz2 diff --git a/libxvid/Pkgfile b/libxvid/Pkgfile index 02ce47e..69d81f1 100644 --- a/libxvid/Pkgfile +++ b/libxvid/Pkgfile @@ -3,8 +3,8 @@ # Maintainer: Matt Housh, jaeger at crux dot nu name=libxvid -version=1.1.0 -release=3 +version=1.1.2 +release=1 source=(http://downloads.xvid.org/downloads/xvidcore-$version.tar.bz2) build() { From crux at crux.nu Tue Mar 27 16:06:30 2007 From: crux at crux.nu (crux at crux.nu) Date: Tue, 27 Mar 2007 18:06:30 +0200 Subject: [crux-commits] ports/opt (2.3): fontforge: updated to 20070312 Message-ID: <46094106.LpK78WMdy6joaKIU%crux@crux.nu> commit 1c8c2a604221f57399a2659d4eb5c4e7f2ccdaa5 Author: Antti Nykanen Date: Tue Mar 27 19:06:34 2007 +0300 fontforge: updated to 20070312 diff --git a/fontforge/.footprint b/fontforge/.footprint index 4607ad9..3576874 100644 --- a/fontforge/.footprint +++ b/fontforge/.footprint @@ -5,9 +5,9 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/sfddiff drwxr-xr-x root/root usr/lib/ -rwxr-xr-x root/root usr/lib/libgdraw.la -lrwxrwxrwx root/root usr/lib/libgdraw.so -> libgdraw.so.1.0.13 -lrwxrwxrwx root/root usr/lib/libgdraw.so.1 -> libgdraw.so.1.0.13 --rwxr-xr-x root/root usr/lib/libgdraw.so.1.0.13 +lrwxrwxrwx root/root usr/lib/libgdraw.so -> libgdraw.so.1.0.14 +lrwxrwxrwx root/root usr/lib/libgdraw.so.1 -> libgdraw.so.1.0.14 +-rwxr-xr-x root/root usr/lib/libgdraw.so.1.0.14 -rwxr-xr-x root/root usr/lib/libgunicode.la lrwxrwxrwx root/root usr/lib/libgunicode.so -> libgunicode.so.2.0.3 lrwxrwxrwx root/root usr/lib/libgunicode.so.2 -> libgunicode.so.2.0.3 diff --git a/fontforge/.md5sum b/fontforge/.md5sum index 91d4ee6..0290ca8 100644 --- a/fontforge/.md5sum +++ b/fontforge/.md5sum @@ -1 +1 @@ -0f2354b885676fc8092a74aa9b9cb662 fontforge_full-20061220.tar.bz2 +f1b211fad5088764582f7b0e9d5113fc fontforge_full-20070312.tar.bz2 diff --git a/fontforge/Pkgfile b/fontforge/Pkgfile index 0dc5c37..d58efba 100644 --- a/fontforge/Pkgfile +++ b/fontforge/Pkgfile @@ -5,7 +5,7 @@ # Depends on: freetype, libpng, libtiff, libungif, libxml2 name=fontforge -version=20061220 +version=20070312 release=1 source=(http://dl.sourceforge.net/sourceforge/$name/${name}_full-$version.tar.bz2) From crux at crux.nu Wed Mar 28 16:24:58 2007 From: crux at crux.nu (crux at crux.nu) Date: Wed, 28 Mar 2007 18:24:58 +0200 Subject: [crux-commits] ports/opt (2.3): lftp: updated to 3.5.10 Message-ID: <460a96da.04g3fhx7PHOmuCke%crux@crux.nu> commit 815cb2c23e4db5b236e235eecb112ef0fffbcf31 Author: Tilman Sauerbeck Date: Wed Mar 28 18:24:53 2007 +0200 lftp: updated to 3.5.10 diff --git a/lftp/.md5sum b/lftp/.md5sum index e76e9fe..a66ff87 100644 --- a/lftp/.md5sum +++ b/lftp/.md5sum @@ -1 +1 @@ -242aa0b01be79942bb9bcdd2a4b079ba lftp-3.5.9.tar.bz2 +c09e88fa4f595ac776dc6d307a5e5f21 lftp-3.5.10.tar.bz2 diff --git a/lftp/Pkgfile b/lftp/Pkgfile index d4959a5..0b18de9 100644 --- a/lftp/Pkgfile +++ b/lftp/Pkgfile @@ -4,7 +4,7 @@ # Depends on: openssl name=lftp -version=3.5.9 +version=3.5.10 release=1 source=(http://ftp.yars.free.net/$name/$name-$version.tar.bz2) From crux at crux.nu Thu Mar 29 16:28:03 2007 From: crux at crux.nu (crux at crux.nu) Date: Thu, 29 Mar 2007 18:28:03 +0200 Subject: [crux-commits] ports/opt (2.3): git: updated to 1.5.0.6 Message-ID: <460be913.m5T2cGPENVxMVOhs%crux@crux.nu> commit 3dd1ca2b60a7369666aaf4acafe8e4f8a07a1acf Author: Tilman Sauerbeck Date: Thu Mar 29 18:27:41 2007 +0200 git: updated to 1.5.0.6 diff --git a/git/.md5sum b/git/.md5sum index 72ae61f..7797b69 100644 --- a/git/.md5sum +++ b/git/.md5sum @@ -1,2 +1,2 @@ -adbb4646d075c928cbe02b8e38c60112 git-1.5.0.5.tar.bz2 -672dd91ea67774e76683112390841759 git-manpages-1.5.0.5.tar.bz2 +25a20a1c305e7791e5101424a048b6d2 git-1.5.0.6.tar.bz2 +f32dd471f102be4ff7ed7b273eee90c4 git-manpages-1.5.0.6.tar.bz2 diff --git a/git/Pkgfile b/git/Pkgfile index be5737b..aeb78fa 100644 --- a/git/Pkgfile +++ b/git/Pkgfile @@ -5,7 +5,7 @@ # Nice to have: tk name=git -version=1.5.0.5 +version=1.5.0.6 release=1 source=(http://www.kernel.org/pub/software/scm/$name/$name-{,manpages-}$version.tar.bz2) From crux at crux.nu Thu Mar 29 17:05:11 2007 From: crux at crux.nu (crux at crux.nu) Date: Thu, 29 Mar 2007 19:05:11 +0200 Subject: [crux-commits] ports/opt (2.3): screen: changed distfile url Message-ID: <460bf1c7.cmEUnC7BLKJSKQrR%crux@crux.nu> commit abb507389b8fce17e03eb10d04dfefec2ff9fb93 Author: Juergen Daubert Date: Thu Mar 29 19:05:04 2007 +0200 screen: changed distfile url diff --git a/screen/Pkgfile b/screen/Pkgfile index 1484dbf..8a6bd02 100644 --- a/screen/Pkgfile +++ b/screen/Pkgfile @@ -6,7 +6,7 @@ name=screen version=4.0.3 release=2 -source=(ftp://ftp.uni-erlangen.de/pub/utilities/$name/$name-$version.tar.gz) +source=(http://fresh.t-systems-sfr.com/unix/src/misc//$name-$version.tar.gz) build () { cd $name-$version From crux at crux.nu Thu Mar 29 17:18:14 2007 From: crux at crux.nu (crux at crux.nu) Date: Thu, 29 Mar 2007 19:18:14 +0200 Subject: [crux-commits] ports/core (2.3): shadow: changed distfile url Message-ID: <460bf4d6.jaLDzFRoMUL2zBLR%crux@crux.nu> commit 78be85e135aa56ac6aa7ff3ef42796acb826d48b Author: Juergen Daubert Date: Thu Mar 29 19:18:06 2007 +0200 shadow: changed distfile url diff --git a/shadow/Pkgfile b/shadow/Pkgfile index 7095e5d..f617309 100644 --- a/shadow/Pkgfile +++ b/shadow/Pkgfile @@ -6,7 +6,7 @@ name=shadow version=4.0.18.1 release=5 -source=(ftp://ftp.pld.org.pl/software/shadow/$name-$version.tar.bz2 +source=(http://gentoo.osuosl.org/distfiles/$name-$version.tar.bz2 pwck login.defs shadow-4.0.16-fix-useradd-usergroups.patch shadow-4.0.18.1-useradd-usermod.diff) From crux at crux.nu Thu Mar 29 18:18:42 2007 From: crux at crux.nu (crux at crux.nu) Date: Thu, 29 Mar 2007 20:18:42 +0200 Subject: [crux-commits] ports/xorg (2.3): xorg-xf86-input-vmmouse: updated to 12.4.1 Message-ID: <460c0302.0JDAuIolvHzuG0Hk%crux@crux.nu> commit a7b4d2258564b713371ab812ec2d95a8f519e653 Author: Tilman Sauerbeck Date: Thu Mar 29 20:18:16 2007 +0200 xorg-xf86-input-vmmouse: updated to 12.4.1 diff --git a/xorg-xf86-input-vmmouse/.md5sum b/xorg-xf86-input-vmmouse/.md5sum index 2a5a76d..890a8a3 100644 --- a/xorg-xf86-input-vmmouse/.md5sum +++ b/xorg-xf86-input-vmmouse/.md5sum @@ -1 +1 @@ -313e403e56702f6c38d1a5c830b60dc2 xf86-input-vmmouse-12.4.0.tar.bz2 +93fb2dfc2cf3dd753c512bf5c34d77d5 xf86-input-vmmouse-12.4.1.tar.bz2 diff --git a/xorg-xf86-input-vmmouse/Pkgfile b/xorg-xf86-input-vmmouse/Pkgfile index abcf0a5..63e966c 100644 --- a/xorg-xf86-input-vmmouse/Pkgfile +++ b/xorg-xf86-input-vmmouse/Pkgfile @@ -4,14 +4,14 @@ # Depends on: xorg-server, xorg-xproto name=xorg-xf86-input-vmmouse -version=12.4.0 +version=12.4.1 release=1 source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-vmmouse-$version.tar.bz2) build() { cd xf86-input-vmmouse-$version - ./configure --prefix=/usr + ./configure --prefix=/usr --mandir=/usr/man make make DESTDIR=$PKG install From crux at crux.nu Thu Mar 29 18:25:05 2007 From: crux at crux.nu (crux at crux.nu) Date: Thu, 29 Mar 2007 20:25:05 +0200 Subject: [crux-commits] ports/xorg (2.3): xorg-xf86-input-joystick: updated to 1.1.1 Message-ID: <460c0481.SrfThi1kRdN26urQ%crux@crux.nu> commit 1732e78904ef0a9e1a0f5a4919ebbf6c09459fce Author: Tilman Sauerbeck Date: Thu Mar 29 20:24:57 2007 +0200 xorg-xf86-input-joystick: updated to 1.1.1 diff --git a/xorg-xf86-input-joystick/.footprint b/xorg-xf86-input-joystick/.footprint index 8012787..c821431 100644 --- a/xorg-xf86-input-joystick/.footprint +++ b/xorg-xf86-input-joystick/.footprint @@ -5,5 +5,3 @@ drwxr-xr-x root/root usr/lib/xorg/modules/ drwxr-xr-x root/root usr/lib/xorg/modules/input/ -rwxr-xr-x root/root usr/lib/xorg/modules/input/joystick_drv.la -rwxr-xr-x root/root usr/lib/xorg/modules/input/joystick_drv.so -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man4/ diff --git a/xorg-xf86-input-joystick/.md5sum b/xorg-xf86-input-joystick/.md5sum index c1bed6e..1e3bfb6 100644 --- a/xorg-xf86-input-joystick/.md5sum +++ b/xorg-xf86-input-joystick/.md5sum @@ -1 +1 @@ -e0025215542c7a11c5a7f9548631dbd7 xf86-input-joystick-1.1.0.tar.bz2 +1e4583365ec6db43d3c029aae3044925 xf86-input-joystick-1.1.1.tar.bz2 diff --git a/xorg-xf86-input-joystick/Pkgfile b/xorg-xf86-input-joystick/Pkgfile index 78c2f8d..7624fef 100644 --- a/xorg-xf86-input-joystick/Pkgfile +++ b/xorg-xf86-input-joystick/Pkgfile @@ -3,7 +3,7 @@ # Maintainer: Tilman Sauerbeck, tilman at crux dot nu name=xorg-xf86-input-joystick -version=1.1.0 +version=1.1.1 release=1 source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-joystick-$version.tar.bz2) @@ -14,4 +14,6 @@ build() { make make DESTDIR=$PKG install + + rmdir $PKG/usr/share/{man/man4x,man,} } From crux at crux.nu Fri Mar 30 16:29:47 2007 From: crux at crux.nu (crux at crux.nu) Date: Fri, 30 Mar 2007 18:29:47 +0200 Subject: [crux-commits] ports/core (2.3): coreutils: update to 6.9 Message-ID: <460d3afb.saR4727QxOyIQZzZ%crux@crux.nu> commit c0578e7c62a0ade8c61055b2e421bff4f7d7e931 Author: Juergen Daubert Date: Fri Mar 30 18:29:33 2007 +0200 coreutils: update to 6.9 diff --git a/coreutils/.md5sum b/coreutils/.md5sum index ab4af21..a999fed 100644 --- a/coreutils/.md5sum +++ b/coreutils/.md5sum @@ -1,2 +1,2 @@ -a16465d0856cd011a1acc1c21040b7f4 coreutils-6.7.tar.bz2 +c9607d8495f16e98906e7ed2d9751a06 coreutils-6.9.tar.bz2 c05b735710fbd62239588c07084852a0 coreutils-uname.patch diff --git a/coreutils/Pkgfile b/coreutils/Pkgfile index 2f6b814..8516e92 100644 --- a/coreutils/Pkgfile +++ b/coreutils/Pkgfile @@ -3,8 +3,8 @@ # Maintainer: CRUX System Team, core-ports at crux dot nu name=coreutils -version=6.7 -release=2 +version=6.9 +release=1 source=(http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.bz2 \ $name-uname.patch) @@ -14,7 +14,6 @@ build() { patch -p1 < $SRC/$name-uname.patch DEFAULT_POSIX2_VERSION=199209 \ - ac_cv_func_openat=no \ ./configure --prefix=/usr \ --mandir=/usr/man \ --disable-nls \ From crux at crux.nu Fri Mar 30 16:38:30 2007 From: crux at crux.nu (crux at crux.nu) Date: Fri, 30 Mar 2007 18:38:30 +0200 Subject: [crux-commits] ports/opt (2.3): [security] dovecot: update to 1.0.rc29 Message-ID: <460d3d06.hnsuENJH+jS1Xhv0%crux@crux.nu> commit 4cb827aa036e6f86085af16f2a18f5738111446c Author: Juergen Daubert Date: Fri Mar 30 18:38:16 2007 +0200 [security] dovecot: update to 1.0.rc29 See http://dovecot.org/list/dovecot-news/2007-March/000038.html diff --git a/dovecot/.md5sum b/dovecot/.md5sum index 404364b..186aca2 100644 --- a/dovecot/.md5sum +++ b/dovecot/.md5sum @@ -1,3 +1,3 @@ 1c37d911bc42fb40f0ef5a3f5822b170 dovecot -e6fd617f3210f914815186c176796881 dovecot-1.0.rc28.tar.gz -c7f9312d97e08b259dd2dd5ca39ba1ce dovecot-config.patch +4b5ab65d59474c8e783ad6bd496fff22 dovecot-1.0.rc29.tar.gz +2fa6e062e5627569b64d760042d1f634 dovecot-config.patch diff --git a/dovecot/Pkgfile b/dovecot/Pkgfile index 73cb632..5225766 100644 --- a/dovecot/Pkgfile +++ b/dovecot/Pkgfile @@ -4,7 +4,7 @@ # Depends on: openssl name=dovecot -version=1.0.rc28 +version=1.0.rc29 release=1 source=(http://dovecot.org/releases/$name-$version.tar.gz \ dovecot-config.patch dovecot) diff --git a/dovecot/dovecot-config.patch b/dovecot/dovecot-config.patch index 3171f39..abf96a0 100644 --- a/dovecot/dovecot-config.patch +++ b/dovecot/dovecot-config.patch @@ -1,7 +1,7 @@ -diff -Nru dovecot-1.0.rc28.orig/dovecot-example.conf dovecot-1.0.rc28/dovecot-example.conf ---- dovecot-1.0.rc28.orig/dovecot-example.conf 2007-03-24 09:43:35.000000000 +0100 -+++ dovecot-1.0.rc28/dovecot-example.conf 2007-03-24 09:45:34.000000000 +0100 -@@ -13,11 +13,11 @@ +diff -Nru dovecot-1.0.rc29.orig/dovecot-example.conf dovecot-1.0.rc29/dovecot-example.conf +--- dovecot-1.0.rc29.orig/dovecot-example.conf 2007-03-30 17:46:19.000000000 +0200 ++++ dovecot-1.0.rc29/dovecot-example.conf 2007-03-30 17:49:22.000000000 +0200 +@@ -16,11 +16,11 @@ # --with-ssldir=/etc/ssl # Base directory where to store runtime data. @@ -15,7 +15,7 @@ diff -Nru dovecot-1.0.rc28.orig/dovecot-example.conf dovecot-1.0.rc28/dovecot-ex # IP or host address where to listen in for connections. It's not currently # possible to specify multiple addresses. "*" listens in all IPv4 interfaces. -@@ -88,8 +88,8 @@ +@@ -91,8 +91,8 @@ # dropping root privileges, so keep the key file unreadable by anyone but # root. Included doc/mkcert.sh can be used to easily generate self-signed # certificate, just make sure to update the domains in dovecot-openssl.cnf @@ -26,7 +26,7 @@ diff -Nru dovecot-1.0.rc28.orig/dovecot-example.conf dovecot-1.0.rc28/dovecot-ex # If key file is password protected, give the password here. Alternatively # give it when starting dovecot with -p parameter. -@@ -125,7 +125,7 @@ +@@ -128,7 +128,7 @@ # which login needs to be able to connect to. The sockets are created when # running as root, so you don't have to worry about permissions. Note that # everything in this directory is deleted when Dovecot is started. @@ -34,17 +34,17 @@ diff -Nru dovecot-1.0.rc28.orig/dovecot-example.conf dovecot-1.0.rc28/dovecot-ex +login_dir = /var/run/dovecot/login # chroot login process to the login_dir. Only reason not to do this is if you - # wish to run the whole Dovecot without roots. -@@ -137,7 +137,7 @@ + # wish to run the whole Dovecot without roots. +@@ -138,7 +138,7 @@ + # and don't use it anywhere else. The user must also belong to a group where # only it has access, it's used to control access for authentication process. - # Note that this user is NOT used to access mails. - # http://wiki.dovecot.org/UserIds + # Note that this user is NOT used to access mails. -#login_user = dovecot +login_user = dovecot # Set max. process size in megabytes. If you don't use # login_process_per_connection you might need to grow this. -@@ -147,10 +147,10 @@ +@@ -148,10 +148,10 @@ # login process be allowed to process multiple connections (no)? Yes is more # secure, espcially with SSL/TLS enabled. No is faster since there's no need # to create processes all the time. @@ -57,16 +57,16 @@ diff -Nru dovecot-1.0.rc28.orig/dovecot-example.conf dovecot-1.0.rc28/dovecot-ex # Maximum number of login processes to create. The listening process count # usually stays at login_processes_count, but when multiple users start logging -@@ -208,7 +208,7 @@ +@@ -209,7 +209,7 @@ # - # http://wiki.dovecot.org/MailLocation + # # -#mail_location = +mail_location = mbox:~/Mail:INBOX=/var/spool/mail/%u # If you need to set multiple mailbox locations or want to change default - # namespace settings, you can do it by defining namespace sections: -@@ -321,7 +321,7 @@ + # namespace settings, you can do it by defining namespace sections. +@@ -324,7 +324,7 @@ # non-valid GID as primary group ID aren't allowed to log in. If user # belongs to supplementary groups with non-valid GIDs, those groups are # not set. @@ -75,7 +75,7 @@ diff -Nru dovecot-1.0.rc28.orig/dovecot-example.conf dovecot-1.0.rc28/dovecot-ex #last_valid_gid = 0 # Maximum number of running mail processes. When this limit is reached, -@@ -497,19 +497,19 @@ +@@ -498,19 +498,19 @@ protocol imap { # Login executable location. @@ -99,7 +99,7 @@ diff -Nru dovecot-1.0.rc28.orig/dovecot-example.conf dovecot-1.0.rc28/dovecot-ex # Maximum IMAP command line length in bytes. Some clients generate very long # command lines with huge mailboxes, so you may need to raise this if you get -@@ -562,11 +562,11 @@ +@@ -563,11 +563,11 @@ protocol pop3 { # Login executable location. @@ -113,7 +113,7 @@ diff -Nru dovecot-1.0.rc28.orig/dovecot-example.conf dovecot-1.0.rc28/dovecot-ex # Don't try to set mails non-recent or seen with POP3 sessions. This is # mostly intended to reduce disk I/O. With maildir it doesn't move files -@@ -611,7 +611,7 @@ +@@ -612,7 +612,7 @@ # installations. %08Xu%08Xv will be the new default, so use it for new # installations. # @@ -122,7 +122,7 @@ diff -Nru dovecot-1.0.rc28.orig/dovecot-example.conf dovecot-1.0.rc28/dovecot-ex # POP3 logout format string: # %t - number of TOP commands -@@ -657,7 +657,7 @@ +@@ -658,7 +658,7 @@ #mail_plugin_dir = /usr/lib/dovecot/lda # Binary to use for sending mails. @@ -131,7 +131,7 @@ diff -Nru dovecot-1.0.rc28.orig/dovecot-example.conf dovecot-1.0.rc28/dovecot-ex # UNIX socket path to master authentication server to find users. #auth_socket_path = /var/run/dovecot/auth-master -@@ -668,7 +668,7 @@ +@@ -669,7 +669,7 @@ ## # Executable location @@ -140,16 +140,16 @@ diff -Nru dovecot-1.0.rc28.orig/dovecot-example.conf dovecot-1.0.rc28/dovecot-ex # Set max. process size in megabytes. #auth_process_size = 256 -@@ -782,7 +782,7 @@ +@@ -784,7 +784,7 @@ + # database (passwd usually), you can use static userdb. # REMEMBER: You'll need /etc/pam.d/dovecot file created for PAM - # authentication to actually work. - # http://wiki.dovecot.org/PasswordDatabase/PAM + # authentication to actually work. - passdb pam { + #passdb pam { # [blocking=yes] [session=yes] [setcred=yes] # [cache_key=] [] # -@@ -815,7 +815,7 @@ +@@ -817,7 +817,7 @@ # args = session=yes * # args = cache_key=%u dovecot #args = dovecot @@ -158,10 +158,10 @@ diff -Nru dovecot-1.0.rc28.orig/dovecot-example.conf dovecot-1.0.rc28/dovecot-ex # /etc/passwd or similar, using getpwnam() # In many systems nowadays this uses Name Service Switch, which is -@@ -828,10 +828,10 @@ +@@ -829,10 +829,10 @@ # /etc/shadow or similiar, using getspnam(). Deprecated by PAM nowadays. - # http://wiki.dovecot.org/PasswordDatabase/Shadow + # - #passdb shadow { + passdb shadow { # [blocking=yes] - See userdb passwd for explanation @@ -170,4 +170,4 @@ diff -Nru dovecot-1.0.rc28.orig/dovecot-example.conf dovecot-1.0.rc28/dovecot-ex + } # PAM-like authentication for OpenBSD. - # http://wiki.dovecot.org/PasswordDatabase/BSDAuth + # From crux at crux.nu Sat Mar 31 04:16:19 2007 From: crux at crux.nu (crux at crux.nu) Date: Sat, 31 Mar 2007 06:16:19 +0200 Subject: [crux-commits] ports/opt (2.3): xchat: added japanese translation patch, freedesktop entry Message-ID: <460de093.KN9T0wlImtvobz1X%crux@crux.nu> commit f325db654b57397947cafc4871ee45d1fe92e976 Author: Matt Housh Date: Fri Mar 30 23:16:15 2007 -0500 xchat: added japanese translation patch, freedesktop entry diff --git a/xchat/.footprint b/xchat/.footprint index 73a1882..93b7773 100644 --- a/xchat/.footprint +++ b/xchat/.footprint @@ -6,3 +6,8 @@ drwxr-xr-x root/root usr/lib/xchat/ drwxr-xr-x root/root usr/lib/xchat/plugins/ -rwxr-xr-x root/root usr/lib/xchat/plugins/perl.la -rwxr-xr-x root/root usr/lib/xchat/plugins/perl.so +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/applications/ +-rwxr-xr-x root/root usr/share/applications/xchat.desktop +drwxr-xr-x root/root usr/share/pixmaps/ +-rwxr-xr-x root/root usr/share/pixmaps/xchat-dcs.png diff --git a/xchat/.md5sum b/xchat/.md5sum index 5bfca3e..109a5fd 100644 --- a/xchat/.md5sum +++ b/xchat/.md5sum @@ -1,2 +1,5 @@ 8d6630a2d287da274933b9e18165b095 xc280-fix-back.diff +e6795d111f0185592da8b0f3eafc305b xc280-fix-ja.diff dddb703d1daf9be7a7bc9461cf11ede7 xchat-2.8.0.tar.bz2 +98a3ad5de1cdd7f59ca8025141000f48 xchat-dcs.png +8379f7ab1bfdb4c9e5733f5735e95d89 xchat.desktop diff --git a/xchat/Pkgfile b/xchat/Pkgfile index 971361f..369a8b4 100644 --- a/xchat/Pkgfile +++ b/xchat/Pkgfile @@ -5,13 +5,17 @@ name=xchat version=2.8.0 -release=1 +release=2 source=(http://www.xchat.org/files/source/2.8/$name-$version.tar.bz2 \ - http://www.xchat.org/files/source/2.8/patches/xc280-fix-back.diff) + http://www.xchat.org/files/source/2.8/patches/xc280-fix-back.diff \ + http://www.xchat.org/files/source/2.8/patches/xc280-fix-ja.diff \ + http://jaeger.morpheus.net/linux/files/$name.desktop \ + http://jaeger.morpheus.net/linux/files/$name-dcs.png) build() { cd $name-$version patch -p1 -i $SRC/xc280-fix-back.diff + patch -p1 -i $SRC/xc280-fix-ja.diff ./configure --prefix=/usr \ --enable-openssl \ --enable-perl \ @@ -24,4 +28,6 @@ build() { make make DESTDIR=$PKG install rm -rf $PKG/usr/{etc,share} + install -D $SRC/$name.desktop $PKG/usr/share/applications/$name.desktop + install -D $SRC/$name-dcs.png $PKG/usr/share/pixmaps/$name-dcs.png } From crux at crux.nu Sat Mar 31 20:10:52 2007 From: crux at crux.nu (crux at crux.nu) Date: Sat, 31 Mar 2007 22:10:52 +0200 Subject: [crux-commits] ports/opt (2.3): wine: updated to 0.9.34 Message-ID: <460ec04c.ESMNj/GCly14bl3j%crux@crux.nu> commit 0e1a96b6693b16ab114b7d8e04065100554c16f6 Author: Antti Nykanen Date: Sat Mar 31 23:11:35 2007 +0300 wine: updated to 0.9.34 diff --git a/wine/.footprint b/wine/.footprint index 7a326bd..232eb08 100644 --- a/wine/.footprint +++ b/wine/.footprint @@ -778,6 +778,7 @@ drwxr-xr-x root/root usr/lib/wine/ -rwxr-xr-x root/root usr/lib/wine/snmpapi.dll.so -rw-r--r-- root/root usr/lib/wine/sound.drv16 -rwxr-xr-x root/root usr/lib/wine/spoolss.dll.so +-rwxr-xr-x root/root usr/lib/wine/spoolsv.exe.so -rwxr-xr-x root/root usr/lib/wine/start.exe.so -rwxr-xr-x root/root usr/lib/wine/stdole2.tlb.so -rwxr-xr-x root/root usr/lib/wine/stdole32.tlb.so @@ -862,6 +863,7 @@ drwxr-xr-x root/root usr/lib/wine/ -rwxr-xr-x root/root usr/lib/wine/ws2_32.dll.so -rwxr-xr-x root/root usr/lib/wine/wsock32.dll.so -rwxr-xr-x root/root usr/lib/wine/wtsapi32.dll.so +-rwxr-xr-x root/root usr/lib/wine/xcopy.exe.so drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man1/ -rw-r--r-- root/root usr/man/man1/widl.1.gz diff --git a/wine/.md5sum b/wine/.md5sum index c369930..f6a3dab 100644 --- a/wine/.md5sum +++ b/wine/.md5sum @@ -1 +1 @@ -b2d04c70d17fb36b1a0d98d8e374285d wine-0.9.33.tar.bz2 +0a06628d3be8f3b28a263f9f5f2c66bc wine-0.9.34.tar.bz2 diff --git a/wine/Pkgfile b/wine/Pkgfile index 7886aba..f4e2d9b 100644 --- a/wine/Pkgfile +++ b/wine/Pkgfile @@ -5,7 +5,7 @@ # Depends on: fontforge name=wine -version=0.9.33 +version=0.9.34 release=1 source=(http://ibiblio.org/pub/linux/system/emulators/wine/wine-$version.tar.bz2)