notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
After the ports freeze to fix some stuff, the freeze is over. I have some work to do before FreshPorts can start processing commits again before it can start processing again. I've created an issue for that.
non port: ports-mgmt/pkg-devel/Makefile

Number of commits found: 345 (showing only 100 on this page)

«  1 | 2 | 3 | 4  »  

Sunday, 30 Aug 2015
18:23 bapt search for other commits by this committer
Update to 1.5.99.11
Changes:
- Fix 3 way merge
- Properly apply credentials on merged files (@config)
Original commitRevision:395633 
Saturday, 29 Aug 2015
23:26 bapt search for other commits by this committer
Update to 1.5.99.10
Changes:
Fix signature pubkey which was:
1/ broken
2/ backward incompatible.
Allow to not use ldns on Linux
Improve build on linux
Fix corruption on @config files
Fix @config files extraction when parent directories does not exists
Original commitRevision:395578 
Wednesday, 19 Aug 2015
15:35 bapt search for other commits by this committer
1.5.99.9
Changes:
- Allow to emit dot graphs from the solver (-o DOT_FILE=afile)
- Update bundled libucl
- Fix bus error intorduced in 1.5.99.8
- Fix forward compatibility
Original commitRevision:394795 
Tuesday, 18 Aug 2015
09:53 bapt search for other commits by this committer
Update to 1.5.99.8
Changes:
- Fix endless cycle of reinstall/deinstall of packages
- Reduce a bit memory usage
- New context aware messages (only show a message depending on where you are
upgrading from)
- Fix a bug about pkg messages not being properly decoded
- Reduce code duplication
Original commitRevision:394565 
Monday, 17 Aug 2015
14:20 mat search for other commits by this committer
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
Original commitRevision:394508 
Tuesday, 11 Aug 2015
22:25 bapt search for other commits by this committer
Update to 1.5.99.7
Changes:
- Use mmap with sqlite during pkg update
- Fix pkg query humanized output
- Improvement in pkg check manpage
- Lots of improvements in the solver
- Improve Linux support
- Fix CVE-2015-1283 in bundle expat

Note that this release does not pass 100% of the regression tests due to a known
cosmetic issue.
Original commitRevision:393982 
Tuesday, 14 Jul 2015
14:36 bapt search for other commits by this committer
Update to 1.5.99.6
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.
- Initial support for flexible dependencies
- Allow to specify dependencies without hardcoded versions
Original commitRevision:392006 
Saturday, 6 Jun 2015
20:11 bapt search for other commits by this committer
Update to 1.5.99.5
Changes:
- Progress is not printing dots on the fly when stdout is not a tty
- Fix partial upgrades
- Fix url in pkg.conf.sample about vuxml
- Improve zsh completion
Original commitRevision:388683 
Saturday, 30 May 2015
12:03 bapt search for other commits by this committer
Update to 1.5.99.4
Changes:
- fix signature checking
Original commitRevision:387929 
09:00 bapt search for other commits by this committer
Remove outdated mirrors
Original commitRevision:387920 
08:52 bapt search for other commits by this committer
Update to 1.5.99.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
- Code cleanup
- Deduplication of the checksum related part of the code
- New checksum serialization format for files allowing to change the checksum
  algorihtm (fully backward compatible) for now sha256 and blake2b are supported
- pkg check -d now knows about provides/requires
- Do not pushed in shlibs required any library we can find in the list of files
  owned by the package
Original commitRevision:387919 
Thursday, 7 May 2015
22:45 bapt search for other commits by this committer
Update to 1.5.99.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
- Update sqlite to 3.8.9
- Add linenoise to have editing capabilities with pkg shell
- Fix pkg audit -r formatting
- Stop elf analysis sooner if not operating on an elf file
- Fix checking signatures on arm
Original commitRevision:385707 
Thursday, 16 Apr 2015
15:25 bapt search for other commits by this committer
Update to 1.5.99.1
Changes:
- Fix pkg ssh://
- Fix a missing '\n' in pkg audit
- Fix compat at functions to not mess up with cwd
Original commitRevision:384114 
Tuesday, 14 Apr 2015
20:58 bdrewery search for other commits by this committer
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.
Original commitRevision:384027 
18:59 bapt search for other commits by this committer
Update to 1.5.99.0 aka (1.5.0 but from master branch)
Changes:
- Fix pkg query -e "%#0"
- Add some test for pkg query
- Add some tests for pkg repo
- pkg repo now follows symlinks and skip Latest
- Bunch of documentation updates
Original commitRevision:384017 
Saturday, 11 Apr 2015
13:30 bapt search for other commits by this committer
Update to 1.4.99.20 aka pkg 1.5.0 rc2
Changes:
- Print notice to stdout
- Prevent pkg-static from trying to load plugins
- Bring back displaying of download size
- pkg shlib now support -q (quiet)
- Accept symlinks in pkg repo and ignore directories named (Latest or hidden:
starting with a .)
Original commitRevision:383801 
Tuesday, 7 Apr 2015
12:09 bapt search for other commits by this committer
Update to 1.4.99.19 aka 1.5.0-rc1
Changes:
- Activate CONSERVATIVE_UPGRADE by default (by popular demand)
- Add -l to pkg alias
- Small improvements on zsh completion
- Add some new popular aliases to the sample pkg.conf
Original commitRevision:383501 
Friday, 3 Apr 2015
20:03 bapt search for other commits by this committer
Update to 1.44.99.18
Changes:
- Add the user_version in the sql dump
- Fix pkg version when checking the ports tree without INDEX
- Make pkg lock -l respect -q
- Fix ipv6
- Add noauto alias
- Make lead alias more accurate
- New pkg lock --has-locked-packages (return 0 if it has locked packages 1
otherwise)
- Resume fetch support for http/ftp
Original commitRevision:383172 
Thursday, 2 Apr 2015
18:14 bapt search for other commits by this committer
Update to pkg 1.4.99.17 (pkg 1.5.0 beta2)
Changes:
- Allow processing of Transfer-Encoding: chunked responses. when fetch a package
- Only consider compatible ABI when processing shlibs provides/requires
- Ensure to first satisfy requires on packages already in universe before trying
  add new ones into the universe
