pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg Update pkg to version 1.5.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a8ff6a3b8845
branches:  trunk
changeset: 351791:a8ff6a3b8845
user:      khorben <khorben%pkgsrc.org@localhost>
date:      Sat Aug 27 21:10:59 2016 +0000

description:
Update pkg to version 1.5.6

>From the commit log, since 1.5.4:
- More fixes to pkg-check.8
- Important improvements in the pkg check manpage
- HBSD: fix format specifier in libpkg's pkg_vets(...)
- Fix libexpat buffer overflow: CVE-2015-1283
- Always use sqlite3_column_int64 for reading integers from the db
- Add a new configuration item to define custom HTTP User-Agent
- Don't attempt to set file ownership when INSTALL_AS_USER is set
- zsh-completion: updated all of the currently handled subcommands
- Fix typo s/conpact/compact/
- Fix two typos in pkg_vset(), to correspond to pkg_vget()'s code
- Implement AUTOCLEAN
- Clean up some grammar and formatting in pkg.conf(5).
- Update zsh completion
- Do not distribute generated source files
- Add a random delay to pkg-audit when invoked without a TTY
- Fix display of <root directory>

diffstat:

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

diffs (42 lines):

diff -r 184f893d8522 -r a8ff6a3b8845 pkgtools/pkg/Makefile
--- a/pkgtools/pkg/Makefile     Sat Aug 27 20:59:47 2016 +0000
+++ b/pkgtools/pkg/Makefile     Sat Aug 27 21:10:59 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2016/07/01 17:55:23 jperkin Exp $
+# $NetBSD: Makefile,v 1.3 2016/08/27 21:10:59 khorben Exp $
 
-VERSION=       1.5.4
+VERSION=       1.5.6
 DISTNAME=      ${VERSION}
 PKGNAME=       pkg-${VERSION}
 PKGREVISION=   1
diff -r 184f893d8522 -r a8ff6a3b8845 pkgtools/pkg/PLIST
--- a/pkgtools/pkg/PLIST        Sat Aug 27 20:59:47 2016 +0000
+++ b/pkgtools/pkg/PLIST        Sat Aug 27 21:10:59 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2015/07/04 14:37:25 khorben Exp $
+@comment $NetBSD: PLIST,v 1.2 2016/08/27 21:10:59 khorben Exp $
 include/pkg.h
 lib/libpkg.la
 lib/libpkg_static.la
@@ -53,3 +53,4 @@
 share/examples/pkg/periodic/weekly/400.status-pkg
 share/examples/pkg/pkg.conf.sample
 share/zsh/site-functions/_pkg
+@pkgdir etc/periodic
diff -r 184f893d8522 -r a8ff6a3b8845 pkgtools/pkg/distinfo
--- a/pkgtools/pkg/distinfo     Sat Aug 27 20:59:47 2016 +0000
+++ b/pkgtools/pkg/distinfo     Sat Aug 27 21:10:59 2016 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.3 2016/04/01 13:11:14 jperkin Exp $
+$NetBSD: distinfo,v 1.4 2016/08/27 21:10:59 khorben Exp $
 
-SHA1 (1.5.4.tar.gz) = 2e58510fa9b9eb97b6d9e0d62e527228601af1c1
-RMD160 (1.5.4.tar.gz) = b38582e325752a329eb353212783850db6b138ea
-SHA512 (1.5.4.tar.gz) = bc89f97e4853e6fa6ea8abe80b26b4bce91a3a43272115e66884d9918b86ea7ebcfd4e4280bfc583a3142b94df2d5ddb6ad59ff20f8d6bae24ca0d0b684c7afb
-Size (1.5.4.tar.gz) = 2937244 bytes
+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 (patch-docs_Makefile.am) = aa6d5c9310c644d13d55c3176cd186c37cccc7c2



Home | Main Index | Thread Index | Old Index