corkscrew-2.0 update
This commit is contained in:
parent
cf599c7a3e
commit
fd3050a8e5
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2001/07/25 05:43:49 jsyn Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2001/09/02 11:12:17 obecian Exp $
|
||||
|
||||
COMMENT= "http tunneling utility for ssh"
|
||||
|
||||
DISTNAME= corkscrew-1.5
|
||||
DISTNAME= corkscrew-2.0
|
||||
CATEGORIES= security net
|
||||
NEED_VERSION= 1.425
|
||||
|
||||
@ -19,8 +19,6 @@ MASTER_SITES= http://www.agroman.net/corkscrew/
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
||||
WRKDIST= ${WRKDIR}/corkscrew
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/corkscrew
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/corkscrew
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (corkscrew-1.5.tar.gz) = 8419f6e3c80eb84e6b767aacebaa6b4c
|
||||
RMD160 (corkscrew-1.5.tar.gz) = b306b0fd573b607a2e12924fbf90deeca83e0f3f
|
||||
SHA1 (corkscrew-1.5.tar.gz) = 9d968680af6508cfb90714fe7ee99b389053405c
|
||||
MD5 (corkscrew-2.0.tar.gz) = 35df77e7f0e59c0ec4f80313be52c10a
|
||||
RMD160 (corkscrew-2.0.tar.gz) = c7b4ae4cc4df4b33f8ae9be19305004fd0ae20a0
|
||||
SHA1 (corkscrew-2.0.tar.gz) = 8bdb4c0dc71048136c721c33229b9bf795230b32
|
||||
|
27
security/corkscrew/patches/patch-corkscrew_c
Normal file
27
security/corkscrew/patches/patch-corkscrew_c
Normal file
@ -0,0 +1,27 @@
|
||||
--- corkscrew.c.orig Tue Aug 28 19:15:20 2001
|
||||
+++ corkscrew.c Tue Aug 28 19:17:53 2001
|
||||
@@ -1,16 +1,19 @@
|
||||
-#include "config.h"
|
||||
+#include <sys/types.h>
|
||||
+#include <sys/socket.h>
|
||||
+#include <sys/time.h>
|
||||
+
|
||||
+#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
||||
+
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <netdb.h>
|
||||
-#include <netinet/in.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
-#include <sys/socket.h>
|
||||
-#include <sys/time.h>
|
||||
-#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
+
|
||||
+#include "config.h"
|
||||
|
||||
#if HAVE_SYS_FILIO_H
|
||||
#include <sys/filio.h>
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/06/23 15:14:40 lebel Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2001/09/02 11:12:17 obecian Exp $
|
||||
bin/corkscrew
|
||||
share/doc/corkscrew/ChangeLog
|
||||
share/doc/corkscrew/README
|
||||
|
Loading…
Reference in New Issue
Block a user