diff options
author | Ned Ludd <solar@gentoo.org> | 2004-11-02 18:11:14 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2004-11-02 18:11:14 +0000 |
commit | a02df70671175dae8bbfb0610345c3b97bf196a2 (patch) | |
tree | 28b53ceb736459bf18f7dcf8bb197a492724c5c8 /net-misc/proxytunnel | |
parent | Stable on sparc wrt #69825 (diff) | |
download | historical-a02df70671175dae8bbfb0610345c3b97bf196a2.tar.gz historical-a02df70671175dae8bbfb0610345c3b97bf196a2.tar.bz2 historical-a02df70671175dae8bbfb0610345c3b97bf196a2.zip |
security bump
Diffstat (limited to 'net-misc/proxytunnel')
-rw-r--r-- | net-misc/proxytunnel/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/proxytunnel/Manifest | 17 | ||||
-rw-r--r-- | net-misc/proxytunnel/files/1.2.3-makefile.patch | 27 | ||||
-rw-r--r-- | net-misc/proxytunnel/files/digest-proxytunnel-1.2.3 | 1 | ||||
-rw-r--r-- | net-misc/proxytunnel/proxytunnel-1.2.3.ebuild | 32 |
5 files changed, 82 insertions, 3 deletions
diff --git a/net-misc/proxytunnel/ChangeLog b/net-misc/proxytunnel/ChangeLog index 3c905e30ecae..fa506cd8576d 100644 --- a/net-misc/proxytunnel/ChangeLog +++ b/net-misc/proxytunnel/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/proxytunnel # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/proxytunnel/ChangeLog,v 1.5 2004/10/17 10:00:09 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/proxytunnel/ChangeLog,v 1.6 2004/11/02 18:11:14 solar Exp $ + +*proxytunnel-1.2.3 (02 Nov 2004) + + 02 Nov 2004; <solar@gentoo.org> +files/1.2.3-makefile.patch, + +proxytunnel-1.2.3.ebuild: + security bump 17 Oct 2004; David Holm <dholm@gentoo.org> proxytunnel-1.2.0.ebuild: Added to ~ppc. diff --git a/net-misc/proxytunnel/Manifest b/net-misc/proxytunnel/Manifest index aef92562ab36..eb3e1fc53230 100644 --- a/net-misc/proxytunnel/Manifest +++ b/net-misc/proxytunnel/Manifest @@ -1,4 +1,17 @@ -MD5 e2d6964c3545b3e9fc1293e7dceddd8b ChangeLog 718 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 427d03a02a0ec68febd5acc128a90880 proxytunnel-1.2.3.ebuild 796 MD5 210340eb860a1c9a5cf63401b5fce5ce proxytunnel-1.2.0.ebuild 795 -MD5 4abbce06d14cb7cd98c338f999b43323 files/1.2.0-makefile.patch 710 +MD5 14f7be8925db3933c4d7b2178b7a53a2 ChangeLog 861 MD5 5f4e28b0ae591778e4bf7cc09d5680d8 files/digest-proxytunnel-1.2.0 65 +MD5 9fd01b5fdd6549e751ed95892e36d69a files/digest-proxytunnel-1.2.3 65 +MD5 4abbce06d14cb7cd98c338f999b43323 files/1.2.0-makefile.patch 710 +MD5 1ad82e2e6fe4f4e48bfbb25c5ffcac2d files/1.2.3-makefile.patch 759 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.4 (GNU/Linux) + +iD8DBQFBh81Y94CCfB4KcwwRAqp8AJ9UEUr83hmaHULBcxWq2+mMDVr8qgCfSl6v +VA31kItwsehPj/KVB92YgSg= +=cPkx +-----END PGP SIGNATURE----- diff --git a/net-misc/proxytunnel/files/1.2.3-makefile.patch b/net-misc/proxytunnel/files/1.2.3-makefile.patch new file mode 100644 index 000000000000..84985323519f --- /dev/null +++ b/net-misc/proxytunnel/files/1.2.3-makefile.patch @@ -0,0 +1,27 @@ +--- Makefile.orig 2004-11-02 13:02:36.000000000 -0500 ++++ Makefile 2004-11-02 13:03:18.000000000 -0500 +@@ -2,11 +2,11 @@ + # + # Please uncomment the appropriate settings + +-CC = gcc +-CFLAGS = -Wall -DHAVE_GETOPT_LONG +-LDFLAGS = +-INSTALLPATH = $(DESTDIR)/usr/local/bin +-MANPATH = $(DESTDIR)/usr/local/man/man1 ++CC ?= gcc ++CFLAGS += -DHAVE_GETOPT_LONG ++LDFLAGS += ++INSTALLPATH = $(DESTDIR)/usr/bin ++MANPATH = $(DESTDIR)/usr/share/man/man1 + + PROGNAME = proxytunnel + OBJ = proxytunnel.o \ +@@ -24,6 +24,6 @@ + @rm -f $(PROGNAME) $(OBJ) + + install: +- mkdir -p $(INSTALLPATH) ++ mkdir -p $(INSTALLPATH) $(MANPATH) + install -g root -m755 -o root $(PROGNAME) $(INSTALLPATH)/$(PROGNAME) + install -g root -m644 -o root debian/$(PROGNAME).1 $(MANPATH)/$(PROGNAME).1 diff --git a/net-misc/proxytunnel/files/digest-proxytunnel-1.2.3 b/net-misc/proxytunnel/files/digest-proxytunnel-1.2.3 new file mode 100644 index 000000000000..4d4f4d06e49d --- /dev/null +++ b/net-misc/proxytunnel/files/digest-proxytunnel-1.2.3 @@ -0,0 +1 @@ +MD5 83a2f9994bfb20232f5a039032f13ed4 proxytunnel-1.2.3.tgz 24966 diff --git a/net-misc/proxytunnel/proxytunnel-1.2.3.ebuild b/net-misc/proxytunnel/proxytunnel-1.2.3.ebuild new file mode 100644 index 000000000000..b4361397d3c8 --- /dev/null +++ b/net-misc/proxytunnel/proxytunnel-1.2.3.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/proxytunnel/proxytunnel-1.2.3.ebuild,v 1.1 2004/11/02 18:11:14 solar Exp $ + +inherit eutils flag-o-matic + +DESCRIPTION="program that connects stdin and stdout to a server somewhere on the network, through a standard HTTPS proxy" +HOMEPAGE="http://proxytunnel.sourceforge.net/" +SRC_URI="mirror://sourceforge/proxytunnel/${P}.tgz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc" +IUSE="static" + +DEPEND="virtual/libc" + +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/${PV}-makefile.patch +} + +src_compile() { + use static && append-ldflags -static + emake || die +} + +src_install() { + make install DESTDIR=${D} || die + dodoc CHANGES CREDITS README +} |