notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: ports-mgmt/pkg-devel/files
SVNWeb

Number of commits found: 12

Fri, 29 Nov 2013
[ 18:34 marino search for other commits by this committer ] Original commit   Revision:335210
ports-mgmt/pkg*: Prepare for alternative PORTSDIR support

With the PKG_PORTSDIR make argument set, Release 1.2.2 will properly build
pkg when PORTSDIR doesn't equal the default /usr/ports, as is the standard
case with DragonFly.

Additionally, pkg(8) and pkg-static(8) man pages are conditionally edited
to remove references to the -j option when libjail isn't found on the
system.  This extra-patch should never be used on FreeBSD.
Wed, 27 Nov 2013
[ 18:26 bapt search for other commits by this committer ] Original commit   Revision:335041
Release pkg 1.2.1
Changes:
- Fix pkg rquery always printing index like lines
- Fix pkg -vv suggestion so it print something actually usable
- Fix shlib's -P and -R options were swapped round.
- Replace broken pkg_repos_count() by pkg_repos_total_count() and
pkg_repos_activated_count()
- Fix parsing of options (in manifest)
- pkg add http:// now fetch to a temporary location and cleanup after itself
- Fix generation of the manifest digest
- Properly calculate how many packages where removed
- Fix support for dependencies with the same name (grrrr Fix you port if they
have package name collision !!!!)
- Fix pkg info -R in case multiple dependencies has the same name
Tue, 26 Nov 2013
[ 17:39 bapt search for other commits by this committer ] Original commit   Revision:334957
First errata:
- Fix pkg rquery always printing index like lines [1]
- Fix pkg -vv suggestion so it print something actually usable [2]

Reported by:	gjb [1]
Reported by:	ohauer [2]
Wed, 6 Nov 2013
[ 16:24 bapt search for other commits by this committer ] Original commit   Revision:333010
Update to pkg 1.2.0 b1

Changes:
- Bug fixes in zsh completion
- Lots of bug fixes discovered by Coverity Scan
- New debug level traces
- Auto upgrade of pkg(8) now restart the upgrade process automatically
- Dependencies on library is now automatic via pkg register and pkg
  create
- YAML is replaced by UCL format:

  Both formats are really simular. pkg(8) will falls back on parsing YAML
  when the UCL parser fail. And will emit a warning to the
  user showing a syntax that is compatible with both YAML and UCL.
  More informations on UCL: https://github.com/vstakhov/libucl
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 21 Sep 2013
[ 12:42 bapt search for other commits by this committer ] Original commit   Revision:327813
Pickup patches from ports-mgmt/pkg so that pkg-devel is also stage ready
Sat, 6 Jul 2013
[ 11:29 bdrewery search for other commits by this committer ] Original commit   Revision:322385
- Update to 1.1.4

Changes:
 * Fix crash when opening repository in some cases
 * Fix build with -Werror
 * Fix 'pkg install [-f] pkg' not finding results
 * Fix 'pkg upgrade -f' always wanting to upgrade pkg first
 * Fix 'pkg install -R' always wanting to install pkg first
 * Fix backwards compatibility for 1.0-built packages for
   tracking shlibs. This may cause some packages to be
   reinstalled after the repository is updated.
 * Fix pkg (upgrade|fetch|install) -r <repo> crash
 * Fix crash when specifying invalid repo with -r
Sun, 30 Jun 2013
[ 14:43 bdrewery search for other commits by this committer ] Original commit   Revision:322087
- Fix build with -Werror
Wed, 12 Jun 2013
[ 07:18 bapt search for other commits by this committer ] Original commit   Revision:320667
Update to 1.1.0.b4
Changes:
  - A package can now be marked to only be upgraded from a given repository via
annotations
  - install and upgrade will now show from which repository packages are taken
(if at least 2 repositories are setup)
  - old/unused 'informations' field has been removed in favor of using
annotations
  - important cleanup using pkg_printf(3)
  - add seat belt so pkg-devel can only be removed with -f
  - signing key is only asked once now in pkg repo
  - only look withing the note version of elf files
  - fix pkg delete -a
  - pkg repo has been changed to produce repo.txz in 1.0 only format
  - catalog is now only take from digest in 1.1
  - fix pkg update to that is is really incremental.
  - fix pkg convert (thus fix pkg2ng)
  - Add a DISABLE_MTREE option, which just disables processing +MTREE data
  - Rename ENV to PKG_ENV to not conflict with sh(1)'s ENV
  - Refactor 'pkg [-v|-vv|-vvv]' handling
Fri, 31 May 2013
[ 17:14 bapt search for other commits by this committer ] Original commit   Revision:319539
Fix segfault on current when binary installing packages

Reported by:	Nikolai Lifanov <lifanov@mail.lifanov.com>
[ 12:02 bapt search for other commits by this committer ] Original commit   Revision:319488
Update to 1.1.0.b2
- Fix pkg audit -F [1]
- Fix the new solver trying to downgrade some packages when it shouldn't
- Properly show how much space is going to be free/required when deinstalling
[2]

Reported by:	Nikolai Lifanov <lifanov@mail.lifanov.com> [1], gerald [2]
Thu, 30 May 2013
[ 17:53 bapt search for other commits by this committer ] Original commit   Revision:319440
Fix pkg audit -F

Reported by:	Nikolai Lifanov <lifanov@mail.lifanov.com>
[ 15:17 bapt search for other commits by this committer ] Original commit   Revision:319432
The pkg developement team is proud to announce the new 1.1.0 beta1 release of
pkg.

Here is the list of new features that happened in pkg 1.1:
- new simpler and more reliable solver
- shared libraries are now always tracked
- ssh:// is supported as a protocol to distribute packages (needs pkg 1.1+ on
  the server hosting the packages)
- multirepository is no longer considered experimental and works by default.
- incremental update of the catalog (only if the repository was created by pkg
  1.1+)
- simplification of the public API
- stabilisation of the public API (we will now try to keep it stable and if
  change are needed there will be deprecation time before removal of some old
  functions)
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 12