Original commitRevision:383033 
Tuesday, 31 Mar 2015
18:28 bapt search for other commits by this committer
Update to 1.4.99.16 aka pkg 1.5.0 beta1
Changes:
- Important fixes on provides/requires (now we can solve situation like php
upgrades with modification in the ports tree to set the provides/requires)
Original commitRevision:382857 
Saturday, 28 Mar 2015
01:58 bapt search for other commits by this committer
Update to 1.4.99.15 aka pkg 1.5.0 alpha2
Changes:
- stop spamming users about false libraries not found when creating a package
- do not consider local files when evaluation the pkg delete arguments
- be more precise about the reasons of a dependency change
- give informations about abi changes
- give informations about options changes
- fix conflicts handling in multi repository mode
Original commitRevision:382446 
Wednesday, 18 Mar 2015
19:08 bapt search for other commits by this committer
Update to 1.4.99.14 aka 1.5.0 alpha1
Changes:
- More fixes on pkg lock/unlock on 32bits
- Initial support for provides/requires
- Print which package is the reason for direct depend change
- Cleanup regression tests
- Allow pkg create -M ./plop.ucl -p ./plop.plist
- Deprecate --relocate
- add pkg -r <rootdir> option to allow easy cross installation
- export PKG_ROOTDIR in script to ease cross installation friendly scripts
Original commitRevision:381573 
Saturday, 7 Mar 2015
00:02 bapt search for other commits by this committer
Release 1.4.99.13
Changes:
- Add examples about annotations
- Make the public API c++ friendly
- Fix bug in solver found by the ruby 2.1 upgrade: puppet getting removed when
  it should not
Original commitRevision:380656 
Sunday, 1 Mar 2015
01:41 bapt search for other commits by this committer
Release 1.4.99.12
Changes:
- New option DEFAULT_ALWAYS_YES to have pkg defaulting on Yes for all questions
- Cleanup some internal APIs
- 37 more regression tests
- Improved support for NetBSD
- Fix return code of pkg lock -l
- Fix documentation about the default location for keywords
- Mark @ignore as deprecated
- Add more flexibility to keyword credentials:
  * Now accept mini version of arguments: @(owner) or @(,group)
  * All arguments after 4th arguments is now considered as file flags
- Allow custom (UCL) keywords to have arguments, this will split the line after
  the keywords line any command line arguments.
- Improve report from error when parsing the plist lines to format the '%' keys
- Reduce memory usage in lot of operations
- Speed up lot of operations
- Update bundled libelf
- Add support for aarch64
- Fix pkg audit -r printing twice the CVE entry
- Fix pkg audit -r not finding reverse dependencies
- Fix dynamic conflicts (was only broken in devel branches not releases)
- Fix pkg lock on 32bits
- Cleanup pkg alias: Show errors in stderr, Support -q (quiet)
- Fix parsing key/value list from env
- Fix annotate --show --all
- Make sure the kernel allows PROCCTL_REAP_ACQUIRE.
Original commitRevision:380170 
Wednesday, 11 Feb 2015
21:46 bapt search for other commits by this committer
Release 1.4.99.11
Changes:
- connect pkg alias to the build
- add pkg create -v and PKG_CREATE_VERBOSE in pkg.conf to get verbose package
  creation
- 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
Original commitRevision:378857 
Thursday, 5 Feb 2015
10:24 bapt search for other commits by this committer
Update to 1.4.10 and 1.4.99.10
- Fix a regression causing bus error

Reported by:	marino
Original commitRevision:378450 
Wednesday, 4 Feb 2015
22:38 bapt search for other commits by this committer
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]
Original commitRevision:378425 
20:51 bapt search for other commits by this committer
Update to 1.4.99.8
Changes:
- Tons of resources leak plugged (thanks coverity)
- Fix size calculation output
- Fix 'pkg add -M -'
- Update libucl to latest version
- Improve documentation
- Make pkg create more verbose
- Add -q|--quiet option to pkg create
- Add a new pkg alias subcommand
- Update sqlite to 3.8.8.2
- Update libucl to 0.7.2
Original commitRevision:378419 
Friday, 23 Jan 2015
16:04 bapt search for other commits by this committer
Update to 1.4.99.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.
- Lots of fixes on the chflags handling
- Emit names in cudf instead of origins
Original commitRevision:377748 
Saturday, 17 Jan 2015
17:47 bapt search for other commits by this committer
Update to 1.4.99.6
Fix last minute regression
Original commitRevision:377243 
16:51 bapt search for other commits by this committer
Update to 1.4.99.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
- update sqlite to 3.8.8 (small performances improvements and bug memory usage
reduction)
Original commitRevision:377238 
Friday, 2 Jan 2015
15:19 bapt search for other commits by this committer
Update to 1.4.99.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
  - Initial support for OSX (passes all regression tests)
  - Initial support for Linux (early)
  - Update libucl to 0.7.1
  - Bundle libfetch (to simplify porting as well as providing latest
improvements to all FreeBSD version)
  - Support blake2b digests
