Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.10.5_1 22 May 2018 09:34:12
  |
amdmi3  |
- Update WWW
Approved by: portmgr blanket |
1.10.5_1 09 May 2018 16:00:37
  |
brd  |
Apply patch for a segfault on upgrade
https://github.com/freebsd/pkg/issues/1663
Approved by: bapt |
1.10.5 15 Feb 2018 00:14:50
  |
brd  |
Update pkg to 1.10.5
PR: 225104
Reviewed by: bdrewery |
1.10.4 06 Feb 2018 14:13:35
  |
swills  |
Don't use pkg-static when cross building
PR: 224217
Submitted by: nwhitehorn
Approved by: bapt |
1.10.4 06 Jan 2018 23:50:22
  |
bapt  |
Update to 1.10.4
- Fix progression display
- Parse FreeBSD OS version and forbid to install too new packages |
1.10.3_1 05 Dec 2017 16:22:01
  |
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) |
1.10.3 04 Dec 2017 21:32:01
  |
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 |
1.10.2_1 01 Dec 2017 14:10:54
  |
bapt  |
Add patches from git to handle pkg version with newly flavoured ports tree |
1.10.2 15 Nov 2017 10:04:54
  |
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 |
1.10.1 15 Oct 2017 14:05:04
  |
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 |
1.10.1 26 Mar 2017 21:25:47
  |
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 |
1.10.0_2 27 Feb 2017 14:32:37
  |
bapt  |
Fix signing_command something saving a truncated signature in the file
as a result pkg will reject any repository signed |
1.10.0_1 25 Feb 2017 12:28:49
  |
bapt  |
Allow per repo environment variable to be set for
every kind of repositories
Reported by: kib
Tested by: kib |
1.10.0 24 Feb 2017 22:55:52
  |
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 ) |
1.9.4_1 03 Jan 2017 20:38:47
  |
zi  |
- Instruct portscout to ignore these |
1.9.4_1 25 Dec 2016 15:15:38
  |
bapt  |
Fix file descriptor leak that might lead to errors on packages with lots of
files
PR: 215544
Submitted by: pasokondokoro@gmail.com |
1.9.4 08 Dec 2016 09:27:05
  |
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] |
1.9.3 03 Nov 2016 22:20:08
  |
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 |
1.9.2 29 Oct 2016 09:01:16
  |
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 |
1.9.1 16 Oct 2016 14:55:49
  |
bapt  |
Release 1.9.1
- fix a fd leak on freebsd <11
Reported by: mat
Tested by: mat |
1.9.0 15 Oct 2016 21:26:18
  |
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? |
1.8.7_3 14 Sep 2016 23:41:39
  |
bdrewery  |
Force a rebuild to bring in libarchive fixes from head r305819.
MFH: 2016Q3 |
1.8.7_2 13 Sep 2016 20:29:55
  |
bapt  |
Add javavmwrapper 2.5_1 to the list of buggy scripts |
1.8.7_1 31 Jul 2016 11:52:22
  |
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 |
1.8.7 05 Jul 2016 15:15:52
  |
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 |
1.8.6 25 Jun 2016 11:48:14
  |
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 |
1.8.5_1 12 Jun 2016 22:41:04
  |
bapt  |
Fix pkg upgrade -f |
1.8.5 09 Jun 2016 21:21:03
  |
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 |
1.8.4_1 08 Jun 2016 14:04:50
  |
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). |
1.8.4 05 Jun 2016 09:08:50
  |
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 |
1.8.3 23 May 2016 18:11:30
  |
bapt  |
Update to 1.8.3
Changes:
- upgrading/reinstall packages also need to not check the result of the
predeinstall script :( |
1.8.2 23 May 2016 12:25:30
  |
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 |
1.8.1 23 May 2016 09:53:15
  |
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 :() |
1.8.0 22 May 2016 15:12:16
  |
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 |
1.7.2 06 Apr 2016 07:06:24
  |
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) |
1.7.1 02 Apr 2016 12:51:08
  |
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 |
1.7.0 01 Apr 2016 22:24:57
  |
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 |
1.6.4_1 25 Feb 2016 22:35:10
  |
bdrewery  |
Add missing patch for r409562 |
1.6.4_1 25 Feb 2016 21:49:34
  |
