From owner-svn-ports-all@freebsd.org Sat Dec 29 23:13:17 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 819AB1430332; Sat, 29 Dec 2018 23:13:17 +0000 (UTC) (envelope-from amdmi3@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 2826889A9D; Sat, 29 Dec 2018 23:13:17 +0000 (UTC) (envelope-from amdmi3@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 F174119F3C; Sat, 29 Dec 2018 23:13:16 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBTNDGb0025824; Sat, 29 Dec 2018 23:13:16 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBTNDGuR025820; Sat, 29 Dec 2018 23:13:16 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201812292313.wBTNDGuR025820@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 29 Dec 2018 23:13:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488695 - in head/sysutils/pacman: . files X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: in head/sysutils/pacman: . files X-SVN-Commit-Revision: 488695 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 2826889A9D X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.957,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.998,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Dec 2018 23:13:17 -0000 Author: amdmi3 Date: Sat Dec 29 23:13:15 2018 New Revision: 488695 URL: https://svnweb.freebsd.org/changeset/ports/488695 Log: - Update to 5.1.2 Modified: head/sysutils/pacman/Makefile head/sysutils/pacman/distinfo head/sysutils/pacman/files/patch-lib_libalpm_util.c head/sysutils/pacman/pkg-plist Modified: head/sysutils/pacman/Makefile ============================================================================== --- head/sysutils/pacman/Makefile Sat Dec 29 23:07:16 2018 (r488694) +++ head/sysutils/pacman/Makefile Sat Dec 29 23:13:15 2018 (r488695) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pacman -PORTVERSION= 5.1.1 +PORTVERSION= 5.1.2 CATEGORIES= sysutils MASTER_SITES= https://sources.archlinux.org/other/${PORTNAME}/ \ https://mirror.amdmi3.ru/distfiles/ Modified: head/sysutils/pacman/distinfo ============================================================================== --- head/sysutils/pacman/distinfo Sat Dec 29 23:07:16 2018 (r488694) +++ head/sysutils/pacman/distinfo Sat Dec 29 23:13:15 2018 (r488695) @@ -1,3 +1,3 @@ -TIMESTAMP = 1532802169 -SHA256 (pacman-5.1.1.tar.gz) = be04b9162d62d2567e21402dcbabb5bedfdb03909fa5ec6e8568e02ab325bd8d -SIZE (pacman-5.1.1.tar.gz) = 3350771 +TIMESTAMP = 1546097468 +SHA256 (pacman-5.1.2.tar.gz) = ce4eef1585fe64fd1c65c269e263577261edd7535fe2278240103012d74b6ef6 +SIZE (pacman-5.1.2.tar.gz) = 3380066 Modified: head/sysutils/pacman/files/patch-lib_libalpm_util.c ============================================================================== --- head/sysutils/pacman/files/patch-lib_libalpm_util.c Sat Dec 29 23:07:16 2018 (r488694) +++ head/sysutils/pacman/files/patch-lib_libalpm_util.c Sat Dec 29 23:13:15 2018 (r488695) @@ -1,10 +1,19 @@ ---- lib/libalpm/util.c.orig 2017-05-18 11:10:47 UTC +--- lib/libalpm/util.c.orig 2018-11-19 01:25:18 UTC +++ lib/libalpm/util.c -@@ -32,6 +32,7 @@ - #include +@@ -33,6 +33,7 @@ + #include #include #include +#include /* libarchive */ #include +@@ -556,7 +557,7 @@ static void _alpm_reset_signals(void) + int *i, signals[] = { + SIGABRT, SIGALRM, SIGBUS, SIGCHLD, SIGCONT, SIGFPE, SIGHUP, SIGILL, + SIGINT, SIGKILL, SIGPIPE, SIGQUIT, SIGSEGV, SIGSTOP, SIGTERM, SIGTSTP, +- SIGTTIN, SIGTTOU, SIGUSR1, SIGUSR2, SIGPOLL, SIGPROF, SIGSYS, SIGTRAP, ++ SIGTTIN, SIGTTOU, SIGUSR1, SIGUSR2, SIGIO, SIGPROF, SIGSYS, SIGTRAP, + SIGURG, SIGVTALRM, SIGXCPU, SIGXFSZ, + 0 + }; Modified: head/sysutils/pacman/pkg-plist ============================================================================== --- head/sysutils/pacman/pkg-plist Sat Dec 29 23:07:16 2018 (r488694) +++ head/sysutils/pacman/pkg-plist Sat Dec 29 23:13:15 2018 (r488695) @@ -19,7 +19,7 @@ include/alpm_list.h lib/libalpm.a lib/libalpm.so lib/libalpm.so.11 -lib/libalpm.so.11.0.1 +lib/libalpm.so.11.0.2 libdata/pkgconfig/libalpm.pc man/man1/makepkg-template.1.gz man/man3/libalpm.3.gz