Original commitRevision:376052 
Monday, 29 Dec 2014
20:14 bapt search for other commits by this committer
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
Original commitRevision:375800 
Saturday, 27 Dec 2014
11:22 bapt search for other commits by this committer
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
Original commitRevision:375678 
Monday, 22 Dec 2014
19:57 bapt search for other commits by this committer
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
Original commitRevision:375263 
Tuesday, 9 Dec 2014
14:50 bapt search for other commits by this committer
Disable Werror to calm down gcc
Original commitRevision:374399 
14:22 bapt search for other commits by this committer
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
  upgrade/reinstallation it will try to merge the configuration with the one the
  user may have modified) an option AUTOMERGE is available to prevent
  automerging if automerge fails a .pkgnew file will be created along with the
  untouched user version of the configuration
- The update procedure has been improved and speed up a lot (in particular for
  machine with low resources)
- The unique identifier has been modified to be pkgname meaning now ports can be
  moved in new categories without having to be considered a different package
- Only libraries starting by lib* are added to the provided libraries
- General speed up of all operations
- pkg set gain a -n option (equivalent to -o but works on name rather than
origin)
- pkg set -o now considered deprecated
- pkg version accept '?' and '!' in pkg version limchar
Original commitRevision:374397 
Monday, 8 Dec 2014
14:48 bapt search for other commits by this committer
Update to 1.4.0 rc3
Changes:
- More fixes to pkg fetch -o
- Fix pkg delete removing too many directories
- new pkg set -n (to change names) equivalent of pkg set -o
- Run pkg set -n and -o understand transaction to speed up
- Allow @dir to be a symlink
Original commitRevision:374270 
Saturday, 6 Dec 2014
11:45 bapt search for other commits by this committer
Update to 1.4.0 rc2
Changes:
- Important bug fix in the solver in case an explicit conflict has been
  discovered in that case the solve should delete the old version then
  install the new version when it was deleting the old version then upgrading \
  to the new version
- Small cosmetic fix
Original commitRevision:374099 
Friday, 5 Dec 2014
17:48 bapt search for other commits by this committer
Update to 1.4.0 rc1
Changes:
- Print orphaned packages in pkg version when comparing with the INDEX file
- Fix pkg upgrade leaving directories behind
- Plug memory leaks when parsing plists
- Remove some dead code
- Improve documentation
- file:// repository files are now fetched again into the cache to avoid
  problems in integrity check
- The repository configuration files are now load in alpha order
- When upgrading from a database with duplicated package names arbitrary rename
them
- Fix pkg fetch -o
- Fix return code when pkg fetch fails
Original commitRevision:374065 
Wednesday, 19 Nov 2014
07:28 bapt search for other commits by this committer
Update to 1.4.0.b2
- more fixes to multi repo
- fix pkg autoremove recursivity
Original commitRevision:372763 
Tuesday, 18 Nov 2014
14:00 bapt search for other commits by this committer
Update to 1.4.0.b1
Changes:
- Lots of documentation fixes
- Lots of typos fixes in messages
- Fix UI when a package is going to be downgraded
- Cleanup is internal functions (removing useless accessors)
- Do not allow to create packages in old format anymore (it was broken anyway)
- allow ? and ! in pkg version limchar
- New configuration option VERSION_SOURCE (to the version used to read INDEX)
- Really fix multirepo (hopefully)
Original commitRevision:372720 
Thursday, 30 Oct 2014
14:41 bapt search for other commits by this committer
Update to 1.4.0.a4
Changes:
- Reinstall packages if one of its dependency have change
  While hackish this allows seamless upgrade of perl5 and ruby2
- Fix pkg audit as used from ports
- Reject chroot for unknown ABIs
- Fix generating repos from 1.3 created packages
- Allow to build out of the source tree
- Fix ABI detection on armeb
- Fix some left overs from Unique id migration
- Fix pkg delete regression (it is again recursive by default)
- Locked packages prevent deleting anything that depends on them
- Fix pkg upgrade on multi repo
- Fix pkg upgrade ignoring the lock flag

Thank you very much for all the testers and reports! Please keep testing!
Original commitRevision:371752 
Wednesday, 29 Oct 2014
07:00 bapt search for other commits by this committer
Update to 1.4.0 alpha3:
- Fix pkg check -r to make it also compute checksums for symlinks
- Fix pkg register in case the ancient arch as not already been defined
Original commitRevision:371662 
Tuesday, 28 Oct 2014
19:04 bapt search for other commits by this committer
Update to 1.4.0.alpha2
Changes:
- Change the default fetch site for vuxml
- simplify some code
- fix too small buffers
- only add in provided shlibs the files starting with lib*
Original commitRevision:371641 
Sunday, 26 Oct 2014
22:40 bapt search for other commits by this committer
Update to pkg 1.4.0.alpha1
Changes:
- Lots of cleanup in the API
- Huge refactoring to avoid using hashes where not needed
- add a new @config keyword for all files with such flags pkg will try
  automatically to merge the difference with newer version on upgrades
  a vanilla version of the file is kept in the db to allow 3 way merge
  this was the last blocker to be able to package base
- new options AUTOMERGE to prevent pkg to automatically merge @config files
- speed up upgrades by only extracting files that are different from 2 packages
- convert unique package identifier to the package name (at last !)
- drop incremental update support this was preventing allowing multiple packages
  with the same name in a remote repo
- lots of improvements in the pkg update process
- update sqlite to 3.8.7
- Change pkg audit so that it points to the http://vuxml.FreeBSD.org/freebsd/
  location by default
- Lots of fixes in the solver
Original commitRevision:371527 
Monday, 13 Oct 2014
14:30 bapt search for other commits by this committer
Update to 1.4.0.pre-alpha16
Changes:
- Rework the job request processing
- Fix pkg install/upgrade
- Fix forced reinstall
- Rework of integrity checking
- The ABI is now defined using MACHINE_ARCH meaning freebsd:10:x86:64 is now
FreeBSD:10:amd64
  this is encoded in the package as "abi" the old "arch" key remains for