bapt  |
Add a patch to fix hardlink installation
pkg 1.6.5 is on its way but requires more testing |
1.6.4 10 Feb 2016 23:27:17
  |
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 |
1.6.3 26 Jan 2016 23:44:58
  |
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 |
1.6.2 23 Nov 2015 21:56:14
  |
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 |
1.6.1_2 31 Oct 2015 15:13:01
  |
bapt  |
Seems like there is no place for humour :(
Requested by: many |
1.6.1_1 20 Oct 2015 16:04:34
  |
zi  |
- Add bapt-get symlink
- Bump PORTREVISION
Approved by: portmgr (bapt) |
1.6.1 27 Sep 2015 19:39:24
  |
bapt  |
Release pkg 1.6.1
Changes:
- Fix a regression in performance when listing files [1]
- Remove references to EOLed FreeBSD version in manpages |
1.6.0 25 Sep 2015 23:14:18
  |
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 |
1.5.6 17 Aug 2015 14:20:41
  |
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 |
1.5.6 11 Aug 2015 22:00:43
  |
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 |
1.5.5 14 Jul 2015 14:04:19
  |
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. |
1.5.4 11 Jun 2015 13:58:08
  |
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 |
1.5.3 30 May 2015 09:01:36
  |
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 |
1.5.2 07 May 2015 22:50:52
  |
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 |
1.5.1 16 Apr 2015 15:28:37
  |
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 |
1.5.0 14 Apr 2015 21:32:00
  |
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 |
1.5.0 14 Apr 2015 20:58:27
  |
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. |
1.5.0 14 Apr 2015 19:07:53
  |
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 ) |
1.4.12 25 Mar 2015 15:48:14
  |
bapt  |
Pass maintainership to pkg@ |
1.4.12 13 Feb 2015 19:45:44
  |
bapt  |
Release pkg 1.4.12:
- Fix a bug that can generate an unlinkat issue on dragonfly |
1.4.11 11 Feb 2015 21:44:48
  |
bapt  |
Release 1.4.11
Changes:
- show repository priority in pkg -vv
- document pkg_repo_priority() in pkg_repos(3)
- fix a bug handling chflags on systems without chflagsat reported on dfly but
might also affect FreeBSD 8 and 9 even if no bugs were reported yet [1]
[1] Special thanks goes to Dillon for removing the dirt our of my eyes and
spotting the bug, Antonio Huete Jimenez (tuxillo) for testing and tracking the
bug since it has been spotted on dragonfly |
1.4.10 05 Feb 2015 10:24:51
  |
bapt  |
Update to 1.4.10 and 1.4.99.10
- Fix a regression causing bus error
Reported by: marino |
1.4.9 04 Feb 2015 22:38:01
  |
bapt  |
Update pkg to 1.4.9
Update pkg-devel to 1.4.99.9
Changes:
- Fix regression introduced in 1.4.8 [1]
- Document pkg set -n
- add pkg alias
Reported by: mandree [1] |
1.4.8 04 Feb 2015 20:48:34
  |
bapt  |
Update to 1.4.8
Changes:
- Tons of resources leak plugged (thanks coverity)
- Fix size calculation output
- Fix 'pkg add -M -'
- Update libucl to latest version
- Improve documentation |
1.4.7 23 Jan 2015 15:57:20
  |
bapt  |
Release 1.4.7:
Changes:
- pkg updating now support case insensitive matching
- pkg_printf(3) support %x (so print the size of the package tarball)
- Use SI symbols (MiB instead of MB)
- When using procctl on an older kernel that does not implement the reaper
functionnality, be explicit about the failing syscall.
- Lofs of fixes on the chflags handling |
1.4.6 17 Jan 2015 17:43:17
  |
bapt  |
Release 1.4.6
Fix a last minute regression |
1.4.5 17 Jan 2015 16:48:41
  |
bapt  |
Release 1.4.5
Changes:
- Enforce a bit more pkgname a unicity identifier
- Fix regression on pkg query with multiline
- Fix sql error on some pkg query
- Stop again caching files for file:/// repos
- Do not trust libarchive to apply modes
- Accept tar files in repositories
- Handle chflags
- Some updates in documentation |
1.4.4 02 Jan 2015 15:09:08
  |
