From: Heiko Z. <smi...@us...> - 2012-10-28 14:47:44
|
Update of /cvsroot/devil-linux/build In directory vz-cvs-3.sog:/tmp/cvs-serv13907 Modified Files: CHANGES Makefile.build Makefile.install md5sum.lst Log Message: - updated dbus to 1.6.8 - added netatalk 3.0.1 Index: Makefile.build =================================================================== RCS file: /cvsroot/devil-linux/build/Makefile.build,v retrieving revision 1.57 retrieving revision 1.58 diff -u -d -r1.57 -r1.58 --- Makefile.build 9 Aug 2012 12:45:12 -0000 1.57 +++ Makefile.build 28 Oct 2012 14:47:41 -0000 1.58 @@ -116,7 +116,7 @@ GROUP_26 := alsa-utils alsa-firmware ipsec-tools xtables-addons GROUP_X := git pymilter GeoIP avahi cifs-utils kmod pwauth mod_authnz_external mod_authz_unixgroup \ - shellinabox pam-abl mod_spdy + shellinabox pam-abl mod_spdy netatalk # End of dependencies @@ -927,3 +927,5 @@ pam-abl: | Linux-PAM db-4 mod_spdy: | httpd + +netatalk: | avahi libgcrypt db-4 Linux-PAM libiconv Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.1551 retrieving revision 1.1552 diff -u -d -r1.1551 -r1.1552 --- CHANGES 12 Aug 2012 21:22:53 -0000 1.1551 +++ CHANGES 28 Oct 2012 14:47:41 -0000 1.1552 @@ -22,6 +22,8 @@ # 1.6.3 +- updated dbus to 1.6.8 +- added netatalk 3.0.1 1.6.2 - disabled mod_spdy in default config Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.695 retrieving revision 1.696 diff -u -d -r1.695 -r1.696 --- md5sum.lst 11 Aug 2012 15:05:06 -0000 1.695 +++ md5sum.lst 28 Oct 2012 14:47:41 -0000 1.696 @@ -95,8 +95,7 @@ b23c0509513b895f4ab9ce9191b2f65b src/dar-2.4.2.tar.gz ec2b87e833779681a0c3a814aa71359e src/db-4.7.25.tar.gz fee75b512438211b0709a4e6b41abe87 src/db4patches.tar.bz2 -c7a47b851ebe02f6726b65b78d1b730b src/dbus-1.2.16.tar.gz -44a2a10678e7e50460879c3eb4453a65 src/dbus-1.4.16.tar.gz +3bf059c7dd5eda5f539a1b7cfe7a14a2 src/dbus-1.6.8.tar.gz ce4327643d73c3c34e0b7b846255c98c src/dcc-1.3.130.tar.Z e393cbf386831825ae8814d9341feadd src/ddup-3.0.1.tar.bz2 4cf4210e06a84e8d9354201ab97dc2e2 src/debianutils_3.2.1.tar.gz @@ -365,6 +364,7 @@ 888774accab40217dde927e21979c165 src/net-tools-1.60.tar.bz2 61e03d325e5c02713a987befd6ea1e1a src/net-tools_1.60-24.1.diff.gz c2bc56b61028bce36a5cc3fe7e81058e src/netacct-mysql-0.78.tar.gz +b4f5c932b2ca99f5292bd6b6d69b3ebc src/netatalk-3.0.1.tar.bz2 98dff8a3d5a31885b73341633f69501f src/netfilter-layer7-v2.22.tar.gz d02c5681d36ab4d58747363d7e0b3e4e src/netpbm-10.35.81.tgz 450be8c4886d46c09f49f568ad6fa013 src/nettle-2.4.tar.gz Index: Makefile.install =================================================================== RCS file: /cvsroot/devil-linux/build/Makefile.install,v retrieving revision 1.34 retrieving revision 1.35 diff -u -d -r1.34 -r1.35 --- Makefile.install 9 Aug 2012 12:45:12 -0000 1.34 +++ Makefile.install 28 Oct 2012 14:47:41 -0000 1.35 @@ -113,7 +113,7 @@ GROUP_31 := setfiledates GROUP_X := git pymilter GeoIP avahi cifs-utils pwauth mod_authnz_external mod_authz_unixgroup \ - shellinabox pam-abl mod_spdy + shellinabox pam-abl mod_spdy netatalk # End of dependencies @@ -837,3 +837,5 @@ pam-abl: | Linux-PAM mod_spdy: | httpd + +netatalk: | avahi |