update to links+-2.12, from trondd at kagu-tsuchi.com

This commit is contained in:
sthen 2015-10-06 22:43:50 +00:00
parent 6ec3f3a2dc
commit 3bf4c64b91
3 changed files with 8 additions and 8 deletions

View File

@ -1,7 +1,7 @@
# $OpenBSD: Makefile,v 1.56 2015/09/20 08:01:09 landry Exp $
# $OpenBSD: Makefile,v 1.57 2015/10/06 22:43:50 sthen Exp $
COMMENT= graphics and text browser
VER= 2.11
VER= 2.12
DISTNAME= links-${VER}
PKGNAME= links+-${VER}
CATEGORIES= www

View File

@ -1,2 +1,2 @@
SHA256 (links-2.11.tar.gz) = FbjJLcCuG8W/7ZmBZTIgG/nFCwQ4Q323ZhsOmra1CKU=
SIZE (links-2.11.tar.gz) = 7026691
SHA256 (links-2.12.tar.gz) = Lj2mGT3p1u5xvEvqsXFp7MWNfL8uIBkqP1GO2ffyLjM=
SIZE (links-2.12.tar.gz) = 7032939

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-https_c,v 1.2 2015/09/20 08:01:09 landry Exp $
--- https.c.orig Mon Aug 24 23:28:45 2015
+++ https.c Sun Sep 20 09:36:31 2015
@@ -76,6 +76,10 @@ SSL *getSSL(void)
$OpenBSD: patch-https_c,v 1.3 2015/10/06 22:43:50 sthen Exp $
--- https.c.orig Thu Sep 17 18:28:56 2015
+++ https.c Tue Oct 6 10:49:16 2015
@@ -87,6 +87,10 @@ SSL *getSSL(void)
if (RAND_load_file(cast_const_char f_randfile, -1))
RAND_write_file(cast_const_char f_randfile);
}