non port: ports-mgmt/pkg-devel/Makefile |
Number of commits found: 291 (showing only 100 on this page) |
Monday, 13 Nov 2023
|
14:02 Baptiste Daroussin (bapt)
ports-mgmt/pkg-devel: update to 1.20.99.8
Changes:
- fix a race in vulnxml fetch trigger
- add a new data.pkg which contains a fully valid json and aim at replacing
packagesite.pkg because extensible, continue to produce packagesite.pkg
- repo: remove ability to provide v1 repository format
- deduplicate code directly using libucl exporters instead of home backed ones
- undocument ftp support
- provide FreeBSD native sandboxing function in the library directly
(packagekit)
- curl: provide libfetch compatiblity about HTTP_USER_AGENT
- New keywork: @override_prefix (pkgbase)
- repo: using threads instead of forks
- add: only generates .pkgsave when really needed
a17208c |
Wednesday, 11 Oct 2023
|
08:31 Baptiste Daroussin (bapt)
ports-mgmt/pkg-devel: update to 1.20.99.7
- update curl to 8.4.0
- plug some memory leak
- plug a db transaction leak
- refactoring of the repository generation code
43ab784 |
Monday, 11 Sep 2023
|
13:54 Baptiste Daroussin (bapt)
ports-mgmt/pkg-devel: update to 1.20.99.6
Changes:
- enable netrc support to be compatible with libfetch variable
- enable by default all supported kind of authentication for curl
- Fix duplicated rquery
- Make missing plugins non fatal (needed for smooth packagekit support)
- Do not complain about Last-Modified head if the fetch was a failure
- Support for jobs cancellation (needed for packagekit support)
- update sqlite3 to 3.43.0
- update lua to 5.4.6
- plug plenty of memory leaks
- improve debug output in particular for sql statements
- exclude locked package early from autoremove candidates
- fix very slow orphan test computation consuming 100% of CPU in autoremove
8eab9e4 |
Tuesday, 1 Aug 2023
|
08:28 Baptiste Daroussin (bapt)
ports-mgmt/pkg-devel: update to 1.20.99.5
Changes:
- fix a regression introduce with switch to libcurl which results in
the remote db mtime being badly set
- fix a regression which makes pkg query report twice some packages
when configured in multirepository mode.
- fix a compatibility issue with http_proxy env var (lowercase)
- update libcurl to latest version
- introduce PKG_EVENT_PKG_ERRNO new event type
ceb6586 |
Wednesday, 12 Jul 2023
|
09:48 Baptiste Daroussin (bapt)
ports-mgmt/pkg-devel: backout pkg add support for provides/requires
fa2dc4a |
Tuesday, 11 Jul 2023
|
11:49 Baptiste Daroussin (bapt)
pkg*: new regression fixes release
Changes:
- speed up pkg add again, and greatly reduce its memory footprint
- more compatibility with libfetch (SSL_* variables)
- fixed FETCH_TIMEOUT adaptation to libcurl
c2b502b |
Monday, 10 Jul 2023
|
12:15 Baptiste Daroussin (bapt)
pkg*: fix regressions from 1.20 release
- reduce memory usage for pkg add
- fix regression in url parsing for ssh
- fix some more compatibility with libfetch
- update pkg-triggers manpage
09a7858 |
Thursday, 6 Jul 2023
|
08:00 Baptiste Daroussin (bapt)
ports-mgmt/pkg-devel: update to 1.20.99.0
Changes:
- cleanup on the libpkg symbols exposed and the main header
6446b5f |
08:00 Baptiste Daroussin (bapt)
pkg*: add compatiblity with libfetch's HTTP_AUTH
a666fe7 |
Thursday, 29 Jun 2023
|
13:39 Baptiste Daroussin (bapt)
ports-mgmt/pkg-devel: update to 1.19.99.3
Changes from 1.19.99.2 to 1.19.99.3
- fix memory leaks
- fix regression: implement cancelling with libcurl
- new event PKG_EVENT_INCREMENTAL_UPDATE_BEGIN
- fix signature generation with openssl3
- allow reading pre and post openssl3 signatures
74fac2c |
Tuesday, 27 Jun 2023
|
09:52 Baptiste Daroussin (bapt)
pkg: revert openssl3 support
This change makes pkg generate a signature that is incompatible with
previous keys, it is better to have pkg broken for openssl3 and die
instead of having a backward incompatibility
f23812a |
Monday, 26 Jun 2023
|
13:05 Baptiste Daroussin (bapt)
pkg: fix signing with openssl3
b0b7fc1 |
Thursday, 8 Jun 2023
|
09:30 Baptiste Daroussin (bapt)
ports-mgmt/pkg-devel: update to 1.19.99.2
The main change here is the replacement of libfetch by libcurl,
this fixes many of the issues that were related to libfetch itself.
This gives us also a better debug informations
Changes from 1.19.99.1
- Update libucl to latest version
- Allow to configure COMPRESSION_FORMAT in pkg.conf
- Remove support for legacy (pkg_* tools)
- kill useless pkg_manifest_key API
- pkg add (respect provide/require)
- pkg autoremove: properly process provides/requires
- pkg now requires C11
- remplace pkg_set(3) API with a _Generic based API
- periodic script: Use locale-agnostic (ISO 8601)
- complete refactoring of the fetch code
- new pkgdb_all_search to search local and remote DBs at the same time
- fix plenty of memory leaks
- fix a regression in -e
- improve the plugin API
- replace libfetch with libcurl
- add support for http pipelining
- improve SRV and HTTP mirroring, reducing the number of round trips
- only keep one version of HTTP mirroring the one that respects the repo url
3bd2152 |
Thursday, 2 Feb 2023
|
13:50 Baptiste Daroussin (bapt)
ports-mgmt/pkg-devel: update to 1.19.99.1
changes
- fix regression in pkg autoremove
- fix regression preventing tracking files with path longer than 64
chars
- fix build out of tree
- fix spelling issues in pkg-trigger(8)
2aa9aa4 |
Thursday, 8 Dec 2022
|
21:17 Baptiste Daroussin (bapt)
ports-mgmt/pkg-devel: update to 1.18.99.7
Changes:
- reduce the number of filedescriptors opened at the same time
- update sqlite to 3.40.0
- fix regression in pkg lock
- fix annotate --modify
4b7fc65 |
Monday, 10 Oct 2022
|
14:21 Baptiste Daroussin (bapt)
ports-mgmt/pkg-devel: update to 1.18.99.6
Changes:
- remove backup command, do backup pkg shell .dump should be preferred
as already done via periodic script
- (r)query: stricter command line validation
- (r)query: new operators: =~ ==~ and !=~
- fix merging of config files accross split upgrades
- fix a regression when executing a shell script (introduced in
1.18.99.4)
89f14b8 |
Tuesday, 4 Oct 2022
|
14:26 Baptiste Daroussin (bapt)
ports-mgmt/pkg-devel: update to 1.18.99.5
Changes:
- pkg delete now fully supports provides/requires when cascading
deletion
0f1a0f7 |
08:27 Baptiste Daroussin (bapt)
ports-mgmt/pkg-devel: release 1.18.99.4
Changes from 1.18.99.3 to 1.18.99.4
- Accept '~' in the version or name of a package
- Autoremove will not remove anything which is required
by another installed package (via provides or via shlibs_provides)
- Update linenoise to latest version
- Update sqlite to 3.39.3
- Update lua to 5.4.4
- doc: add example on how to restore a package
- query: fix unicity issue
b52e773 |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Thursday, 4 Aug 2022
|
04:56 Baptiste Daroussin (bapt)
ports-mgmt/pkg-devel: update to 1.18.99.3
Fix regression in hardlink creation, making them fail if not created
in the same directory
4a44f0e |
Wednesday, 3 Aug 2022
|
10:17 Baptiste Daroussin (bapt)
ports-mgmt/pkg-devel: update to 1.18.99.2
Fix a regression introduced with the new ewtraction code which
results in some bad directory path matching, creating "hidden" to pkg
leftovers
Reported by: tcberner
7a793a5 |
08:00 Baptiste Daroussin (bapt)
ports-mgmt/pkg-devel: update to 1.18.99.1
Main change is a refactoring of the extraction process to fix a case
where during an upgrade a file becomes a directory
132a346 |
Saturday, 28 May 2022
|
05:57 Baptiste Daroussin (bapt)
ports-mgmt/pkg-devel: update to 1.17.99.11 aka 1.18.0rc2
Changes:
- fix a regression about shlibs detected as changed wrongly
- fix performance issue with pkg upgrade
14f1ba7 |
Friday, 27 May 2022
|
08:57 Baptiste Daroussin (bapt)
ports-mgmt/pkg-devel: update to 1.17.99.10
Changes from 1.17.99.9 to 1.17.99.10
- greatly improve test coverage
- many improvements in error handling for pkg fetch
- Remove the deprecated pkg_get() function from the API
- prevent @config files to be verified from pkg checksums checking
- Remove ftp(s):// support
- add tcp:// protocol support which allows to server packages form inetd
and secure it via spiped for example
- triggers can now be trigger when empty directories are added/removed
- Add "orphans" aliases
- speed up pkg which
- Reduce the possibility to have a temporary file during package extraction
which exceed NAME_MAX (maxium file name length)
- If the pattern has a '/' in it, it now search origin and all other categories
as well
for example graphics/zathura and print/zathura will both match the zathura
package
- If the pattern has a '/' in it and a @ it will also search for the flavor
<category>/<portname>@<flavor>
# pkg install "editors/vim@tiny" # will install the vim-tiny package
$ pkg search -g "editors/vim@*"
vim Improved version of the vi editor (console
flavor)
vim-gtk2 Improved version of the vi editor (gtk2 flavor)
vim-gtk3 Improved version of the vi editor (gtk3 flavor)
vim-motif Improved version of the vi editor (motif
flavor)
vim-tiny Improved version of the vi editor (tiny flavor)
vim-x11 Improved version of the vi editor (x11 flavor)
- portability: build and run on alpine (musl)
6f40283 |
Thursday, 20 Jan 2022
|
09:28 Baptiste Daroussin (bapt)
ports-mgmt/pkg-*: fix symbol collisions
while we fixed the symbol collision between libmd and libcrypto long
ago in dynamic linked program, the collision is still there somehow for
statically build programs.
The manual check for liblzma_libs for static linking that was added long
ago brings in a link to libmd before a link to libcrypto (this is since
FreeBSD 13.0+
This manual check is not necessary anymore anyway, so let's drop it.
Reported by: Franco Fitchner (from Opnsense)
08342c9 |
Friday, 12 Nov 2021
|
10:10 Baptiste Daroussin (bapt)
ports-mgmt/pkg-devel: Update to 1.17.99.9
Changes
- pkg add: only runs triggers at the end of the equivalent of a transaction
- pkg search: fix the combinaison of -q and -o
- pkg fetch: correctly exit with error on fetch failures
- Improve error message when failing to drop privileges
- Ensure no temporary files are left overs when ignoring some files in package
5069e58 |
Thursday, 4 Nov 2021
|
16:38 Baptiste Daroussin (bapt)
ports-mgmt/pkg-devel: update to 1.17.99.8
Changes:
- ensure pkg waits for the programs executed by the triggers
- bring back the fallback on the pkg add with mismatched version (with
regression fixed)
8763663 |
Tuesday, 19 Oct 2021
|
06:25 Baptiste Daroussin (bapt)
ports-mgmt/pkg-devel: update to 1.17.99.7
Changes:
- speed up pkg repo on SMP machines
- error on duplicated @config entry
- revert the fallback on pkg add with mismatched version
- document pkg upgrade --vulnerable
- revert jail audit perdiodic script verbosity reduction
876edec |
Monday, 4 Oct 2021
|
09:20 Baptiste Daroussin (bapt)
ports-mgmt/pkg-devel: 1.17.99.6
- fix segfault when packaging packages providing shared libraries
- fix fingerprint signature handling with rootdir
b248947 |
Tuesday, 21 Sep 2021
|
08:17 Baptiste Daroussin (bapt)
ports-mgmt/pkg-devel: update to 1.17.99.5
- document triggers
- add pkg.readdir to lua scripts
- reduce memory usage for hashes
- fix memory corruption which can happen in some corner cases
- run triggers for pkg add and pkg register
176f4af |
Tuesday, 14 Sep 2021
|
13:21 Baptiste Daroussin (bapt)
ports-mgmt/pkg-devel: update to 1.17.99.4
Changes from 1.17.99.3 to 1.17.99.4
- pkg version: fix regression from conversion to pkghash
- allow filtering files at install time
- add periodic script to check vulnerabilities in base
- fix pkg failing to find its db if run from a directory which does not
exists anymore
- fix ubsan reported issues
- fix priorization upgrade-removal along with other deletion
- fix plenty of memory leaks
d7dd5ef |
11:51 Emmanuel Vadot (manu)
ports-mgmt/pkg-devel: Fix packaging from poudriere
If there is no pkg(8) installed in the jail/host pkg-static will be used
but we don't have pkg-static with SAN so add a link in the WRKSRC.
Also poudriere just extract pkg-static from the pkg archive so cp
instead of symlink
72629b6 |
10:53 Emmanuel Vadot (manu)
ports-mgmt/pkg-devel: Fix package when SAN is on
There is no pkg-static when SAN is on but the framework needs it.
So just ln pkg-static to pkg.
6198006 |
10:08 Emmanuel Vadot (manu)
ports-mgmt/pkg-devel: Add an option for building with sanitizer
Sanitizers helps finding problems, add an option to pkg-devel to be
able to compile with them.
4f3befc |
Monday, 23 Aug 2021
|
14:42 Baptiste Daroussin (bapt)
ports-mgmt/pkg-devel: update to 1.17.99.3
- make pkg/audit.h C++ friendly
- fix build with libressl
- Enable aarch64 support for linux
- plenty of portability fixes for linux with musl libc
- autoremove: respect -q
- version: report an error if the provided INDEX file does not exist
- periodic: allow users so provide an ignore list of jails
- periodic: reduce audit script verbosity
- arch: to not consider .h as potentially arch specific
- query: allow -e to be used with other filter options
- register: implement a -N to disable registration in the database
- rework internal hash tables
- plenty of memory leak fixed
- fetch; do not count cached files as files to be fetched
35c7ef4 |
Tuesday, 27 Jul 2021
|
08:38 Baptiste Daroussin (bapt)
ports-mgmt/pkg-devel: update to 1.17.99.2
Changes from 1.17.99.1 to 1.17.99.2
- by default only create .txz symlinks for metadata
- only consider the .pkg when creating a repository
add an option REPO_ACCEPT_LEGACY_PKG to keep index old pkg
- Reduce usage of memory stack
6b00d26 |
Thursday, 22 Jul 2021
|
08:05 Baptiste Daroussin (bapt)
ports-mgmt/pkg*: Release 1.17.0
TL;DR: new uniq package file extension: '.pkg'
Full changelog for pkg:
- add a new "snap" prefix, to deal with pkg base snapshots
- pkg repo now accepts packages with different compression formats
- pkg now have a single extension: ".pkg" and a backward compatible
symlink is created when the package is created to help transitioning
- Default compression level for zstd is now set to 19
- the default compression level is now a configuration option
- plenty of portability fixes
- fix plenty of typos
- expose the name of the package to lua and shell scripts
- plist:
remove internal support for @*exec (this is now in the ports tree)
remove support for @ignore
remove support for @dirrm/@dirrmtry
remove support for @pkgdep
remove stub support for @stopdaemon
remove stub support for @display
remove stub support for @mtree
remove stub support for @conflict
- VUXML: fetch .xz compressed version of the file by default
- triggers are deferred to later command (firstboot is planned) if run
with pkg -r
- pkg triggers commands has been added and can execute the deferred
triggers for example at firstboot
Changes in the framework:
- Add a backward compatibility layer, so people are not forced to move
to pkg 1.17 yet (new quarter we will enforce the switch for triggers
anyway, but it gives time to people to switch)
- Introduce a new PKG_COMPRESSION_FORMAT for users to specify the
compression format they are willing to use when creating packages:
txz, tar, tgz, tbz, tzst are the valid ones (note that tzst is only
usable on FreeBSD 13 and 14)
- Add a backward compatibility for people who specified the compression
format already via PKG_SUFX and issue a warning to tell them about the
deprecation of PKG_SUFX
e497a16 |
Monday, 26 Apr 2021
|
15:12 Baptiste Daroussin (bapt)
Update to 1.16.99.5
Changes:
- allow to execute programs from lua script and triggers
- fetch vuln.xml.xz by default
- triggers detected by pkg -r are now deferred for firstboot
- pkg triggers command can be executed at first boot to run the
deferred triggers
Note this is expect to be the last release before 1.17 (depending on
how many new bugs has been introduced)
0bd169a |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Friday, 26 Mar 2021
|
23:16 bapt
Update to 1.16.99.4
Changes from 1.16.99.3 to 1.16.99.4
- expose the name of the packages to its scripts lua and shell
- plist: remove internal support for @*exec
- plist: remove support for @ignore
- plist: remove suppot for @dirrm/@dirrmtry
- plist: remove support for @pkgdep
- plist: remove stub support for @stopdaemon
- plist: remove stub support for @display
- plist: remove stub support for @mtree
- plist: remove stub support for @conflict
- info: fix info processing of mutliple compares
- ci runs again on linux and osx
- portability fixes for linux and osx
- ubsan/asan related fixes
 |
Wednesday, 17 Mar 2021
|
14:16 bapt
update to 1.16.99.3:
The main big change is the switch of the package extension to .pkg
This is done so we can change compression format without having to
modify the tools each time to adapt to the new extension
While here adapt the ports tree to the new .pkg extension and prepare
the pkg-devel ports to swicth the package compression format to zstd
in FreeBSD 14 in a month to give time to upgrade to a version which
have the bootstrap knowing about .pkg.
Changes from 1.16.99.2 to 1.16.99.3
- lua update to 5.4.2
- pkg repo accept now all supported formats mixed without config
- pkg now default on creating .pkg files with backward compatible symlinks
- backward compatible symlinks are now an option
- make the default comprpession format a config option
- set the default compression level for zstd to 19
- make the default compression level a config option
- Update libucl to latest version
 |
Thursday, 18 Feb 2021
|
18:04 manu
ports-mgmt/pkg-devel: Update to 1.16.99.2
- libpkg: rsa: stop leaking an RSA object
- libpkg: rsa: start abstracting away rsa bits
- lua: filecmp: Fix for symlink
PR: 253292, 250439
Approved by: bapt (implicit)
 |
Wednesday, 20 Jan 2021
|
14:24 manu
ports-mgmt/pkg-devel: Update to 1.16.99.1
Changes from 1.15.99.8 to 1.16.99.1
- Avoid making making xstring.h public
- audit: fix quiet
- libpkg: add a snap(shot) version prefix
- libpkg: only upgrade installed packages with pattern matches
- libpkg: accept an "rsa:" prefixed file for pkg_finish_repo()
Approved by: bapt (implicit)
 |
Wednesday, 9 Dec 2020
|
04:40 bapt
Update to 1.15.99.8
- Update documentation about configuration options
- Fix variable expansion while parsing pkg.conf and repositories
- Fix scripts never ending on MacOS
- Do not execute post-install script if extraction fails
- Fix fetching of meta.conf if it is missing
- Update lua to lua 5.3.6
- Improve solver missing some reverse dependencies
- 'audit' now accept a -R/--raw option for parseable output
- 'audit' can now ignore packages based on use define globs or regexp
- 'set' now reports when a package provided in command line is not installed
- all commands are now consistently using --no-scritps instead of different
flavor per commands
- when request to install many packages unavailable in the repo, print all the
missing one instead of stop at the first one only
- 'info' now prints the timestamp and repository in the --raw output
- Improve error messaging when parsing the configuration file
- when upgrading in dry-run mode: stop first checking for pkg, but show all
the packages to be upgraded, pkg included
- Fix crash when pkg is told to package a directory as a file
- 'create' now accept -e to create package with an expanded version of the
manifest aka readable
- Relax keywords attributes syntax by allowing spaces
 |
Thursday, 5 Nov 2020
|
17:51 bapt
Update to 1.15.99.7
The main features is:
- implement triggers mechanism (both lua and shell)
Other changes:
- Merge keywords preinstall script into a single "prepackaging script"
- fix issues with script leaving process in the background
- fix an issue with metalog duplicated entries
- improve performances of pkg query -F
- get rid of sysexits
 |
Wednesday, 21 Oct 2020
|
12:55 bapt
update to 1.15.99.6
Changes from 1.15.99.5 to 1.15.99.6
- lots of keywords improvements:
* validation: lua script to validate the keyword line
* deprecated: boolean to mark a keyword as deprecated
* deprecation_message: message if deprecated
* actions_script: script version of 'actions' in lua
* lua scripts: now can have real arguments instead of
pre-expended ones
 |
07:25 bapt
Update to 1.15.99.5
changes:
- New feature: @include for plist
- internal only: remove utstring in favor of posix open_memstream
- plenty of small memory improvements
 |
Tuesday, 13 Oct 2020
|
07:25 bapt
Update to 1.15.99.4
- Fix build with non recent compilers
 |
07:01 bapt
pkg-devel: update to 1.15.99.3:
- Brings many fixes from the stable branch
- Add support for a new @include
 |
Tuesday, 22 Sep 2020
|
14:12 manu
ports-mgmt/pkg: Update to 15.99.2
query: Fix '%X' to include the file name and sum
Approved by: bapt (implicit)
 |
Monday, 21 Sep 2020
|
14:51 manu
ports-mgmt/pkg: Update to 1.15.99.1
Changes from 1.14.99.7 to 1.15.99.1
- Fix '%X' to not include the version
Approved by: bapt (implicit)
 |
Friday, 28 Aug 2020
|
12:33 manu
ports-mgmt/pkg-devel: Update to 1.14.99.7
- Default the OSVERSION check to false
- Fix some errors related to getpwname_r/getgrnam_r
- Add RISC-V ABI aliases
- Add '%X' to pkg-query, this print the internal package checksum
Approved by: bapt
 |
Tuesday, 18 Aug 2020
|
12:18 manu
ports-mgmt/pkg-devel: Update to 1.14.99.6
Changes from 1.14.99.5 to 1.14.99.6
- Run lua scripts before shell scripts
- unbreak build with -fno-common
 |
Monday, 20 Jul 2020
|
12:04 manu
pkg-devel: Update to 1.44.99.5
Changes from 1.14.99.4 to 1.14.99.5
- Fix lua script during pkg_delete
- Return file type for lua_stat
Approved by: bapt (implicit)
 |
10:02 manu
pkg-devel: Update to 1.14.99.4
Changes from 1.14.99.3 to 1.14.99.4
- Add function to lua scripts:
* Simple stat()
* filecopy to copy a file preserving its attributes
* filecmp to compare files
* update sqlite to latest version
* Add a new 'hash' mode to pkg repo to make repositories CDN friendly
* Isolate transport protocol to be able to easily change implementations
in the futur
* Fix invalid json in even_pipe
* lots of portability fixes
Approved by: bapt (implicit)
 |
Monday, 29 Jun 2020
|
08:59 manu
Use correct DISTVERSION
Reported by: lwshu
Approved by: bapt (implicit)
 |
07:58 manu
Update to 1.14.99.3
Changes from 1.14.99.2 to 1.14.99.3:
- Fix linking on FreeBSD
Approved by: bapt (implicit)
 |
Thursday, 25 Jun 2020
|
14:51 manu
Update to 1.14.99.2
Changes from 1.14.99.1 to 1.14.99.2:
- Fix hanging if a script spawn a process and
it still run after the scripts finish
- Prevent potential hang with lua scripts
- For http mirror first try to get the list from the
full path and then fallback on the root one if we
didn't find anything.
- Add a debug message if obtaining the lock fails
Approved by: bapt
 |
Saturday, 20 Jun 2020
|
21:23 delphij
ports-mgmt/pkg-devel: Respect liblzma.pc if available.
Note that this is meant to be a temporary hack and will be reverted once the
freebsd/pkg have solved this in the build infrastructure.
PR: 200142
MFH: 2020Q2
Approved by: portmgr (bapt over IRC)
Differential Revision: https://reviews.freebsd.org/D25053
 |
Monday, 27 Apr 2020
|
07:37 bapt
Update to 1.14.99.1
Changes from 1.13.99.7 to 1.14.99.1
- parallelize the run of the tests
- Fix VERSION_MINOR expansion
- Fix chflags tests
- Bring back pkg create -n but in a consistent way
- Improve build of sqlite
- Use mmap in sqlite
- Update sqlite to latest version
- Document pkg_create(3)
- Prepare the land for futur proof remote dependency handling
- Update usage of pkg set -A and pkg set -v
- Add pkg create -l (compression level)
 |
Monday, 23 Mar 2020
|
09:54 bapt
pkg 1.13.99.7
Changes since 1.13.99.5:
- When backing up libraries, create a package 'compat-libraries'
a4b64e6fin which the new libraries will be appended to and the version
bumped each time a new library is backed up.
- Fix a regression with sometimes makes some keywords being ignored
aka scripts not appended to the list of scripts)
- Fix ABI on DragonFly
- Fix fd being closed twice wen running shell scripts
 |
