Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
18 Feb 2021 18:11:07
1.16.3

|
manu  |
ports-mgmt/pkg: Update to 1.16.3
- lua: filecmp: Fix for symlink
PR: 253292, 250439
Approved by: bapt (implicit)
MFH: 2021Q1 |
20 Jan 2021 14:35:40
1.16.2

|
manu  |
ports-mgmt/pkg: Update to 1.16.2
Changes from 1.16.1 to 1.16.2
- libpkg: add a snap(shot) version prefix
- libpkg: only upgrade installed packages with pattern matches
- Document pkg-lock(8) accepts a list of packages
Approved by: bapt (implicit) |
28 Dec 2020 09:05:45
1.16.1

|
adamw  |
ports-mgmt/pkg: Update WWW
The pkg wiki entry (https://wiki.freebsd.org/pkgng) says "The content of this
page was outdated and misleading so it has been deleted." Instead, point to
the upstream github repo where truths about pkg can be found.
Approved by: pkg (bapt) |
26 Dec 2020 15:53:10
1.16.1

|
bapt  |
Update to 1.16.1
Fixes: pkg audit -q output
Reported by: many |
22 Dec 2020 18:52:05
1.16.0

|
bapt  |
update to 1.16.0
Main highlights:
- Add support for RISC-V
- plist now supports '@include <anotherfile>'
- Keywords can now validate the plist syntax at packaging time
validation is done via a lua script
- Keywords can issue a deprecation warning if needed
- Add support for triggers (lua and shell scripts possible)
- pkg create -e now will create a package with a readable MANIFEST
but also:
- pkg-query now supports %X to print the internal package checksum
- remove usage of utstring
- lua scripts can now take real arguments (Only the first 15 lines of the commit message are shown above ) |
11 Oct 2020 13:00:43
1.15.10

|
manu  |
ports-mgmt/pkg: Update to 1.15.10
Add a workaround for https://bugs.freebsd.org/250271
PR: 250059
Approved by: bapt (implicit)
MFH: 2020Q4 |
04 Oct 2020 14:14:51
1.15.9

|
manu  |
ports-mgmt/pkg: Update to 1.15.9
Changes from 1.15.8 to 1.15.9:
- lua_pkg_copy when copying a symlink
PR: 248314
Approved by: bapt (implicit) |
02 Oct 2020 14:05:23
1.15.8

|
bapt  |
Update to 1.15.8
Fixes a typo which results in pkg ignoring some lua script in some particular
circumpstancies: shell script also available in certain types |
02 Oct 2020 09:01:41
1.15.7

|
manu  |
ports-mgmt/pkg: Update to 1.15.7
Changes from 1.15.6 to 1.15.7:
- Fix %# expand in script
Approved by: bapt (implicit) |
24 Sep 2020 17:29:13
1.15.6

|
pkubaj  |
ports-mgmt/pkg: fix build on powerpc64le
Little-endian powerpc64 is not detected properly by sqlite3. |
22 Sep 2020 14:15:45
1.15.6

|
manu  |
ports-mgmt/pkg: Update to 1.15.6
Changes from 1.15.5 to 1.15.6
- Fix '%X' to include the file name and sum
Approved by: bapt (implicit) |
21 Sep 2020 14:54:18
1.15.5

|
manu  |
ports-mgmt/pkg: Update to 1.15.5
Changes from 1.15.4 to 1.15.5
- Add powerpc64le arch
- Fix query '%X' to not use the version
Approved by: bapt (implicit) |
09 Sep 2020 16:41:08
1.15.4

|
bapt  |
Release 1.15.4
- Fix the ssh protocol support |
08 Sep 2020 19:22:40
1.15.3

|
bapt  |
Update to 1.15.3
- Fix fetching files not belonging to a repo (fixes pkg audit -F)
PR: 249185
Reported by: Peter Larsen |
08 Sep 2020 16:55:48
1.15.2

|
bapt  |
Release 1.15.2
- Fixes a crash in the fetch methods |
07 Sep 2020 15:53:38
1.15.1

|
bapt  |
Commit forgotten distinfo |
07 Sep 2020 15:52:12
1.15.1

|
bapt  |
Fix a crash when fetching audit file |
07 Sep 2020 10:02:02
1.15.0

|
manu  |
ports-mgmt/pkg: Update to 1.15
Changes from 1.14.99.6 to 1.14.99.7
- Default the OSVERSION check to false
- Fix some errors related to getpwname_r/getgrnam_r
- Add RISC-V ABI aliases
- Add '%X' to pkg-query, this print the internal package checksum
Changes from 1.14.99.5 to 1.14.99.6
- Run lua scripts before shell scripts
- unbreak build with -fno-common
Changes from 1.14.99.4 to 1.14.99.5
- Fix lua script during pkg_delete
- Return file type for lua_stat (Only the first 15 lines of the commit message are shown above ) |
18 Aug 2020 08:23:44
1.14.7

|
manu  |
ports-mgmt/pkg: Update to 1.4.17
- Fix build with -fno-common |
29 Jun 2020 08:00:18
1.14.6

|
manu  |
Update to 1.14.6
Changes from 1.14.5 to 1.14.6:
- Fix linking on FreeBSD
Approved by: bapt (implicit) |
25 Jun 2020 15:01:10
1.14.5

|
manu  |
Update to 1.14.5
Changes from 1.14.4 to 1.14.5:
- Prevent potential hang with lua scripts
- Add a debug message if obtaining the lock fails
Approved by: bapt |
20 Jun 2020 21:22:55
1.14.4_1

|
delphij  |
ports-mgmt/pkg: Respect liblzma.pc if available.
Note that this is meant to be a temporary hack and will be reverted once the
freebsd/pkg have solved this in the build infrastructure.
PR: 200142
MFH: 2020Q2
Approved by: portmgr (bapt over IRC)
Differential Revision: https://reviews.freebsd.org/D24972 |
29 Apr 2020 07:32:00
1.14.4

|
bapt  |
Update to 1.14.4
- fix a hang in pkg scripts
PR: 245462
Submitted by: sobomax
Reported by: sobomax, jkim |
27 Apr 2020 07:40:02
1.14.3

|
bapt  |
Update to 1.14.3:
- Add pkg create -l to set compression level
- Parallelize the run of kyua
- Fix VERSION_MINOR UCL expansion
- Bring back pkg create -n
- Document pkg_create(3)
- Improve documentations in pkg-set(8) |
03 Apr 2020 10:53:16
1.14.2

|
bapt  |
Update to 1.14.2
- Disable keep-alive for now, it is not stable enough |
02 Apr 2020 18:06:01
1.14.1

|
bapt  |
Update to 1.14.1
- fix a regression in the autosetup system which resulted in bad path
for periodic script |
02 Apr 2020 15:15:14
1.14.0

|
bapt  |
forgot to commit the plist part
Reported by: ohauer |
02 Apr 2020 13:00:38
1.14.0

|
bapt  |
Update to 1.14
Major changes since 1.13:
- HTTP keep-alive in libfetch (imported from xbps)
- allow to backup shared libraries during upgrades
(a compat-libraries packages is created to keep track of it)
- better reproducible build support
- More variable exposed to configuration
exp-run by: antoine |
21 Feb 2020 14:24:58
1.13.2

|
bapt  |
Update to 1.13.2
- fix pkg fetch -o
- accept again colon before path in ssh url scheme in repositories |
12 Feb 2020 14:01:53
1.13.1

|
bapt  |
Update to 1.3.1
- Fix inverted logic that lead to pkg always restarting rc scripts
Reported by: flo |
11 Feb 2020 08:36:23
1.13.0

|
bapt  |
Release pkg 1.13
- when installing over a non tracked file (not owned by any package)
pkg now saves a copy of that file as .pkgsave
- Fix a chicken/egg problem with the meta being compressed and defining
the compression format. Now pkg repo will create a meta.conf file
uncompressed (it is small enough) and fallback on the old meta.txz.
Note that meta.txz is still created for backward compatibility.
- pkg repo now creates meta files in version 2 by default meaning the
digests.txz (this was only used with pkg up to 1.2).
Anyone using that version and willing to upgrade can do it via:
pkg bootstrap -f
- suppress version checking when -j is specified
- Alphabetically sort packages printed in the output of pkg commands to
ease readability
- pkg lock/unlock now allows multiple packages in arguments (Only the first 15 lines of the commit message are shown above ) |
29 Jan 2020 13:09:02
1.12.0_1

|
bapt  |
Import the libfetch patch to the bundled libfetch |
02 Oct 2019 18:35:29
1.12.0

|
bapt  |
Attempt to fix pkg on mips.
Since recently, libarchive is linked to libzstd, which itself uses threads
somehow, this make the build of pkg in mips unhappy.
Given libpkg is not threadsafe anyway just drop the __thread
PR: 240822
Reported by: tech-lists@zyxst.net and mandree
Discussed with: jhb |
18 Sep 2019 07:37:56
1.12.0

|
bapt  |
Release pkg 1.12.0
- updating: allow to use regular expession in AFFECTS: value
- updating: improve the exact matching for AFFECTS: values
- recommand using pkg bootstrap -f instead of pkg-static install -f to reinstall
pkg itself
- Add support for lua in package scripts (not documented yet)
- Add support for lua in keywords definition (not documented yet)
- Properly detect when base libarchive is linked to zstd and handle it. (needed
an upcoming change in base)
- Add a function tu lua script to append message at the run of the pkg process
along with other messages
- Add the missing warning about @unexec being deprecated for a while now in
pkg-plist
- Fix build with gmake
- Ensure pkg_shutdown properly reinitialize all the closed fd to -1.
- Do not crash when being passed an unsupported ABI |
03 Jun 2019 11:27:34
1.11.1

|
bapt  |
Respect CC
Submitted by: tijl |
03 Jun 2019 05:02:53
1.11.1

|
dinoex  |
- fix build with custom PREFIX
PR: 238296 |
31 May 2019 14:59:44
1.11.1

|
bapt  |
Update to 1.11.1
- Fix abi string for dragonfly
- Fix libfetch built without ipv6 support [1]
PR: 238264
Reported by: ume |
31 May 2019 09:54:50
1.11.0

|
bapt  |
Update to 1.11
Improvements:
* better ABI name on linux
* lots of changes in internal API to use fd when possible
* 410.pkg-audit now uses anticongestion on freebsd 12+
* completion improvements
* add an extra line when printing pkg-messages to improve readability
* add %q to pkg_printf(3) and pkg-query(8) to print altabi
* make pkg version -r imply -R
* New build system based on autosetup
* pkg is now a semi static binary
* Add 3 new aliases:
- rall-depends: showing depenencies of a non installed package
- rcomment: showing only the comment of a non installed package
- rdesc: showing only the description of a non installed package
* close stdin when running scripts
* Tons of bug fixes
Removal:
* removed option: pkg repo -L
* removed script: pkg2ng |
16 Oct 2018 10:08:01
1.10.5_5

|
bapt  |
Add a patch to fix pkg-static with linked against openssl 1.1.1
This is needed to be able to sign repository with pkg-static
Reported by: many (based on a patch by gjb)
MFH: 2018Q4 |
11 Oct 2018 00:10:52
1.10.5_4

|
zi  |
- Bump PORTREVISION to chase openssl update in CURRENT |
10 Sep 2018 22:29:00
1.10.5_3

|
brd  |
Apply a patch from git that fixes make packages with hardlinks and config files. |
10 Sep 2018 13:14:52
1.10.5_2

|
mat  |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
20 Aug 2018 16:53:05
1.10.5_2

|
brd  |
Add a small patch to pkg to fix NULL check in pkg_is_config_file().
This helps pkgbase users with recent updates.
Approved by: bapt |
22 May 2018 09:34:12
1.10.5_1

|
amdmi3  |
- Update WWW
Approved by: portmgr blanket |
09 May 2018 16:00:37
1.10.5_1

|
brd  |
Apply patch for a segfault on upgrade
https://github.com/freebsd/pkg/issues/1663
Approved by: bapt |
15 Feb 2018 00:14:50
1.10.5

|
brd  |
Update pkg to 1.10.5
PR: 225104
Reviewed by: bdrewery |
06 Feb 2018 14:13:35
1.10.4

|
swills  |
Don't use pkg-static when cross building
PR: 224217
Submitted by: nwhitehorn
Approved by: bapt |
06 Jan 2018 23:50:22
1.10.4

|
bapt  |
Update to 1.10.4
- Fix progression display
- Parse FreeBSD OS version and forbid to install too new packages |
05 Dec 2017 16:22:01
1.10.3_1

|
bapt  |
Fix segfault in pkg version against the ports tree
PR: 224023
Reported by: jrm, kib, Trond.Endrestol@ximalas.info
Tested by: jrm (an early version of the patch) |
04 Dec 2017 21:32:01
1.10.3

|
bapt  |
Update to 1.10.3
- Accept DT_SONAME anywhere in .dynamic when parsing elf binaries
- Fix pkg version when it deals with the ports tree and INDEX after flavors
- Sort fts traversal in repo creation (for reproducible builds)
- Documentation improvements
- make pkg version -r imply -R |
01 Dec 2017 14:10:54
1.10.2_1

|
bapt  |
Add patches from git to handle pkg version with newly flavoured ports tree |
15 Nov 2017 10:04:54
1.10.2

|
bapt  |
Update to 1.10.2
Changes from 1.10.1 to 1.10.2
- pkg clean is now happy if the cache dir non existing
- 410.pkg-audit now uses anticongestion on freebsd 12
- fix pkg install -r foo if foo is a disabled repository
- fix elf handling on non FreeBSD
- fix support for platforms without AT_SYMLINK_NOFOLLOW
- fix dropping privileges on Linux
- fix build with recent libbsd
- fix duplicate pkg registration overwriting the existing pkg
- fix again using pattern as package arch
- recognize armv7
- add %q to pkg_printf(3) and pkg-query(8) to print altabi
- add support for new periodic variables in multiple scripts
- add an extra line when printing pkg-messages to improve readability
- stop considering nfs as dangerous and if a corruption happens on nfs drive
by a message the user to the highly possible reason of the corruption so
that he can fix
- better ABI name on linux
- fix pollution of "locked" message
PR: 221129
exp-run by: antoine |
15 Oct 2017 14:05:04
1.10.1

|
madpilot  |
Retire WITHOUT_DEBUG flag.
The flag has partial support across the tree, and the same effect
can be obtained by using ".undef WITH_DEBUG".
Reviewed by: mat, rene
Approved by: portmgr (rene)
Differential Revision: https://reviews.freebsd.org/D12548 |
26 Mar 2017 21:25:47
1.10.1

|
bapt  |
Update to 1.10.1
- Cache pw result to avoid over reloading nssswitch.conf
- Fix allow to set env per repo for everykind of repo
- Fix signing_command something saving a truncated signature in the file
as a result pkg will reject any repository signed
- Fix sqlite vfs overload with new sqlite
- pkg which: add -m to show what files matched using globs
- Revert the new UI which does not respect 80 columns
- Fix query '%q' printing the internal arch instead of the official one |
27 Feb 2017 14:32:37
1.10.0_2

|
bapt  |
Fix signing_command something saving a truncated signature in the file
as a result pkg will reject any repository signed |
25 Feb 2017 12:28:49
1.10.0_1

|
bapt  |
Allow per repo environment variable to be set for
every kind of repositories
Reported by: kib
Tested by: kib |
24 Feb 2017 22:55:52
1.10.0

|
bapt  |
Release pkg 1.10.0
* fix pkg which -g
* Do not use openssl for sha256
* Improve the default output when fetching data
* Update libfetch to the version of FreeBSD 11
* Fix NetBSD ABI
* Add a fallback for utimensat when reporting EOPNOTSUPP
* replace libsbuf with utstring for portability
* Overwrite some sqlite vfs functions to allow more capsicumisation of pkg
* move more pkg audit details into the library
* allow to run pkg query without any privileges
* extend the audit periodic script to report deprecated packages
* Fix fd leak to rcscripts
* stop dropping privieges during fetching it causes more issues than it solves (Only the first 15 lines of the commit message are shown above ) |
03 Jan 2017 20:38:47
1.9.4_1

|
zi  |
- Instruct portscout to ignore these |
25 Dec 2016 15:15:38
1.9.4_1

|
bapt  |
Fix file descriptor leak that might lead to errors on packages with lots of
files
PR: 215544
Submitted by: pasokondokoro@gmail.com |
08 Dec 2016 09:27:05
1.9.4

|
bapt  |
Update to 1.9.4
- Stop dropping privileges for fetching, it causes more issues than it solves
- Fix segfault when ABI is defined by empty
- Fix reporting of deprecated packages
- Provide instructions on how to unset vital flages
- Fix libfetch for NetBSD
- Fix @config potential double free
- Always warn about the deprecated @dirrm/@dirrmtry
- Always warn about the deprecated @exec
- Rework pkg register to share more code with pkg install
* It makes it more robust to libarchive regressions [1]
PR: 214381 [1], 215029 [2]
Reported by: lampa@fit.vutbr.cz [1]
Exp-run: antoine [2] |
03 Nov 2016 22:20:08
1.9.3

|
bapt  |
Update to 1.9.3
- Fix file descriptor leak during rc script execution
- Fix setting attributes on directories
- Fix locking on NFS
- Allow pkg annodate -S to run as a non priviledge user
- Extend the audit periodic script to report about expiration/deprecation |
29 Oct 2016 09:01:16
1.9.2

|
bapt  |
Update to 1.9.2
- Fix NetBSD ABI
- Add a fallback for when utimensat returns EOPNOTSUPP like on some NFS servers
- Install the NEWS file |
16 Oct 2016 14:55:49
1.9.1

|
bapt  |
Release 1.9.1
- fix a fd leak on freebsd <11
Reported by: mat
Tested by: mat |
15 Oct 2016 21:26:18
1.9.0

|
bapt  |
Update to 1.9.0
- Drop privileges in many commands
- Drop privileges when fetching a file
- Add resource limitation in sandboxes
- Add support for METALOG
- pkg delete new prints a warning for pattens that matches nothing? |
14 Sep 2016 23:41:39
1.8.7_3

|
bdrewery  |
Force a rebuild to bring in libarchive fixes from head r305819.
MFH: 2016Q3 |
13 Sep 2016 20:29:55
1.8.7_2

|
bapt  |
Add javavmwrapper 2.5_1 to the list of buggy scripts |
31 Jul 2016 11:52:22
1.8.7_1

|
bapt  |
Add a hack in pkg to skip running predeinstall for javavmwrapper-2.5
During upgrades/reinstall javavmwrapper 2.5 pre deinstall script deletes the pkg
temporary files preventing to finish the upgrade.
A fixed version of javavmwrapper will be made soon, this hack will remain in the
ports tree and not in pkg(8) itself. This hack is made to not bother users is
only affecting upgrade/reinstall phase not proper deinstall
PR: 210313 |
05 Jul 2016 15:15:52
1.8.7

|
bapt  |
Update to 1.8.7
- update internal expat to 2.2.0
- fix external solver
- fix build on freebsd pre 9.2
- fix warnings on armv6
- fix solver issue resulting in missing conflicts or reinstalling unneeded
packages
- add a mini summary at the end of the output |
25 Jun 2016 11:48:14
1.8.6

|
bapt  |
Release 1.8.6
- Important fixes in the solver
- When conflicts are found, they are explicitly printed
- Reduce namecache contention a bit
- Temporary files created during extraction are now hidden
- Accept symlinks to directories when pkg is expecting a directory |
12 Jun 2016 22:41:04
1.8.5_1

|
bapt  |
Fix pkg upgrade -f |
09 Jun 2016 21:21:03
1.8.5

|
bapt  |
Release 1.8.5
Changes:
- Fix mirror_type: http with https servers
- Fix regression in the solver that tries to reinstall reverse deps sometime |
08 Jun 2016 14:04:50
1.8.4_1

|
bapt  |
Add a patch to fix grabbing mirror lists over https
Note that people are using mirror_type: http when they should not
most probably due to bad documentation on our side so we will improve that later
mirror_type: http is only useful if you actually host multiple mirror of your
repos see pkg-repository(5). |
05 Jun 2016 09:08:50
1.8.4

|
bapt  |
Update to 1.8.4
Changes:
- Fix: setting date on system not POSIX 2008 compliant (like FreeBSD 8)
- Fix: running pkg in env where the 0 file descriptor is closd
- Fix: make http mirror type respect the specified port
- Fix: chown/chmod on linux
- Fix: pkg ssh
- Improved upgrade chain in multi repo environment
- Update libucl to latest version |
23 May 2016 18:11:30
1.8.3

|
bapt  |
Update to 1.8.3
Changes:
- upgrading/reinstall packages also need to not check the result of the
predeinstall script :( |
23 May 2016 12:25:30
1.8.2

|
bapt  |
Do not check deinstall script results at all except if DEVELOPER_MODE is set
Due to too many bad quality ports, for now we are back in not checking pre/post
deinstall scripts at all except if DEVELOPER_MODE=yes is set, we hope to readd
those checks once the ports have been fixed |
23 May 2016 09:53:15
1.8.1

|
bapt  |
Update to 1.8.1
Changes:
- Fix double free in pkg updating
- Drop failures on POST-DEINSTALL (still too many failures in ports there :() |
22 May 2016 15:12:16
1.8.0

|
bapt  |
Release pkg 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 |
06 Apr 2016 07:06:24
1.7.2

|
bapt  |
Update to 1.7.2
Changes:
- Update libucl to latest version which fixes an issue with empty pkg.conf
(regression test added)
- pkg install on an already installed package returns 0 again this regression
was introduced when fixing pkg lock (regression test added) |
02 Apr 2016 12:51:08
1.7.1

|
bapt  |
Update to 1.7.1
This release fixes regressions:
- detection of new version of pkg could fail
- if the all process operation would have an inpact of less than 1MB on the FS
then the action is proceed with out asking the user to acknowledge it |
01 Apr 2016 22:24:57
1.7.0

|
bapt  |
Update to pkg 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 |
25 Feb 2016 22:35:10
1.6.4_1

|
bdrewery  |
Add missing patch for r409562 |
25 Feb 2016 21:49:34
1.6.4_1

|
bapt  |
Add a patch to fix hardlink installation
pkg 1.6.5 is on its way but requires more testing |
10 Feb 2016 23:27:17
1.6.4

|
bapt  |
Update to 1.6.4
Changes:
- Fix hardlinks extraction with --rootdir
- Relax url scheme acceptance to allow file:/ and file://
- Accept pkg+ for url scheme where it was never intended to be used, because
users used it anyway
- Remove pkg-message |
26 Jan 2016 23:44:58
1.6.3

|
bapt  |
Update to 1.6.3
Changes:
- Allow to limit the valid url scheme in pkg.conf
- Add support for SOURCE_DATE_EPOCH:
https://reproducible-builds.org/specs/source-date-epoch/
- Fix pkg check -d
- Fix testsuite with kyua 0.12
- Fix completion on pkg info -l
- Reduce te probability to get an infinite loop on pkg version check
- Fix pkg version -q
- Update libfetch to the latest version from head
- Debug mode is now verbose when fetching
- Fix segfault with empty HTTP_USER_AGENT
- Fix segfault when parsing invalid URL
- Fix build on OS X
- Better error reporint on issue during pkg create
Note that this release will be merged to quarterly branch in 10 days |
23 Nov 2015 21:56:14
1.6.2

|
bapt  |
Update to 1.6.2
Changes:
- Fix cross building
- Improved zsh completion
- Improved error messages
- Improved documentation
- Bug fixes in the solver
- Allow to specify repositories directly via pkg.conf
- Allow multiple version of the same package in a repository
- Fix ipv6 testing in configuration |
31 Oct 2015 15:13:01
1.6.1_2

|
bapt  |
Seems like there is no place for humour :(
Requested by: many |
20 Oct 2015 16:04:34
1.6.1_1

|
zi  |
- Add bapt-get symlink
- Bump PORTREVISION
Approved by: portmgr (bapt) |
27 Sep 2015 19:39:24
1.6.1

|
bapt  |
Release pkg 1.6.1
Changes:
- Fix a regression in performance when listing files [1]
- Remove references to EOLed FreeBSD version in manpages |
25 Sep 2015 23:14:18
1.6.0

|
bapt  |
Release pkg-1.6.0
Changes since pkg-1.5 series
- 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
- Document @{pre,post}[un]exec in plist added in pkg 1.5 |
17 Aug 2015 14:20:41
1.5.6

|
mat  |
Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336 |
11 Aug 2015 22:00:43
1.5.6

|
bapt  |
Update to pkg 1.5.6
Changes:
- Incorporate in sources the patch for expat CVE-2015-1283
Note that pkg is not vulnerable because it does not use the patched function
- improvements in pkg check manpage
- fix format specifier in libpkg's pkg_vets |
14 Jul 2015 14:04:19
1.5.5

|
bapt  |
Release pkg 1.5.5
Changes:
- Manpages updates
- Add a random delay to pkg-audit when invoked without a TTY
- Update zsh completion
- Add a new AUTOCLEAN option to automatically clean the cache directory
- Don't attempt to set file ownership when INSTALL_AS_USER is set
- Add a new configuration item to define custom HTTP User-Agent
- Fix an integer overflow when displaying package size for packages larger than
2GiB. |
11 Jun 2015 13:58:08
1.5.4

|
bapt  |
Update to 1.5.4
Changes:
- Fix partial upgrades
- pkg create -v now ticks (print does on a regular basis) if not on a tty
- Fix vuxml url in sample configuration
- zsh completion improvements |
30 May 2015 09:01:36
1.5.3

|
bapt  |
Update to 1.5.3
Changes:
- Updates in manpages
- Improved support for --quiet everywhere
- Keep 7 (by default) days (rotation) of backups of the database
- Prune old style backups entirely
- Do not pushed in shlibs required any library we can find in the list of files
owned by the package |
07 May 2015 22:50:52
1.5.2

|
bapt  |
Update to 1.5.2
Changes:
- Documentation updates
- Make pkg alias -l respect quiet
- Reinstall packages if shlib provided has changed
- Do not expose shlibs without SONAME as provided libs
- Fix pkg audit -r formatting
- Stop elf analysis sooner if not operating on an elf file
- Fix checking signatures on arm |
16 Apr 2015 15:28:37
1.5.1

|
bapt  |
Update to 1.5.1
Changes:
- Fix pkg ssh://
- Fix a missing '\n' in pkg audit
- Fix compat at functions to not mess up with cwd |
14 Apr 2015 21:32:00
1.5.0

|
marino  |
ports-mgmt/pkg: Regenerate EXTRA_PATCHES (unbreaks DragonFly)
The patch target will fail if EXTRA_PATCHES is defined, but it is
only defined on DragonFly (change is no-op for FreeBSD)
Approved by: Just fix it |
14 Apr 2015 20:58:27
1.5.0

|
bdrewery  |
Let WITH_CCACHE_BUILD work on the pkg port that is not PKG_ORIGIN.
For example, if ports-mgmt/pkg is PKG_ORIGIN then it is safe to use
ccache for ports-mgmt/pkg-devel. |
14 Apr 2015 19:07:53
1.5.0

|
bapt  |
Update to 1.5.0
Changes since pkg 1.4.0:
- Initial provides/requires support
- Lots of new regression tests have been added
- Initial support for OS X
- Initial support for NetBSD/EdgeBSD
- Update most of the bundled third party software has been updated to their
latest version
- Improve the messages reported by pkg
- Properly support file flags
- Implement argument support for custom keywords
- Extend setting credential via plist to allow to set file flags
- Make credential syntax via plist more flexible allow to only defines the first
- pkg updating now supports case insensitive matching
- pkg create now support a verbose mode (Only the first 15 lines of the commit message are shown above ) |
25 Mar 2015 15:48:14
1.4.12

|
bapt  |
Pass maintainership to pkg@ |