| non port: ports-mgmt/pkg-devel/Makefile |
Number of commits found: 329 (showing only 29 on this page) |
|
Wednesday, 6 Nov 2013
|
19:59 bapt
Fix build with older bsd.prog.mk
 |
16:24 bapt
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
- Do not generate catalogs in pkg 1.0 format anymore.
- Working ssh protocol supported for repositories
- New PKG_SSH_ARGS to allow passing custom arguments to ssh command
used for the ssh:// protocol
- Allow using '?' operator in pkg query expressions
- New git like aliases to allow creating custom commands
- REPO_DIR is now a list instead of a simple string
- packagesite in pkg.conf is deprecated in favour using dedicated
repository configuration files
- New 'fingerprint' kind of signature:
if a repository is declared using the fingerprint type of
signature, a fingerprint directory should also be provided.
Inside that fingerprint directory should be 2 directories:
trusted and revoked. Those directories will contains files (in
yaml/ucl format) containing the fingerprint of the trusted
certificated and the revoked ones:
--- begins --
function: sha256
fingerprint: an_hex_representation_of_the_fingerprint
--- ends ---
All unknown attribute will be silently ignored to allow extending
in the future.
It also support multiple signatures inside the catalog. the
catalog should provide the signature in the following form:
name.sig
name.cert
- pkg add is now able to read the packages from a pipe or a non-regular
file '-' is an alias for stdin, this also works from pipes, fifos,
unix domain sockets etc.
- Support for pkg+foo url scheme where foo can be (http, https, ftp).
- pkg info now default on glob matching
- Print a pkg name only once - even if multiple vulns were found -
when using -q
- Accept empty/comment only configuration files
- vuxml is now the default source for pkg audir
- expat is now bundled (for vuxml)
- pkg info -q is now equivalent of pkg info -qa
- in case pkg info is querying a file or is a single direct match
query then default on -f
- pkg repo can now take new arguments:
pkg repo [path] [rsa_key|'signing_command: <command>']
This allow calling external command to perform the signing and
pass the checksum to be signed in the command stdin.
- options can now have a description
- new pkg config subcommand to allow direct query of options
- ABI is now checked again using globs:
a 'noarch' package should just specify: ARCH: 'freebsd:*'
a package working on both i386 and amd64: ARCH: 'freebsd:9:x86:*'
- Broken incremental pkg repo support was removed.
- Lots of spelling/grammar fixes
- Properly support srv priority/weigh when ordering mirrors
- Use port specified in the SRV entries to connect to a given mirror
- New pkg bootstrap subcommand that is the counter part of the
pkg(7) bootstrap subcommand
- Allow ARCH to be printed by pkg info
- Allow to hook plugins, before closing the local db if it was
opened in RW mode
- Improved build system
 |
|
Sunday, 13 Oct 2013
|
22:33 bdrewery
- Force pkg to not use base libbsdyml, which was available in head|stable/10
for some months. libbsdyml is being removed for 10-R. The bundled libyaml
will be used instead.
Discussed with: bapt
With hat: portmgr
 |
|
Saturday, 5 Oct 2013
|
22:27 bdrewery
- Sync with pkg update
Fix pkg register -i (staged pass mode) not properly respecting @owner/@group
With hat: portmgr
 |
|
Wednesday, 25 Sep 2013
|
13:40 bdrewery
- Fix spelling of "Upgrades" since it keeps being reported
With hat: portmgr
 |
10:25 bdrewery
- Sync with ports-mgmt/pkg
Changes:
- Fix @exec/post-install script execution with pkg register -i
- Fix MTREE not properly being extracted with pkg register -i
- Fix staging of meta ports that have no files, such as
mail/squirrelmail-plugins
With hat: portmgr
 |
|
Saturday, 21 Sep 2013
|
12:42 bapt
Pickup patches from ports-mgmt/pkg so that pkg-devel is also stage ready
 |
|
Friday, 20 Sep 2013
|
22:36 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
ports-mgmt)
 |