Tuesday, 17 Mar 2020
|
22:08 bapt
Update to 1.13.99.5
- fix a memory allocation bug during package creation [1)
Reported by: flo, antoine
 |
09:35 bapt
Update to 1.13.99.4
- Fix detection of zstd compression support for libarchive
- Fix package creation on installed packages
- Update autosetup to the latest version
 |
Tuesday, 3 Mar 2020
|
12:56 mat
Ports MUST NOT set WITH_DEBUG.
WITH_DEBUG is a user facing variable. When a user wants to build a port
with debugging symbols enabled, they either set WITH_DEBUG globally, or
WITH_DEBUG_PORTS+=category/port.
Approved by: bapt
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D23940
 |
11:00 bapt
Update to 1.13.99.3
- Fix regression in ABI detection (add regression tests about it)
- Fix regression concerning the timestamp of the packaged/installed file
(add regression tests about it)
 |
Monday, 2 Mar 2020
|
06:35 antoine
Forbid the pkg-devel ports, it create 1 package with bad ABI
With hat: portmgr
 |
Friday, 28 Feb 2020
|
14:40 bapt
Update to 1.13.99.2
Changes from 1.13.99.1 to 1.13.99.2
- Fix pkg fetch -o
- Implement a mechanism to autobackup libraries during upgrades (off by default)
- zsh-completion: disable repo update durign package retrival
- Improve documentation
- More variable are now expanded when reading the confirations files:
* OSNAME: FreeBSD
* RELEASE: 12.1
* ARCH: amd64
* VERSION_MAJOR (FreeBSD only)
* VERSION_MINOR (FreeBSD only)
- Remove the unused and inconsistent pkg create -n
- Add -t timestamp to pkg create to be able to specify the expected file
timestamp
via command line.
- Refactor the pkg_create API and mark as deprecated the old functions
 |
