You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(202) |
Nov
(201) |
Dec
(280) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(493) |
Feb
(106) |
Mar
(215) |
Apr
(163) |
May
(79) |
Jun
(193) |
Jul
(47) |
Aug
(71) |
Sep
(127) |
Oct
(41) |
Nov
(49) |
Dec
(120) |
2005 |
Jan
(147) |
Feb
(45) |
Mar
(26) |
Apr
(71) |
May
(52) |
Jun
(28) |
Jul
(92) |
Aug
(50) |
Sep
(35) |
Oct
(193) |
Nov
(106) |
Dec
(52) |
2006 |
Jan
(51) |
Feb
(38) |
Mar
(33) |
Apr
(79) |
May
(107) |
Jun
(67) |
Jul
(21) |
Aug
(65) |
Sep
(44) |
Oct
(87) |
Nov
(12) |
Dec
(56) |
2007 |
Jan
(48) |
Feb
(58) |
Mar
(63) |
Apr
(31) |
May
(25) |
Jun
(20) |
Jul
(72) |
Aug
(54) |
Sep
(30) |
Oct
(76) |
Nov
(74) |
Dec
(25) |
2008 |
Jan
(39) |
Feb
(39) |
Mar
(62) |
Apr
(64) |
May
(59) |
Jun
(31) |
Jul
(25) |
Aug
(25) |
Sep
(17) |
Oct
(24) |
Nov
|
Dec
(1) |
2009 |
Jan
(60) |
Feb
(39) |
Mar
(16) |
Apr
(30) |
May
(52) |
Jun
(35) |
Jul
(15) |
Aug
(15) |
Sep
(21) |
Oct
(32) |
Nov
(39) |
Dec
(52) |
2010 |
Jan
(42) |
Feb
(40) |
Mar
(23) |
Apr
(20) |
May
(27) |
Jun
(10) |
Jul
(30) |
Aug
(30) |
Sep
(66) |
Oct
(12) |
Nov
(35) |
Dec
(60) |
2011 |
Jan
(16) |
Feb
(1) |
Mar
(3) |
Apr
(28) |
May
(21) |
Jun
|
Jul
(12) |
Aug
(6) |
Sep
(10) |
Oct
(14) |
Nov
(40) |
Dec
(60) |
2012 |
Jan
(23) |
Feb
(17) |
Mar
(24) |
Apr
(18) |
May
(13) |
Jun
(1) |
Jul
|
Aug
(5) |
Sep
|
Oct
(5) |
Nov
(5) |
Dec
(15) |
2013 |
Jan
(2) |
Feb
(5) |
Mar
(1) |
Apr
(2) |
May
(2) |
Jun
(3) |
Jul
|
Aug
(3) |
Sep
(5) |
Oct
(3) |
Nov
(1) |
Dec
(1) |
2014 |
Jan
(3) |
Feb
(5) |
Mar
(8) |
Apr
(3) |
May
(1) |
Jun
(1) |
Jul
(2) |
Aug
|
Sep
(4) |
Oct
(10) |
Nov
|
Dec
(9) |
2015 |
Jan
(18) |
Feb
(17) |
Mar
(5) |
Apr
(2) |
May
|
Jun
(5) |
Jul
(1) |
Aug
(2) |
Sep
(1) |
Oct
(24) |
Nov
(20) |
Dec
(41) |
2016 |
Jan
(9) |
Feb
(3) |
Mar
(2) |
Apr
(7) |
May
(8) |
Jun
(1) |
Jul
(6) |
Aug
(5) |
Sep
(2) |
Oct
(6) |
Nov
(1) |
Dec
(6) |
2017 |
Jan
(6) |
Feb
(1) |
Mar
|
Apr
(4) |
May
(1) |
Jun
(1) |
Jul
(2) |
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
From: Heiko Z. <smi...@us...> - 2004-09-02 13:17:19
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv472/scripts Modified Files: postfix Log Message: - enable postgresql support for postfix - enable sasl support for postfix - enable ldap support for postfix - enable mysql support for postfix Index: postfix =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/postfix,v retrieving revision 1.24 retrieving revision 1.25 diff -u -d -r1.24 -r1.25 --- postfix 4 Feb 2004 20:40:59 -0000 1.24 +++ postfix 2 Sep 2004 13:17:10 -0000 1.25 @@ -28,14 +28,32 @@ case $1 in build ) if [ "$CONFIG_POSTFIX" = "y" ]; then - make tidy + make tidy if [ "$CONFIG_POSTFIX_TLS" = "y" ]; then - if [ ! -f postfix_tls_patch ]; then - PFIXTLSPATCH=$(ls $WORKDIR/pfixtls*/pfixtls.diff) - patch -p1 < $PFIXTLSPATCH || exit 1 - touch postfix_tls_patch - fi - make makefiles CCARGS="-DHAS_SSL" -I/usr/include/openssl AUXLIBS="-lssl -lcrypto" || exit 1 + if [ ! -f postfix_tls_patch ]; then + PFIXTLSPATCH=$(ls $WORKDIR/pfixtls*/pfixtls.diff) + patch -p1 < $PFIXTLSPATCH || exit 1 + touch postfix_tls_patch + fi + CCARGS="-DHAS_SSL -I/usr/include/openssl" + AUXLIBS="-lssl -lcrypto" + if [ "$CONFIG_CYRUS_SASL" = "y" ]; then + CCARGS="$CCARGS -DUSE_SASL_AUTH -I/usr/include/sasl" + AUXLIBS="$AUXLIBS -lsasl2" + fi + if [ "$CONFIG_OPENLDAPLIB" = "y" ]; then + CCARGS="$CCARGS -DHAS_LDAP" + AUXLIBS="$AUXLIBS -lldap -llber" + fi + if [ "$CONFIG_MYSQL_CLIENT" = "y" ]; then + CCARGS="$CCARGS -DHAS_MYSQL -I/usr/include/mysql" + AUXLIBS="$AUXLIBS -lmysqlclient -lm -lz" + fi + if [ "$CONFIG_POSTGRESQL_CLIENT" = "y" ]; then + CCARGS="$CCARGS -DHAS_PGSQL -I/usr/include/pgsql" + AUXLIBS="$AUXLIBS -lpq" + fi + make makefiles CCARGS="$CCARGS" AUXLIBS="$AUXLIBS" || exit 1 fi make $PMAKE || exit 1 strip_debug |
From: Heiko Z. <smi...@us...> - 2004-09-02 13:17:18
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv472 Modified Files: CHANGES Log Message: - enable postgresql support for postfix - enable sasl support for postfix - enable ldap support for postfix - enable mysql support for postfix Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.850 retrieving revision 1.851 diff -u -d -r1.850 -r1.851 --- CHANGES 31 Aug 2004 00:58:17 -0000 1.850 +++ CHANGES 2 Sep 2004 13:17:09 -0000 1.851 @@ -22,6 +22,10 @@ # 1.3.1 +- enable postgresql support for postfix +- enable sasl support for postfix +- enable ldap support for postfix +- enable mysql support for postfix - added missing squid configuration files - removed support for updating the Philips Webcam driver (development is now discontinued) - updated RFC2385 patch to correctly apply under kernel 2.4.27 |
From: Heiko Z. <smi...@us...> - 2004-08-31 00:58:27
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1733/scripts Modified Files: squid Log Message: added missing squid configuration files Index: squid =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/squid,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- squid 11 Jun 2004 14:04:12 -0000 1.18 +++ squid 31 Aug 2004 00:58:17 -0000 1.19 @@ -60,7 +60,8 @@ mkdir -p $WORKDIR/tmp || exit 1 make install DESTDIR=$WORKDIR/tmp || exit 1 copy_docs $WORKDIR/tmp - cp $WORKDIR/tmp/etc/squid.conf $ETCDIR/etc/ || exit 1 + rm $WORKDIR/tmp/etc/*.default || exit 1 + cp $WORKDIR/tmp/etc/* $ETCDIR/etc/ || exit 1 rm -rf $WORKDIR/tmp/etc || exit 1 cp -dpR $WORKDIR/tmp/* $CDDIR/ || exit 1 rm -rf $WORKDIR/tmp || exit 1 |
From: Heiko Z. <smi...@us...> - 2004-08-31 00:58:27
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1733 Modified Files: CHANGES Log Message: added missing squid configuration files Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.849 retrieving revision 1.850 diff -u -d -r1.849 -r1.850 --- CHANGES 30 Aug 2004 12:22:35 -0000 1.849 +++ CHANGES 31 Aug 2004 00:58:17 -0000 1.850 @@ -22,6 +22,7 @@ # 1.3.1 +- added missing squid configuration files - removed support for updating the Philips Webcam driver (development is now discontinued) - updated RFC2385 patch to correctly apply under kernel 2.4.27 - updated ebtables patch to v7 |
From: Heiko Z. <smi...@us...> - 2004-08-30 18:07:17
|
Update of /cvsroot/devil-linux/build/scripts/configuration In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20468/scripts/configuration Modified Files: linux.config Log Message: power management was missing under kernel 2.4 Index: linux.config =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/linux.config,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- linux.config 30 Aug 2004 12:21:28 -0000 1.12 +++ linux.config 30 Aug 2004 18:07:07 -0000 1.13 @@ -12,3 +12,4 @@ menu_add "Build Configuration|Processor and Memory" list "Maximum number of CPUs" CONFIG_LINUX_NR_CPUS 2 4 8 16 32 menu_add "Build Configuration" list "Kernel Version" CONFIG_LINUX_VERSION 2.4 2.6 test "$CONFIG_LINUX_VERSION" = "2.6" && menu_add "Build Configuration" list "Power Management" CONFIG_LINUX_POWER_MGMT OFF APM ACPI +test "$CONFIG_LINUX_VERSION" = "2.4" && menu_add "Build Configuration" list "Power Management" CONFIG_LINUX_POWER_MGMT OFF APM |
From: Heiko Z. <smi...@us...> - 2004-08-30 14:23:21
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9510 Modified Files: md5sum.lst Log Message: updated gradm Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.138 retrieving revision 1.139 diff -u -d -r1.138 -r1.139 --- md5sum.lst 30 Aug 2004 12:21:27 -0000 1.138 +++ md5sum.lst 30 Aug 2004 14:23:11 -0000 1.139 @@ -136,7 +136,7 @@ 770309df3d631d6c94dfb3a95a9be25e src/gnugk-2.0.8.tgz 16d0b575812060328f8e677b7f0047cc src/gnupg-1.2.4.tar.bz2 2c63e827d755527950d9d13fe3d87692 src/gpm-1.20.1.tar.bz2 -4b1c99ec6ea415fcc75ac1b89edc90f0 src/gradm-2.0.tar.gz +3f4d8d524a55e35a7d06166f4f51f299 src/gradm-2.0.1.tar.gz ddd99e2d5d4f4611357e31e97f080cf2 src/grep-2.5.1.tar.bz2 c12bf574120df33ec8c18d92703e099e src/groff-1.19.tar.gz 0b69ba51545ce9b9bb2f3274d62346c5 src/grsecurity-2.0-2.6.5.patch.bz2 |
From: Heiko Z. <smi...@us...> - 2004-08-30 12:54:13
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22238 Modified Files: Tag: rel-1-2-patches CHANGES md5sum.lst Log Message: syncronized updates with 1.3 cleaned up duplicate files on the ftp server Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.807.2.26 retrieving revision 1.807.2.27 diff -u -d -r1.807.2.26 -r1.807.2.27 --- CHANGES 22 Aug 2004 12:04:30 -0000 1.807.2.26 +++ CHANGES 30 Aug 2004 12:54:00 -0000 1.807.2.27 @@ -22,6 +22,9 @@ # 1.2b3 +- updated rsync to v2.6.2 +- updated frox to v0.7.15 +- updated syslinux to v2.11 - create build time log as csv file ( tmp/LOGS/build_time.csv ) - added missing openssl and iconv extensions to php - updated openssh to v3.9p1 Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.102.2.19 retrieving revision 1.102.2.20 diff -u -d -r1.102.2.19 -r1.102.2.20 --- md5sum.lst 21 Aug 2004 15:22:03 -0000 1.102.2.19 +++ md5sum.lst 30 Aug 2004 12:54:00 -0000 1.102.2.20 @@ -43,7 +43,7 @@ 2d6f5c39497a951120759dc72664033e src/beep-1.2.1.tar.gz 94ae7b0f20dc406fdbbf6fac5d57b32f src/bind-9.2.3.tar.gz 095f8a04f37df2ed5c99328ddc551a09 src/bing-1.1.3.tar.bz2 -3e28792a585e14b57838cd24130a24dd src/binutils-2.14.90.0.8.tar.bz2 +f6f4d1b9b422153c608a811be1429654 src/binutils-2.14.90.0.8.tar.bz2 42c3a33b645f40197e8f7aca7bd1e913 src/bison-1.875.patch1-bs.bz2 b7f8027b249ebd4dd0cc948943a71af0 src/bison-1.875.tar.bz2 2cab42847c4654e58c4d0ba114bfe2c2 src/bridge-utils-1.0.4.tar.gz @@ -105,7 +105,7 @@ 46209022d57dbca7bb3cc07aa63bd008 src/file-4.09.tar.gz e90ce7222daadeb8616b8db461e17cbc src/findutils-4.1.20.tar.gz ca3f1990522815ccd0a78e9de3afad43 src/freeramdisk.tar.gz -38dea21e5e29db7535596191f1a0f006 src/frox-0.7.13.tar.bz2 +fae2d10d6ac742f298dc5fb47a0e306f src/frox-0.7.15.tar.bz2 a0aa323568862e23fdbc6473ce6a01b5 src/fwlogwatch-1.0.tar.bz2 a116eec17e7ba085febb74c7758823bd src/gawk-3.1.3.tar.bz2 fd0111ff25e29a8d4864eeb51ef42101 src/gcc-3.3.1-no_fixincludes-2.patch.bz2 @@ -152,7 +152,6 @@ 68ec8cb81ae95d7da2a3b5f501a9488a src/insserv-boot.diff.bz2 7c07ae671bfd83c39bf03cf5d373eb16 src/insserv-core.diff.bz2 3f6554c42665104edb18d26a4de93592 src/insserv-local.diff.bz2 -9de7f44e9b3633da03ebd6b201c4aa4f src/ipac-ng-1.29.tar.bz2 89eab6631528b1a946e7b9dec6ee8799 src/ipac-ng-1.30.tar.bz2 969832f3a42fc25b44045d73ea483f18 src/ipcalc.tar.bz2 ac343233aa5d745341da9e4ec22475af src/iproute_20010824-11.diff.gz @@ -170,7 +169,7 @@ c7c66cc641f53ba820f47a73c5b2377f src/joe-2.9.8.tar.gz dbd5f3b47ed13132f04c685d608a7547 src/jpegsrc.v6b.tar.gz 7892c7010512a9bc6697a295c921da25 src/kbd-1.12.tar.gz -8a5ad280da10d5f541f94ed056dde2bb src/kernel-patches-2.4.tar.bz2 +a62ff6c839489f1eccbfd758c0b6aefd src/kernel-patches-2.4.tar.bz2 ee92ffbd7ad3ef6255c3def8f267a367 src/kernel-patches-2.6.tar.bz2 c5dba6b80f583070fe9e6ed6e0c2162e src/l2tpd-0.69.tar.gz 571f031068ea7861282f0525d67a9aa0 src/l2tpd-patches.tgz @@ -235,7 +234,6 @@ 6f8c59cc214dbffd555085b1db7272c1 src/mxser.tgz 7c75ac74e23396bd228dbc2c2d1131df src/mysql-4.0.20.tar.gz a361b4ab34ce04e0a15ea4fbc8e4a414 src/nail-10.7.tar.bz2 -fc70be5daee7f712675ac76690f71d50 src/nano-1.2.3.tar.gz 2c513310ec5e8b63abaecaf48670ac7a src/nano-1.2.4.tar.gz 9f682490c132b070d54e395cb6ee145e src/nasm-0.98.38.tar.bz2 e4697a859fee58f5020773aff76f9dcf src/nbd-2.4.32.tgz @@ -254,7 +252,6 @@ 45d92c2d466130ffc084d074fdd6c18b src/openldap-2.2.11.tgz 8e1774d0b52aff08f817f3987442a16e src/openssh-3.9p1.tar.gz 1b49e90fc8a75c3a507c0a624529aca5 src/openssl-0.9.7d.tar.gz -b12fd572f69b81216800af5cbe510f1c src/openswan-1.0.5.tar.gz 893f1c6bd41ab0200168d4566fc8ad90 src/openswan-1.0.6.tar.gz 9eab3719b280a12d19ef1fda286cc363 src/openvpn-1.6.0.tar.gz fccf09aed13393ee67e50cc57b52b500 src/opt-3.18.tar.bz2 @@ -307,7 +304,7 @@ b0c3093d2f0d850760e59ac1db9bf152 src/rpm-4.0.4.tar.gz fbe492dbf3d68abb1d86c2322e7ed44a src/rrdtool-1.0.49.tar.gz 013d0387c93bf4db7d06f72e243c6d24 src/rrlogind-sv-1.3.3.tar.gz -3f24bf31aec0a657eb3b6844c3f09f21 src/rsync-2.6.0.tar.gz +bcacd9a9108a9e4760832212ec3d658d src/rsync-2.6.2.tar.gz 30ad227855def0c02cd09ae4be868663 src/sagator-0.5.2.tar.bz2 c8dc06e2bcf63513c2e8d849f6352d8a src/samba-3.0.6.tar.gz c336057e5409bb5cc77909ef3fbca9cd src/sarg-1.4.1-index.sort.patch.bz2 @@ -331,7 +328,7 @@ e28a03cf694a43a7f144ec3d5c064456 src/stunnel-4.05.tar.gz 55d503e5c35bf1ea83d38244e0242aaf src/sudo-1.6.7p5.tar.gz f587720988bc1670071f31d3694ca0fb src/sysklogd-1.4.1.tar.bz2 -985beccafe98b17f3452713be86c5fa0 src/syslinux-2.10.tar.bz2 +38a30cc790265f19f80330330ffaa527 src/syslinux-2.11.tar.bz2 ec1d44df8ced4ef2876a5aeae00a7f15 src/syslinux-no_exe.patch.bz2 4befd061adbe33df0cd187faa0372e12 src/syslinux-no_memdisk.patch.bz2 ef6121a305a4f6f6208d909ca41e6624 src/syslog-ng-1.6.4.tar.gz |
From: Heiko Z. <smi...@us...> - 2004-08-30 12:49:34
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21546 Modified Files: Tag: rel-1-2-patches update_src Log Message: use correct version number Index: update_src =================================================================== RCS file: /cvsroot/devil-linux/build/update_src,v retrieving revision 1.32.2.2 retrieving revision 1.32.2.3 diff -u -d -r1.32.2.2 -r1.32.2.3 --- update_src 28 Aug 2004 00:49:52 -0000 1.32.2.2 +++ update_src 30 Aug 2004 12:49:12 -0000 1.32.2.3 @@ -5,7 +5,7 @@ # then use the main server to just get the latest greatest stuff # -VERSION="1.3" +VERSION="1.2" # the array holding the menu items declare -a menu |
From: Heiko Z. <smi...@us...> - 2004-08-30 12:22:54
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17330 Modified Files: CHANGES Log Message: updated version number to v1.3.1 Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.848 retrieving revision 1.849 diff -u -d -r1.848 -r1.849 --- CHANGES 30 Aug 2004 12:21:27 -0000 1.848 +++ CHANGES 30 Aug 2004 12:22:35 -0000 1.849 @@ -21,10 +21,12 @@ # # -1.3.0 +1.3.1 - removed support for updating the Philips Webcam driver (development is now discontinued) - updated RFC2385 patch to correctly apply under kernel 2.4.27 - updated ebtables patch to v7 + +1.3.0 - added dar v2.1.4 (Heiko + Tim Tait) - create build time log as csv file ( tmp/LOGS/build_time.csv ) - added missing openssl and iconv extensions to php |
From: Heiko Z. <smi...@us...> - 2004-08-30 12:22:54
|
Update of /cvsroot/devil-linux/build/scripts/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17330/scripts/config Modified Files: VERSION Log Message: updated version number to v1.3.1 Index: VERSION =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/config/VERSION,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- VERSION 1 Jun 2004 01:38:18 -0000 1.15 +++ VERSION 30 Aug 2004 12:22:35 -0000 1.16 @@ -1 +1 @@ -1.3.0 +1.3.1 |
From: Heiko Z. <smi...@us...> - 2004-08-30 12:21:41
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17142/scripts Modified Files: linux Log Message: - removed support for updating the Philips Webcam driver (development is now discontinued) - updated RFC2385 patch to correctly apply under kernel 2.4.27 - updated ebtables patch to v7 Index: linux =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/linux,v retrieving revision 1.54 retrieving revision 1.55 diff -u -d -r1.54 -r1.55 --- linux 22 Mar 2004 02:23:18 -0000 1.54 +++ linux 30 Aug 2004 12:21:28 -0000 1.55 @@ -37,10 +37,6 @@ cat .config.add >> .config || exit 1 fi - if [ "$CONFIG_LINUX_UPDATE_PWC" = "y" ]; then - cp -vdpfR ../pwc-*/2.4.*/* drivers/usb/ || exit 1 - fi - make oldconfig make dep || exit 1 make $PMAKE bzImage || exit 1 |
From: Heiko Z. <smi...@us...> - 2004-08-30 12:21:41
|
Update of /cvsroot/devil-linux/build/scripts/configuration In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17142/scripts/configuration Modified Files: linux.config Log Message: - removed support for updating the Philips Webcam driver (development is now discontinued) - updated RFC2385 patch to correctly apply under kernel 2.4.27 - updated ebtables patch to v7 Index: linux.config =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/linux.config,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- linux.config 5 Jul 2004 20:11:45 -0000 1.11 +++ linux.config 30 Aug 2004 12:21:28 -0000 1.12 @@ -11,5 +11,4 @@ menu_add "Build Configuration|Processor and Memory" bool "Symmetric multi-processing support" CONFIG_LINUX_SMP menu_add "Build Configuration|Processor and Memory" list "Maximum number of CPUs" CONFIG_LINUX_NR_CPUS 2 4 8 16 32 menu_add "Build Configuration" list "Kernel Version" CONFIG_LINUX_VERSION 2.4 2.6 -test "$CONFIG_LINUX_VERSION" = "2.4" && menu_add "System|Hardware Support" bool "Update Philips USB Webcam Kernel Driver (pwc) EXPERIMENTAL" CONFIG_LINUX_UPDATE_PWC test "$CONFIG_LINUX_VERSION" = "2.6" && menu_add "Build Configuration" list "Power Management" CONFIG_LINUX_POWER_MGMT OFF APM ACPI |
From: Heiko Z. <smi...@us...> - 2004-08-30 12:21:40
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17142 Modified Files: CHANGES md5sum.lst Log Message: - removed support for updating the Philips Webcam driver (development is now discontinued) - updated RFC2385 patch to correctly apply under kernel 2.4.27 - updated ebtables patch to v7 Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.847 retrieving revision 1.848 diff -u -d -r1.847 -r1.848 --- CHANGES 24 Aug 2004 01:04:39 -0000 1.847 +++ CHANGES 30 Aug 2004 12:21:27 -0000 1.848 @@ -22,6 +22,9 @@ # 1.3.0 +- removed support for updating the Philips Webcam driver (development is now discontinued) +- updated RFC2385 patch to correctly apply under kernel 2.4.27 +- updated ebtables patch to v7 - added dar v2.1.4 (Heiko + Tim Tait) - create build time log as csv file ( tmp/LOGS/build_time.csv ) - added missing openssl and iconv extensions to php Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.137 retrieving revision 1.138 diff -u -d -r1.137 -r1.138 --- md5sum.lst 24 Aug 2004 01:04:39 -0000 1.137 +++ md5sum.lst 30 Aug 2004 12:21:27 -0000 1.138 @@ -102,7 +102,7 @@ 1bf69d2042b32d7e17158e6bfd188236 src/e1000-5.3.19.tar.gz 8d25ffd60d405ef32d341704a2323807 src/e2fsprogs-1.35.tar.gz 2545f60f436a511039456b385a5987b0 src/eagle-usb-1.9.8.tar.bz2 -d133d40c4ab785469617eae5fbda6868 src/ebtables-brnf-6_vs_2.4.26.diff.gz +9e28e82ddb81b910597e7fa60b666997 src/ebtables-brnf-7_vs_2.4.27.diff.gz c4559af2366c764c6c42a3fdd40d60d3 src/ebtables-v2.0.6.tar.gz 29f494c6e25f47c639f8a20bd134f296 src/et_dyn.tar.gz 88df4f73643c2e1b450674f7a5f3f970 src/ethtool-1.7.tar.gz @@ -182,7 +182,7 @@ c7c66cc641f53ba820f47a73c5b2377f src/joe-2.9.8.tar.gz dbd5f3b47ed13132f04c685d608a7547 src/jpegsrc.v6b.tar.gz 7892c7010512a9bc6697a295c921da25 src/kbd-1.12.tar.gz -c2543d748b174f4182cf0509ecbcaf4b src/kernel-patches-2.4.tar.bz2 +a62ff6c839489f1eccbfd758c0b6aefd src/kernel-patches-2.4.tar.bz2 ee92ffbd7ad3ef6255c3def8f267a367 src/kernel-patches-2.6.tar.bz2 c5dba6b80f583070fe9e6ed6e0c2162e src/l2tpd-0.69.tar.gz 571f031068ea7861282f0525d67a9aa0 src/l2tpd-patches.tgz @@ -302,7 +302,6 @@ 5389800bf413e70365d982bac9438d31 src/procps-3.2.3.tar.gz b62b5856753294821c4cea8bd28ffe1d src/protector-3.3-7.tar.gz c62b09ad5129e2f7e4611019d1d3d4b8 src/psmisc-21.5.tar.gz -74c37f42e0296c5d7f86d153104a07bc src/pwc-8.12.tar.gz ed35f6de166251992c2a4bf7c4cb417a src/pwlib-v1_6_5-src.tar.bz2 89724b5edaa0c7ab93f06ad2e2311d0e src/python-ldap-2.0.2.tar.gz 42e25b2a6016ff6d5ffa4f9707ac4614 src/qadsl-final-1.2.tar.gz |
From: Heiko Z. <smi...@us...> - 2004-08-28 00:50:02
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2005 Modified Files: Tag: rel-1-2-patches update_src Log Message: added missing ircam mirror Index: update_src =================================================================== RCS file: /cvsroot/devil-linux/build/update_src,v retrieving revision 1.32.2.1 retrieving revision 1.32.2.2 diff -u -d -r1.32.2.1 -r1.32.2.2 --- update_src 1 Jun 2004 01:35:44 -0000 1.32.2.1 +++ update_src 28 Aug 2004 00:49:52 -0000 1.32.2.2 @@ -5,7 +5,7 @@ # then use the main server to just get the latest greatest stuff # -VERSION="1.2" +VERSION="1.3" # the array holding the menu items declare -a menu @@ -45,6 +45,10 @@ ftps[5]="http://www.devil-linux.us" ftpd[5]="/pub/devel/sources/$VERSION/" +menu[6]="Ircam Paris/France" +ftps[6]="http://mirrors.ircam.fr" +ftpd[6]="/pub/devil-linux/devel/sources/$VERSION/" + # the internal mirrors (mostly used by specific developers) menu[96]="generic internal mirror" @@ -61,7 +65,7 @@ menu[99]="BS @ work" ftps[99]="172.16.2.1" -ftpd[99]="/" +ftpd[99]="/devil/lfssystem/data/build/src/" maxindex=99 |
From: Heiko Z. <smi...@us...> - 2004-08-28 00:48:29
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1874 Modified Files: update_src Log Message: added missing ircam mirror Index: update_src =================================================================== RCS file: /cvsroot/devil-linux/build/update_src,v retrieving revision 1.35 retrieving revision 1.36 diff -u -d -r1.35 -r1.36 --- update_src 4 Aug 2004 17:58:01 -0000 1.35 +++ update_src 28 Aug 2004 00:48:19 -0000 1.36 @@ -45,6 +45,10 @@ ftps[5]="http://www.devil-linux.us" ftpd[5]="/pub/devel/sources/$VERSION/" +menu[6]="Ircam Paris/France" +ftps[6]="http://mirrors.ircam.fr" +ftpd[6]="/pub/devil-linux/devel/sources/$VERSION/" + # the internal mirrors (mostly used by specific developers) menu[96]="generic internal mirror" |
From: Heiko Z. <smi...@us...> - 2004-08-24 01:05:25
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18569 Modified Files: CHANGES md5sum.lst Log Message: - added dar v2.1.4 (Heiko + Tim Tait) Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.846 retrieving revision 1.847 diff -u -d -r1.846 -r1.847 --- CHANGES 22 Aug 2004 13:43:55 -0000 1.846 +++ CHANGES 24 Aug 2004 01:04:39 -0000 1.847 @@ -22,6 +22,7 @@ # 1.3.0 +- added dar v2.1.4 (Heiko + Tim Tait) - create build time log as csv file ( tmp/LOGS/build_time.csv ) - added missing openssl and iconv extensions to php - updated pwlib to v1.6.5 Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.136 retrieving revision 1.137 diff -u -d -r1.136 -r1.137 --- md5sum.lst 21 Aug 2004 19:17:46 -0000 1.136 +++ md5sum.lst 24 Aug 2004 01:04:39 -0000 1.137 @@ -81,6 +81,7 @@ ea76410ad88fa7b6c17a6aac424382c9 src/cyrus-sasl-2.1.19.tar.gz c3effff791f4f1386d00a6a68722a688 src/daemontools-0.76.errno.patch.bz2 0b4c4417aa149c4523a071647ad6778f src/daemontools-0.76.tar.gz +032306021f6a66ef060260acd39da3dd src/dar-2.1.4.tar.gz cbc77517c9278cdb47613ce8cb55779f src/db-4.2.52.tar.gz e393cbf386831825ae8814d9341feadd src/ddup-3.0.1.tar.bz2 44c6394b8e2e8feaf453aeddc8a3ee69 src/devfsd-v1.3.25.tar.gz |
From: Heiko Z. <smi...@us...> - 2004-08-24 01:04:55
|
Update of /cvsroot/devil-linux/build/scripts/configuration/profiles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18569/scripts/configuration/profiles Modified Files: default Log Message: - added dar v2.1.4 (Heiko + Tim Tait) Index: default =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/profiles/default,v retrieving revision 1.36 retrieving revision 1.37 diff -u -d -r1.36 -r1.37 --- default 1 Aug 2004 18:27:23 -0000 1.36 +++ default 24 Aug 2004 01:04:42 -0000 1.37 @@ -40,6 +40,7 @@ CONFIG_HOTPLUG=y CONFIG_HTTPD=y CONFIG_IANS=y +CONFIG_ID3V2=y CONFIG_INITRD_FS=EXT2 CONFIG_IPAC_NG=y CONFIG_IPROUTE2=y @@ -73,6 +74,7 @@ CONFIG_MGETTY=y CONFIG_MINICOM=y CONFIG_MOTION=y +CONFIG_MPEG_ENCODE=y CONFIG_MTOOLS=y CONFIG_MTR=y CONFIG_MT_ST=y @@ -168,5 +170,4 @@ CONFIG_XINETD=y CONFIG_ZIP=y CONFIG_ZISOFS=y -CONFIG_ID3V2=y -CONFIG_MPEG_ENCODE=y +CONFIG_DAR=y |
From: Heiko Z. <smi...@us...> - 2004-08-24 01:04:55
|
Update of /cvsroot/devil-linux/build/scripts/configuration In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18569/scripts/configuration Added Files: dar.config Log Message: - added dar v2.1.4 (Heiko + Tim Tait) --- NEW FILE: dar.config --- #!/bin/bash # $Source: /cvsroot/devil-linux/build/scripts/configuration/dar.config,v $ # $Revision: 1.1 $ # $Date: 2004/08/24 01:04:41 $ # # http://www.devil-linux.org menu_add "Tools|Utilities" bool "DAR" CONFIG_DAR |
From: Heiko Z. <smi...@us...> - 2004-08-24 01:04:54
|
Update of /cvsroot/devil-linux/build/scripts/configuration/help In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18569/scripts/configuration/help Added Files: dar.help Log Message: - added dar v2.1.4 (Heiko + Tim Tait) --- NEW FILE: dar.help --- CONFIG_DAR DAR is a command-line backup tool, that uses compression, makes differential or full backups, which can be split over several files or disks. Dar saves *all* UNIX inode types, hard links, as well as Extended Attributes. And many other features ... In addition, DAR has cross-platform support, including Win32 Binaries. For more info: http://dar.sourceforge.net/ |
From: Heiko Z. <smi...@us...> - 2004-08-24 01:04:54
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18569/scripts Added Files: dar Log Message: - added dar v2.1.4 (Heiko + Tim Tait) --- NEW FILE: dar --- #!/bin/bash # $Source: /cvsroot/devil-linux/build/scripts/dar,v $ # $Revision: 1.1 $ # $Date: 2004/08/24 01:04:40 $ # # http://www.devil-linux.org # you need the next line, otherwise script won't be executed !!! # DL-build-system v3 ### BEGIN INIT INFO # Provides: dar # Required-Start: $basebuildtools $libs # Required-Stop: # Default-Start: 1 2 # Default-Stop: # Description: Command line Disk Archive backup utility ### END INIT INFO # get the directoryname of the script MYDIR=${0%/*} # source functions and config source $MYDIR/settings MYNAME=DAR case $1 in build ) if [ "$CONFIG_DAR" = "y" ]; then # Don't use infinints as they suck RAM up. 64bits should allow 4GB^2 of archive. ./configure --enable-mode=64 --prefix=/usr make $PMAKE all || exit 1 strip_debug fi ;; install ) if [ "$CONFIG_DAR" = "y" ]; then rm -rf $WORKDIR/tmp || exit 1 mkdir -p $WORKDIR/tmp || exit 1 make install DESTDIR=$WORKDIR/tmp || exit 1 copy_docs $WORKDIR/tmp rm -rf $WORKDIR/tmp/usr/{man,info} || exit 1 rm -rf $WORKDIR/tmp/usr/include || exit 1 rm -f $WORKDIR/tmp/usr/lib/*a || exit 1 mkdir -p $CDDIR copy_files $WORKDIR/tmp/usr $CDDIR/ || exit 1 rm -rf $WORKDIR/tmp || exit 1 cp ./doc/samples/darrc_sample $ETCDIR/etc/ || exit 1 #cp $MYDIR/scripts/dar $ETCDIR/etc/init.d/ || exit 1 #echo "# Start $MYNAME Server?" >> $CONFIGFILE #echo "START_$MYNAME=no" >> $CONFIGFILE #echo >> $CONFIGFILE echo "HELP_$MYNAME=\"$MYNAME is a command-line Disk Archive backup tool.\"" >> $SOFTWAREHELP fi ;; * ) echo "ERROR ($0)" echo "please add parameter so I know what to do" exit 1 ;; esac |
From: Heiko Z. <smi...@us...> - 2004-08-22 21:02:07
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30907 Modified Files: LINKS Log Message: added some more links Index: LINKS =================================================================== RCS file: /cvsroot/devil-linux/build/LINKS,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- LINKS 8 May 2004 00:30:11 -0000 1.19 +++ LINKS 22 Aug 2004 21:01:57 -0000 1.20 @@ -77,3 +77,10 @@ Quagga + TCP MD5 for BGP (RFC 2385) http://hasso.linux.ee/quagga/bgp-md5.en.php + +RFC 2385 kernel patch + http://sourceforge.net/projects/linux-rfc2385/ + ( another one: http://eyck.forumakad.pl/Projects/bsd/ ) + +GCC Stack Smashing Protector + http://www.research.ibm.com/trl/projects/security/ssp/ |
From: Heiko Z. <smi...@us...> - 2004-08-22 14:02:04
|
Update of /cvsroot/devil-linux/build/scripts/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv700/scripts/config Modified Files: patch-o-matic.exclude Log Message: include new patch Index: patch-o-matic.exclude =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/config/patch-o-matic.exclude,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- patch-o-matic.exclude 16 Aug 2004 08:42:13 -0000 1.3 +++ patch-o-matic.exclude 22 Aug 2004 14:01:52 -0000 1.4 @@ -104,5 +104,5 @@ extra/policy base/random base/set -pending/helper-locking_fix +#pending/helper-locking_fix pending/ip_queue_nonlinear_skbs |
From: Heiko Z. <smi...@us...> - 2004-08-22 13:44:06
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28289 Modified Files: CHANGES Log Message: added missing changelog entries Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.845 retrieving revision 1.846 diff -u -d -r1.845 -r1.846 --- CHANGES 21 Aug 2004 19:17:39 -0000 1.845 +++ CHANGES 22 Aug 2004 13:43:55 -0000 1.846 @@ -22,6 +22,8 @@ # 1.3.0 +- create build time log as csv file ( tmp/LOGS/build_time.csv ) +- added missing openssl and iconv extensions to php - updated pwlib to v1.6.5 - updated openh323 to v1.13 - updated frox to v0.7.15 |
From: Heiko Z. <smi...@us...> - 2004-08-22 13:42:46
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27962 Modified Files: Tag: rel-1-2-patches pre_init Log Message: replace version information when upgrading ISO umount file system before rebooting Index: pre_init =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/scripts/pre_init,v retrieving revision 1.19 retrieving revision 1.19.2.1 diff -u -d -r1.19 -r1.19.2.1 --- pre_init 8 May 2004 01:54:07 -0000 1.19 +++ pre_init 22 Aug 2004 13:42:29 -0000 1.19.2.1 @@ -30,13 +30,18 @@ echo "Changed Root" $NORMAL -# check the DL ISO got upgraded +# check if the DL ISO got upgraded if [ -e /shm/dl_iso_replaced ]; then $BLUE echo "Upgrading InitRD" $NORMAL cp -fp /boot/initrd.gz /initrd/mnt/ + cp -fp /DEVIL-LINUX /initrd/mnt/ sync + umount /initrd/mnt/ &> /dev/null + $RED + echo "Rebooting..." + $NORMAL reboot -f fi |
From: Heiko Z. <smi...@us...> - 2004-08-22 13:40:45
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27274/scripts/scripts Modified Files: pre_init Log Message: replace version information when upgrading ISO umount file system before rebooting Index: pre_init =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/scripts/pre_init,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- pre_init 8 May 2004 01:54:07 -0000 1.19 +++ pre_init 22 Aug 2004 13:40:34 -0000 1.20 @@ -30,13 +30,18 @@ echo "Changed Root" $NORMAL -# check the DL ISO got upgraded +# check if the DL ISO got upgraded if [ -e /shm/dl_iso_replaced ]; then $BLUE echo "Upgrading InitRD" $NORMAL cp -fp /boot/initrd.gz /initrd/mnt/ + cp -fp /DEVIL-LINUX /initrd/mnt/ sync + umount /initrd/mnt/ &> /dev/null + $RED + echo "Rebooting..." + $NORMAL reboot -f fi |