pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg Package pkg 1.8.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fa2405fe74b2
branches:  trunk
changeset: 351793:fa2405fe74b2
user:      khorben <khorben%pkgsrc.org@localhost>
date:      Sat Aug 27 21:57:05 2016 +0000

description:
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

diffstat:

 pkgtools/pkg/Makefile |   5 ++---
 pkgtools/pkg/PLIST    |   2 +-
 pkgtools/pkg/distinfo |  10 +++++-----
 3 files changed, 8 insertions(+), 9 deletions(-)

diffs (40 lines):

diff -r 507dc2a6b292 -r fa2405fe74b2 pkgtools/pkg/Makefile
--- a/pkgtools/pkg/Makefile     Sat Aug 27 21:11:51 2016 +0000
+++ b/pkgtools/pkg/Makefile     Sat Aug 27 21:57:05 2016 +0000
@@ -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 -r 507dc2a6b292 -r fa2405fe74b2 pkgtools/pkg/PLIST
--- a/pkgtools/pkg/PLIST        Sat Aug 27 21:11:51 2016 +0000
+++ b/pkgtools/pkg/PLIST        Sat Aug 27 21:57:05 2016 +0000
@@ -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 -r 507dc2a6b292 -r fa2405fe74b2 pkgtools/pkg/distinfo
--- a/pkgtools/pkg/distinfo     Sat Aug 27 21:11:51 2016 +0000
+++ b/pkgtools/pkg/distinfo     Sat Aug 27 21:57:05 2016 +0000
@@ -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



Home | Main Index | Thread Index | Old Index