Friday, 14 Feb 2020
|
16:32 bapt
Update to 1.13.99.1
Changes from 1.13.99.0 to 1.13.99.1
- Do not create a .pkgnew file in case installing a configure file over
a non existing file
- Update linenoise to latest version
- Update picosat to latest version
- Implement HTTP keep-alive (imported from xbps)
- fix a regression concerning valid url: ssh://user@host:/ was not valid
anymore
 |
Wednesday, 12 Feb 2020
|
14:53 bapt
Update to 1.13.99.0
- Fix inverted logic about rcscripts
- Improve the build handling of dependency
 |
Wednesday, 29 Jan 2020
|
13:11 bapt
Import the libfetch patch to the bundled libfetch
 |
11:46 bapt
Update to 1.22.99.4
- Document lua scripts
- Document shell scripts
- Document keywords ucl files
- Add a variable to both lua scripts and shell script to allow
the scripts to know they are actually being upgrading things
 |
Friday, 24 Jan 2020
|
17:11 bapt
Update to 1.12.99.3
- Add more regression test
- Improve consistency of the default ouput
- Give a hint about running pkg update -f in case of "size mismatch"
- Fix pkg backup since the sqlite syscall are overridden
 |
Wednesday, 22 Jan 2020
|
16:50 bapt
update to 1.12.99.2
- lua scripts are now running in a capsicum sandbox
- lua scripts io.open function is now always opening relative to ROOTDIR
- expat vulnxml parser has been replaced by a yxml based one
- libucl has been update to the latest git version
- error reporting has been improved when parsing vuxml file
- shell script can now push message at the pkg-message level by writing
to the ${PKG_MSGFD} file descriptor:
echo "message for the user" >&${PKG_MSGFD}
 |
