Upstream has split most of the bindings out into separate projects with
this release, so the child ports that were previously providing various
bindings are now autonomous and have new origins. The python bindings
should have been called py-gpg for many years now, since 'gpg' is the
actual module name, so this also corrects that issue.
security/gpgme-cpp -> security/gpgmepp
security/gpgme-qt -> security/qgpgme
security/py-gpgme -> security/py-gpg
gpgmepp and qgpgme have been converted to CMake. py-gpg is now a "fun"
autotools and FreeBSD ports system hybrid. Gpgme, itself, still uses
autotools, but with much less parenting (patching) to do for its
emancipated children.
Adjust several ports to fix API incompatibility with upstream patches
and with some of my own. Adjust all consumers to use the new port
origins of the former child ports.
https://dev.gnupg.org/T7673
No functinal changes:
- Replace PORTVERSION with DISTVERSION.
- Remove "?" from "CATEGORIES?=" and "MAINTAINER?=".
- Set maintainer.
- Remove localbase:ldflags and pathfix from USES - they are unnecessary.
- Refresh patch.
PR: 285185
Approved by: Edward.Sanford.Sutton, III <mirror176@hotmail.com> (new maintainer)
Qt 6.9.1 edition.
These ports are known to directly use or link to a library that uses the
Qt private API and must be rebuilt with every Qt update.
Qt *public* API/ABI compatability is excellent, so most consumers don't
need to necessarily be rebuilt between patch or even minor releases, but
use of the private API breaks this compatibility between even patch
releases and its use is highly discouraged.
This list of bumps is based on histortical data. We don't have time to
revisit every port on the list with each Qt update, so if your port has
dropped Qt private headers and was bumped in error, please let kde@ know
so we can correct this for future updates.
Changes since v0.3.11
Release notes for CoyIM 0.4.1
We are very proud to release CoyIM 0.4.1
This a small point release that primarily improves the flow for in-band
registration. It removes a large number of the previously recommended
servers since they no longer support registration, and solves other issues
related to registration. This is the first release containing rudimentary
support for a global application stylesheet. This will later provide support
for customized styling by the end-user.
This release supports Golang 1.14 and above.
Updates
* #849 Update list of recommended servers
* #850 Properly handle and report situations where a server doesn't support
in-band registration
* #851 Display links and instructions from servers when attempting in-band
registration
* #852 Add basic support for CSS styling of certain components
* Refactor and clean up code for registration
Earlier I bumped the default Go to 1.24. Ports that specify a lower
version will still build with those lower version (for now), so they
don't need a bumping. Instead I'm bumping anything that (now) has go124
as a dependency.
- Remove pkg-message that suggested how to disable automatic update.
Now is the script linux-discord that adds the relevant option in the
configuration file on startup. [1]
Suggested by: arrowd [1]