Upgrade to version 1.3.3b
PR: 26338 Submitted by: MAINTAINER
This commit is contained in:
parent
0458dc9b1f
commit
9864310df0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40888
3 changed files with 2 additions and 18 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= tinyproxy
|
||||
PORTVERSION= 1.3.3a
|
||||
PORTVERSION= 1.3.3b
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (tinyproxy-1.3.3a.tar.gz) = ef78569076fadbe4271c19422373998b
|
||||
MD5 (tinyproxy-1.3.3b.tar.gz) = bd60ff82019c63abc67491c261e9d351
|
||||
|
|
|
@ -1,16 +0,0 @@
|
|||
--- src/dnscache.c.dist Thu Mar 30 01:18:05 2000
|
||||
+++ src/dnscache.c Fri Apr 7 19:59:54 2000
|
||||
@@ -28,12 +28,12 @@
|
||||
#include <string.h>
|
||||
#include <netdb.h>
|
||||
#include <time.h>
|
||||
+#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <assert.h>
|
||||
#include <ctype.h>
|
||||
-#include <sys/types.h>
|
||||
|
||||
#include "utils.h"
|
||||
#include "dnscache.h"
|
Loading…
Reference in a new issue