- Update to 5.1.2
This commit is contained in:
parent
422cdc05f5
commit
a708f8f700
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=488695
@ -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/
|
||||
|
@ -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
|
||||
|
@ -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 <sys/wait.h>
|
||||
@@ -33,6 +33,7 @@
|
||||
#include <sys/socket.h>
|
||||
#include <fnmatch.h>
|
||||
#include <poll.h>
|
||||
+#include <signal.h>
|
||||
|
||||
/* libarchive */
|
||||
#include <archive.h>
|
||||
@@ -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
|
||||
};
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user