bapt  |
Release 1.4.4
Changes:
- Remove lots of dead code
- Fix pkg stat reporting the size of remote repositories
- Remove execinfo dependency
- Fix pkg check with no active remote db
- Remove outdated example from manpages
- More accurate error messages in pkg check
- Use the new procctl(2) features when possible to prevent script from spawning
daemons
- More fixes in integrity check
- Improvements in zsh completion |
1.4.3 29 Dec 2014 20:14:50
  |
bapt  |
Update to 1.4.3 and 1.4.99.3
Changes:
- Fix integrity check in multi repository
- Document CONSERVATIVE_UPGRADE
- Document repository priority
- Do not duplicate replacement request |
1.4.2 27 Dec 2014 11:22:30
  |
bapt  |
Update pkg to 1.4.2 and pkg-devel to 1.4.99.2:
Changes:
- Fix applying proper modes on directories on some corner cases (fixes pkg
install mailman)
- Do not display pkg-message is pkg register fails
- During removal, if a directory was already removed by a bogus script, continue
removing parents.
Changes specific to -devel:
- pkg -d now set DEBUG_LEVEL -d == DEBUG_LEVEL=1 -dd == 2 etc |
1.4.1 22 Dec 2014 19:57:54
  |
bapt  |
Release pkg 1.4.1 and 1.4.99.1
Changes:
- Manpages updates
- Fix directory removal guard
- Fix loading of files from packages
- Add new CONSERVATIVE_UPGRADE option to enforce keeping package from the
repository they were installed from
- Add priority support for multi repository
While this version improves a lot multi repo support please note that there is a
known bug resulting in failures during integrity checking, resulting in some
operations may have to be run twice we are investigating a fix |
1.4.0 21 Dec 2014 23:40:21
  |
bapt  |
Remove useless USES
Reported by: Oliver Pinter |
1.4.0 09 Dec 2014 14:50:08
  |
bapt  |
Disable Werror to calm down gcc |
1.4.0 09 Dec 2014 14:22:11
  |