|
Monday, 9 Sep 2013
|
00:28 bdrewery
- Allow this port to build a package so users can switch without
needing ports
Reviewed by: bapt
With hat: portmgr
 |
|
Wednesday, 14 Aug 2013
|
22:35 ak
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
 |
|
Saturday, 6 Jul 2013
|
11:29 bdrewery
- 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
 |
|
Sunday, 30 Jun 2013
|
14:43 bdrewery
- Fix build with -Werror
 |
|
Saturday, 29 Jun 2013
|
10:48 bdrewery
Make portlint happier
 |
|
Friday, 28 Jun 2013
|
22:26 bdrewery
- Update to 1.1.3
Changes:
- Fix repository signing verification with new format during update
- Disable terminal title setting
- Fix %a/%k returning true/false instead of 0/1
- Various memory/fd leaks have been fixed
- Fixed pkg self-upgrade detection
- ZSH completion fixes
- Several crashes fixed
With hat: portmgr
 |
|
Tuesday, 25 Jun 2013
|
10:08 bapt
Update to 1.1.2
Changes:
- Fix install|upgrade -f not executing post-install scripts [1]
- Fix bad size calculation on i386 for pkg delete (always say 4G will be freed)
- Fix pkg query '%sh' now properly converting to human number on i386
- Fix zsh completion missing ']' [2]
- Fix pkg stats in case no remote repositories are configured [3]
Reported by: ohauer [1], Kimmo Paasiala via github issue #520 [2], rene [3]
 |
|
Monday, 24 Jun 2013
|
13:12 bapt
Add PKGNAMESUFFIX temporary to avoid collision with the package created by
ports-mgmt/pkg
 |
13:02 bapt
Update to 1.1.1:
Changes:
- Fix an pkg crashing on i386
- Fix a regression on the output of pkg version
 |
05:55 bapt
Update to 1.1 final
Changes:
- Fix packing of +UPGRADE scripts
- Fix pkg update always thinking the repo is up to date if the remote server
sends no mtime header
- Various updates on the manpage
- New pkg-repository(5) man page
 |
|
Monday, 17 Jun 2013
|
09:31 bapt
Update to 1.1.0 rc1
Changes:
- Fix pkg install -R [1]
- pkg install -R does not downgrade anymore except if -f is passed.
- Fix package validation [2]
- Do not try to search on repositories if no repositories are configured
- Fix pkg query '%M' printing '(null)' [3]
Reported by: Nikolai Lifanov <lifanov@mail.lifanov.com> [1],
Waitman Gobble (github issue #514), and many others [2],
flo [3]
 |
|
Wednesday, 12 Jun 2013
|
07:18 bapt
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
 |
|
Monday, 10 Jun 2013
|
22:39 bapt
Fix LATEST_LINK without pkgng
 |
|
Wednesday, 5 Jun 2013
|
22:40 bapt
Please latestlink checker
 |
|
Tuesday, 4 Jun 2013
|
09:18 bapt
Only set latest link when build WITHOUT_PKGNG
 |
|
Saturday, 1 Jun 2013
|
22:24 bapt
Add LATEST_LINK
 |
|
Friday, 31 May 2013
|
17:14 bapt
Fix segfault on current when binary installing packages
Reported by: Nikolai Lifanov <lifanov@mail.lifanov.com>
 |
14:42 bapt
Update to 1.1.0.b3:
- Fix the solver endlessly proposing to reinstall some packages [1]
- Fix a typo in repository configuration parser
- Explain why a package is being reinstalled
Reported and tested by: Nikolai Lifanov <lifanov@mail.lifanov.com> [1]
 |
12:02 bapt
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]
 |
|
Thursday, 30 May 2013
|
17:53 bapt
Fix pkg audit -F
Reported by: Nikolai Lifanov <lifanov@mail.lifanov.com>
 |
15:17 bapt
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 )
 |
Number of commits found: 329 (showing only 29 on this page) |