Received: by mail.netbsd.org (Postfix, from userid 605) id 0D72084E2F; Sun, 27 Jan 2019 22:50:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8D6C184D24 for ; Sun, 27 Jan 2019 22:50:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id VHGX0l5JdYAp for ; Sun, 27 Jan 2019 22:50:55 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 961A884D21 for ; Sun, 27 Jan 2019 22:50:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 80D50FB16; Sun, 27 Jan 2019 22:50:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_154862945551430" MIME-Version: 1.0 Date: Sun, 27 Jan 2019 22:50:55 +0000 From: "Alistair G. Crooks" Subject: CVS commit: pkgsrc/pkgtools/digest/files To: pkgsrc-changes@NetBSD.org Reply-To: agc@netbsd.org X-Mailer: log_accum Message-Id: <20190127225055.80D50FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_154862945551430 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: agc Date: Sun Jan 27 22:50:55 UTC 2019 Modified Files: pkgsrc/pkgtools/digest/files: configure configure.ac keccak.c Log Message: Update digest package to version 20190127 Remove some gcc-isms in a macro in keccak.c, provided by Erno Palonheimo in PR pkg/53771 To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 pkgsrc/pkgtools/digest/files/configure cvs rdiff -u -r1.20 -r1.21 pkgsrc/pkgtools/digest/files/configure.ac cvs rdiff -u -r1.2 -r1.3 pkgsrc/pkgtools/digest/files/keccak.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_154862945551430 Content-Disposition: inline Content-Length: 4352 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/pkgtools/digest/files/configure diff -u pkgsrc/pkgtools/digest/files/configure:1.22 pkgsrc/pkgtools/digest/files/configure:1.23 --- pkgsrc/pkgtools/digest/files/configure:1.22 Sat Oct 6 14:32:45 2018 +++ pkgsrc/pkgtools/digest/files/configure Sun Jan 27 22:50:55 2019 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for nbsd-digest 20160304. +# Generated by GNU Autoconf 2.69 for nbsd-digest 20190127. # # Report bugs to . # @@ -580,8 +580,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='nbsd-digest' PACKAGE_TARNAME='nbsd-digest' -PACKAGE_VERSION='20180917' -PACKAGE_STRING='nbsd-digest 20160304' +PACKAGE_VERSION='20190127' +PACKAGE_STRING='nbsd-digest 20190127' PACKAGE_BUGREPORT='agc@netbsd.org' PACKAGE_URL='' @@ -1242,7 +1242,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures nbsd-digest 20160304 to adapt to many kinds of systems. +\`configure' configures nbsd-digest 20190127 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1312,7 +1312,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of nbsd-digest 20160304:";; + short | recursive ) echo "Configuration of nbsd-digest 20190127:";; esac cat <<\_ACEOF @@ -1392,7 +1392,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -nbsd-digest configure 20160304 +nbsd-digest configure 20190127 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1937,7 +1937,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by nbsd-digest $as_me 20160304, which was +It was created by nbsd-digest $as_me 20190127, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -4707,7 +4707,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by nbsd-digest $as_me 20160304, which was +This file was extended by nbsd-digest $as_me 20190127, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -4769,7 +4769,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -nbsd-digest config.status 20160304 +nbsd-digest config.status 20190127 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" Index: pkgsrc/pkgtools/digest/files/configure.ac diff -u pkgsrc/pkgtools/digest/files/configure.ac:1.20 pkgsrc/pkgtools/digest/files/configure.ac:1.21 --- pkgsrc/pkgtools/digest/files/configure.ac:1.20 Fri Mar 4 23:09:25 2016 +++ pkgsrc/pkgtools/digest/files/configure.ac Sun Jan 27 22:50:55 2019 @@ -1,7 +1,7 @@ -dnl $Id: configure.ac,v 1.20 2016/03/04 23:09:25 agc Exp $ +dnl $Id: configure.ac,v 1.21 2019/01/27 22:50:55 agc Exp $ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT([nbsd-digest],[20160304],[agc@netbsd.org]) +AC_INIT([nbsd-digest],[20190127],[agc@netbsd.org]) AC_CONFIG_SRCDIR([digest.c]) AC_CONFIG_HEADER(config.h) AC_ARG_PROGRAM Index: pkgsrc/pkgtools/digest/files/keccak.c diff -u pkgsrc/pkgtools/digest/files/keccak.c:1.2 pkgsrc/pkgtools/digest/files/keccak.c:1.3 --- pkgsrc/pkgtools/digest/files/keccak.c:1.2 Fri Mar 4 23:09:25 2016 +++ pkgsrc/pkgtools/digest/files/keccak.c Sun Jan 27 22:50:55 2019 @@ -32,11 +32,11 @@ #define FOR5(X, STMT) do \ { \ - (X) = 0; (STMT); \ - (X) = 1; (STMT); \ - (X) = 2; (STMT); \ - (X) = 3; (STMT); \ - (X) = 4; (STMT); \ + (X) = 0; {STMT}; \ + (X) = 1; {STMT}; \ + (X) = 2; {STMT}; \ + (X) = 3; {STMT}; \ + (X) = 4; {STMT}; \ } while (0) static inline secret uint64_t --_----------=_154862945551430--