bapt  |
Update pkg to 1.4.0
Update pkg-devel to 1.4.99.0 (aka 1.5 pre-alpha0)
Changes since pkg 1.3.0:
Changes you can expect in pkg 1.4 are the following:
- Loads of bug fixes
- Stricter checking of the path passed via the plist
- Removal of the bundled libyaml
- new --raw-format to chose the output format for info -R and search -R
- ABI (for freebsd, unchanged for dragonfly) is now follwing MACHINE_ARCH
(freebsd:10:x86:64 become FreeBSD:10:amd64) the old ABI is available as a
fallback in ALTABI
- pkg check now support a quiet mode
- new 3 way merge code ("stolen" from the fossil-scm) to allow automerging
configuration files
- new @config keyword to mark a file as a config file (during (Only the first 15 lines of the commit message are shown above ) |
1.3.8_3 07 Oct 2014 06:53:49
  |
bapt  |
Fix a regression that made some plist errors non fatal
Reported by: antoine |
1.3.8_2 26 Sep 2014 13:14:21
  |
bapt  |
Fix an important regresion preventing pkg2ng to work properly
Reported by: roberto
Tested by: roberto |
1.3.8_1 26 Sep 2014 01:14:15
  |
bdrewery  |
Add a way to work around the pkg2ng gate for now.
With hat: portmgr |
1.3.8_1 24 Sep 2014 18:35:28
  |
bdrewery  |
- Fix crash when overriding repo configs.
PR: 193890
Reported by: Nikolai Lifanov
With hat: portmgr
Pointyhat to: bdrewery |
1.3.8 22 Sep 2014 05:47:33
  |
bapt  |
Update to 1.3.8 Changes:
- Plist parser do not accept modes like o+w g+s u+r
- @owner/@group with no argument reset the default ownership to root/wheel
- Plug regression tests into the release mechanism as mandatory
- Allow url in repository configuration to be overriden by another configuration
file
- If one of -P, -I or -R is not explicitly given on the command line do not emit
error messages while searching for a mechanism to find data about the latest
available ports.
- External keywords can now take arguments
- Directories under PREFIX are automatically handled and removed if needed
- MTREE are not packaged anymore neither extracted on final installation
- OS major checking (to determine if pkg is running on an upgraded base system)
uses the same mechanism as ABI detection instead of relying on UNAME_r which
can have false positivie on jails (Only the first 15 lines of the commit message are shown above ) |
1.3.7 18 Sep 2014 13:05:50
  |
bapt  |
Add a minimal version testing for the installed pkg to enforce people to go to
the latest version
Set minimal version to 1.3.7 for now
Differential Revision: D723
Reviewed by: bdrewery |
1.3.7 01 Sep 2014 13:03:25
  |
bapt  |
Remove support for pkg_install
Merge back bsd.pkgng.mk into bsd.port.mk
Add a note about @stopdaemon not being supported anymore
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D693 |
1.3.7 26 Aug 2014 23:12:11
  |
bdrewery  |
- Update to 1.3.7
Please note announcement for special instructions at:
http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000086.html
- Users need to run 'pkg check -Ba' after upgrading to pkg-1.3.7 and before
updating any other packages. This avoids needing to reinstall anything
not needed due to changed shlibs.
- People building packages for serving to other systems need to rebuild
all packages with 1.3.7.
Changes:
* Test suite fixes
* Documentation updates
* pkg-rquery(8): Add a pointer to EXAMPLES in pkg-query(8)
* If opening the db in READ_ONLY give a warning if it is missing
* Give advice on how to recreate the database if auto-updating was skipped (Only the first 15 lines of the commit message are shown above ) |
1.3.6 12 Aug 2014 17:31:09
  |
bdrewery  |
- Update to 1.3.6
Changes:
* Fix bringing in i386-wine* as a dependency (requires rebuilding
the wine package). This is fixed, for now, by not considering
shlibs as provided by a package if they do not match the target
architecture. (#922)
!!! You should delete the i386-wine and i386-wine-devel !!!
!!! packages from your repository so they rebuild. !!!
!!! Bumping of PORTREVISION is pending due to the !!!
!!! nature of these ports. !!!
* Fix auto reinstallation of packages when shlibs/dependencies
change. This will force a 'pkg update' to run to rebuild
the local repository. Using -U will not work until this is
done. (#933) (Only the first 15 lines of the commit message are shown above ) |
1.3.5.1 05 Aug 2014 20:42:11
  |
bapt  |
Update to 1.3.5.1
- Fix units propagation and conflicts.
- Add a convenience new configure option to avoid configure to try to find
autoconf |
1.3.5 05 Aug 2014 14:56:44
  |
bapt  |
Update to 1.3.5
Changes:
- Fix progress bars when not in a tty to give output
- Dragonfly fixes
- Multiple fixes in @keywords(user,group,mode) support
- Important fixes in repo incremental updates
- Fix pkg audit not returning an error in case of vulneraibilities found (making
periodic script not working)
- Ignore sigpipe
- Make the read lock now no op
- Directories can be listed in the plist like files they will be considered like
@dirrmtry
- Very important refactor and fixes in the solver making the whole code more
manageable:
- This fixes multirepo support
- Fixes missed upgrades
- Fix pkg rquery -e with complex (%#r for example) queries
- Fix pkg upgrade -f |
1.3.4 01 Aug 2014 15:05:22
  |
bapt  |
Update to 1.3.4
Changes:
- Fix repo database manipulation on FS with no proper locking mechanism
- Fix regression where options have "true" value instead of "on"
- Prevent early destruction of a repo
- Workaround new nginx behaviour of if_modified_since
- Fix pkg set -o
- Improve some error messages
- Do not fallback on yaml anymore to parse new keywords |
1.3.3 01 Aug 2014 14:34:35
  |
bapt  |
Make sure to only use the generated pkg to register the new pkg |
1.3.3 29 Jul 2014 17:19:38
  |
bapt  |
Update to 1.3.3
Changes:
- Always use bundled libsbuf
- Make pkg help aware of aliases
- Add more debug info
- Yet another fix for pkg repo
- Fix some size to chase ucl changes
- Fix a bug if one if creating a package and a directory of that name exists
- Fix plist whitspace trimming
- Fix pkg_env
- Fix pkg ssh
- Allow pkg ssh server to serve poudriere made repositories
- Fix again pkg install -A |
1.3.2 27 Jul 2014 23:30:11
  |
bapt  |
Update to 1.3.2
Changes:
- Import fixes from libucl (fixes memory corruption with pkg.conf)
- Fix memory corruption when reinstalling packages
- Rework pkg repo process distribution |
1.3.1_1 27 Jul 2014 15:33:13
  |
az  |
Fix reading pkg.conf (this will prevent pkg from segfault)
Approved by: bapt@ (portmrg@) |
1.3.1 26 Jul 2014 23:08:05
  |
bapt  |
Update to 1.3.1
Changes:
- Add a WORKERS_COUNT option to limit the number of workers used during pkg repo
- Fix pkg repo hanging on FreeBSD 8 and 9
- Fix migration of local database from 1.2 to 1.3 which was resetting the
installation time
- Print the repository in search informations
- Ignore meta file when rebuilding a repository
- Lots of fixes in libucl
- Fix pkg info -R to generate a valid yaml
- Accept empty pkg.conf files
- Accept empty repository configuration files
- Fix pkg.conf reading so keys are now case insensitive again
- Blog sigalarn when reading passphrase allowing to sign packages with a
passphrase protected key
- Install again zsh completion as _pkg instead of _pkg.zsh
- Rework the upgrade/install procedure so it doesn't leave files behind anymore
and properly runs scripts
- Install periodic scripts with an executable bit
- Speed up pkg version without INDEX
- Preserve automatic flag on forced upgrade/reinstall
- Fix memory corruption on reinstall |
1.3.0 23 Jul 2014 16:49:42
  |
danfe  |
Fix the build on PowerPC: apparently it declares that it has atomic builtins,
but GCC 4.2 bombs with internal compiler error (= unrecognizable instruction)
when compiling libucl/src/ucl_util.c.
Approved by: bapt (portmgr, maintainer) |
1.3.0 23 Jul 2014 14:22:09
  |
bapt  |
Update to 1.3.0
Since pkg 1.2:
- 373 files changed, 66973 insertions(+), 38512 deletions(-)
- 29 differents contributors
- Merge of one of the 2013 Summer of code project
Changelog:
- New solver that can support external solvers using the CUDF format and the
internal SAT solver
- pkg-ssh(8) is now sandboxed with capsicum if it is available
- pkg-ssh(8) now uses poll(2)
- Remove StringList usage to improve portability
- Rework the build system to use autotools to help portability
- Now fetching is done to a temporary location and cleaned up if it fails (Only the first 15 lines of the commit message are shown above ) |
1.2.7_4 04 Jul 2014 20:08:12
  |
bdrewery  |
- Fix pkg-rquery -I to have all expected output.
Obtained from: upstream 29c9c84e0e11c2c182a8d79634344e57bf2575f1
With hat: portmgr
Reported by: dteske |
1.2.7_3 11 Jun 2014 15:04:36
  |
bapt  |
Add a version script to only public expose public function in libpkg
PR: 190742
Submitted by: feld
With help from: jilles |
1.2.7_2 30 May 2014 15:30:32
  |
bdrewery  |
- Fix build with upcoming default -fPIE in head
pkg 1.3 deals with this better. |
1.2.7_2 29 May 2014 06:24:09
  |
antoine  |
Fix packaging on head, .MAKE.FreeBSD_UL has been retired from bmake
With hat: portmgr |
1.2.7_2 03 Apr 2014 13:30:39
  |
bapt  |
Add the ability to specifiy the file where the ABI string will be determined
from |
1.2.7_1 01 Apr 2014 18:34:03
  |
antoine  |
Detect invalid packages that list directories as a file in plist
Exp-run by: bdrewery
With hat: portmgr |
1.2.7 15 Mar 2014 23:41:54
  |
bdrewery  |
- Update to 1.2.7
Changes:
- Only fallback to YAML if UCL parsing fails
- pkg2ng: Hide warnings about @mtree, @stopdaemon, @comment
@display and @conflicts
- Fix escaping issues with COMMENT
- pkg add: Fix -A to properly mark package as automatic
- pkg2ng: Fix over NFS
- pkg2ng: Show message while analyzing shared libraries |
1.2.6 24 Feb 2014 10:56:35
  |
bapt  |
Update comment and description for pkg(8)
it is not new generation anymore and it is the current package tool
While here remove "for FreeBSD" as it also works on other OSes
Reported by: peter |
1.2.6 01 Feb 2014 21:12:47
  |
bdrewery  |
- 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+ (Only the first 15 lines of the commit message are shown above ) |