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/files | |
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/files')
-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 |
2 files changed, 28 insertions, 0 deletions
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 |