Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jan 2020 15:40:38 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r524183 - in head/www/links1: . files
Message-ID:  <202001261540.00QFecf1039701@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Sun Jan 26 15:40:37 2020
New Revision: 524183
URL: https://svnweb.freebsd.org/changeset/ports/524183

Log:
  www/links1: update to 1.04, move USES block

Deleted:
  head/www/links1/files/patch-connect.c
Modified:
  head/www/links1/Makefile
  head/www/links1/distinfo
  head/www/links1/files/patch-default.c
  head/www/links1/files/patch-https.c

Modified: head/www/links1/Makefile
==============================================================================
--- head/www/links1/Makefile	Sun Jan 26 15:38:32 2020	(r524182)
+++ head/www/links1/Makefile	Sun Jan 26 15:40:37 2020	(r524183)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	links
-PORTVERSION=	1.03
-PORTREVISION=	1
+PORTVERSION=	1.04
 PORTEPOCH=	1
 CATEGORIES=	www
 MASTER_SITES=	http://www.jikos.cz/~mikulas/links/download/
@@ -15,12 +14,13 @@ COMMENT=	Lynx-like text WWW browser
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+USES=		ssl
+
 PLIST_FILES=	man/man1/links.1.gz \
 		bin/links
 
 GNU_CONFIGURE=	yes
 
-USES=		ssl
 CONFLICTS=	links-2*
 
 CONFIGURE_ARGS+=	--with-ssl=${OPENSSLBASE}

Modified: head/www/links1/distinfo
==============================================================================
--- head/www/links1/distinfo	Sun Jan 26 15:38:32 2020	(r524182)
+++ head/www/links1/distinfo	Sun Jan 26 15:40:37 2020	(r524183)
@@ -1,2 +1,3 @@
-SHA256 (links-1.03.tar.gz) = 32443c6f011216a8a43ed0806d9d23c1defdd19bc4b021ee00cda197782e175a
-SIZE (links-1.03.tar.gz) = 641917
+TIMESTAMP = 1580052758
+SHA256 (links-1.04.tar.gz) = 003961d3c829efed2bd182e75843cf8fdd2f7976613654a0735d2f9652b072e9
+SIZE (links-1.04.tar.gz) = 670176

Modified: head/www/links1/files/patch-default.c
==============================================================================
--- head/www/links1/files/patch-default.c	Sun Jan 26 15:38:32 2020	(r524182)
+++ head/www/links1/files/patch-default.c	Sun Jan 26 15:40:37 2020	(r524183)
@@ -1,7 +1,7 @@
---- default.c.orig	2011-11-23 00:54:28 UTC
+--- default.c.orig	2018-11-27 22:19:36 UTC
 +++ default.c
-@@ -361,7 +361,7 @@ void init_home()
- 	get_system_name();
+@@ -785,7 +785,7 @@ void init_home()
+ 	get_compiler_name();
  	links_home = get_home(&first_use);
  	if (!links_home) {
 -		fprintf(stderr, "Unable to find or create links config directory. Please check, that you have $HOME variable set correctly and that you have write permission to your home directory.\n\007");

Modified: head/www/links1/files/patch-https.c
==============================================================================
--- head/www/links1/files/patch-https.c	Sun Jan 26 15:38:32 2020	(r524182)
+++ head/www/links1/files/patch-https.c	Sun Jan 26 15:40:37 2020	(r524183)
@@ -1,14 +1,14 @@
---- https.c.orig	2006-09-11 02:09:24 UTC
+--- https.c.orig	2018-02-08 18:01:11 UTC
 +++ https.c
-@@ -33,7 +33,10 @@ SSL *getSSL(void)
- 		char f_randfile[PATH_MAX];
- 
- 		const char *f = RAND_file_name(f_randfile, sizeof(f_randfile));
--		if (f && RAND_egd(f)<0) {
+@@ -34,7 +34,10 @@ SSL *getSSL(void)
+ 		{
+ 			char f_randfile[PATH_MAX];
+ 			const char *f = RAND_file_name(f_randfile, sizeof(f_randfile));
+-			if (f && RAND_egd(f)<0) {
 +#ifndef OPENSSL_NO_EGD
-+		if (f && RAND_egd(f)<0) 
++			if (f && RAND_egd(f)<0)
 +#endif
-+		{
- 			/* Not an EGD, so read and write to it */
- 			if (RAND_load_file(f_randfile, -1))
- 				RAND_write_file(f_randfile);
++			{
+ 				/* Not an EGD, so read and write to it */
+ 				if (RAND_load_file(f_randfile, -1))
+ 					RAND_write_file(f_randfile);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001261540.00QFecf1039701>