Tuesday, 24 Dec 2019
|
08:45 bapt
Update to 1.12.99.1
- When installing a file over a file that is not tracked by any
package, save the previous one as .pkgsave
- Fix a chicken/egg problem with the meta being compressed and defining
the compression format. Now pkg repo will create a meta.conf file
uncompressed (it is small enough) and fallback on the old meta.txz.
Note that meta.txz is still created for backward compatibility
- pkg repo now creates meta files in version 2 by default meaning the
digests.txz
is not created anymore, it was only used up to pkg 1.2. anyone upgrading
from pkg 1.2 should first run pkg bootstrap -f to be on a recent version.
- pkg -r now first lookup under the rootdir for its ABI_FILE.
- suppress version checking when -j is specified
- Alphabetically sort packages printed in the output of pkg commands to ease
readability
- pkg lock/unlock now allows multiple packages in arguments
 |
Wednesday, 18 Sep 2019
|
07:52 bapt
Release pkg 1.12.99.0
Changes from previous devel version:
- Fix crash with bad ABI is provided
Change in the port:
- Do not check anymore for pkg_tools migration to pkg
 |
Friday, 6 Sep 2019
|
19:54 bapt
Update to 1.11.99.3
 |
Monday, 26 Aug 2019
|
10:04 bapt
Update to 1.11.99.2:
- Fix cross installation with new build system
- Add a function to lua_script allowing to send a message which will be
printed along with the other messages at the end of the message process.
- Fix detection of libarchive with zstd support
 |
