Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Nov 2020 04:49:20 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r554869 - in head/security/rhash: . files
Message-ID:  <202011110449.0AB4nKoi013384@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Wed Nov 11 04:49:20 2020
New Revision: 554869
URL: https://svnweb.freebsd.org/changeset/ports/554869

Log:
  Update to version 1.4.0, this allows to drop some patches, including
  a couple from Gentoo which are no longer fetchable.
  
  PR:	251010

Deleted:
  head/security/rhash/files/patch-configure
Modified:
  head/security/rhash/Makefile
  head/security/rhash/distinfo
  head/security/rhash/files/patch-Makefile

Modified: head/security/rhash/Makefile
==============================================================================
--- head/security/rhash/Makefile	Wed Nov 11 03:13:37 2020	(r554868)
+++ head/security/rhash/Makefile	Wed Nov 11 04:49:20 2020	(r554869)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	rhash
-PORTVERSION=	1.3.9
+PORTVERSION=	1.4.0
 CATEGORIES=	security
 MASTER_SITES=	SF
 DISTNAME=	${PORTNAME}-${PORTVERSION}-src
@@ -10,8 +10,7 @@ DISTNAME=	${PORTNAME}-${PORTVERSION}-src
 PATCH_SITES=	https://gitweb.gentoo.org/repo/gentoo.git/plain/app-crypt/rhash/files/:gentoo \
 		https://raw.githubusercontent.com/gentoo/gentoo/master/app-crypt/rhash/files/:gentoo \
 		https://sourceforge.net/p/rhash/patches/_discuss/thread/271b85e9/0ac7/attachment/:sf
-PATCHFILES=	rhash-1.3.9-nls.patch:-p1:gentoo \
-		rhash-1.3.9-rc-segfault.patch:-p1:gentoo \
+PATCHFILES=	\
 		rhash-1.3.2.patch:-p1:sf
 
 MAINTAINER=	danfe@FreeBSD.org

Modified: head/security/rhash/distinfo
==============================================================================
--- head/security/rhash/distinfo	Wed Nov 11 03:13:37 2020	(r554868)
+++ head/security/rhash/distinfo	Wed Nov 11 04:49:20 2020	(r554869)
@@ -1,9 +1,5 @@
-TIMESTAMP = 1576370852
-SHA256 (rhash-1.3.9-src.tar.gz) = 42b1006f998adb189b1f316bf1a60e3171da047a85c4aaded2d0d26c1476c9f6
-SIZE (rhash-1.3.9-src.tar.gz) = 403415
-SHA256 (rhash-1.3.9-nls.patch) = 2e60e6e34d32296f8b6d0851f5f8fe6506836dea8d560d1261424d4bc783dc50
-SIZE (rhash-1.3.9-nls.patch) = 744
-SHA256 (rhash-1.3.9-rc-segfault.patch) = 39e875cde8026fb609e1008d7afc7133474e104c5f823bd7552060d39ae7d891
-SIZE (rhash-1.3.9-rc-segfault.patch) = 9662
+TIMESTAMP = 1594834294
+SHA256 (rhash-1.4.0-src.tar.gz) = 2ea39540f5c580da0e655f7b483c19e0d31506aed4202d88e8459fa7aeeb8861
+SIZE (rhash-1.4.0-src.tar.gz) = 406433
 SHA256 (rhash-1.3.2.patch) = 9aeeb0d89f0203429a6f5433e7dd5fd4b621b34bc42fb6d5d32ede6279c990b0
 SIZE (rhash-1.3.2.patch) = 9021

Modified: head/security/rhash/files/patch-Makefile
==============================================================================
--- head/security/rhash/files/patch-Makefile	Wed Nov 11 03:13:37 2020	(r554868)
+++ head/security/rhash/files/patch-Makefile	Wed Nov 11 04:49:20 2020	(r554869)
@@ -9,17 +9,3 @@
  	rm -f rc.tmp
  
  # dependencies should be properly set, otherwise 'make -j<n>' can fail
-@@ -212,11 +212,11 @@ parse_cmdline.o: parse_cmdline.c parse_cmdline.h commo
- rhash_main.o: rhash_main.c rhash_main.h calc_sums.h common_func.h file.h \
-  hash_check.h file_mask.h find_file.h hash_print.h hash_update.h \
-  parse_cmdline.h output.h win_utils.h librhash/rhash.h
--	$(CC) -c $(CFLAGS) $< -o $@
-+	$(CC) -c $(CFLAGS) $(LOCALECFLAGS) $< -o $@
- 
- win_utils.o: win_utils.c win_utils.h common_func.h file.h parse_cmdline.h \
-  rhash_main.h
--	$(CC) -c $(CFLAGS) $< -o $@
-+	$(CC) -c $(CFLAGS) $(LOCALECFLAGS) $< -o $@
- 
- dist/rhash.1.win.html: dist/rhash.1 dist/rhash.1.win.sed
- 	sed -f dist/rhash.1.win.sed dist/rhash.1 | rman -fHTML -roff | \



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