From owner-svn-ports-head@freebsd.org Fri Oct 27 14:40:42 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EE0E0E46CFB; Fri, 27 Oct 2017 14:40:42 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CADF767B96; Fri, 27 Oct 2017 14:40:42 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9REegju001529; Fri, 27 Oct 2017 14:40:42 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9REefcw001526; Fri, 27 Oct 2017 14:40:41 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201710271440.v9REefcw001526@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Fri, 27 Oct 2017 14:40:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r452987 - in head/security/rhash: . files X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: in head/security/rhash: . files X-SVN-Commit-Revision: 452987 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Oct 2017 14:40:43 -0000 Author: danfe Date: Fri Oct 27 14:40:41 2017 New Revision: 452987 URL: https://svnweb.freebsd.org/changeset/ports/452987 Log: - Update `security/rhash' to version 1.3.5 [*] - Drop now-conflicting hunk from the patch and move needed targets to the INSTALL_TARGET instead - (Tests are currently broken, but this is not a regression from 1.3.4 which has the same issues: `test_rhash.sh' invokes grep(1) and sed(1) assuming they are GNU versions, which should not be hard to patch, but most importantly, rhash(1) sporadically crashes with ``Illegal instruction (core dumped)'' error which requires more investigation) - TIMESTAMP (rhash-1.3.5-src.tar.gz) = 1502675104 Found out via: repology.org [*] Modified: head/security/rhash/Makefile head/security/rhash/distinfo head/security/rhash/files/patch-Makefile Modified: head/security/rhash/Makefile ============================================================================== --- head/security/rhash/Makefile Fri Oct 27 13:40:52 2017 (r452986) +++ head/security/rhash/Makefile Fri Oct 27 14:40:41 2017 (r452987) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rhash -PORTVERSION= 1.3.4 +PORTVERSION= 1.3.5 CATEGORIES= security MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -18,9 +18,9 @@ MAKE_ARGS= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ INSTALL_SHARED="${INSTALL_PROGRAM}" \ MANDIR="${PREFIX}/man" ALL_TARGET= build-shared -INSTALL_TARGET= install-shared +INSTALL_TARGET= install-shared install-lib-static install-lib-shared -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +WRKSRC= ${WRKDIR}/RHash-${PORTVERSION} PORTDOCS= ChangeLog README Modified: head/security/rhash/distinfo ============================================================================== --- head/security/rhash/distinfo Fri Oct 27 13:40:52 2017 (r452986) +++ head/security/rhash/distinfo Fri Oct 27 14:40:41 2017 (r452987) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478556322 -SHA256 (rhash-1.3.4-src.tar.gz) = 406662c4703bd4cb1caae26f32700951a5e12adf39f141d3f40e0b461b1e9e49 -SIZE (rhash-1.3.4-src.tar.gz) = 249357 +TIMESTAMP = 1502675104 +SHA256 (rhash-1.3.5-src.tar.gz) = 98e0688acae29e68c298ffbcdbb0f838864105f9b2bd8857980664435b1f1f2e +SIZE (rhash-1.3.5-src.tar.gz) = 316867 Modified: head/security/rhash/files/patch-Makefile ============================================================================== --- head/security/rhash/files/patch-Makefile Fri Oct 27 13:40:52 2017 (r452986) +++ head/security/rhash/files/patch-Makefile Fri Oct 27 14:40:41 2017 (r452987) @@ -12,15 +12,6 @@ LDFLAGS = $(OPTLDFLAGS) ADDCFLAGS = ADDLDFLAGS = -@@ -71,7 +71,7 @@ lib-shared: $(SHAREDLIB) - lib-static: $(LIBRHASH) - - install: all install-binary install-data install-symlinks --install-shared: $(SHARED_TRG) install-shared-binary install-data install-symlinks -+install-shared: $(SHARED_TRG) install-shared-binary install-lib-static install-lib-shared install-data install-symlinks - install-data: install-man install-conf - uninstall: uninstall-binary uninstall-data uninstall-symlinks - @@ -106,7 +106,7 @@ install-man: install-conf: @@ -34,8 +25,8 @@ +make -C librhash install-lib-static install-lib-shared: $(SHAREDLIB) -- +make -C librhash install-lib-shared -+ +make -C librhash install-lib-shared install-so-link +- +$(MAKE) -C librhash install-lib-shared ++ +$(MAKE) -C librhash install-lib-shared install-so-link $(SHAREDLIB): +make -C librhash lib-shared