Update to rhash-1.3.9

Maintenance release. Changelog can be found at
https://github.com/rhash/RHash/blob/v1.3.9/ChangeLog.

While here add debug package.

OK kn@
This commit is contained in:
bket 2019-12-26 04:02:11 +00:00
parent 38048dc03d
commit c9f85345d1
5 changed files with 16 additions and 12 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.6 2019/11/24 04:43:26 bket Exp $
# $OpenBSD: Makefile,v 1.7 2019/12/26 04:02:11 bket Exp $
COMMENT = utility and library for computing hash sums
DISTNAME = rhash-1.3.8-src
DISTNAME = rhash-1.3.9-src
PKGNAME = ${DISTNAME:S/-src$//}
SHARED_LIBS = rhash 0.0
@ -13,7 +13,7 @@ HOMEPAGE = http://rhash.sf.net
MAINTAINER = Bjorn Ketelaars <bket@openbsd.org>
# MIT
# BSD
PERMIT_PACKAGE = Yes
WANTLIB = c
@ -30,6 +30,8 @@ CONFIGURE_ARGS = --enable-lib-static \
--prefix=${PREFIX} \
--sysconfdir=${SYSCONFDIR}
DEBUG_PACKAGES = ${BUILD_PACKAGES}
WRKDIST = ${WRKDIR}/${PKGNAME:S/^rhash/RHash/}
pre-configure:

View File

@ -1,2 +1,2 @@
SHA256 (rhash-1.3.8-src.tar.gz) = vlNqVqz+/IfbyLHbMPxjkCDkHt8FUYGF6phjDj33wEw=
SIZE (rhash-1.3.8-src.tar.gz) = 393544
SHA256 (rhash-1.3.9-src.tar.gz) = QrEAb5mK2xibHzFr8aYOMXHaBHqFxKre0tDSbBR2yfY=
SIZE (rhash-1.3.9-src.tar.gz) = 403415

View File

@ -1,9 +1,9 @@
$OpenBSD: patch-Makefile,v 1.3 2019/11/24 04:43:26 bket Exp $
$OpenBSD: patch-Makefile,v 1.4 2019/12/26 04:02:11 bket Exp $
Index: Makefile
--- Makefile.orig
+++ Makefile
@@ -81,8 +81,8 @@ install-man:
@@ -79,8 +79,8 @@ install-man:
$(INSTALL_DATA) dist/rhash.1 $(MANDIR)/man1/rhash.1
install-conf:

View File

@ -1,9 +1,9 @@
$OpenBSD: patch-configure,v 1.1 2019/11/24 04:43:26 bket Exp $
$OpenBSD: patch-configure,v 1.2 2019/12/26 04:02:11 bket Exp $
Index: configure
--- configure.orig
+++ configure
@@ -540,7 +540,7 @@ OPTFLAGS=$(join_params $BUILD_DEBUG $OPTLEVEL $OPTFLAG
@@ -598,7 +598,7 @@ log_finish
# detect proper shared library name
SHARED_PREFIX="lib"
STATIC_PREFIX="lib"

View File

@ -1,8 +1,9 @@
@comment $OpenBSD: PLIST,v 1.2 2019/11/24 04:43:26 bket Exp $
@comment $OpenBSD: PLIST,v 1.3 2019/12/26 04:02:11 bket Exp $
bin/ed2k-link
bin/edonr256-hash
bin/edonr512-hash
bin/gost-hash
bin/gost12-256-hash
bin/gost12-512-hash
bin/has160-hash
bin/magnet-link
@bin bin/rhash
@ -17,7 +18,8 @@ include/rhash_torrent.h
@man man/man1/ed2k-link.1
@man man/man1/edonr256-hash.1
@man man/man1/edonr512-hash.1
@man man/man1/gost-hash.1
@man man/man1/gost12-256-hash.1
@man man/man1/gost12-512-hash.1
@man man/man1/has160-hash.1
@man man/man1/magnet-link.1
@man man/man1/rhash.1