Update to libpsl-0.17.0.
- minor bump for psl_dist_filename and psl_latest - no more patches needed.
This commit is contained in:
parent
c092e57455
commit
12dee4f2e0
@ -1,11 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2017/02/22 13:25:36 jca Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2017/02/27 23:32:15 jca Exp $
|
||||
|
||||
COMMENT = public suffix list library
|
||||
|
||||
DISTNAME = libpsl-0.15.0
|
||||
REVISION = 0
|
||||
DISTNAME = libpsl-0.17.0
|
||||
|
||||
SHARED_LIBS += psl 1.0 # 5.0
|
||||
SHARED_LIBS += psl 1.1 # 6.1
|
||||
|
||||
CATEGORIES = net www
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (libpsl-0.15.0.tar.gz) = tZRjVdgQ/gOtxBlPG1r+hhVHKIwt26JL06o5qPGIqXI=
|
||||
SIZE (libpsl-0.15.0.tar.gz) = 568878
|
||||
SHA256 (libpsl-0.17.0.tar.gz) = Alcp1qJv/VPLVLTYYZb2LAHRgTpDYMYnVGxutgzj3Us=
|
||||
SIZE (libpsl-0.17.0.tar.gz) = 567193
|
||||
|
@ -1,15 +0,0 @@
|
||||
$OpenBSD: patch-src_psl2c_c,v 1.4 2016/12/01 09:24:23 jca Exp $
|
||||
|
||||
Correct the name of the sha1sum command.
|
||||
|
||||
--- src/psl2c.c.orig Mon Nov 7 11:02:15 2016
|
||||
+++ src/psl2c.c Thu Dec 1 09:39:50 2016
|
||||
@@ -266,7 +266,7 @@ int main(int argc, const char **argv)
|
||||
|
||||
_print_psl_entries_dafsa(fpout, psl->suffixes);
|
||||
|
||||
- snprintf(cmd, cmdsize, "sha1sum %s", argv[argpos]);
|
||||
+ snprintf(cmd, cmdsize, "gsha1sum %s", argv[argpos]);
|
||||
if ((pp = popen(cmd, "r"))) {
|
||||
if (fscanf(pp, "%63[0-9a-zA-Z]", checksum) < 1)
|
||||
*checksum = 0;
|
@ -1,15 +0,0 @@
|
||||
$OpenBSD: patch-src_psl_c,v 1.2 2016/05/10 11:34:54 jca Exp $
|
||||
|
||||
Missing includes for in6_addr / AF_INET*.
|
||||
|
||||
--- src/psl.c.orig Fri Feb 12 12:22:39 2016
|
||||
+++ src/psl.c Mon May 9 16:25:20 2016
|
||||
@@ -68,6 +68,8 @@
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
+#include <sys/socket.h>
|
||||
+#include <netinet/in.h>
|
||||
#include <unistd.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
Loading…
x
Reference in New Issue
Block a user