|
From: Heiko Z. <smi...@us...> - 2016-07-03 20:43:53
|
Update of /cvsroot/devil-linux/build In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv18836 Modified Files: CHANGES Makefile.build Makefile.install md5sum.lst Log Message: added haproxy Index: Makefile.build =================================================================== RCS file: /cvsroot/devil-linux/build/Makefile.build,v retrieving revision 1.103 retrieving revision 1.104 diff -u -d -r1.103 -r1.104 --- Makefile.build 14 May 2016 13:38:04 -0000 1.103 +++ Makefile.build 3 Jul 2016 20:43:51 -0000 1.104 @@ -111,7 +111,7 @@ GROUP_23 := aoe6 cpqarrayd \ cyrus-imapd iscsitarget loop-AES \ nagios-plugins nbd open-iscsi open-vm-tools \ - php quagga vblade nut + php quagga vblade nut haproxy GROUP_24 := ipac-ng iptstate nrpe nsca ipset @@ -903,3 +903,5 @@ libstatgrab: | $(GROUP_14) iputils: | $(GROUP_18) inetutils + +haproxy: | $(GROUP_22) Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.1632 retrieving revision 1.1633 diff -u -d -r1.1632 -r1.1633 --- CHANGES 6 Mar 2016 14:14:10 -0000 1.1632 +++ CHANGES 3 Jul 2016 20:43:51 -0000 1.1633 @@ -26,6 +26,7 @@ - Most programs and libraries have been updated - Unmaintained programs and libraries have been removed - What's new: + - added haproxy - added google-authenticator for PAM - added dovecot-pigeonhole - squashfs is now the main file system with lz4-hc compression Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.787 retrieving revision 1.788 diff -u -d -r1.787 -r1.788 --- md5sum.lst 2 Jul 2016 12:55:44 -0000 1.787 +++ md5sum.lst 3 Jul 2016 20:43:51 -0000 1.788 @@ -164,6 +164,7 @@ 2185fa7ca42cbe989eddc9c9589f393d src/gss-1.0.3.tar.xz da981f86677d58a106496e68de6f8995 src/gzip-1.6.tar.xz bcff53656a888ee0710cadc4288d1d9b src/h323plus-v1_26_5.tar.xz +c93eda490065e612a0fe42a19f46f51d src/haproxy-1.6.6.tar.xz a45c66965ec219178c83b10b4819d4a4 src/hdparm-9.48.tar.xz 21b6e061d0fba0464050a39025a66e74 src/heimdal-1.5.3.tar.xz 07e5bc13b45af39512450e9da5e2c791 src/hostap-utils-0.4.7.tar.xz Index: Makefile.install =================================================================== RCS file: /cvsroot/devil-linux/build/Makefile.install,v retrieving revision 1.60 retrieving revision 1.61 diff -u -d -r1.60 -r1.61 --- Makefile.install 14 May 2016 13:38:04 -0000 1.60 +++ Makefile.install 3 Jul 2016 20:43:51 -0000 1.61 @@ -93,7 +93,7 @@ GROUP_23 := aoe6 cpqarrayd \ cyrus-imapd iptables iscsitarget loop-AES \ nagios-plugins nbd open-iscsi open-vm-tools \ - php quagga vblade paxctl + php quagga vblade paxctl haproxy GROUP_24 := ipac-ng iptstate \ nrpe nsca util-linux xtables-addons ipset opendkim @@ -781,3 +781,5 @@ pacemaker: linux corosync iputils: | $(GROUP_17) inetutils + +haproxy: | $(GROUP_22) |