# HG changeset patch # User Erkan Yilmaz # Date 1528540975 0 # Node ID c4fe13824294158d32f0a0a3ab884c54d320478d # Parent 7c7b2aced469e4ec1f7bfafba8ddba9455652e1e pinentry update: 0.9.7 (2015 Dec) -> 1.1.0 (2017 Dec) diff -r 7c7b2aced469 -r c4fe13824294 pinentry-gtk/receipt --- a/pinentry-gtk/receipt Sat Jun 09 10:38:15 2018 +0000 +++ b/pinentry-gtk/receipt Sat Jun 09 10:42:55 2018 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="pinentry-gtk" -VERSION="0.9.7" +VERSION="1.1.0" CATEGORY="security" SHORT_DESC="Allow GnuPG to read passphrases and PIN numbers in a secure manner (GTK+ GUI)." MAINTAINER="pascal.bellard@slitaz.org" @@ -20,7 +20,7 @@ compile_rules() { # Integrity check: https://www.gnupg.org/download/integrity_check.html - echo "9bdcf5f4096aa8b26956afb0ecdd3d7849ffa0cd $SRC/$TARBALL" | sha1sum -c || exit 1 + echo "693bdf9f48dfb3e040d92f50b1bb464e268b9fb0 $SRC/$TARBALL" | sha1sum -c || exit 1 export LDFLAGS="$LDFLAGS -ltinfo" ./configure \ diff -r 7c7b2aced469 -r c4fe13824294 pinentry/receipt --- a/pinentry/receipt Sat Jun 09 10:38:15 2018 +0000 +++ b/pinentry/receipt Sat Jun 09 10:42:55 2018 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="pinentry" -VERSION="0.9.7" +VERSION="1.1.0" CATEGORY="security" SHORT_DESC="Collection of dialog programs that allow GnuPG to read passphrases and PIN numbers in a secure manner." MAINTAINER="pascal.bellard@slitaz.org" @@ -20,7 +20,7 @@ compile_rules() { # Integrity check: https://www.gnupg.org/download/integrity_check.html - echo "9bdcf5f4096aa8b26956afb0ecdd3d7849ffa0cd $SRC/$TARBALL" | sha1sum -c || exit 1 + echo "693bdf9f48dfb3e040d92f50b1bb464e268b9fb0 $SRC/$TARBALL" | sha1sum -c || exit 1 ./configure --enable-pinentry-curses && make && make install