summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Arnold <nerdboy@gentoo.org>2003-11-13 07:49:19 +0000
committerSteve Arnold <nerdboy@gentoo.org>2003-11-13 07:49:19 +0000
commit46f4aa0c8f90bd6b8b1867a56045d03d181b7629 (patch)
tree55e45459b29485d501678af4f722e9c89e38b6fb /net-misc
parentnew ebuild for security fix and removed old ones (diff)
downloadhistorical-46f4aa0c8f90bd6b8b1867a56045d03d181b7629.tar.gz
historical-46f4aa0c8f90bd6b8b1867a56045d03d181b7629.tar.bz2
historical-46f4aa0c8f90bd6b8b1867a56045d03d181b7629.zip
new ebuild for security fix and removed old ones
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/hylafax/Manifest4
-rw-r--r--net-misc/hylafax/files/digest-hylafax-4.1.81
-rw-r--r--net-misc/hylafax/files/hylafax-4.1.2-gentoo-diffs.tar.bz2bin3993 -> 0 bytes
-rw-r--r--net-misc/hylafax/hylafax-4.1.5.ebuild71
-rw-r--r--net-misc/hylafax/hylafax-4.1.7-r1.ebuild80
-rw-r--r--net-misc/hylafax/hylafax-4.1.7.ebuild78
-rw-r--r--net-misc/hylafax/hylafax-4.1.8.ebuild (renamed from net-misc/hylafax/hylafax-4.1.7-r2.ebuild)4
7 files changed, 5 insertions, 233 deletions
diff --git a/net-misc/hylafax/Manifest b/net-misc/hylafax/Manifest
index 2a1dba218f9b..a24dc905f0dc 100644
--- a/net-misc/hylafax/Manifest
+++ b/net-misc/hylafax/Manifest
@@ -1,5 +1,5 @@
-MD5 135edbc371169d934cc92a145a9499a5 ChangeLog 4764
+MD5 3a499cf4f52294b77b883930d4c1e6d4 ChangeLog 4764
MD5 d82acf1bcf0f7f9e181d6a2821292f2e metadata.xml 435
-MD5 4eb4c503a28eb5337001cc468416555b hylafax-4.1.8.ebuild 2224
+MD5 15d621f64af24fc4705763a4cf882805 hylafax-4.1.8.ebuild 2221
MD5 44bdb0490811a12b11a1bb69433ea7a4 files/hylafax 3765
MD5 5243f5e3321151d074643f652133fdfd files/digest-hylafax-4.1.8 66
diff --git a/net-misc/hylafax/files/digest-hylafax-4.1.8 b/net-misc/hylafax/files/digest-hylafax-4.1.8
new file mode 100644
index 000000000000..6a11a8f26ec5
--- /dev/null
+++ b/net-misc/hylafax/files/digest-hylafax-4.1.8
@@ -0,0 +1 @@
+MD5 beaf55ad7935e3bcaa53a5ac093f61a8 hylafax-4.1.8.tar.gz 1285536
diff --git a/net-misc/hylafax/files/hylafax-4.1.2-gentoo-diffs.tar.bz2 b/net-misc/hylafax/files/hylafax-4.1.2-gentoo-diffs.tar.bz2
deleted file mode 100644
index c4d29fbd895b..000000000000
--- a/net-misc/hylafax/files/hylafax-4.1.2-gentoo-diffs.tar.bz2
+++ /dev/null
Binary files differ
diff --git a/net-misc/hylafax/hylafax-4.1.5.ebuild b/net-misc/hylafax/hylafax-4.1.5.ebuild
deleted file mode 100644
index 19e5f007c268..000000000000
--- a/net-misc/hylafax/hylafax-4.1.5.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-4.1.5.ebuild,v 1.6 2003/09/05 22:01:48 msterret Exp $
-
-IUSE="jpeg"
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Fax package for class 1 and 2 fax modems."
-HOMEPAGE="http://www.hylafax.org"
-SRC_URI="ftp://ftp.hylafax.org/source/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="freedist"
-KEYWORDS="x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm"
-
-DEPEND="net-dialup/mgetty
- sys-libs/zlib
- app-text/ghostscript
- media-libs/tiff
- jpeg? ( media-libs/jpeg )"
-
-src_compile() {
-
- ./configure \
- --with-DIR_BIN=/usr/bin \
- --with-DIR_SBIN=/usr/sbin \
- --with-DIR_LIB=/usr/lib \
- --with-DIR_LIBEXEC=/usr/sbin \
- --with-DIR_LIBDATA=/usr/lib/fax \
- --with-DIR_LOCKS=/var/lock \
- --with-DIR_MAN=/usr/share/man \
- --with-DIR_SPOOL=/var/spool/fax \
- --with-AFM=no \
- --with-AWK=/usr/bin/gawk \
- --with-PATH_VGETTY=/sbin/vgetty \
- --with-PATH_GETTY=/sbin/agetty \
- --with-HTML=no \
- --with-PATH_DPSRIP=/var/spool/fax/bin/ps2fax \
- --with-PATH_IMPRIP=/usr/share/fax/psrip \
- --with-SYSVINIT=/etc/init.d \
- --with-INTERACTIVE=no || die
-
- make OPTIMIZER="${CFLAGS}" || die
-}
-
-src_install() {
-
- dodir /usr/{bin,sbin} /usr/lib/fax /usr/share/man \
- /var/spool/fax/{archive,client,pollq,recvq,tmp}
- chown -R uucp:uucp ${D}/var/spool/fax
-
- make \
- BIN=${D}/usr/bin \
- SBIN=${D}/usr/sbin \
- LIBDIR=${D}/usr/lib \
- LIB=${D}/usr/lib \
- LIBEXEC=${D}/usr/sbin \
- LIBDATA=${D}/usr/lib/fax \
- MAN=${D}/usr/share/man \
- SPOOL=${D}/var/spool/fax \
- install || die
-
- insinto /etc/init.d
- insopts -m 755
- doins etc/hylafax
-
- dodoc COPYRIGHT README TODO VERSION
-
- dohtml -r html/
-
-}
diff --git a/net-misc/hylafax/hylafax-4.1.7-r1.ebuild b/net-misc/hylafax/hylafax-4.1.7-r1.ebuild
deleted file mode 100644
index e537482f92a3..000000000000
--- a/net-misc/hylafax/hylafax-4.1.7-r1.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-4.1.7-r1.ebuild,v 1.2 2003/10/25 05:57:26 nerdboy Exp $
-
-# This is basically unchanged from the one supplied by Stephane Loeuillet
-# to Gentoo bug: http://bugs.gentoo.org/show_bug.cgi?id=28574
-# Nice job, and thanks :)
-# Now with autoreconf for new gcc.
-
-IUSE="jpeg"
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Client-server fax package for class 1 and 2 fax modems."
-HOMEPAGE="http://www.hylafax.org"
-SRC_URI="ftp://ftp.hylafax.org/source/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="hylafax"
-KEYWORDS="x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm"
-
-DEPEND="net-dialup/mgetty
- >=sys-libs/zlib-1.1.4
- >=app-text/ghostscript-5.50
- >=media-libs/tiff-3.5.5
- jpeg? ( media-libs/jpeg )
- sys-apps/gawk"
-
-RDEPEND="${DEPEND}"
-
-src_compile() {
- # no 'econf' here because does not support standard --prefix option (prehistoric autoconf v1.92 used !!!)
- autoreconf -f
- ./configure \
- --with-DIR_BIN=/usr/bin \
- --with-DIR_SBIN=/usr/sbin \
- --with-DIR_LIB=/usr/lib \
- --with-DIR_LIBEXEC=/usr/sbin \
- --with-DIR_LIBDATA=/usr/lib/fax \
- --with-DIR_LOCKS=/var/lock \
- --with-DIR_MAN=/usr/share/man \
- --with-DIR_SPOOL=/var/spool/fax \
- --with-AFM=no \
- --with-AWK=/usr/bin/gawk \
- --with-PATH_VGETTY=/sbin/vgetty \
- --with-PATH_GETTY=/sbin/agetty \
- --with-HTML=no \
- --with-PATH_DPSRIP=/var/spool/fax/bin/ps2fax \
- --with-PATH_IMPRIP=/usr/share/fax/psrip \
- --with-SYSVINIT=/etc/init.d \
- --with-INTERACTIVE=no \
- --with-OPTIMIZER="${CFLAGS}" || die
- # no 'emake' for the same reason (might use an old automake version)
- make || die
-}
-
-src_install() {
-
- dodir /usr/{bin,sbin} /usr/lib/fax /usr/share/man \
- /var/spool/fax/{archive,client,pollq,recvq,tmp}
- chown -R uucp:uucp ${D}/var/spool/fax
-
- make \
- BIN=${D}/usr/bin \
- SBIN=${D}/usr/sbin \
- LIBDIR=${D}/usr/lib \
- LIB=${D}/usr/lib \
- LIBEXEC=${D}/usr/sbin \
- LIBDATA=${D}/usr/lib/fax \
- MAN=${D}/usr/share/man \
- SPOOL=${D}/var/spool/fax \
- install || die
-
- insinto /etc/init.d
- insopts -m 755
- doins etc/hylafax
-
- dodoc COPYRIGHT README TODO VERSION
-
- dohtml -r html/
-}
diff --git a/net-misc/hylafax/hylafax-4.1.7.ebuild b/net-misc/hylafax/hylafax-4.1.7.ebuild
deleted file mode 100644
index b029812346ba..000000000000
--- a/net-misc/hylafax/hylafax-4.1.7.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-4.1.7.ebuild,v 1.2 2003/09/24 06:28:47 nerdboy Exp $
-
-# This is basically unchanged from the one supplied by Stephane Loeuillet
-# to Gentoo bug: http://bugs.gentoo.org/show_bug.cgi?id=28574
-# Nice job, and thanks :)
-
-IUSE="jpeg"
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Client-server fax package for class 1 and 2 fax modems."
-HOMEPAGE="http://www.hylafax.org"
-SRC_URI="ftp://ftp.hylafax.org/source/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="hylafax"
-KEYWORDS="x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm"
-
-DEPEND="net-dialup/mgetty
- >=sys-libs/zlib-1.1.4
- >=app-text/ghostscript-5.50
- >=media-libs/tiff-3.5.5
- jpeg? ( media-libs/jpeg )
- sys-apps/gawk"
-
-RDEPEND="${DEPEND}"
-
-src_compile() {
- # no 'econf' here because does not support standard --prefix option (prehistoric autoconf v1.92 used !!!)
- ./configure \
- --with-DIR_BIN=/usr/bin \
- --with-DIR_SBIN=/usr/sbin \
- --with-DIR_LIB=/usr/lib \
- --with-DIR_LIBEXEC=/usr/sbin \
- --with-DIR_LIBDATA=/usr/lib/fax \
- --with-DIR_LOCKS=/var/lock \
- --with-DIR_MAN=/usr/share/man \
- --with-DIR_SPOOL=/var/spool/fax \
- --with-AFM=no \
- --with-AWK=/usr/bin/gawk \
- --with-PATH_VGETTY=/sbin/vgetty \
- --with-PATH_GETTY=/sbin/agetty \
- --with-HTML=no \
- --with-PATH_DPSRIP=/var/spool/fax/bin/ps2fax \
- --with-PATH_IMPRIP=/usr/share/fax/psrip \
- --with-SYSVINIT=/etc/init.d \
- --with-INTERACTIVE=no \
- --with-OPTIMIZER="${CFLAGS}" || die
- # no 'emake' for the same reason (might use an old automake version)
- make || die
-}
-
-src_install() {
-
- dodir /usr/{bin,sbin} /usr/lib/fax /usr/share/man \
- /var/spool/fax/{archive,client,pollq,recvq,tmp}
- chown -R uucp:uucp ${D}/var/spool/fax
-
- make \
- BIN=${D}/usr/bin \
- SBIN=${D}/usr/sbin \
- LIBDIR=${D}/usr/lib \
- LIB=${D}/usr/lib \
- LIBEXEC=${D}/usr/sbin \
- LIBDATA=${D}/usr/lib/fax \
- MAN=${D}/usr/share/man \
- SPOOL=${D}/var/spool/fax \
- install || die
-
- insinto /etc/init.d
- insopts -m 755
- doins etc/hylafax
-
- dodoc COPYRIGHT README TODO VERSION
-
- dohtml -r html/
-}
diff --git a/net-misc/hylafax/hylafax-4.1.7-r2.ebuild b/net-misc/hylafax/hylafax-4.1.8.ebuild
index 840c7745d89e..36066c90648b 100644
--- a/net-misc/hylafax/hylafax-4.1.7-r2.ebuild
+++ b/net-misc/hylafax/hylafax-4.1.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-4.1.7-r2.ebuild,v 1.1 2003/11/01 04:40:46 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-4.1.8.ebuild,v 1.1 2003/11/13 07:49:16 nerdboy Exp $
# This is basically unchanged from the one supplied by Stephane Loeuillet
# to Gentoo bug: http://bugs.gentoo.org/show_bug.cgi?id=28574
@@ -16,7 +16,7 @@ SRC_URI="ftp://ftp.hylafax.org/source/${P}.tar.gz"
SLOT="0"
LICENSE="hylafax"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm"
+KEYWORDS="x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm"
DEPEND="net-dialup/mgetty
>=sys-libs/zlib-1.1.4