ports/contrib (3.4): gcr: 3.20.0 -> 3.28.0
commit 003c0f3bb117985547e2ec7246b109b9a9269662 Author: Danny Rawlins <monster.romster@gmail.com> Date: Sun Sep 2 18:25:15 2018 +1000 gcr: 3.20.0 -> 3.28.0 diff --git a/gcr/.footprint b/gcr/.footprint index 7e1b3acb..993304d2 100644 --- a/gcr/.footprint +++ b/gcr/.footprint @@ -36,6 +36,7 @@ drwxr-xr-x root/root usr/include/gcr-3/gcr/ -rw-r--r-- root/root usr/include/gcr-3/gcr/gcr-secure-memory.h -rw-r--r-- root/root usr/include/gcr-3/gcr/gcr-simple-certificate.h -rw-r--r-- root/root usr/include/gcr-3/gcr/gcr-simple-collection.h +-rw-r--r-- root/root usr/include/gcr-3/gcr/gcr-ssh-askpass.h -rw-r--r-- root/root usr/include/gcr-3/gcr/gcr-system-prompt.h -rw-r--r-- root/root usr/include/gcr-3/gcr/gcr-system-prompter.h -rw-r--r-- root/root usr/include/gcr-3/gcr/gcr-trust.h @@ -69,6 +70,7 @@ drwxr-xr-x root/root usr/include/gcr-3/ui/ drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/gcr/ -rwxr-xr-x root/root usr/lib/gcr/gcr-prompter +-rwxr-xr-x root/root usr/lib/gcr/gcr-ssh-askpass drwxr-xr-x root/root usr/lib/girepository-1.0/ -rw-r--r-- root/root usr/lib/girepository-1.0/Gck-1.typelib -rw-r--r-- root/root usr/lib/girepository-1.0/Gcr-3.typelib @@ -105,10 +107,6 @@ drwxr-xr-x root/root usr/share/dbus-1/ drwxr-xr-x root/root usr/share/dbus-1/services/ -rw-r--r-- root/root usr/share/dbus-1/services/org.gnome.keyring.PrivatePrompter.service -rw-r--r-- root/root usr/share/dbus-1/services/org.gnome.keyring.SystemPrompter.service -drwxr-xr-x root/root usr/share/gcr-3/ -drwxr-xr-x root/root usr/share/gcr-3/ui/ --rw-r--r-- root/root usr/share/gcr-3/ui/gcr-pkcs11-import-dialog.ui --rw-r--r-- root/root usr/share/gcr-3/ui/gcr-unlock-options-widget.ui drwxr-xr-x root/root usr/share/gir-1.0/ -rw-r--r-- root/root usr/share/gir-1.0/Gck-1.gir -rw-r--r-- root/root usr/share/gir-1.0/Gcr-3.gir diff --git a/gcr/.md5sum b/gcr/.md5sum deleted file mode 100644 index 0dba5d8f..00000000 --- a/gcr/.md5sum +++ /dev/null @@ -1 +0,0 @@ -4314bf89eac293dd0a9d806593ff1b35 gcr-3.20.0.tar.xz diff --git a/gcr/.signature b/gcr/.signature index 9f5cc0e4..5b345b90 100644 --- a/gcr/.signature +++ b/gcr/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF31Q/O4CuwhKI0cUoC8h8ueylM2VsgFyJaPbUpKrkzFvmTEguy2P2zoh5KeKyeirwJh97Zz9kBTWo7zitVs7Elws= -SHA256 (Pkgfile) = cb3dbc9766526920aa19e91228b0537add6f22513b9d11102ae0558eacd03795 -SHA256 (.footprint) = cd646f8df58b2cf03a1e5b961e75b068eba30c342b979297f1393ff21aef003f -SHA256 (gcr-3.20.0.tar.xz) = 90572c626d8a708225560c42b4421f7941315247fa1679d4ef569bde7f4bb379 +RWSagIOpLGJF33cJ4qs9pbXN35fbPEWgY4rT6qGT1Pv+yfsIiJo8FWFNZEIsUTsauVbhn6kpEFnsY0i/tMFzv+YJhTQCjYFdigQ= +SHA256 (Pkgfile) = a29294bdb6229ca78a91a2545031ebbf3a4cf42f3947f90621f3b3f775f5ee0d +SHA256 (.footprint) = cc04ed14b619adae4b650295c1ba452974007f1486c98f87062d2e73c92310ef +SHA256 (gcr-3.28.0.tar.xz) = 15e175d1da7ec486d59749ba34906241c442898118ce224a7b70bf2e849faf0b diff --git a/gcr/Pkgfile b/gcr/Pkgfile index 4f111e1e..588e1a1d 100644 --- a/gcr/Pkgfile +++ b/gcr/Pkgfile @@ -1,13 +1,12 @@ # Description: Libraries for cryptographic UIs and accessing PKCS#11 modules. # URL: https://developer.gnome.org/gcr/ # Maintainer: Danny Rawlins, crux at romster dot me -# Packager: Danny Rawlins, crux at romster dot me # Depends on: gnupg gtk3 p11-kit util-linux vala xorg-libxcomposite xorg-libxcursor xorg-libxinerama xorg-libxrandr name=gcr -version=3.20.0 -release=2 -source=(http://download.gnome.org/sources/$name/${version:0:4}/$name-$version.tar.xz) +version=3.28.0 +release=1 +source=(https://download.gnome.org/sources/$name/${version:0:4}/$name-$version.tar.xz) build() { cd $name-$version
participants (1)
-
crux@crux.nu