Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Dec 2020 21:24:03 +1000
From:      Dima Panov <fluffy@FreeBSD.org>
To:        "Jason E. Hale" <jhale@FreeBSD.org>, svn-ports-all@freebsd.org,  svn-ports-head@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r559436 - in head/security: gpgme gpgme-cpp gpgme-qt5
Message-ID:  <924b73c4-53b8-4e92-873e-80843fa7208a@Canary>
In-Reply-To: <202012280000.0BS00JIu063039@repo.freebsd.org>
References:  <202012280000.0BS00JIu063039@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
--5fe9c054_625558ec_291
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

Moin=21

This update broke security/libkleo and half of depended kde desktop :(

--
Dima. (desktop, kde, x11, office, ports-secteam)=40=46reeBSD team
(fluffy=40=46reeBSD.org, https://t.me/dima=5Fpanov)

> On Monday, Dec 28, 2020 at 10:00 AM, Jason E. Hale <jhale=40=46reeBSD.o=
rg (mailto:jhale=40=46reeBSD.org)> wrote:
> Author: jhale
> Date: Mon Dec 28 00:00:19 2020
> New Revision: 559436
> URL: https://svnweb.freebsd.org/changeset/ports/559436
>
> Log:
> security/*gpgme*: Update to 1.15.0
>
> Modified:
> head/security/gpgme-cpp/pkg-plist
> head/security/gpgme-qt5/pkg-plist
> head/security/gpgme/Makefile
> head/security/gpgme/distinfo
> head/security/gpgme/pkg-plist
>
> Modified: head/security/gpgme-cpp/pkg-plist
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- head/security/gpgme-cpp/pkg-plist Sun Dec 27 22:53:48 2020 (r559435=
)
> +++ head/security/gpgme-cpp/pkg-plist Mon Dec 28 00:00:19 2020 (r559436=
)
> =40=40 -24,6 +24,7 =40=40 include/gpgme++/interfaces/assuantransaction.=
h
> include/gpgme++/interfaces/dataprovider.h
> include/gpgme++/interfaces/passphraseprovider.h
> include/gpgme++/interfaces/progressprovider.h
> +include/gpgme++/interfaces/statusconsumer.h
> include/gpgme++/key.h
> include/gpgme++/keygenerationresult.h
> include/gpgme++/keylistresult.h
> =40=40 -31,6 +32,7 =40=40 include/gpgme++/notation.h
> include/gpgme++/result.h
> include/gpgme++/scdgetinfoassuantransaction.h
> include/gpgme++/signingresult.h
> +include/gpgme++/statusconsumerassuantransaction.h
> include/gpgme++/swdbresult.h
> include/gpgme++/tofuinfo.h
> include/gpgme++/trustitem.h
> =40=40 -40,4 +42,4 =40=40 lib/cmake/Gpgmepp/GpgmeppConfig.cmake
> lib/cmake/Gpgmepp/GpgmeppConfigVersion.cmake
> lib/libgpgmepp.so
> lib/libgpgmepp.so.6
> -lib/libgpgmepp.so.6.11.0
> +lib/libgpgmepp.so.6.12.0
>
> Modified: head/security/gpgme-qt5/pkg-plist
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- head/security/gpgme-qt5/pkg-plist Sun Dec 27 22:53:48 2020 (r559435=
)
> +++ head/security/gpgme-qt5/pkg-plist Mon Dec 28 00:00:19 2020 (r559436=
)
> =40=40 -6,6 +6,7 =40=40 include/QGpgME/ChangePasswdJob
> include/QGpgME/CryptoConfig
> include/QGpgME/DN
> include/QGpgME/DataProvider
> +include/QGpgME/Debug
> include/QGpgME/DecryptJob
> include/QGpgME/DecryptVerifyJob
> include/QGpgME/DefaultKeyGenerationJob
> =40=40 -42,6 +43,7 =40=40 include/qgpgme/changeownertrustjob.h
> include/qgpgme/changepasswdjob.h
> include/qgpgme/cryptoconfig.h
> include/qgpgme/dataprovider.h
> +include/qgpgme/debug.h
> include/qgpgme/decryptjob.h
> include/qgpgme/decryptverifyjob.h
> include/qgpgme/defaultkeygenerationjob.h
> =40=40 -78,4 +80,4 =40=40 lib/cmake/QGpgme/QGpgmeConfig.cmake
> lib/cmake/QGpgme/QGpgmeConfigVersion.cmake
> lib/libqgpgme.so
> lib/libqgpgme.so.7
> -lib/libqgpgme.so.7.4.0
> +lib/libqgpgme.so.7.5.0
>
> Modified: head/security/gpgme/Makefile
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- head/security/gpgme/Makefile Sun Dec 27 22:53:48 2020 (r559435)
> +++ head/security/gpgme/Makefile Mon Dec 28 00:00:19 2020 (r559436)
> =40=40 -2,7 +2,7 =40=40
> =23 =24=46reeBSD=24
>
> PORTNAME=3D gpgme
> -PORTVERSION=3D 1.14.0
> +PORTVERSION=3D 1.15.0
> PORTREVISION=3F=3D 0
> CATEGORIES=3F=3D security
> MASTER=5FSITES=3D GNUPG/gpgme
>
> Modified: head/security/gpgme/distinfo
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- head/security/gpgme/distinfo Sun Dec 27 22:53:48 2020 (r559435)
> +++ head/security/gpgme/distinfo Mon Dec 28 00:00:19 2020 (r559436)
> =40=40 -1,3 +1,3 =40=40
> -TIMESTAMP =3D 1594996607
> -SHA256 (gpgme-1.14.0.tar.bz2) =3D cef1f710a6b0d28f5b44242713ad373702d1=
466dcbe512eb4e754d7f35cd4307
> -SIZE (gpgme-1.14.0.tar.bz2) =3D 1678910
> +TIMESTAMP =3D 1609111779
> +SHA256 (gpgme-1.15.0.tar.bz2) =3D 0b472bc12c7d455906c8a539ec56da0a6480=
ef1c3a87aa5b74d7125df68d0e5b
> +SIZE (gpgme-1.15.0.tar.bz2) =3D 1692019
>
> Modified: head/security/gpgme/pkg-plist
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- head/security/gpgme/pkg-plist Sun Dec 27 22:53:48 2020 (r559435)
> +++ head/security/gpgme/pkg-plist Mon Dec 28 00:00:19 2020 (r559436)
> =40=40 -8,7 +8,7 =40=40 lib/common-lisp/gpgme/gpgme.asd
> lib/common-lisp/gpgme/gpgme.lisp
> lib/libgpgme.so
> lib/libgpgme.so.11
> -lib/libgpgme.so.11.23.0
> +lib/libgpgme.so.11.24.0
> libdata/pkgconfig/gpgme-glib.pc
> libdata/pkgconfig/gpgme.pc
> share/aclocal/gpgme.m4

--5fe9c054_625558ec_291
Content-Type: application/pgp-signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: Canary PGP V3

iQJVBAABCgA/OBxEaW1hIFBhbm92IChGcmVlQlNELk9SRyBDb21taXR0ZXIpIDxm
bHVmZnlARnJlZUJTRC5PUkc+BQJf6cBTAAoJEPuLoJ3VOY8ppsUP/1ILdt9X1GGh
YuPgqfriQWLs3Fx2DXf5cs3l7zLGNgLP3W+IQEoLytdF2LuV5lF4L2+TDpWgZ/Qj
9b0LdjvlnMO/lTnY1egUzxxPOtW2u2eCEPOWqT+kLWhu/RbTlkCNrJ1BpoL3g/y6
qQPmu+ghAIu8RFlaIhWECCyoEaoveiaDWZuDLYyP/SwN7CUdeduWqr0XPoHdG8cX
008DqBA7GA15XBIpPPcHuzMeWNosqsAVWqnAz/FViyKQuugfGVIkjmZvPzBBC+8y
WbFfNtKLl1G1b10j68ZDNTxlGRHvw2P1LF408MH1Xae5Zq7ZGPqypLm04pUrMriP
n5z9i+rzHF/wEKPvAWKAEPzPhhOTC3ah+60uAayNejIK1IkBZuCmjf/k4/aGXmIU
RPoTXUsYsO4OueTMKsjlWIUV82XWl6dIlvIheWWlyoXtrB/2qlrbuHg+V2cM3OFS
HoAi/X6oDHZg24WGfhMsxES9F+MU8JLvIC85/yspVoGPCTmeWifC/MwVOvb/XObM
jEjC+G4NgtPSGrbT1lWcvTUtpHOmQMkm9cJXR4YoRvxTzzYThKSiDFXmM8CFopUd
Ryq5t6qOUbAs93hpDw6MMiGuluf0ft7Y/wlywvIWyGvn/1tROqEwX3894lfZxzIe
NZzRdn5vm3SJq3ZeXeFRKPf8BJz4rodi
=FWgx
-----END PGP SIGNATURE-----

--5fe9c054_625558ec_291--




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?924b73c4-53b8-4e92-873e-80843fa7208a>