forked from pool/php-gnupg
Compare commits
8 Commits
Author | SHA256 | Date | |
---|---|---|---|
a6680506fe | |||
8ef1183ac0 | |||
2c597743ce | |||
8438e6be99 | |||
f066778443 | |||
e5899d770f | |||
f410778b7d | |||
57412da094 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a9906f465ab2343cb2f3127ee209c72760238745c34878d9bbc1576486219252
|
||||
size 37316
|
3
gnupg-1.5.4.tgz
Normal file
3
gnupg-1.5.4.tgz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4d4a0980759bf259e4129ef02cb592bbeb103b4005e7b4bb6945d79488951a50
|
||||
size 47874
|
@@ -1,3 +1,40 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 8 19:13:22 UTC 2025 - Arjen de Korte <suse+build@de-korte.org>
|
||||
|
||||
- Update to 1.5.4
|
||||
* Fixed GH-57: PHP 8.5 build failure due to usage of removed
|
||||
zend_exception_get_default()
|
||||
* Fixed GH-59: Failure to build with gpgme >= 2.0.0 due to romoved
|
||||
trustlist
|
||||
- Remove 60.patch (upstreamed)
|
||||
- Remove no_uid_hint_msg.gpg that was accidentally not packaged in the
|
||||
archive 1.5.2 available from upstream (no longer needed)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 2 19:17:39 UTC 2025 - Arjen de Korte <suse+build@de-korte.org>
|
||||
|
||||
- Fix build with GPGME >= 2.0.0 (boo#1246848, gh#php-gnupg/php-gnupg#59)
|
||||
+ added 60.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 19 19:24:44 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- Update to 1.5.3:
|
||||
* Fix decryption of message encrypted with multiple keys [boo#1246759]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 27 18:42:54 UTC 2025 - Arjen de Korte <suse+build@de-korte.org>
|
||||
|
||||
- Update to 1.5.2
|
||||
* Fixed GH-37: gnupg_decrypt() returns false when decrypting an
|
||||
encrypted empty string
|
||||
* Fixed GH-46: gnupg_decrypt() segfaults when password callback user
|
||||
ID hint is not supplied
|
||||
* Fixed 1.5.0 regressition - the deletekey `allow_secret` made
|
||||
optional again
|
||||
- Add no_uid_hint_msg.gpg that was accidentally not packaged in the
|
||||
archive available from upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 10 10:32:12 UTC 2022 - Arjen de Korte <suse+build@de-korte.org>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package php-gnupg
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -31,7 +31,7 @@ ExclusiveArch: do-not-build
|
||||
%endif
|
||||
|
||||
Name: %{php_name}-%{pkg_name}
|
||||
Version: 1.5.1
|
||||
Version: 1.5.4
|
||||
Release: 0
|
||||
Summary: PHP wrapper around the gpgme library
|
||||
License: BSD-2-Clause
|
||||
@@ -40,7 +40,8 @@ URL: https://pecl.php.net/gnupg
|
||||
Source0: https://pecl.php.net/get/%{pkg_name}-%{version}.tgz
|
||||
Source1: php-%{pkg_name}-rpmlintrc
|
||||
BuildRequires: %{php_name}-devel
|
||||
BuildRequires: gpgme-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(gpgme)
|
||||
Requires: php(api) = %{php_core_api}
|
||||
Requires: php(zend-abi) = %{php_zend_api}
|
||||
Provides: php-gnupg = %{version}
|
||||
@@ -50,7 +51,7 @@ Obsoletes: php-gnupg < %{version}
|
||||
This extension provides methods to interact with gnupg.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{pkg_name}-%{version}
|
||||
%autosetup -p1 -n %{pkg_name}-%{version}
|
||||
|
||||
%build
|
||||
export CFLAGS="%{optflags} -fno-strict-aliasing"
|
||||
|
Reference in New Issue
Block a user