- Update pkg and pkg-devel to 1.2.6
This update includes a security update for possible arbitrary code execution from package manifest parsing. All users are advised to upgrade ASAP. The base pkg(7) was never affected by this. [1] Changes: * Fix libyaml head-based buffer overflow [1] * Fix pkg info -E support for ports, which namely affected net/openldap* usage. [2] * Fix packages registering themselves as dependencies [3] * Bash autocompletion fixes [4] * autoremove: Don't try to remove locked packages * Support 'pkg bootstrap -f', which will force a reinstall of pkg on FreeBSD 10.0+ * Fix %t timestamp formatter with %{...%} modifiers [5] * pkg info: Show date installed * Add $daily_status_security_pkgaudit_quiet to control 410.pkg-audit.in output verbosity level * Add an error when trying to update repository and none are defined [6] * Fix typos in manpages [7] Security: CVE-2013-6393 [1] Reported by: secteam (delphij) [1] PR: ports/184797 [2] Reported by: Pavel Timofeev <timp87@gmail.com> [2], many Submitted by: smh@ [3] Submitted by: brd@ [4] Submitted by: Jamie Landeg Jones [5] Submitted by: Rodrigo Osorio [6] Submitted by: Michael Gehring, wblock [7] With hat: portmgr MFH: 2014Q1
This commit is contained in:
parent
6f575a4072
commit
e5166e09fc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342212
@ -1,10 +1,12 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pkg
|
||||
DISTVERSION= 1.2.5
|
||||
DISTVERSION= 1.2.6
|
||||
CATEGORIES= ports-mgmt
|
||||
MASTER_SITES= http://files.etoilebsd.net/pkg/ \
|
||||
MASTER_SITES= \
|
||||
http://mirror.shatow.net/freebsd/${PORTNAME}/ \
|
||||
http://miwibox.org/distfiles/${PORTNAME}/ \
|
||||
http://files.etoilebsd.net/pkg/ \
|
||||
LOCAL/portmgr
|
||||
PKGNAMESUFFIX= -devel
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (pkg-1.2.5.tar.xz) = ea6f1c95b8fcc1a017979949fc8f06f218f4412c5ec1ddcc4858d0b751759d6c
|
||||
SIZE (pkg-1.2.5.tar.xz) = 1808040
|
||||
SHA256 (pkg-1.2.6.tar.xz) = 6c16c233986b1ff5268284c356ce870134f07f84710d61ec7033a3d729bdbbb0
|
||||
SIZE (pkg-1.2.6.tar.xz) = 1808860
|
||||
|
@ -1,10 +1,12 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pkg
|
||||
DISTVERSION= 1.2.5
|
||||
DISTVERSION= 1.2.6
|
||||
CATEGORIES= ports-mgmt
|
||||
MASTER_SITES= http://files.etoilebsd.net/pkg/ \
|
||||
MASTER_SITES= \
|
||||
http://miwibox.org/distfiles/${PORTNAME}/ \
|
||||
http://mirror.shatow.net/freebsd/${PORTNAME}/ \
|
||||
http://files.etoilebsd.net/pkg/ \
|
||||
LOCAL/portmgr
|
||||
|
||||
MAINTAINER= portmgr@FreeBSD.org
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (pkg-1.2.5.tar.xz) = ea6f1c95b8fcc1a017979949fc8f06f218f4412c5ec1ddcc4858d0b751759d6c
|
||||
SIZE (pkg-1.2.5.tar.xz) = 1808040
|
||||
SHA256 (pkg-1.2.6.tar.xz) = 6c16c233986b1ff5268284c356ce870134f07f84710d61ec7033a3d729bdbbb0
|
||||
SIZE (pkg-1.2.6.tar.xz) = 1808860
|
||||
|
Loading…
Reference in New Issue
Block a user