Thursday, 4 Jul 2019
|
07:07 bapt
Update to 1.11.99.1
- Add support for lua scripting:
for now it allows to use scripts in lua instead of shell scripts
everywhere possible, including keywords.
- Fix detection of libarchive built with zstd support
 |
Wednesday, 26 Jun 2019
|
12:53 bapt
Release pkg 1.11.99.0
- add support for packages compress in zstandard format
- improve messages output adding marks to separate messages from each packages
and messages within a given packages
- messages can now contain variables: ${PREFIX} ${PKGNAME} for now
 |
Monday, 3 Jun 2019
|
11:28 bapt
Respect CC and PREFIX
 |
Monday, 27 May 2019
|
09:07 bapt
Update to 1.10.99.14
- fix libpkg.so when linked with binutils
- instead of closing stdin for script just use /dev/null
- force installation of symlinks to avoid make install to fail is some
symlinks are already there
 |
Thursday, 23 May 2019
|
17:00 bapt
Bump port revision
 |
Friday, 19 Apr 2019
|
17:41 bapt
Really update to 1.10.99.13
Changes from pkg 1.10.99.12 to 1.10.99.13
- fix segfault when running pkg version <an_invalid_index_file>
- fix segfault that can occurs sometime when forcing the installation of a
localpackage: pkg install -f ./mypkg-X.txz
- fix abi detection when multiple elf notes are used in the binary like on
fedora
Reported by: tobik, sunpoet
 |
