summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkhorben <khorben@pkgsrc.org>2016-08-27 21:57:05 +0000
committerkhorben <khorben@pkgsrc.org>2016-08-27 21:57:05 +0000
commit5d098c3652c0951c13da8be1048f27cefa34f3c8 (patch)
treec5ead054ce428bc3f7b7db42a763add7b7efe517
parentc1fc0e9d0c4dc44490ac725db887ba49170b67b1 (diff)
downloadpkgsrc-5d098c3652c0951c13da8be1048f27cefa34f3c8.tar.gz
Package pkg 1.8.7
For 1.8.0: New features: - new vital flag that prevent from removing a package with pkg delete when not specifying -f - upgrade process now has atomicity per packages meaning now we can safely check the return of the pre* scripts - handle ctrl-c during upgrade/install/update - solver improvements - pkg clean now runs in a capsicum sandbox on supported plateforms Changes: - pkg delete now fails if one tries to delete it (the pkg package) without -f. Before it was just warning and skipping it - pkg install --from-root has been renamed pkg install --recursive to avoir confusion Fixes: - correctly handle hardlinked setuid files - better handling of setuid - fix elf analysis when some bad libraries have SONAME specified by empty - fix elf analysis when a binary provides elf_notes but not the expected ones and are still valid freebsd binaries (this fixes the case when libgdk_pixbuf was not found as a provided lib on i386) - NAMESERVER option is now working again and inputs are better checked - lots of bug fixes: potential leaks mostly For 1.7.0: Changes: - Support new "vital" notion: prevent from implicit deletion - Improved support for OpenBSD/bitrig (still lacks some functions in libc) - Improved ZSH completion - Updated libucl - Lots of fixes in error messages - Fixed "pkg lock" handling - Allow to specify "inline" respositories in pkg.conf - ipv6 fixes - Allow to restrict the accepted url schemes - More commands supports "-q" - Multiple bug fixes - As usual multiple new bugs - Improved support for shlibs dependency generation when packaging base via ALLOW_BASE_SHLIBES For 1.6.0: - Lots of improvements in the solver (in particular fixes the case like the recent jpeg upgrade) - Lots of fixes in the 3 way merge code - pkg add can now work without a version specified in the dependency line - pkg check -d now also check the required libraries - Improved support for partial upgrades - Improved zsh completion support - Improved linux support (now all regression tests passes on linux) - Messages can now be context aware: (only print a given message during installation, upgrade - version aware -, removal, or always) - @keywords now accepts new entries to add context aware messages - Add the ability to generate graphiz's dot format representation of the solver's problem - pkg search now default on showing the comments of of the matched packages - Lots of bug fixes and code cleanup - Plenty of new bugs
-rw-r--r--pkgtools/pkg/Makefile5
-rw-r--r--pkgtools/pkg/PLIST2
-rw-r--r--pkgtools/pkg/distinfo10
3 files changed, 8 insertions, 9 deletions
diff --git a/pkgtools/pkg/Makefile b/pkgtools/pkg/Makefile
index e8a5b2dc051..c586d5d7470 100644
--- a/pkgtools/pkg/Makefile
+++ b/pkgtools/pkg/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2016/08/27 21:10:59 khorben Exp $
+# $NetBSD: Makefile,v 1.4 2016/08/27 21:57:05 khorben Exp $
-VERSION= 1.5.6
+VERSION= 1.8.7
DISTNAME= ${VERSION}
PKGNAME= pkg-${VERSION}
-PKGREVISION= 1
CATEGORIES= pkgtools
MASTER_SITES= ${MASTER_SITE_GITHUB:=freebsd/pkg/archive/}
diff --git a/pkgtools/pkg/PLIST b/pkgtools/pkg/PLIST
index 093aecf2a2d..046dd0905bd 100644
--- a/pkgtools/pkg/PLIST
+++ b/pkgtools/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2016/08/27 21:10:59 khorben Exp $
+@comment $NetBSD: PLIST,v 1.3 2016/08/27 21:57:05 khorben Exp $
include/pkg.h
lib/libpkg.la
lib/libpkg_static.la
diff --git a/pkgtools/pkg/distinfo b/pkgtools/pkg/distinfo
index 5e30a751fe9..e88e735b761 100644
--- a/pkgtools/pkg/distinfo
+++ b/pkgtools/pkg/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.4 2016/08/27 21:10:59 khorben Exp $
+$NetBSD: distinfo,v 1.5 2016/08/27 21:57:05 khorben Exp $
-SHA1 (1.5.6.tar.gz) = be86175a2dc22bc4ba0d203772e6c8f355d5e62f
-RMD160 (1.5.6.tar.gz) = 341daa2fa8c72a6451337d4da5ea021c2843aa26
-SHA512 (1.5.6.tar.gz) = 48781aed83b123560b46bf27aff8ee73b66b6dfbe6868d01f95126e529327a80aa49a0534785898e8d410d1880b26bf25fd7d38502050d77af5ea8b76e6cab19
-Size (1.5.6.tar.gz) = 2943628 bytes
+SHA1 (1.8.7.tar.gz) = 93ce7126a7e036bb21153bfabc923cd74b701a6b
+RMD160 (1.8.7.tar.gz) = 80d421c73a1406ac64c62a0b460928ec9ad75ce5
+SHA512 (1.8.7.tar.gz) = 462775ea9cef6f5741c895d2d4b872abbe269bbaab78d4d601a1b77655d267bb339f1ef69595a9f9342cedf773462177755550b024df4e0ef57c427e229487b1
+Size (1.8.7.tar.gz) = 2972264 bytes
SHA1 (patch-docs_Makefile.am) = aa6d5c9310c644d13d55c3176cd186c37cccc7c2