compatibility and is translated to the old ABI
- New option ALTABI represent the ancient ABI format
- Repository configuration files can now talle ${ALTABI} as well as ${ABI}
- The audit periodic script is able to audit pkgs in jails or chroots from the
host system
- The backup periodic script is able to backup database from jails or chroots to
the host system
- The status periodic script is able to report on chroots and jails from the
host system.
- The checksum periodic script is able to report on checksum mismatches in
chroots and jails.
- pkg check now support -q (--quiet)
- 3 way merge code has been imported from the fossil scm project (not yet in
use)
- Code cleanup
- Lots of minor bug fixes
- Update libucl
- Rationalise path before packaging ( /something//bla is not the same a
/something/bla)
- pkg info/search -R can now specify ucl as a format for the raw output
Original commitRevision:370787 
Monday, 22 Sep 2014
21:23 bdrewery search for other commits by this committer
If not built with WITH_PKG=devel, depend on ports-mgmt/pkg. This will use
the normal pkg for packaging pkg-devel. This is needed because the repo is
expected to be only non-devel packages.

This also fixes a poudriere crash when the repo is empty and both pkg and
pkg-devel are built. When pkg-devel would finish first it would crash due to
not having a pkg to use for caching various metadata from the package.

Differential Revision:	D809
With hat:		portmgr
Reviewed by:		bapt
Original commitRevision:368999 
Sunday, 14 Sep 2014
23:00 bapt search for other commits by this committer
Update to 1.4.0-alpha15
Changes:
- pkg register checks conflicts before installing the files
- do not provide any shlibs if the "no_provide_shlib" annotation is set
- fix invalid free() in keywords arguments parsing
- Add ability to select usage of IPv4/IPv6 via config, repository config or
command line
- some documentation fixes and improvements
- 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.
- Rework automatic directory deletion
Original commitRevision:368234 
Wednesday, 10 Sep 2014
14:07 bapt search for other commits by this committer
Update to 1.4.0-pre-alpha14
Changes:
- New @dir keyword
- @dirrm/@dirrmtry will now expose a warning in DEVELOPER_MODE
- directories outside of PREFIX are now automatically handled
- Determine the running OS version from /bin/sh not uname so that
pkg doesn't think a jail running on a newer host is an OS upgrade
- Remove libyaml
- The plist now entirely default on owner root, group wheel
- Add more regressions tests
Original commitRevision:367848 
Wednesday, 3 Sep 2014
16:29 bapt search for other commits by this committer
Update to 1.4.0-pre-alpha13:
Changes:
- @owner/@group without var reset to root/wheel
- Do not accept @mode with '+-' like u+s or g-w
- Integrate kyua with autools (make check now calls kyua)
- Fix pkg annotate -y
- Fix a regression in pkg_is_valid
- Allow keywords define in ucl files '(Keywords/*.ucl)' to consider its
  argument as a command line argument (aka split it)
- Completly ignore mtree
- Automatically remove any directory under PREFIX if needed
Original commitRevision:367217 
Monday, 1 Sep 2014
13:03 bapt search for other commits by this committer
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
Original commitRevision:366875 
Tuesday, 26 Aug 2014
23:04 bdrewery search for other commits by this committer
- Update to 1.4.0.pre-alpha12

Changes:
  * Documentation updates
  * Fix always refetching of file:// and ftp:// repositories
  * pkg query -g: Fix handling of ranges such as 'name-[0-9]*' which
    is used by ports CONFLICTS checking
  * Fix crash when SIGNATURE_TYPE=PUBKEY but PUBKEY is not defined
  * New output for UX testing/feedback:
    * pkg add - Use a nested tree view due to how the job is handled
    * pkg upgrade/install/delete - Show 'Installing' message separate
      from Extracting or Deleting of files. This is so that any messages
      from the package are shown after noting what is being done. Messages
      were shown before "Installing" before.
Original commitRevision:366284 
Monday, 25 Aug 2014
21:03 bapt search for other commits by this committer
Do not strip binaries at all this port is a developement ports and should remain
with symbols
While here remove remnant code from the pkg pre 1.3 build system.
Original commitRevision:366152 
18:46 bdrewery search for other commits by this committer
Strip the proper file

Reported by:	dbn
Original commitRevision:366127 
Tuesday, 19 Aug 2014
22:27 bdrewery search for other commits by this committer
- Update to 1.4.0.pre-alpha11

  Users will see a "changed shlibs" reinstall for 'pkg upgrade' until:
    1. _All_ packages on remote repositories are rebuilt with this version
       of pkg.
    2. 'pkg check -Ba' should be run after upgrading pkg but before upgrading
       other packages. This requires #1 though, which is not happening until
       1.3.7 is released. Running 'pkg check -Ba' before the remote repository
       is fixed will just continue to propose reinstalling packages for 'changed
       shlibs'.