14:25 bapt
Update to 1.10.99.13
 |
Wednesday, 27 Mar 2019
|
12:58 bapt
Update to 1.10.99.12
Changes from pkg 1.10.99.11 to 1.10.99.12
- use /usr/bin/uname to determine of the ABI
- Add 3 new aliases:
* rall-depends: showing depenencies of a non installed package
* rcomment: showing only the comment of a non installed package
* rdesc: showing only the description of a non installed package
- switch to cirrus-ci
- improve portability on linux
- simplify code to create the repository
- close stdin when running scripts
- update bundled libucl to latest version
- remove backward compat (pkg_*) in periodic scripts
- always use anticongersion on periodic scripts
- Prevent SIGSEGV with 'pkg version' with packaged base
- Fix issue with recent lld
 |
Saturday, 3 Nov 2018
|
21:27 bapt
Update to 1.10.99.11 which attempts to fix build with recent libarchive
 |
Saturday, 22 Sep 2018
|
10:44 bapt
Update to 1.10.99.10
 |
Monday, 10 Sep 2018
|
13:14 mat
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine
 |
Sunday, 9 Sep 2018
|
03:43 woodsb02
Fix fetch by updating GH_TAGNAME as required by r479255
Approved by: portmgr blanket
 |
Saturday, 8 Sep 2018
|
19:22 brd
Update to 1.10.99.9
- Remove a check for config files that have hardlinks
- Add .gitlab-ci.yml to support the Gitlab CI service
- Add a few more tests with hardlinks
 |
