./security/gcr, Library for crypto UI and related tasks

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 3.41.2, Package name: gcr-3.41.2, Maintainer: pkgsrc-users

GCR is a library for displaying certificates, and crypto UI, accessing
key stores. It also provides the viewer for crypto files on the GNOME
desktop.

GCK is a library for accessing PKCS#11 modules like smart cards, in a
(G)object oriented way.


Required to run:
[sysutils/desktop-file-utils] [graphics/hicolor-icon-theme] [security/libgcrypt] [devel/glib2] [lang/vala] [devel/gobject-introspection] [x11/gtk3] [security/p11-kit]

Required to build:
[textproc/gnome-doc-utils] [pkgtools/x11-links] [devel/gettext-m4] [x11/xcb-proto] [x11/fixesproto4] [devel/gdbus-codegen] [pkgtools/cwrappers] [x11/xorgproto]

Master sites:

Filesize: 1010.285 KB

Version history: (Expand)


CVS history: (Expand)


   2026-05-15 19:01:08 by Thomas Klausner | Files touched by this commit (139)
Log message:
*: switch to glib2-introspection

The gobject-introspection package installed _some_ of the introspection
files needed for glib2, but not all - some of them are built from the glib2
sources. glib2-introspection now contains all glib2-related introspection
files.

Add a tool dependency on the new package where needed.

Remove gobject-introspection from buildlink3.mk files - this is usually
a tool and should not be forwarded via buildlink3.

Some cleanups/fixes for -current while here.
   2026-05-09 15:43:15 by Thomas Klausner | Files touched by this commit (1)
Log message:
gcr: add missing tool dependency
   2026-05-01 16:23:28 by Paolo Vincenzo Olivo | Files touched by this commit (7) | Package updated
Log message:
security:gcr: update to 3.41.2

# changes (since 3.40.0)

gcr 3.41.2:
- ui: Add gcr.gresource.xml back into the build
- misc: Several memory leaks were fixed
- ci: Several CI fixes
- Updated translations

gcr 3.41.1:
- meson: Fix unknown kw argument in gnome.generate_gir [GNOME/gcr!68]
- gcr: Add G_SPAWN_CLOEXEC_PIPES flag to all the g_spawn commands
- docs: Port from gtk-doc to gi-docgen [GNOME/gcr!76]
- Unbreak build without systemd [GNOME/gcr!75]
- Several CI fixes
- Updated translations

gcr 3.41.0:
- Port ssh-agent from gnome-keyring [GNOME/gcr!67]
- build: Fix parallel build failure due to missing marshal dependency [GNOME/gcr!68]
- Fix warnings by dropping `volatile` for g_once_init_inter locations [GNOME/gcr!69]
- tests: More robust against GTask unref race condition [GNOME/gcr!72,GNOME/gcr#84]
- Updated translations
   2026-01-27 09:41:10 by Thomas Klausner | Files touched by this commit (1344)
Log message:
*: recursive bump for removal of cairo's xcb option
   2025-12-27 15:43:18 by Patrick Welche | Files touched by this commit (1)
Log message:
Fix build on NetBSD: implicit declaration of function 'timegm'
   2025-10-23 22:40:24 by Thomas Klausner | Files touched by this commit (2999)
Log message:
*: recursive bump for pcre2

Running an old binary against the new pcre doesn't work:
/usr/pkg/lib/libpcre2-8.so.0: version PCRE2_10.47 required by \ 
/usr/pkg/lib/libglib-2.0.so.0 not defined
   2025-08-31 00:46:51 by Thomas Klausner | Files touched by this commit (1355)
Log message:
*: recursive bump for tiff growing lerc dependency
   2025-07-19 07:37:52 by Thomas Klausner | Files touched by this commit (190)
Log message:
*: bump gobject-introspection users for ABI bump

XXX: I'm actually not sure why the ABI was bumped for 1.84, but now that
it is we have to bump PKGREVISIONs, otherwise pkgin is quite unhappy