Update of /cvsroot/devil-linux/build
In directory vz-cvs-3.sog:/tmp/cvs-serv21964
Modified Files:
CHANGES Makefile.build Makefile.install
Log Message:
- re-enabled aoe6
- updated gnugk 2.3.5
- replaced openh323 with h323plus v1_23_0 (sl + hz)
- replaced pwlib with ptlib 2.10.3 (sl + hz)
Index: Makefile.build
===================================================================
RCS file: /cvsroot/devil-linux/build/Makefile.build,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- Makefile.build 22 Oct 2011 21:36:51 -0000 1.30
+++ Makefile.build 23 Oct 2011 14:47:31 -0000 1.31
@@ -27,10 +27,10 @@
GROUP_14 := Linux-PAM acl gmp gnupg libdnet \
libdvdread libgcrypt libmcrypt libpng libxml2 \
- openssl opt pkgconfig pwlib tiff rpcbind daq
+ openssl opt pkgconfig ptlib tiff rpcbind daq
GROUP_15 := gd glib gnutls imap krb5 \
- libnetfilter_conntrack libxslt mcrypt mysql openh323 \
+ libnetfilter_conntrack libxslt mcrypt mysql h323plus \
pam_mount neon tz Pound
GROUP_16 := util-linux gawk groff coreutils
@@ -64,7 +64,7 @@
mtr mtx nagios nail nano \
ncftp net-tools netacct-mysql netpbm nfs-utils \
nmap noip_updater ntp nut oidentd \
- openh323gk openssh openvpn otpd p7zip \
+ gnugk openssh openvpn otpd p7zip \
parted patch-o-matic pciutils pcwd \
perl pohmelfs postfix pptp-patches \
procinfo procmail procps psmisc qadsl \
@@ -239,7 +239,7 @@
pkgconfig: | $(GROUP_13)
-pwlib: | $(GROUP_13)
+ptlib: | $(GROUP_13)
tiff: | $(GROUP_13)
@@ -263,7 +263,7 @@
mysql: | $(GROUP_14)
-openh323: | $(GROUP_14)
+h323plus: | $(GROUP_14)
pam_mount: | $(GROUP_14)
@@ -531,7 +531,7 @@
oidentd: | $(GROUP_18)
-openh323gk: | $(GROUP_18)
+gnugk: | $(GROUP_18)
openssh: | $(GROUP_18)
Index: CHANGES
===================================================================
RCS file: /cvsroot/devil-linux/build/CHANGES,v
retrieving revision 1.1462
retrieving revision 1.1463
diff -u -d -r1.1462 -r1.1463
--- CHANGES 22 Oct 2011 21:36:50 -0000 1.1462
+++ CHANGES 23 Oct 2011 14:47:31 -0000 1.1463
@@ -22,6 +22,10 @@
#
1.4.3
+- re-enabled aoe6
+- updated gnugk 2.3.5
+- replaced openh323 with h323plus v1_23_0 (sl + hz)
+- replaced pwlib with ptlib 2.10.3 (sl + hz)
- updated aide to 0.15.1
- updated aufs3-git to 20111011
- updated binutils to 2.21.1a
@@ -47,8 +51,6 @@
- updated wget to 1.13.4
- updated xfsprogs to 3.1.6
- added libcap2 pam module
-- disabled openh323, pwlib, openh323gtk
- packages were extremely outdated and need to be replaced by successors -> http://www.opalvoip.org
- updated autoconf to 2.68
- updated automake to 1.11.1
- updated bind to 9.8.1
Index: Makefile.install
===================================================================
RCS file: /cvsroot/devil-linux/build/Makefile.install,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- Makefile.install 22 Oct 2011 21:36:51 -0000 1.21
+++ Makefile.install 23 Oct 2011 14:47:31 -0000 1.22
@@ -57,7 +57,7 @@
mt-st mtools mtr mtx nagios \
nail nano ncftp net-tools netacct-mysql \
netpbm nfs-utils nmap noip_updater ntp \
- nut oidentd openh323gk openssh openvpn \
+ nut oidentd gnugk openssh openvpn \
otpd p7zip parted patch-o-matic \
pciutils pcwd perl pohmelfs \
postfix procinfo procmail procps psmisc \
@@ -444,7 +444,7 @@
oidentd: | $(GROUP_17)
-openh323gk: | $(GROUP_17)
+gnugk: | $(GROUP_17)
openssh: | $(GROUP_17)
|