Monday, 20 Aug 2018
|
17:06 bapt
Update to 1.10.99.8
Changes from pkg 1.10.99.7 to 1.10.99.8
- Add options to ignore OSVERSION check and document it
- Complain about RO filesystem for pkgdb access if needed
- Fix privileges drop done too early
- Improve OSVERSION check
- Fix some resource leaks
- Lots of documentation improvements
- Improve conflicts handling
- Do not check remote packages when doing `pkg upgrade -v`
- Convert from autotools to autosetup
- Fix warnings spotted by gcc 7+
- Fix pkg info -R to match the documented behaviour
- Update zsh completion
- Fix crash with config file handling
- pkg is now a semi static binary
 |
Tuesday, 6 Feb 2018
|
14:13 swills
Don't use pkg-static when cross building
PR: 224217
Submitted by: nwhitehorn
Approved by: bapt
 |
Saturday, 6 Jan 2018
|
23:14 bapt
Update to 1.10.90.7
- Sort fts traversal in repo creation
- Fix floating pint exception when packaging packages with weird elf files
- More test cases for config merge
- Fix running the testsuite on linux and osx
- Fix pkg version regarding flavors
- Add support for creating packages with a hash in their names
- Accept DT_SONAME anywhere in .dynamic
- make pkg version -r imply -R
- Some fixes for the progression display
- Rename some variables in security periodic scripts.
- Parse FreeBSD OS version and forbid to install too new packages
 |
