diff options
author | rodrigo <rodrigo@FreeBSD.org> | 2018-04-10 06:45:32 +0800 |
---|---|---|
committer | rodrigo <rodrigo@FreeBSD.org> | 2018-04-10 06:45:32 +0800 |
commit | e7379090040a4e450a39522ea6566c0ad1e11b1c (patch) | |
tree | 89020d2e30c0ca1f1a5e05ad362bea90c5d6b095 /archivers/rpm4/Makefile | |
parent | 7fcf1b40dc1caa48bfa44fc917472fd3c366e452 (diff) | |
download | freebsd-ports-gnome-e7379090040a4e450a39522ea6566c0ad1e11b1c.tar.gz freebsd-ports-gnome-e7379090040a4e450a39522ea6566c0ad1e11b1c.tar.zst freebsd-ports-gnome-e7379090040a4e450a39522ea6566c0ad1e11b1c.zip |
Upgrade rpm4 from 4.13.0.2 to 4.13.1
Major changes:
- Fix CVE-2017-7501
- Fix file lists getting fed to file triggers multiple times
- Fix not all %transfiletriggerpostun file triggers executing (RhBug:1514085)
- Fix file triggers executing before file fingerprinting
- Fix file triggers firing on non-installed files
- Fix file signatures failing on hardlinked files (#333)
Full release note : http://rpm.org/wiki/Releases/4.13.1
Security: CVE-2017-7501
MFH: 2018Q2
Diffstat (limited to 'archivers/rpm4/Makefile')
-rw-r--r-- | archivers/rpm4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/rpm4/Makefile b/archivers/rpm4/Makefile index 47acbbf20266..905daf9fac67 100644 --- a/archivers/rpm4/Makefile +++ b/archivers/rpm4/Makefile @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= rpm -PORTVERSION= 4.13.0.2 +PORTVERSION= 4.13.1 CATEGORIES= archivers -MASTER_SITES= http://ftp.rpm.org/releases/rpm-${PORTVERSION:R:R}.x/ +MASTER_SITES= http://ftp.rpm.org/releases/rpm-${PORTVERSION:R}.x/ PKGNAMESUFFIX= 4 MAINTAINER= rodrigo@FreeBSD.org |