Update of /cvsroot/devil-linux/build/scripts
In directory vz-cvs-3.sog:/tmp/cvs-serv12005/scripts
Modified Files:
groff util-linux
Log Message:
- updated ImageMagick to 6.8.0-4
- updated bacula to 5.2.12
- updated bash-patches
- updated bind to 9.9.2
- updated clamav to 0.97.6
- updated conntrack to tools-1.4.0
- updated coreutils to 8.19
- updated dhcp to 4.2.4-P2
- updated diffutils to 3.2
- updated dnsmasq to 2.63
- updated dovecot to 2.1.10
- updated e2fsprogs to 1.42.6
- updated grep to 2.14
- updated groff to 1.21
- updated grsecurity to 2.9.1-3.2.34-201211172058
- updated gzip to 1.5
- updated httpd to 2.2.23
- updated inetutils to 1.9.1
- updated iproute2 to 3.6.0
- updated ipset to 6.14
- updated iptables to 1.4.16.3
- updated libiconv to 1.14
- updated libnetfilter_conntrack to 1.0.2
- added libnetfilter_cthelper 1.0.0
- added libnetfilter_queue 1.0.2
- updated libnfnetlink to 1.0.1
- updated loop-AES to v3.6f
- updated mdadm to 3.2.6
- updated mod_spdy to svn-20121118
- updated mpfr to 3.1.1
- updated mysql to 5.5.28
- updated nfs-utils to 1.2.7
- updated openldap to 2.4.33
- updated openssh to 6.1p1
- updated pam-abl to 0.4.3.1
- updated linux kernel to 3.2.34
- updated pci.ids
- updated php to 5.3.18
- updated samba to 3.6.9
- updated syslinux to 4.06
- updated tiff to 4.0.3
- updated usb.ids
- updated usbutils to 006
- updated util-linux to 2.21.2
- updated wget to -1.14
- updated xtables-addons to 1.47.1
- updated xz to 5.0.4
- updated zlib to 1.2.7
Index: groff
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/groff,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- groff 5 Dec 2011 09:11:38 -0000 1.16
+++ groff 18 Nov 2012 18:56:09 -0000 1.17
@@ -16,10 +16,10 @@
case $1 in
build )
- if [ ! -f devil_patch_done ]; then
- bzcat $DL_DIR/src/groff-1.20.1-badchar.patch.bz2 | patch -p1 || exit 1
- touch devil_patch_done
- fi
+ #if [ ! -f devil_patch_done ]; then
+ # bzcat $DL_DIR/src/groff-1.20.1-badchar.patch.bz2 | patch -p1 || exit 1
+ # touch devil_patch_done
+ #fi
./configure --prefix=/usr --disable-nls || exit 1
Index: util-linux
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/util-linux,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- util-linux 31 Jan 2012 17:37:35 -0000 1.52
+++ util-linux 18 Nov 2012 18:56:09 -0000 1.53
@@ -16,7 +16,7 @@
case $1 in
build )
- patch_from_file 1 $(find_src_dir loop-AES)/util-linux-2.20.1.diff || exit 1
+ patch_from_file 1 $(find_src_dir loop-AES)/util-linux-2.21.2.diff || exit 1
./configure --enable-arch --enable-partx --enable-write --disable-wall || exit 1
|