Changes:
  * pkg fetch -d: Fix crash (#955)
  * Progress bar improvements/fixes
  * Fix ETA for fetching (#943)
  * Fix progressbar stalled support
  * ETA progress: Account for TCP SLOW START and weigh the first few ticks less
  * Rework 'pkg update' output slightly to clarify what it is doing.
  * pkg check: Add progressbar when not using -v
  * pkg check: Add job counter with using -v
  * pkg clean: Add progressbar
  * Fix hardlink calculations (#958)
  * pkg backup: Add -q
  * pkg backup: Remove docs for '-d -' as it does not work.
  * pkg config: Fix output for arrays/objects (#971)
  * Fix RC scripts being started on deinstall rather than stopped
  * Add some more asserts
  * pkg-fetch.8: Remove reference to removed mirror mode
  * Fix a few typos in pkg.conf.5 (#969)
  * Document new configuration options. (#969)
Original commitRevision:365429 
Saturday, 16 Aug 2014
03:47 bdrewery search for other commits by this committer
- Update to 1.4.0.pre-alpha10

Changes:
  * Test suite fixes
  * Fix pkg-devel self upgrade when remote repo defaults to non-devel
  * 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
  * Remove pkg --check-activation. It is too tempting to use.
  * Make it more clear that the 'Major version' change is non-fatal
  * Jobs display: Avoid excessive newline before prompt and after unprompted
usage
  * Remove references to PACKAGESITE/MIRROR_TYPE/PUBKEY
  * Support uppercase ENABLED in repo config.
  * Avoid POLA, make PACKAGESITE/MIRROR_TYPE/PUBKEY in pkg.conf fatal
  * Fix self upgrade loop with pkg upgrade -Fy
  * Fix self upgrade not using the new pkg binary
  * pkg-{delete,autoremove}: Use a readonly lock in dry run
  * pkg-convert: Add locking. EXCLUSIVE by default, READONLY with -n
  * pkg-convert: Check for proper db permissions for both real and dry_run mode
  * pkg-convert -r: Only a readonly lock is required for converting from the db
  * pkg-convert -r: Add common db access checks
  * pkg convert -r: Don't crash if unable to create the package dir
  * Revert stripping shlib versions from e127d91d4.
    This will require rebuilding packages on the repository and then
    running pkg check -Ba to fully utilize. Until packages are rebuilt
    there may be false-positive shlib reinstalls.
  * pkg {register, check -B}: Fix registering provided shlibs as required
  * When analysing ELF files with DEVELOPER_MODE, don't bail on first error
  * Fix pkg-ssh when SSH_RESTRICT_DIR is a symlink
  * Fix size calculations with hardlinks
  * Fix pkg-which glob
Original commitRevision:365065 
Tuesday, 12 Aug 2014
12:13 vsevolod search for other commits by this committer
Update to 1.4.0.pre-alpha9

Changes:
- Fix pkg-delete -q [1]
- pkg-add: Respect locked packages on forced invocation [2]
- Rework fields in manifests digests (based on [3]):
 added:
 * depends
 * shlib provides/requires
 * users
 * groups
 removed:
 * maintainer
 * www
 * message
 * comment
- Fix forced repo update when checksum is changed
- pkg-(add|install|upgrade): Respect locked packages on forced invocation. [2]
- Fix autoremove -n
- Remove dead case fallthrough in pkg_jobs_universe_process_item()
- Remove dead PKG_FLAG_RECURSIVE handling code

Submitted by:	grembo [2]
				Maxim Ignatenko [3]
Suggested by:	az [1]
With hat:	pkg@
Original commitRevision:364696 
Monday, 11 Aug 2014
08:57 vsevolod search for other commits by this committer
Update to 1.4.0.pre-alpha8

Changes:
- When filtering out shlib archs, compare wordsize first and then ABI arch
string
- Fix rquery -e
- Fix install progress output for meta packages
- Fix writing annotations to manifests
- pkg-clean: Show files to delete first
- Add a pkg_symlink_cksumat to fix pkg-delete
- Add packages checksums to digest file to fix broken repo update
- Unbreak pkg-ssh

With hat:	pkg@
Original commitRevision:364592 
Friday, 8 Aug 2014
12:23 vsevolod search for other commits by this committer
Update to 1.4.0.pre-alpha7

Changes:
- Fix crash on i386 (thanks to antoine@)
- Ignore duplicates in require/provide
- Add missed call to pkg_list_free for PKG_PROVIDES (thanks to Maxim Ignatenko)
- Print error if we cannot parse manifest
- Select the newest possible package to satisfy dependency
- Check shared libraries architecture and ignore incompatible ones

With hat:	pkg@
Original commitRevision:364354 
Thursday, 7 Aug 2014
15:20 vsevolod search for other commits by this committer
Update to 1.4.0.pre-alpha6

Changes:
- Print number of upgrade candidates
- Fix request addition
- Suggest manual resolution for UNSAT problems
- Check repository and force update if it is not valid
- Fix issue with seen packages not added to the request
- Use plain .so for all shared libraries requires/provides

With hat:	pkg@
Original commitRevision:364287 
Wednesday, 6 Aug 2014
15:57 bapt search for other commits by this committer
Disable maintainer mode to make sure configure never tries to regenerate
the configure and Makefiles
Original commitRevision:364196 
15:05 vsevolod search for other commits by this committer
Update to 1.4.0.pre-alpha5

Changes:
- Use picosat SAT solver instead of the internal one:
 * production grade solver that is extensively tested
 * faster than internal one
 * has more flexible features
- Fix issues with adding items to the universe
- Fix forced operations

With hat:	pkg@
Original commitRevision:364190 
Tuesday, 5 Aug 2014
13:11 vsevolod search for other commits by this committer
Update to 1.4.0.pre-alpha4

Changes:
- The solver and jobs interface were completely reworked:
 * multirepos have now better support
 * fix a number of issue with missed shared library dependencies
 * upgrade and install are now more clever about chosing repositories
 * implement package pinning to a repository
 * add heuristic to resolve conflicts between remote packages
 * removed tonns of old hacks
 * arrays are now used in many places instead of lists for performance
 * some hash tables are improved by using direct pointers hash
- Minor fixes
Original commitRevision:364095 
Sunday, 3 Aug 2014
22:42 vsevolod search for other commits by this committer
Update to 1.4.0.pre-alpha3.

Changes:
- Explicitly pass when passmode should be used with libarchive
- Properly trim end spaces in plist for files and directories
- Fix pkg ssh client
- Fix pkg_env
- Follow symlinks in fstatat otherwise it breaks repos created by poudriere
- Fix sqlite on FS without proper locking mechanism
- Fix pkg install -A
- Do not distinguish anymore between dirrm and drirmtry
- Fix options parsing by libucl
- Rework repo update to avoid early repo destruction
- Fix forced update
- Update errors are now not fatal
- Fix realpath usage
- Fix pkg set -o
- Fix progress bars when not in a tty to give output
- Ignore sigpipe to avoid resources leak
- Read lock is now no-op unles READ_LOCK option is turned on
- Fix incremental repo updates (size missmatch error)
- Add a rootfd to simplify handling of relocation
- Implement a set of *at functions
- Improve documentation
- Tons of minor bugfixes

With hat:	pkg@
Original commitRevision:363955 
Monday, 28 Jul 2014
12:56 vsevolod search for other commits by this committer
Update to pre-alpha2.

This build includes all fixes from pkg 1.3.2 plus the following changes:
- Fix an issue with pkg-repo that prevents from getting all packages in the
 archive
- Fix an issue with manifests parsing on big-endian platforms
- Add help messages for aliases (by admi3)
- Fix linkage with sbuf (always use bundled sbuf)

With hat:	pkg@
Original commitRevision:363145 
Wednesday, 23 Jul 2014
14:11 vsevolod search for other commits by this committer
Prior to release 1.3 update pkg-devel to 1.4.0.pre-alpha1.

This version is equal to pkg 1.3.0 tag.

Changes from 1.3.0.rc4:
- Use rename(2) to install symlink [1]
- Link directly pkg frontend to libsbuf
- Rework installation logic:
 If a file is found on the way do the following:
 1) Append 12 chars random suffix to the filename;
 2) Extract new file to that modified filename;
 3) Rename new file to old file.
 - or -
 3) Remove temporary file in case of error.
- Fix reporting of locked packages [2]
- Fix link with binutils 2.24

Reported by:	bdrewery[1], az[2]
With hat:	pkg@
Original commitRevision:362697 
Tuesday, 22 Jul 2014
16:02 vsevolod search for other commits by this committer
Update to 1.3.0.rc4

Changes:
- Fix output format when a dependency is missing
- Fix typo (dbpath -> dbdir)
- Create repo compatible with pkg 1.2 (path -> repopath)
- Event pipe related fixes
- Fetching now does not use mkstemp(2) to create files
- Change permissions of files fetched to default ones
- Fix fetching for reinstalled packages
- Fix build on mips by proper checking of atomic builtins

With hat:	pkg@
Original commitRevision:362552 
Friday, 18 Jul 2014
13:53 vsevolod search for other commits by this committer
Update to 1.3.0.rc3.
Changes:
- Fix bug in upgrade repos schemas from 1.2 [1]
- Fix repos downgrade sql
- Add -r (--recursive) flag to pkg-audit that makes pkg-audit to print all
 reverse dependencies of vulnerable packages. This allows users to
 upgrade or reinstall potentially vulnerable packages.
- Rework pkg-audit to support pkg names without versions
- pkg-audit now supports multiple patterns in the command line
- Do not throw failed assertion if pattern is empty in [r]query
- Fix symlinks checksum verification in pkg-delete
- Fix bug in libucl variables parsing code
- Add --raw-format to info/search
- Ignore not top level packages with missing fields (for example, missing
dependencies)
- Make dependency missing message more informative [1]
- Introduce mirror mode for pkg-fetch
- Add -o flag to pkg-fetch to specify mirroring output directory

Found by:	az [1]
With hat:	pkg@
Original commitRevision:362206 
Wednesday, 9 Jul 2014
12:11 vsevolod search for other commits by this committer
Update to rc2.

Changes:
- Fix critical bug in the solver caused not required packages being installed
- Rework DPLL algorithm to solve tasks quicker by propagating units on each step
- Fix bug with loading of package files and directories
- If all files are downloaded then perform integrity check immediately without
extra queries to a user
- Removed incorrect error messages

With hat:	pkg@
Original commitRevision:361358 
Monday, 7 Jul 2014
13:27 vsevolod search for other commits by this committer
Update to release candidate 1.

Changes:
- Fix repo ident for local packages [1]
- Fix pkg-stat
- Improve safety of 1.2 -> 1.3 database migration
- Fix minor bugs in progress bar
- Restart system calls on SIGALARM

Submitted by:	des[1]
With hat:	pkg@
Original commitRevision:361081 
Monday, 30 Jun 2014
13:52 vsevolod search for other commits by this committer
Update to 1.3.0.b9

Changes:
- Quit pkg ssh if an error occurs while reading
- Fix critical issue with manifest fields (path->repopath) [1]
- Set reponame for local packages [1]
- Fix forced upgrade [1]
- Fix packages count in pkg-delete
- Allow override `enabled` state for repos
- Fix message if a pattern has not been found
- Move the pkg_keys[] array from private/pkg.h to pkg.c to reduce duplication
[1]
- Add package validation function
- Fix local packages installation
- Validate pkg when changing its uid
- Rework solver initial guessing
- Fix multirepos documentation
- Fix issue with repository metafile updating
- Fix issue with unnecessary fingerprints check
- Fix meta loading

Submitted by:	des [1]
With hat:	pkg@
Original commitRevision:359845 
Thursday, 26 Jun 2014
13:30 vsevolod search for other commits by this committer
Update to 1.3.0.b8.

Changes:
- Fix pkg-backup display issues
- Fix UID changing when looking for upgrade candidates
- Rework integritycheck procedure to use uids
- Improve searching of local and remote packages
- Lazy load of files and dirs for remote packages
- Fix upgrades with UID changed
- Fix actions count in jobs progress display
- Fix serious bug in pkg-repo by moving to socketpairs from pipes
- Detect SOCK_SEQPACKET support and fallback to SOCK_DGRAM (for 8.x)

With hat:	pkg@
Original commitRevision:359350 
Monday, 23 Jun 2014
13:56 vsevolod search for other commits by this committer
Update to 1.3.0.b7

Changes:
- Save repo type in the annotation.
- Fix packages fetching for reinstallation
- Convert pkg repo from threads to processes (no more pthread dependency)
- Add progress indicators to repo create
- Implement new repo style:
	* Add metafile
	* Use data from that metafile
	* Use advanced manifest digests format
	* Implement legacy repos creation
- Fix symlinks checksums (reported by misha @ #pkgng)
- Fix pkg backup -r messages
- Now pkg is able to delete multiple versions of the same package (e.g. when
some packages are
 merged into one another)
- Fix repo schema upgrade
- Do not try to re-fetch broken packages infinitely
- Fix couple minor bugs and crashes

With hat:	pkg@
Original commitRevision:358955 
Friday, 20 Jun 2014
08:47 vsevolod search for other commits by this committer
Update to 1.3.0 beta6.

Changes:
- fixed pkg-delete bug
- fixed issues with progress displaying

With hat:	pkg@
Original commitRevision:358531 
Thursday, 19 Jun 2014
20:51 marino search for other commits by this committer
ports-mgmt/pkg-devel: Chase relocation of pkg.8 man page

The pkg.8 manpage is edited by an extra patch on DragonFly due to
differences in jail operation.  The patch no longer applies both due
to file relocation and regular bitrot.  Regenerate the patch and
change its name to reflect the new file location.  This is a no-op
on all releases of FreeBSD.

Approved by:	just-fix-it blanket
Original commitRevision:358465 
13:18 vsevolod search for other commits by this committer
Update to 1.3.0 beta5

Changes:
- repositories system has been reworked to support opaque repository operations
- progress bar has been reworked and simplified
- pkg backups generated by the distributed script are now plain sql files
- fixed some visual issues while installing packages

With hat:	pkg@
Original commitRevision:358412 
Sunday, 15 Jun 2014
15:10 vsevolod search for other commits by this committer
Update to 1.3.0.b4.

With hat:	pkg@
Original commitRevision:357891 
Saturday, 14 Jun 2014
12:33 vsevolod search for other commits by this committer
Change the maintainer of the development version of pkg to pkg@ instead of
portmgr@

Approved by:	portmgr (bapt, bdrewery)
With hat:	pkg
Original commitRevision:357773 
Thursday, 12 Jun 2014
20:15 bdrewery search for other commits by this committer
Fix regex, which fixes portmaster/portupgrade integration

Reported by:	kwm
Original commitRevision:357633 
Wednesday, 11 Jun 2014
19:41 bdrewery search for other commits by this committer
Fix loading of reverse dependencies
Original commitRevision:357529 
16:01 bapt search for other commits by this committer
Update to 1.3.0 beta3
Changes:
- Now unicity is made on the typle (origin, name) to allow sub packages but
cannot be made to only name to break installation from prior sanitization of the
names
- Fix pkg stat
- Fix speed regression
- 411.pkg-backup does not hide errors anymore
- Improve documentation
- debug now print stacktrace on freebsd 10+
- globalize common variables
- new option to allow profiling sql queries
- fix flatsize calculation
- improve ui (better output)
- add a new shiny progress bar and start using it everywhere
- create a pkg_checksum api
- fix pkg rquery -I
- rework package digest
- allow to use ldns instead of the FreeBSD dns api if needed
- change the upgrade package path: first rename a file then extract the new file
then unlink the renamed one
- add a version script to avoid exposing external third party library symbols
- fix pkg upgrade (it was changing the automatic flags when it shouldn't)
Original commitRevision:357497 
Thursday, 22 May 2014
10:11 bapt search for other commits by this committer
Update to pkg 1.3.0 beta2
Changes:
- more fixes in pkg audit
- move audit functions into the library
- pkg lock -l now list the locked packages
- database lock behaviour is now configurable
- symlinks now has a checksum to ensure they are valid
- more fixes on the solver
- add long version of the options
Original commitRevision:354819 
Wednesday, 7 May 2014
13:29 bapt search for other commits by this committer
Update to 1.3.0 beta1
Changes:
- pkg audit now accepts vuln.xml with multiple package names
- Prefer SONAME instead of filename for library provides
- Do not require dependencies that are self provided
- pkg upgrade can now have a name in argument to only upgrade a given package
and its dependencies
- Lots of bug fixes
Original commitRevision:353155 
Wednesday, 30 Apr 2014
13:21 bapt search for other commits by this committer
Update to 1.3.0 alpha10
Changes:
- Document pkg search -U
- Reduce memory usage when loading a package
- Validate package loading against a ucl schema
- Sandbox signature checking with capsicum
- Update man pages
- Be pedantically correct about units and scale factors
- Now uses sqlite full text search extension
- Allow case insensitive search
- Fix pkg add -f
- Lots of fixes in the solver
Original commitRevision:352680 
Wednesday, 23 Apr 2014
13:25 tijl search for other commits by this committer
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la.  So everything that subsequently links with libA will also
link to these extra libraries.  This causes too much overlinking.

This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging.  However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.

So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).

PORTREVISION is bumped on all ports with USES=libtool that install .la
libraries.  Most ports are also changed to add :keepla because .la
libraries have to be kept around as long as there are dependent ports with
.la libraries that refer to them in their dependency_libs field.  In most
cases :keepla can be removed again as soon as all dependent ports that
install .la libraries have some form of USES=libtool added to their
Makefile.

PR:		ports/188759
Exp-run:	bdrewery
Approved by:	portmgr (bdrewery)
Original commitRevision:351936 
Wednesday, 16 Apr 2014
15:23 bapt search for other commits by this committer
Update to 1.3.0 alpha9
Changes:
- Fix important regression due to bad usage of libucl
- Validate keywords against a schema
- repos can now present metadata
Original commitRevision:351396 
Tuesday, 15 Apr 2014
17:24 bapt search for other commits by this committer
New patch to avoid tons of cores to be created in case of bad failures

This time bump portrevision
Original commitRevision:351353 
14:48 bapt search for other commits by this committer
Update to 1.3.0 alpha8
Changes:
- Detect invalid packages that list directories in plist
- new pkg_emit_query_(yesno|select) to allow the library to ask question to the
user
- Reinstall packages on upgrade if remote abi changed (this catches up
automatically major upgrade of freebsd)
- Ability the specify the file to read the ABI from
- add --relocate to pkg add and register (this is totally unsafe to use a a
normal user, it is intended to be used in the ports tree)
- clean/improvements in the repo handling functions
- validate the directory is actually a port directory when running pkg version
against the ports tree
- new pkg audit -f <file> to run pkg audit against a local file
- pkg -j and pkg -c are now able to restart themself
- pkg version against the ports tree now works even if current working directory
has been deleted out from underneath us.
- Improved pkg upgrade/install/delete output
- Improve cache handling
- Make pkg update more verbose
- new RUN_SCRIPTS options (default on) to be able to switch of the running
pre/post operation scripts
Original commitRevision:351336 
Thursday, 3 Apr 2014
13:33 bapt search for other commits by this committer
Add the ability to specifiy the file where the ABI string will be determined
from
Enfore USES=libtool (the default libtool to not really respect CC and thus
breaks
cross building)
Original commitRevision:350009 
Monday, 31 Mar 2014
16:56 bapt search for other commits by this committer
Update to 1.3.0.a7:
Changes:
- pkg create uses a readonly lock
- pkg create returns non 0 is package creation failed
- rework the cache so that is avoid collision with multirepo and avoid warning
the users harmless checksum retry
- do not cache anymore files when using file:// scheme
- Preserve automatic flags of local packages.
- Use installed provides if possible.
- Fix local and remote logic for provides and conflicts.
- Optimize SAT solving slightly.
- Make duplicate-related warning fatal in developer mode
- Continue turning the public api into pkg_objects
Original commitRevision:349777 
10:23 bapt search for other commits by this committer
Update to 1.3.0.a6:
Changes:
- pkg delete is not recursive by default
- pkg delete ui now explain why a package will be removed
- pkg which now handle PATH when looking for a file
- shared libraries are now directly resolved in the solver (no need anymore for
explicit package dependency)
Original commitRevision:349719 
Tuesday, 25 Mar 2014
17:17 bapt search for other commits by this committer
Release 1.3.0.a5
Changes:
- Added ability to install packages with missing dependencies
- Do not enter in a sandbox if the database is open
- Do not count the lock owner as lock blocker.
- Lots of rework and fixes to improve the solver when trying to upgrade very old
package database.
Original commitRevision:349161 
Friday, 21 Mar 2014
15:53 kwm search for other commits by this committer
Add orphaned file to plist.

Approved by:	bapt (just do it)
Original commitRevision:348738 
13:26 bapt search for other commits by this committer
Update to 1.3.0 alpha4
Changes:
- Reimport old pkg add (aliasing it to install was too optimistic at the moment)
- Fix pkg install ./file with package lacking the manifestdigest information)
- Fix a bug resulting in "pkg-static: sqlite: no such savepoint: upgrade"
Original commitRevision:348736 
Wednesday, 19 Mar 2014
18:05 bapt search for other commits by this committer
Update to 1.3.0.a3
- Fix a typo in pkg.conf(5)
- pkg add is an alias on pkg install -l
Original commitRevision:348642 
15:45 bapt search for other commits by this committer
Update to 1.3.0.a2

Changes:
- libpkg: Simplify code but turning annotations into a pkg_object
- libpkg: Simplify dumping the configuration of plugins in pkg -vv
- libpkg: Update libucl to latest version
- libpkg: Fix options emission in the Manifest
- libpkg: fix some multirepository bugs
- pkg: fix pkg delete -f
- pkg: fix pkg register
- pkg: fix pkg upgrade
- pkg: fix pkg shell
- pkg: 'update' now warns user if no repos are enabled
Original commitRevision:348627 
Monday, 17 Mar 2014
17:12 bapt search for other commits by this committer
Update to 1.3.0.a1:
- 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
- Remove PACKAGESITE
- pkg-audit: remove support for portaudit compact database (only VulnXML will be
used)
- Improved UI experience based on jmmv write up
(http://julipedia.meroh.net/search/label/cli-design)
- Hide the average speed from the progress bar (confusing for users)
- Reworking the database locking mechanism into a finer grain and more clever
system
- Dynamic conflict handling if a conflict on files is detected at the sanity
check level, try to solve the problem again with the new conflict information
- Fix %t (timestamp) modifier in pkg_printf(3)
- Full output now has a new field "date installed"
- New pkg -o A=B to overwrite configuration from command line without the need
of defining environment variables
- pkg-install now can handle local files
- pkg-add is now an alias on pkg-install
- Simplify API by using more and more libucl objects (hidden behind an opaque
'pkg_object')

Special thanks to Vsevolod Stakhov (vsevolod@)
Original commitRevision:348493 
Saturday, 15 Mar 2014
23:41 bdrewery search for other commits by this committer
- 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
Original commitRevision:348386 
Monday, 24 Feb 2014
10:56 bapt search for other commits by this committer
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
Original commitRevision:345813 

Number of commits found: 345 (showing only 100 on this page)

«  1 | 2 | 3 | 4  »