From owner-svn-ports-head@freebsd.org Thu Oct 3 16:55:21 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6A65A13B325; Thu, 3 Oct 2019 16:55:21 +0000 (UTC) (envelope-from rodrigo@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46kfJT2B3Sz4Nlj; Thu, 3 Oct 2019 16:55:21 +0000 (UTC) (envelope-from rodrigo@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2E767F260; Thu, 3 Oct 2019 16:55:21 +0000 (UTC) (envelope-from rodrigo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x93GtLam029195; Thu, 3 Oct 2019 16:55:21 GMT (envelope-from rodrigo@FreeBSD.org) Received: (from rodrigo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x93GtK4x029190; Thu, 3 Oct 2019 16:55:20 GMT (envelope-from rodrigo@FreeBSD.org) Message-Id: <201910031655.x93GtK4x029190@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rodrigo set sender to rodrigo@FreeBSD.org using -f From: Rodrigo Osorio Date: Thu, 3 Oct 2019 16:55:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513675 - in head/archivers/rpm4: . files X-SVN-Group: ports-head X-SVN-Commit-Author: rodrigo X-SVN-Commit-Paths: in head/archivers/rpm4: . files X-SVN-Commit-Revision: 513675 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.29 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: Thu, 03 Oct 2019 16:55:21 -0000 Author: rodrigo Date: Thu Oct 3 16:55:19 2019 New Revision: 513675 URL: https://svnweb.freebsd.org/changeset/ports/513675 Log: Upgrade archivers/rpm4 from 4.14.2.1 to 4.15.0 Relnotes: https://rpm.org/wiki/Releases/4.15.0 PR: 240922 Submitted by: pi Added: head/archivers/rpm4/files/patch-luaext_lrexlib.c (contents, props changed) Modified: head/archivers/rpm4/Makefile head/archivers/rpm4/distinfo head/archivers/rpm4/files/patch-misc_fts.c head/archivers/rpm4/pkg-plist Modified: head/archivers/rpm4/Makefile ============================================================================== --- head/archivers/rpm4/Makefile Thu Oct 3 16:37:00 2019 (r513674) +++ head/archivers/rpm4/Makefile Thu Oct 3 16:55:19 2019 (r513675) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= rpm -PORTVERSION= 4.14.2.1 -PORTREVISION= 1 +PORTVERSION= 4.15.0 CATEGORIES= archivers -MASTER_SITES= http://ftp.rpm.org/releases/rpm-4.14.x/ +MASTER_SITES= http://ftp.rpm.org/releases/rpm-4.15.x/ PKGNAMESUFFIX= 4 MAINTAINER= rodrigo@FreeBSD.org @@ -15,17 +14,17 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpopt.so:devel/popt \ - libnss3.so:security/nss + libnss3.so:security/nss \ + libzstd.so:archivers/zstd RUN_DEPENDS= bash:shells/bash -USES= alias bdb gmake libarchive libtool lua:51 pathfix pkgconfig \ - shebangfix tar:bzip2 -INVALID_BDB_VER=51 +USES= alias bdb compiler:openmp gmake iconv libarchive libtool \ + lua:52+ pathfix pkgconfig shebangfix tar:bzip2 USE_LDCONFIG= yes + GNU_CONFIGURE= yes SHEBANG_FILES= scripts/brp-python-bytecompile scripts/check-prereqs \ scripts/check-rpaths-worker scripts/pythondeps.sh \ - scripts/mono-find-requires scripts/mono-find-provides \ scripts/pkgconfigdeps.sh scripts/fontconfig.prov \ scripts/rpmdb_loadcvt scripts/perl.prov scripts/perl.req \ scripts/pythondistdeps.py scripts/find-lang.sh \ @@ -69,8 +68,6 @@ PLUGINS_LIB_DEPENDS= libdbus-1.so:devel/dbus post-patch: @${REINPLACE_CMD} -e 's:\.\./\.\./bin/::' ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e 's/(hpux)/& || defined(__FreeBSD__)/' \ - ${WRKSRC}/misc/fts.? @${REINPLACE_CMD} -e 's/ __GLIBC__.*/& || defined(__FreeBSD__)/' \ ${WRKSRC}/system.h Modified: head/archivers/rpm4/distinfo ============================================================================== --- head/archivers/rpm4/distinfo Thu Oct 3 16:37:00 2019 (r513674) +++ head/archivers/rpm4/distinfo Thu Oct 3 16:55:19 2019 (r513675) @@ -1,3 +1,3 @@ -TIMESTAMP = 1545582876 -SHA256 (rpm-4.14.2.1.tar.bz2) = 1139c24b7372f89c0a697096bf9809be70ba55e006c23ff47305c1849d98acda -SIZE (rpm-4.14.2.1.tar.bz2) = 4156574 +TIMESTAMP = 1569770543 +SHA256 (rpm-4.15.0.tar.bz2) = 1e06723b13591e57c99ebe2006fb8daddc4cf72efb366a64a34673ba5f61c201 +SIZE (rpm-4.15.0.tar.bz2) = 4205632 Added: head/archivers/rpm4/files/patch-luaext_lrexlib.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/rpm4/files/patch-luaext_lrexlib.c Thu Oct 3 16:55:19 2019 (r513675) @@ -0,0 +1,19 @@ +--- luaext/lrexlib.c.orig 2019-06-26 14:17:31 UTC ++++ luaext/lrexlib.c +@@ -11,7 +11,6 @@ + #include "lauxlib.h" + #include "lrexlib.h" + +- + /* Sanity check */ + #if !defined(WITH_POSIX) && !defined(WITH_PCRE) + #error Define WITH_POSIX or WITH_PCRE, otherwise this library is useless! +@@ -32,7 +31,7 @@ static int rex_comp(lua_State *L) + regex_t *pr = (regex_t *)lua_newuserdata(L, sizeof(regex_t)); + pattern = luaL_checklstring(L, 1, &l); + #ifdef REG_BASIC +- pr->re_endp = pattern + lua_strlen(L, 1); ++ pr->re_endp = pattern + lua_rawlen(L, (1)); + res = regcomp(pr, pattern, REG_EXTENDED | REG_PEND); + #else + res = regcomp(pr, pattern, REG_EXTENDED); Modified: head/archivers/rpm4/files/patch-misc_fts.c ============================================================================== --- head/archivers/rpm4/files/patch-misc_fts.c Thu Oct 3 16:37:00 2019 (r513674) +++ head/archivers/rpm4/files/patch-misc_fts.c Thu Oct 3 16:55:19 2019 (r513675) @@ -1,6 +1,6 @@ ---- misc/fts.c.orig 2018-08-25 09:14:19 UTC +--- misc/fts.c.orig 2019-06-26 14:17:31 UTC +++ misc/fts.c -@@ -32,12 +32,14 @@ static char sccsid[] = "@(#)fts.c 8.6 (B +@@ -32,12 +32,14 @@ static char sccsid[] = "@(#)fts.c 8.6 (Berkeley) 8/14/ #endif /* LIBC_SCCS and not lint */ /* Conditional to set up proper fstat64 implementation */ @@ -16,7 +16,7 @@ #if defined(_LIBC) #include #include -@@ -51,7 +53,7 @@ static char sccsid[] = "@(#)fts.c 8.6 (B +@@ -51,7 +53,7 @@ static char sccsid[] = "@(#)fts.c 8.6 (Berkeley) 8/14/ #else /* Conditionals for working around non-GNU environments */ @@ -25,7 +25,7 @@ # define _INCLUDE_POSIX_SOURCE # define __errno_location() (&errno) # define dirfd(dirp) -1 -@@ -65,11 +67,9 @@ static char sccsid[] = "@(#)fts.c 8.6 (B +@@ -65,11 +67,9 @@ static char sccsid[] = "@(#)fts.c 8.6 (Berkeley) 8/14/ # define __errno_location() (__error()) #endif Modified: head/archivers/rpm4/pkg-plist ============================================================================== --- head/archivers/rpm4/pkg-plist Thu Oct 3 16:37:00 2019 (r513674) +++ head/archivers/rpm4/pkg-plist Thu Oct 3 16:55:19 2019 (r513675) @@ -12,8 +12,6 @@ bin/rpmspec bin/rpmverify %%PYTHON%%%%PYTHON_SITELIBDIR%%/rpm/__init__.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/rpm/_rpm.so -%%PYTHON%%%%PYTHON_SITELIBDIR%%/rpm/_rpmb.so -%%PYTHON%%%%PYTHON_SITELIBDIR%%/rpm/_rpms.so %%PYTHON%%%%PYTHON_SITELIBDIR%%/rpm/transaction.py include/rpm/argv.h include/rpm/header.h @@ -50,19 +48,18 @@ include/rpm/rpmts.h include/rpm/rpmtypes.h include/rpm/rpmurl.h include/rpm/rpmutil.h -include/rpm/rpmvf.h lib/librpm.so -lib/librpm.so.8 -lib/librpm.so.8.1.0 +lib/librpm.so.9 +lib/librpm.so.9.0.0 lib/librpmbuild.so -lib/librpmbuild.so.8 -lib/librpmbuild.so.8.1.0 +lib/librpmbuild.so.9 +lib/librpmbuild.so.9.0.0 lib/librpmio.so -lib/librpmio.so.8 -lib/librpmio.so.8.1.0 +lib/librpmio.so.9 +lib/librpmio.so.9.0.0 lib/librpmsign.so -lib/librpmsign.so.8 -lib/librpmsign.so.8.1.0 +lib/librpmsign.so.9 +lib/librpmsign.so.9.0.0 lib/rpm/brp-compress lib/rpm/brp-java-gcjcompile lib/rpm/brp-python-bytecompile @@ -86,12 +83,12 @@ lib/rpm/fileattrs/elf.attr lib/rpm/fileattrs/font.attr lib/rpm/fileattrs/libtool.attr lib/rpm/fileattrs/metainfo.attr -lib/rpm/fileattrs/mono.attr lib/rpm/fileattrs/ocaml.attr lib/rpm/fileattrs/perl.attr lib/rpm/fileattrs/perllib.attr lib/rpm/fileattrs/pkgconfig.attr lib/rpm/fileattrs/python.attr +lib/rpm/fileattrs/pythondist.attr lib/rpm/fileattrs/script.attr lib/rpm/find-lang.sh lib/rpm/find-provides @@ -99,13 +96,8 @@ lib/rpm/find-requires lib/rpm/fontconfig.prov lib/rpm/libtooldeps.sh lib/rpm/macros -lib/rpm/macros.perl -lib/rpm/macros.php -lib/rpm/macros.python lib/rpm/metainfo.prov lib/rpm/mkinstalldirs -lib/rpm/mono-find-provides -lib/rpm/mono-find-requires lib/rpm/ocaml-find-provides.sh lib/rpm/ocaml-find-requires.sh lib/rpm/perl.prov @@ -119,6 +111,7 @@ lib/rpm/platform/alphaev6-%%OPSYS%%/macros lib/rpm/platform/alphaev67-%%OPSYS%%/macros lib/rpm/platform/alphapca56-%%OPSYS%%/macros lib/rpm/platform/amd64-%%OPSYS%%/macros +lib/rpm/platform/arm64-%%OPSYS%%/macros lib/rpm/platform/armv3l-%%OPSYS%%/macros lib/rpm/platform/armv4b-%%OPSYS%%/macros lib/rpm/platform/armv4l-%%OPSYS%%/macros @@ -130,6 +123,10 @@ lib/rpm/platform/armv6l-%%OPSYS%%/macros lib/rpm/platform/armv7hl-%%OPSYS%%/macros lib/rpm/platform/armv7hnl-%%OPSYS%%/macros lib/rpm/platform/armv7l-%%OPSYS%%/macros +lib/rpm/platform/armv8hcnl-%%OPSYS%%/macros +lib/rpm/platform/armv8hl-%%OPSYS%%/macros +lib/rpm/platform/armv8hnl-%%OPSYS%%/macros +lib/rpm/platform/armv8l-%%OPSYS%%/macros lib/rpm/platform/athlon-%%OPSYS%%/macros lib/rpm/platform/geode-%%OPSYS%%/macros lib/rpm/platform/i386-%%OPSYS%%/macros @@ -175,7 +172,6 @@ lib/rpm/platform/sparcv8-%%OPSYS%%/macros lib/rpm/platform/sparcv9-%%OPSYS%%/macros lib/rpm/platform/sparcv9v-%%OPSYS%%/macros lib/rpm/platform/x86_64-%%OPSYS%%/macros -lib/rpm/python-macro-helper lib/rpm/pythondeps.sh %%PYTHON%%lib/rpm/pythondistdeps.py lib/rpm/rpm.daily