Saturday, 11 Nov 2017
|
13:04 bapt
Update to 1.10.99.6
- Lots of fixes/improvements on periodic scripts
- Fix typo in the .pc file
- Only check for origin if the strings contains / in pkg version
- Support flags when exporting the metalog
- Ignore flags when installing as a user
- fix again using pattern as package arch
- recognize armv7
- add %q to pkg_printf(3) and pkg-query(8) to print altabi
- 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
he can fix
- zsh completion imrpovements
 |
Monday, 31 Jul 2017
|
21:38 bapt
Update to 1.10.99.5
- 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
- better ABI name on linux
- lots of changes in internal API to use fd when possible
- removed option: pkg repo -L
 |
Sunday, 26 Mar 2017
|
21:19 bapt
Update to 1.10.99.4
- Fix signing_command something saving a truncated signature in the file
as a result pkg will reject any repository signed
- pkg which: add -m to show what files matched using globs
- fix sqlite overload with new sqlite
- Revert the new UI which does not respect 80 columns
- Fix query '%q' printing the internal arch instead of the official one
 |
Saturday, 25 Feb 2017
|
12:40 bapt
Update to 1.10.99.3
Changes
- Replace some mmap with getline()
- Fix pkg which -g
- allow setting env before fetching for every kind of repo
 |
Sunday, 19 Feb 2017
|
16:43 bapt
Update to 1.10.99.2
- Remove pkg2ng and pkg convert code
- Emit dep_formula within the manifests
- Use stack based read (32k buffer) instead of mmap
- Use 32k buffers for each reads
- Cache pw/group to reduce overreading nsswitch.conf
- Update libucl and remove over call of getcwd
 |
Friday, 17 Feb 2017
|
23:12 bapt
Update to 1.10.99.1
- The solver now uses natively the new dep formula (more works needed)
- Ensure don't call getcwd for each manifest part (useful for the builders)
 |
Number of commits found: 291 (showing only 100 on this page) |