The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
makes the port automatically contact the default keyserver:
GPG extracts the tarball regardless, so getting
that key on their keyring and seeing the "good signature from ..."
message should only happen for users with automatic key retrieval
enabled. Everyone else should see:
gpg: Signature made Wed Jun 20 14:41:55 2007 EDT using DSA key ID 59A53CC1
gpg: Can't check signature: No public key
and hopefully not get too worried.
Submitted by: maintainer (email)
Approved by: portmgr (self)
A running process is created by combining many different
libraries (and other components). In the Zero Install world,
we have all versions of each library available at all times.
The problem then is how to choose which versions to use.
The injector solves this problem by selecting components
to meet a program's requirements, according to a policy you
give it. The injector finds out which versions are available,
and downloads and runs the ones you choose.
WWW: http://www.0install.net
PR: ports/114006
Submitted by: Dylan Cochran <a134qaed@gmail.com>