JOSE (Javascript Object Signing and Encryption) is a Python implementation
of the standards developed by IETF Javascript Object Signing and Encryption
(Active WG), in particular the following RFCs:
- JSON Web Algorithms (JWA)
- JSON Web Key (JWK)
- JSON Web Signature (JWS)
Originally developed as part of the ACME protocol implementation.
WWW: https://josepy.readthedocs.io/en/latest/
Differential Revision: https://reviews.freebsd.org/D14013
PoS cryptocurrency that can execute smart contract as part of an UTXO
Combining a modified Bitcoin Core infrastructure with an intercompatible
version of the Ethereum Virtual Machine (EVM), Qtum merges the
reliability of Bitcoin's unfailing blockchain with the endless
possibilities provided by smart contracts.
https://qtum.org/
not provide __BIG_ENDIAN__ macro by default. As `archivers/upx' is aware
of sparc64 existence, simply tell it that it is big-endian architecture.
While here, vocalize installation commands.
Current version of libgit2 and libgit2-glib in ports were not supported by
gitg 3.24, so update this port to 3.26 to fix the breakage.
PR: 221783
Submitted by: rozhuk.im@gmail.com (original patch)
romain (intermediate patch)
Hiroki Tagato <tagattie@yandex.com> (committed patch)
With hat: gnome
instances.
The OS Login package has the following components:
- Authorized Keys Command to fetch SSH keys from the user's OS Login profile and
make them available to sshd.
- NSS Module provides support for making OS Login user and group information
available to the system, using NSS (Name Service Switch) functionality.
- PAM Module provides authorization and authentication support allowing the
system to use data stored in Google Cloud IAM permissions to control both, the
ability to log into an instance, and to perform operations as root (sudo).
- Utils provides common code to support the components listed above.
In addition to the main components, there are also utilities for packaging and
installing these components:
- bin contains a shell script for (de)activating the package components.
WWW: https://github.com/GoogleCloudPlatform/compute-image-packages/tree/master/google_compute_engine_oslogin
PR: 225014
Submitted by: Helen Koike (maintainer)
Reviewed by: mat
Differential Revision: https://reviews.freebsd.org/D13811
case
src/dialogs/setupdisplay.cpp:567:41: error: reference to type 'const KFontChooser::DisplayFlags' (aka 'const QFlags<KFontChooser::DisplayFlag>') could not bind to an rvalue of type 'bool'
if ( KFontDialog::getFont( item->font, false, view() ) == QDialog::Accepted ) {
^~~~~
/usr/local/include/kde4/kfontdialog.h:134:57: note: passing argument to parameter 'flags' here
const KFontChooser::DisplayFlags& flags =
^
Reported by: pkg-fallout
the error message and what is changed. Bump PORTREVISION because
it contains a code change.
kde@ bumped into this while building x11/kde4 for aarch64.
Build on 12-CURRENT aarch64, 11-STABLE amd64 and 10.3 i386.
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D14008
is already used by some of the dependencies.
This avoids build errors of the following kind:
/lib/libgcc_s.so.1: version GCC_4.6.0 required by
/usr/local/lib/gcc6/libgfortran.so.3 not found
Submitted by: maintainer (Rainer Hurling <rhurlin@gwdg.de>)
PR: 225230
Details:
- bin/ntpshmmon is dependent on PPS option (see sConstruct)
- remove patch that has been upstreamed
- explicitly reference python2.7 rather than python2 (per current ports
tree guidelines)
- use python flavors (Note: there is support for python3 in upstream.
Reserving that change for a future update (as yet untested) )
- plist changes to reflect upstream changes: lib version bumps, added man
page, removed a pkg-config file
- add X11 option for bin/xpgs*; update dependencies for 3.17 version of
xgps* (needs python gi module & gtk3)
PR: 225310
Submitted by: z7dr6ut7gs@snkmail.com