b5a5d8
%if 0%{?fedora} && 0%{?fedora} < 30
b5a5d8
%bcond_with unversioned_gpg
b5a5d8
%else
b5a5d8
%bcond_without unversioned_gpg
b5a5d8
%endif
b5a5d8
b5a5d8
Summary: Utility for secure communication and data storage
b5a5d8
Name:    gnupg2
4ebffe
Version: 2.3.3
7169e7
Release: 2%{?dist}
b5a5d8
b5a5d8
License: GPLv3+
b5a5d8
Source0: https://gnupg.org/ftp/gcrypt/%{?pre:alpha/}gnupg/gnupg-%{version}%{?pre}.tar.bz2
b5a5d8
Source1: https://gnupg.org/ftp/gcrypt/%{?pre:alpha/}gnupg/gnupg-%{version}%{?pre}.tar.bz2.sig
b5a5d8
# needed for compatibility with system FIPS mode
b5a5d8
Patch3:  gnupg-2.1.10-secmem.patch
b5a5d8
# non-upstreamable patch adding file-is-digest option needed for Copr
b5a5d8
# https://dev.gnupg.org/T1646
b5a5d8
Patch4:  gnupg-2.2.20-file-is-digest.patch
b5a5d8
Patch6:  gnupg-2.1.1-fips-algo.patch
b5a5d8
# allow 8192 bit RSA keys in keygen UI with large RSA
b5a5d8
Patch9:  gnupg-2.2.23-large-rsa.patch
b5a5d8
# fix missing uid on refresh from keys.openpgp.org
b5a5d8
# https://salsa.debian.org/debian/gnupg2/commit/f292beac1171c6c77faf41d1f88c2e0942ed4437
b5a5d8
Patch20: gnupg-2.2.18-tests-add-test-cases-for-import-without-uid.patch
b5a5d8
Patch21: gnupg-2.2.18-gpg-allow-import-of-previously-known-keys-even-without-UI.patch
b5a5d8
Patch22: gnupg-2.2.18-gpg-accept-subkeys-with-a-good-revocation-but-no-self-sig.patch
b5a5d8
# Fixes for issues found in Coverity scan - reported upstream
b5a5d8
Patch30: gnupg-2.2.21-coverity.patch
b5a5d8
# Revert default EdDSA key types
b5a5d8
Patch31: gnupg-2.3.1-revert-default-eddsa.patch
7169e7
# Revert default EdDSA key types
7169e7
Patch32: gnupg-2.3.3-CVE-2022-34903.patch
b5a5d8
b5a5d8
b5a5d8
URL:     https://www.gnupg.org/
b5a5d8
b5a5d8
#BuildRequires: automake libtool texinfo transfig
b5a5d8
BuildRequires: gcc
b5a5d8
BuildRequires: bzip2-devel
b5a5d8
BuildRequires: curl-devel
b5a5d8
BuildRequires: docbook-utils
b5a5d8
BuildRequires: gettext
b5a5d8
BuildRequires: libassuan-devel >= 2.1.0
b5a5d8
BuildRequires: libgcrypt-devel >= 1.9.1
b5a5d8
BuildRequires: libgpg-error-devel >= 1.38
b5a5d8
BuildRequires: libksba-devel >= 1.3.0
b5a5d8
BuildRequires: openldap-devel
b5a5d8
BuildRequires: libusb-devel
b5a5d8
BuildRequires: pcsc-lite-libs
b5a5d8
BuildRequires: npth-devel
b5a5d8
BuildRequires: readline-devel ncurses-devel
b5a5d8
BuildRequires: zlib-devel
b5a5d8
BuildRequires: gnutls-devel
b5a5d8
BuildRequires: sqlite-devel
b5a5d8
BuildRequires: fuse
b5a5d8
BuildRequires: make
b5a5d8
b5a5d8
Requires: libgcrypt >= 1.7.0
b5a5d8
Requires: libgpg-error >= 1.38
b5a5d8
b5a5d8
Suggests: pinentry
b5a5d8
b5a5d8
Suggests: gnupg2-smime
b5a5d8
4ebffe
# for USB smart card support
4ebffe
Suggests: pcsc-lite-ccid
4ebffe
b5a5d8
%if %{with unversioned_gpg}
b5a5d8
# pgp-tools, perl-GnuPG-Interface requires 'gpg' (not sure why) -- Rex
b5a5d8
Provides: gpg = %{version}-%{release}
b5a5d8
# Obsolete GnuPG-1 package
b5a5d8
Provides: gnupg = %{version}-%{release}
b5a5d8
Obsoletes: gnupg < 1.4.24
b5a5d8
%endif
b5a5d8
b5a5d8
Provides: dirmngr = %{version}-%{release}
b5a5d8
Obsoletes: dirmngr < 1.2.0-1
b5a5d8
b5a5d8
%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
b5a5d8
b5a5d8
%package smime
b5a5d8
Summary: CMS encryption and signing tool and smart card support for GnuPG
b5a5d8
Requires: gnupg2%{?_isa} = %{version}-%{release}
b5a5d8
b5a5d8
b5a5d8
%description
b5a5d8
GnuPG is GNU's tool for secure communication and data storage.  It can
b5a5d8
be used to encrypt data and to create digital signatures.  It includes
b5a5d8
an advanced key management facility and is compliant with the proposed
b5a5d8
OpenPGP Internet standard as described in RFC2440 and the S/MIME
b5a5d8
standard as described by several RFCs.
b5a5d8
b5a5d8
GnuPG 2.0 is a newer version of GnuPG with additional support for
b5a5d8
S/MIME.  It has a different design philosophy that splits
b5a5d8
functionality up into several modules. The S/MIME and smartcard functionality
b5a5d8
is provided by the gnupg2-smime package.
b5a5d8
b5a5d8
%description smime
b5a5d8
GnuPG is GNU's tool for secure communication and data storage. This
b5a5d8
package adds support for smart cards and S/MIME encryption and signing
b5a5d8
to the base GnuPG package 
b5a5d8
b5a5d8
%prep
b5a5d8
%setup -q -n gnupg-%{version}
b5a5d8
b5a5d8
%patch3 -p1 -b .secmem
b5a5d8
%patch4 -p1 -b .file-is-digest
b5a5d8
%patch6 -p1 -b .fips
b5a5d8
%patch9 -p1 -b .large-rsa
b5a5d8
b5a5d8
%patch20 -p1 -b .test_missing_uid
b5a5d8
%patch21 -p1 -b .prev_known_key
b5a5d8
%patch22 -p1 -b .good_revoc
b5a5d8
b5a5d8
%patch30 -p1 -b .coverity
b5a5d8
%patch31 -p1 -R -b .eddsa
7169e7
%patch32 -p1 -b .CVE-2022-34903
b5a5d8
b5a5d8
# pcsc-lite library major: 0 in 1.2.0, 1 in 1.2.9+ (dlopen()'d in pcsc-wrapper)
b5a5d8
# Note: this is just the name of the default shared lib to load in scdaemon,
b5a5d8
# it can use other implementations too (including non-pcsc ones).
b5a5d8
%global pcsclib %(basename $(ls -1 %{_libdir}/libpcsclite.so.? 2>/dev/null ) 2>/dev/null )
b5a5d8
b5a5d8
sed -i -e 's/"libpcsclite\.so"/"%{pcsclib}"/' scd/scdaemon.c
b5a5d8
b5a5d8
b5a5d8
%build
b5a5d8
# can not regenerate makefiles because of automake-1.16.3 requirement
b5a5d8
# ./autogen.sh
b5a5d8
%configure \
b5a5d8
%if %{without unversioned_gpg}
b5a5d8
  --enable-gpg-is-gpg2 \
b5a5d8
%endif
b5a5d8
  --disable-rpath \
b5a5d8
  --enable-g13 \
4ebffe
  --disable-ccid-driver \
b5a5d8
  --enable-large-secmem
b5a5d8
b5a5d8
# need scratch gpg database for tests
b5a5d8
mkdir -p $HOME/.gnupg
b5a5d8
b5a5d8
%make_build
b5a5d8
b5a5d8
b5a5d8
%install
b5a5d8
%make_install \
b5a5d8
  docdir=%{_pkgdocdir}
b5a5d8
b5a5d8
%if %{without unversioned_gpg}
b5a5d8
# rename file conflicting with gnupg-1.x
b5a5d8
rename gnupg.7 gnupg2.7 %{buildroot}%{_mandir}/man7/gnupg.7*
b5a5d8
%endif
b5a5d8
b5a5d8
%find_lang %{name}
b5a5d8
b5a5d8
# gpgconf.conf
b5a5d8
mkdir -p %{buildroot}%{_sysconfdir}/gnupg
b5a5d8
touch %{buildroot}%{_sysconfdir}/gnupg/gpgconf.conf
b5a5d8
b5a5d8
# more docs
b5a5d8
install -m644 -p AUTHORS NEWS THANKS TODO \
b5a5d8
  %{buildroot}%{_pkgdocdir}
b5a5d8
b5a5d8
%if %{with unversioned_gpg}
b5a5d8
# compat symlinks
b5a5d8
ln -sf gpg %{buildroot}%{_bindir}/gpg2
b5a5d8
ln -sf gpgv %{buildroot}%{_bindir}/gpgv2
b5a5d8
ln -sf gpg.1 %{buildroot}%{_mandir}/man1/gpg2.1
b5a5d8
ln -sf gpgv.1 %{buildroot}%{_mandir}/man1/gpgv2.1
b5a5d8
ln -sf gnupg.7 %{buildroot}%{_mandir}/man7/gnupg2.7
b5a5d8
%endif
b5a5d8
b5a5d8
# info dir
b5a5d8
rm -f %{buildroot}%{_infodir}/dir
b5a5d8
b5a5d8
# drop the gpg scheme interpreter
b5a5d8
rm -f %{buildroot}%{_bindir}/gpgscm
b5a5d8
b5a5d8
# Move the systemd user units to appropriate directory
b5a5d8
install -d -m755 %{buildroot}%{_userunitdir}
b5a5d8
mv %{buildroot}%{_pkgdocdir}/examples/systemd-user/*.socket %{buildroot}%{_userunitdir}
b5a5d8
mv %{buildroot}%{_pkgdocdir}/examples/systemd-user/*.service %{buildroot}%{_userunitdir}
b5a5d8
b5a5d8
%check
b5a5d8
# need scratch gpg database for tests
b5a5d8
mkdir -p $HOME/.gnupg
b5a5d8
make -k check
b5a5d8
b5a5d8
b5a5d8
%files -f %{name}.lang
b5a5d8
%license COPYING
b5a5d8
#doc AUTHORS NEWS README THANKS TODO
b5a5d8
%{_pkgdocdir}
b5a5d8
%dir %{_sysconfdir}/gnupg
b5a5d8
%ghost %config(noreplace) %{_sysconfdir}/gnupg/gpgconf.conf
b5a5d8
## docs say to install suid root, but fedora/rh security folk say not to
b5a5d8
%{_bindir}/gpg2
b5a5d8
%{_bindir}/gpgv2
b5a5d8
%{_bindir}/gpg-card
b5a5d8
%{_bindir}/gpg-connect-agent
b5a5d8
%{_bindir}/gpg-agent
b5a5d8
%{_bindir}/gpg-wks-client
b5a5d8
%{_bindir}/gpgconf
b5a5d8
%{_bindir}/gpgparsemail
b5a5d8
%{_bindir}/gpgtar
b5a5d8
%{_bindir}/g13
b5a5d8
%{_bindir}/dirmngr
b5a5d8
%{_bindir}/dirmngr-client
b5a5d8
%if %{with unversioned_gpg}
b5a5d8
%{_bindir}/gpg
b5a5d8
%{_bindir}/gpgv
b5a5d8
%{_bindir}/gpgsplit
b5a5d8
%endif
b5a5d8
%{_bindir}/watchgnupg
b5a5d8
%{_bindir}/gpg-wks-server
b5a5d8
%{_sbindir}/*
b5a5d8
%{_datadir}/gnupg/
b5a5d8
%{_libexecdir}/*
b5a5d8
%{_infodir}/*.info*
b5a5d8
%{_mandir}/man?/*
b5a5d8
%{_userunitdir}/*
b5a5d8
%exclude %{_mandir}/man?/gpgsm*
b5a5d8
b5a5d8
%files smime
b5a5d8
%{_bindir}/gpgsm*
b5a5d8
%{_bindir}/kbxutil
b5a5d8
%{_mandir}/man?/gpgsm*
b5a5d8
b5a5d8
b5a5d8
%changelog
7169e7
* Wed Aug 03 2022 Jakub Jelen <jjelen@redhat.com> - 2.3.3-2
7169e7
- Fix CVE-2022-34903 (#2108449)
7169e7
4ebffe
* Fri Nov 19 2021 Jakub Jelen <jjelen@redhat.com> - 2.3.3-1
4ebffe
- Rebase to 2.3.1 to address random tests failures (#1984842)
4ebffe
4ebffe
* Thu Nov 18 2021 Jakub Jelen <jjelen@redhat.com> - 2.3.1-4
4ebffe
- Fix --file-is-digest patch (#2024710)
4ebffe
b5a5d8
* Wed Sep 08 2021 Jakub Jelen <jjelen@redhat.com> - 2.3.1-3
b5a5d8
- Revernt default key type back to RSA for FIPS compatibility (#2001937)
b5a5d8
b5a5d8
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.3.1-2
b5a5d8
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
b5a5d8
  Related: rhbz#1991688
b5a5d8
b5a5d8
* Wed Apr 21 2021 Jakub Jelen <jjelen@redhat.com> - 2.3.1-1
b5a5d8
- New upstream release (#1947159)
b5a5d8
b5a5d8
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 2.2.27-5
b5a5d8
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
b5a5d8
b5a5d8
* Mon Mar 29 2021 Jakub Jelen <jjelen@redhat.com> - 2.2.27-4
b5a5d8
- Add a configuration to not require exclusive access to PCSC
b5a5d8
b5a5d8
* Thu Feb 18 2021 Jakub Jelen <jjelen@redhat.com> - 2.2.27-3
b5a5d8
- Bump required libgpg-error version (#1930110)
b5a5d8
b5a5d8
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.27-2
b5a5d8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
b5a5d8
b5a5d8
* Tue Jan 12 2021 Jakub Jelen <jjelen@redhat.com> - 2.2.27-1
b5a5d8
- New upstream release (#1909825)
b5a5d8
b5a5d8
* Mon Jan 04 2021 Jakub Jelen <jjelen@redhat.com> - 2.2.26-1
b5a5d8
- New upstream release (#1909825)
b5a5d8
b5a5d8
* Tue Nov 24 2020 Jakub Jelen <jjelen@redhat.com> - 2.2.25-2
b5a5d8
- Enable gpgtar (#1901103)
b5a5d8
b5a5d8
* Tue Nov 24 2020 Jakub Jelen <jjelen@redhat.com> - 2.2.25-1
b5a5d8
- Update to 2.2.25 (#1900815)
b5a5d8
b5a5d8
* Thu Nov 19 2020 Jakub Jelen <jjelen@redhat.com> - 2.2.24-1
b5a5d8
- Update to 2.2.24 (#1898504)
b5a5d8
b5a5d8
* Fri Sep  4 2020 Tomáš Mráz <tmraz@redhat.com> - 2.2.23-1
b5a5d8
- upgrade to 2.2.23
b5a5d8
b5a5d8
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.21-4
b5a5d8
- Second attempt - Rebuilt for
b5a5d8
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
b5a5d8
b5a5d8
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.21-3
b5a5d8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
b5a5d8
b5a5d8
* Tue Jul 21 2020 Tom Stellard <tstellar@redhat.com> - 2.2.21-2
b5a5d8
- Use make macros
b5a5d8
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
b5a5d8
b5a5d8
* Mon Jul 20 2020 Tomáš Mráz <tmraz@redhat.com> - 2.2.21-1
b5a5d8
- upgrade to 2.2.21
b5a5d8
b5a5d8
* Mon May  4 2020 Tomáš Mráz <tmraz@redhat.com> - 2.2.20-3
b5a5d8
- fixes for issues found in Coverity scan
b5a5d8
b5a5d8
* Thu Apr 30 2020 Tomáš Mráz <tmraz@redhat.com> - 2.2.20-2
b5a5d8
- move systemd user units to _userunitdir (no activation by default)
b5a5d8
b5a5d8
* Tue Apr 14 2020 Tomáš Mráz <tmraz@redhat.com> - 2.2.20-1
b5a5d8
- upgrade to 2.2.20
b5a5d8
b5a5d8
* Wed Jan 29 2020 Tomáš Mráz <tmraz@redhat.com> - 2.2.19-1
b5a5d8
- upgrade to 2.2.19
b5a5d8
b5a5d8
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.18-4
b5a5d8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
b5a5d8
b5a5d8
* Sat Jan  4 2020 Marcel Härry <mh+fedora@scrit.ch> - 2.2.18-3
b5a5d8
- Add patches to be able to deal with keys without uids (#1787708)
b5a5d8
b5a5d8
* Fri Dec  6 2019 Tomáš Mráz <tmraz@redhat.com> - 2.2.18-2
b5a5d8
- fix abort when decrypting data with anonymous recipient (#1780057)
b5a5d8
b5a5d8
* Tue Dec  3 2019 Tomáš Mráz <tmraz@redhat.com> - 2.2.18-1
b5a5d8
- upgrade to 2.2.18
b5a5d8
b5a5d8
* Wed Nov  6 2019 Tomáš Mráz <tmraz@redhat.com> - 2.2.17-3
b5a5d8
- fix the gnupg(7) manual page (#1769072)
b5a5d8
b5a5d8
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.17-2
b5a5d8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
b5a5d8
b5a5d8
* Mon Jul 15 2019 Tomáš Mráz <tmraz@redhat.com> - 2.2.17-1
b5a5d8
- upgrade to 2.2.17
b5a5d8
b5a5d8
* Mon Jul  1 2019 Tomáš Mráz <tmraz@redhat.com> - 2.2.16-1
b5a5d8
- upgrade to 2.2.16
b5a5d8
b5a5d8
* Tue Feb 26 2019 Tomáš Mráz <tmraz@redhat.com> - 2.2.13-1
b5a5d8
- upgrade to 2.2.13
b5a5d8
b5a5d8
* Sun Feb 17 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.2.12-3
b5a5d8
- Rebuild for readline 8.0
b5a5d8
b5a5d8
* Mon Feb  4 2019 Tomáš Mráz <tmraz@redhat.com> - 2.2.12-2
b5a5d8
- make it build with gcc-9
b5a5d8
b5a5d8
* Tue Jan  8 2019 Tomáš Mráz <tmraz@redhat.com> - 2.2.12-1
b5a5d8
- upgrade to 2.2.12
b5a5d8
b5a5d8
* Sat Dec 08 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.2.11-2
b5a5d8
- Provide unversioned GPG on F30+
b5a5d8
b5a5d8
* Fri Nov 30 2018 Tomáš Mráz <tmraz@redhat.com> - 2.2.11-1
b5a5d8
- upgrade to 2.2.11
b5a5d8
b5a5d8
* Wed Aug  1 2018 Tomáš Mráz <tmraz@redhat.com> - 2.2.9-1
b5a5d8
- upgrade to 2.2.9
b5a5d8
b5a5d8
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.8-2
b5a5d8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
b5a5d8
b5a5d8
* Mon Jun 11 2018 Tomáš Mráz <tmraz@redhat.com> - 2.2.8-1
b5a5d8
- upgrade to 2.2.8 fixing CVE 2018-12020
b5a5d8
b5a5d8
* Wed Apr 11 2018 Tomáš Mráz <tmraz@redhat.com> - 2.2.6-1
b5a5d8
- upgrade to 2.2.6
b5a5d8
b5a5d8
* Fri Mar  2 2018 Tomáš Mráz <tmraz@redhat.com> - 2.2.5-1
b5a5d8
- upgrade to 2.2.5
b5a5d8
b5a5d8
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.4-2
b5a5d8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
b5a5d8
b5a5d8
* Fri Jan 12 2018 Tomáš Mráz <tmraz@redhat.com> - 2.2.4-1
b5a5d8
- upgrade to 2.2.4
b5a5d8
b5a5d8
* Tue Nov 21 2017 Tomáš Mráz <tmraz@redhat.com> - 2.2.3-1
b5a5d8
- upgrade to 2.2.3
b5a5d8
b5a5d8
* Wed Nov  8 2017 Tomáš Mráz <tmraz@redhat.com> - 2.2.2-1
b5a5d8
- upgrade to 2.2.2
b5a5d8
b5a5d8
* Tue Oct  3 2017 Tomáš Mráz <tmraz@redhat.com> - 2.2.1-1
b5a5d8
- upgrade to 2.2.1
b5a5d8
b5a5d8
* Tue Sep  5 2017 Tomáš Mráz <tmraz@redhat.com> - 2.2.0-1
b5a5d8
- upgrade to 2.2.0
b5a5d8
b5a5d8
* Wed Aug  9 2017 Tomáš Mráz <tmraz@redhat.com> - 2.1.22-1
b5a5d8
- upgrade to 2.1.22
b5a5d8
b5a5d8
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.21-5
b5a5d8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
b5a5d8
b5a5d8
* Fri Jul 28 2017 Tomáš Mráz <tmraz@redhat.com> - 2.1.21-4
b5a5d8
- explictly remove gpgscm from the buildroot
b5a5d8
b5a5d8
* Tue Jul 18 2017 Tomáš Mráz <tmraz@redhat.com> - 2.1.21-3
b5a5d8
- rebase the insttools patch
b5a5d8
- enable large secure memory support
b5a5d8
b5a5d8
* Tue May 16 2017 Tomáš Mráz <tmraz@redhat.com> - 2.1.21-2
b5a5d8
- scdaemon is now needed by gpg
b5a5d8
b5a5d8
* Tue May 16 2017 Tomáš Mráz <tmraz@redhat.com> - 2.1.21-1
b5a5d8
- upgrade to 2.1.21
b5a5d8
b5a5d8
* Tue Apr 25 2017 Tomáš Mráz <tmraz@redhat.com> - 2.1.20-2
b5a5d8
- libdns aliasing issues fixed
b5a5d8
b5a5d8
* Mon Apr 24 2017 Tomáš Mráz <tmraz@redhat.com> - 2.1.20-1
b5a5d8
- upgrade to 2.1.20
b5a5d8
- disable bundled libdns for now (#1444352)
b5a5d8
b5a5d8
* Fri Mar 24 2017 Tomáš Mráz <tmraz@redhat.com> - 2.1.19-1
b5a5d8
- upgrade to 2.1.19
b5a5d8
- shorten time waiting on gpg-agent/dirmngr to start by exponential
b5a5d8
  backoff (#1431749)
b5a5d8
b5a5d8
* Wed Mar  1 2017 Tomáš Mráz <tmraz@redhat.com> - 2.1.18-2
b5a5d8
- upgrade to 2.1.18
b5a5d8
b5a5d8
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.17-3
b5a5d8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
b5a5d8
b5a5d8
* Thu Jan 12 2017 Igor Gnatenko <ignatenko@redhat.com> - 2.1.17-2
b5a5d8
- Rebuild for readline 7.x
b5a5d8
b5a5d8
* Thu Dec 22 2016 Tomáš Mráz <tmraz@redhat.com> - 2.1.17-1
b5a5d8
- upgrade to 2.1.17
b5a5d8
b5a5d8
* Mon Nov 28 2016 Tomáš Mráz <tmraz@redhat.com> - 2.1.16-1
b5a5d8
- upgrade to 2.1.16
b5a5d8
b5a5d8
* Mon Aug 22 2016 Tomáš Mráz <tmraz@redhat.com> - 2.1.13-2
b5a5d8
- avoid using libgcrypt without initialization (#1366909)
b5a5d8
b5a5d8
* Tue Jul 12 2016 Tomáš Mráz <tmraz@redhat.com> - 2.1.13-1
b5a5d8
- upgrade to 2.1.13
b5a5d8
b5a5d8
* Thu May  5 2016 Tomáš Mráz <tmraz@redhat.com> - 2.1.12-1
b5a5d8
- upgrade to 2.1.12
b5a5d8
b5a5d8
* Tue Apr 12 2016 Tomáš Mráz <tmraz@redhat.com> - 2.1.11-4
b5a5d8
- make the pinentry dependency weak as for the public-key operations it
b5a5d8
  is not needed (#1324595)
b5a5d8
b5a5d8
* Mon Mar  7 2016 Tomáš Mráz <tmraz@redhat.com> - 2.1.11-3
b5a5d8
- add recommends weak dependency for gnupg2-smime
b5a5d8
b5a5d8
* Sat Mar  5 2016 Peter Robinson <pbrobinson@fedoraproject.org> 2.1.11-2
b5a5d8
- Don't ship ChangeLog, core details already covered in NEWS
b5a5d8
b5a5d8
* Tue Feb 16 2016 Tomáš Mráz <tmraz@redhat.com> - 2.1.11-1
b5a5d8
- upgrade to 2.1.11
b5a5d8
b5a5d8
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.10-4
b5a5d8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
b5a5d8
b5a5d8
* Wed Jan 13 2016 Dan Horák <dan[at]danny.cz> - 2.1.10-3
b5a5d8
- fix the insttools patch
b5a5d8
b5a5d8
* Wed Jan 13 2016 Tomáš Mráz <tmraz@redhat.com> - 2.1.10-2
b5a5d8
- rebase the insttools patch needed for full gpgv1 replacement
b5a5d8
b5a5d8
* Mon Dec  7 2015 Tomáš Mráz <tmraz@redhat.com> - 2.1.10-1
b5a5d8
- upgrade to 2.1.10
b5a5d8
b5a5d8
* Mon Oct 12 2015 Tomáš Mráz <tmraz@redhat.com> - 2.1.9-1
b5a5d8
- upgrade to 2.1.9
b5a5d8
b5a5d8
* Fri Sep 11 2015 Tomáš Mráz <tmraz@redhat.com> - 2.1.8-1
b5a5d8
- upgrade to 2.1.8
b5a5d8
b5a5d8
* Thu Aug 13 2015 Tomáš Mráz <tmraz@redhat.com> - 2.1.7-1
b5a5d8
- upgrade to 2.1.7
b5a5d8
b5a5d8
* Tue Aug 11 2015 Tomáš Mráz <tmraz@redhat.com> - 2.1.6-1
b5a5d8
- upgrade to 2.1.6
b5a5d8
b5a5d8
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.5-2
b5a5d8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
b5a5d8
b5a5d8
* Fri Jun 12 2015 Tomáš Mráz <tmraz@redhat.com> - 2.1.5-1
b5a5d8
- upgrade to 2.1.5
b5a5d8
b5a5d8
* Tue May 26 2015 Tomáš Mráz <tmraz@redhat.com> - 2.1.4-2
b5a5d8
- use gnutls for TLS support in dirmngr (#1224816)
b5a5d8
b5a5d8
* Fri May 15 2015 Robert Scheck <robert@fedoraproject.org> - 2.1.4-1
b5a5d8
- upgrade to 2.1.4 (#1192353)
b5a5d8
b5a5d8
* Thu Apr 16 2015 Tomáš Mráz <tmraz@redhat.com> - 2.1.3-1
b5a5d8
- new upstream release fixing minor bugs
b5a5d8
b5a5d8
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 2.1.2-2
b5a5d8
- Rebuilt for Fedora 23 Change
b5a5d8
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
b5a5d8
b5a5d8
* Wed Feb 18 2015 Tomáš Mráz <tmraz@redhat.com> - 2.1.2-1
b5a5d8
- new upstream release fixing two minor security issues
b5a5d8
b5a5d8
* Fri Jan 30 2015 Tomáš Mráz <tmraz@redhat.com> - 2.1.1-2
b5a5d8
- resolve conflict with gnupg by renaming conflicting manual page (#1187472)
b5a5d8
b5a5d8
* Thu Jan 29 2015 Tomáš Mráz <tmraz@redhat.com> - 2.1.1-1
b5a5d8
- new upstream release
b5a5d8
- this release now includes the dirmngr which is obsoleted as separate package
b5a5d8
b5a5d8
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.25-2
b5a5d8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
b5a5d8
b5a5d8
* Tue Aug  5 2014 Tomáš Mráz <tmraz@redhat.com> - 2.0.25-1
b5a5d8
- new upstream release fixing a minor regression introduced by the previous one
b5a5d8
- add --file-is-digest option needed for copr
b5a5d8
b5a5d8
* Sat Jul 12 2014 Tom Callaway <spot@fedoraproject.org> - 2.0.24-2
b5a5d8
- fix license handling
b5a5d8
b5a5d8
* Wed Jun 25 2014 Tomáš Mráz <tmraz@redhat.com> - 2.0.24-1
b5a5d8
- new upstream release fixing CVE-2014-4617
b5a5d8
b5a5d8
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.22-4
b5a5d8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
b5a5d8
b5a5d8
* Wed May  7 2014 Tomáš Mráz <tmraz@redhat.com> - 2.0.22-3
b5a5d8
- do not dump core if hash algorithm not available in the FIPS mode
b5a5d8
b5a5d8
* Tue Mar  4 2014 Tomáš Mráz <tmraz@redhat.com> - 2.0.22-2
b5a5d8
- rebuilt against new libgcrypt
b5a5d8
b5a5d8
* Tue Oct  8 2013 Tomáš Mráz <tmraz@redhat.com> - 2.0.22-1
b5a5d8
- new upstream release fixing CVE-2013-4402
b5a5d8
b5a5d8
* Fri Aug 23 2013 Tomáš Mráz <tmraz@redhat.com> - 2.0.21-1
b5a5d8
- new upstream release
b5a5d8
b5a5d8
* Wed Aug  7 2013 Tomas Mraz <tmraz@redhat.com> - 2.0.20-3
b5a5d8
- adjust to the unversioned docdir change (#993785)
b5a5d8
b5a5d8
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.20-2
b5a5d8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
b5a5d8
b5a5d8
* Wed May 15 2013 Tomas Mraz <tmraz@redhat.com> - 2.0.20-1
b5a5d8
- new upstream release
b5a5d8
b5a5d8
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.19-8
b5a5d8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
b5a5d8
b5a5d8
* Wed Jan  2 2013 Tomas Mraz <tmraz@redhat.com> - 2.0.19-7
b5a5d8
- fix CVE-2012-6085 - skip invalid key packets (#891142)
b5a5d8
b5a5d8
* Thu Nov 22 2012 Tomas Mraz <tmraz@redhat.com> - 2.0.19-6
b5a5d8
- use AES as default crypto algorithm in FIPS mode (#879047)
b5a5d8
b5a5d8
* Fri Nov 16 2012 Jamie Nguyen <jamielinux@fedoraproject.org> - 2.0.19-5
b5a5d8
- rebuild for 
b5a5d8
b5a5d8
* Fri Jul 27 2012 Tomas Mraz <tmraz@redhat.com> - 2.0.19-4
b5a5d8
- fix negated condition (#843842)
b5a5d8
b5a5d8
* Thu Jul 26 2012 Tomas Mraz <tmraz@redhat.com> - 2.0.19-3
b5a5d8
- add compat symlinks and provides if built on RHEL
b5a5d8
b5a5d8
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.19-2
b5a5d8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
b5a5d8
b5a5d8
* Tue Apr 24 2012 Tomas Mraz <tmraz@redhat.com> - 2.0.19-1
b5a5d8
- new upstream release
b5a5d8
- set environment in protect-tool (#548528)
b5a5d8
- do not reject OCSP signing certs without keyUsage (#720174)
b5a5d8
b5a5d8
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.18-3
b5a5d8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
b5a5d8
b5a5d8
* Wed Oct 12 2011 Rex Dieter <rdieter@fedoraproject.org> 2.0.18-2
b5a5d8
- build with --enable-standard-socket
b5a5d8
b5a5d8
* Wed Aug 17 2011 Tomas Mraz <tmraz@redhat.com> - 2.0.18-1
b5a5d8
- new upstream release (#728481)
b5a5d8
b5a5d8
* Mon Jul 25 2011 Tomas Mraz <tmraz@redhat.com> - 2.0.17-2
b5a5d8
- fix a bug that shows up with the new libgcrypt release (#725369)
b5a5d8
b5a5d8
* Thu Jan 20 2011 Tomas Mraz <tmraz@redhat.com> - 2.0.17-1
b5a5d8
- new upstream release (#669611)
b5a5d8
b5a5d8
* Tue Aug 17 2010 Tomas Mraz <tmraz@redhat.com> - 2.0.16-3
b5a5d8
- drop the provides/obsoletes for gnupg
b5a5d8
- drop the man page file conflicting with gnupg-1.x
b5a5d8
b5a5d8
* Fri Aug 13 2010 Tomas Mraz <tmraz@redhat.com> - 2.0.16-2
b5a5d8
- drop the compat symlinks as gnupg-1.x is revived
b5a5d8
b5a5d8
* Tue Jul 27 2010 Rex Dieter <rdieter@fedoraproject.org> - 2.0.16-1
b5a5d8
- gnupg-2.0.16
b5a5d8
b5a5d8
* Fri Jul 23 2010 Rex Dieter <rdieter@fedoraproject.org> - 2.0.14-4
b5a5d8
- gpgsm realloc patch (#617706)
b5a5d8
b5a5d8
* Fri Jun 18 2010 Tomas Mraz <tmraz@redhat.com> - 2.0.14-3
b5a5d8
- initialize small amount of secmem for list of algorithms in help (#598847)
b5a5d8
  (necessary in the FIPS mode of libgcrypt)
b5a5d8
b5a5d8
* Tue Feb  9 2010 Tomas Mraz <tmraz@redhat.com> - 2.0.14-2
b5a5d8
- disable selinux support - it is too rudimentary and restrictive (#562982)
b5a5d8
b5a5d8
* Mon Jan 11 2010 Tomas Mraz <tmraz@redhat.com> - 2.0.14-1
b5a5d8
- new upstream version
b5a5d8
- fix a few tests so they do not need to execute gpg-agent
b5a5d8
b5a5d8
* Tue Dec  8 2009 Michael Schwendt <mschwendt@fedoraproject.org> - 2.0.13-4
b5a5d8
- Explicitly BR libassuan-static in accordance with the Packaging
b5a5d8
  Guidelines (libassuan-devel is still static-only).
b5a5d8
b5a5d8
* Fri Oct 23 2009 Tomas Mraz <tmraz@redhat.com> - 2.0.13-3
b5a5d8
- drop s390 specific ifnarchs as all the previously missing dependencies
b5a5d8
  are now there
b5a5d8
- split out gpgsm into a smime subpackage to reduce main package dependencies
b5a5d8
b5a5d8
* Wed Oct 21 2009 Tomas Mraz <tmraz@redhat.com> - 2.0.13-2
b5a5d8
- provide/obsolete gnupg-1 and add compat symlinks to be able to drop
b5a5d8
  gnupg-1
b5a5d8
b5a5d8
* Fri Sep 04 2009 Rex Dieter <rdieter@fedoraproject.org> - 2.0.13-1
b5a5d8
- gnupg-2.0.13
b5a5d8
- Unable to use gpg-agent + input methods (#228953)
b5a5d8
b5a5d8
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.12-2
b5a5d8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
b5a5d8
b5a5d8
* Wed Jun 17 2009 Rex Dieter <rdieter@fedoraproject.org> - 2.0.12-1
b5a5d8
- gnupg-2.0.12
b5a5d8
b5a5d8
* Wed Mar 04 2009 Rex Dieter <rdieter@fedoraproject.org> - 2.0.11-1
b5a5d8
- gnupg-2.0.11
b5a5d8
b5a5d8
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.10-2
b5a5d8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
b5a5d8
b5a5d8
* Sat Jan 31 2009 Karsten Hopp <karsten@redhat.com> 2.0.10-1
b5a5d8
- don't require pcsc-lite-libs and libusb on mainframe where
b5a5d8
  we don't have those packages as there's no hardware for that
b5a5d8
b5a5d8
* Tue Jan 13 2009 Rex Dieter <rdieter@fedoraproject.org> 2.0.10-1
b5a5d8
- gnupg-2.0.10
b5a5d8
b5a5d8
* Mon Aug 04 2008 Rex Dieter <rdieter@fedoraproject.org> 2.0.9-3
b5a5d8
- workaround rpm quirks 
b5a5d8
b5a5d8
* Sat May 24 2008 Tom "spot" Callaway <tcallawa@redhat.com> 2.0.9-2
b5a5d8
- Patch from upstream to fix curl 7.18.1+ and gcc4.3+ compile error
b5a5d8
b5a5d8
* Mon May 19 2008 Tom "spot" Callaway <tcallawa@redhat.com> 2.0.9-1.1
b5a5d8
- minor release bump for sparc rebuild
b5a5d8
b5a5d8
* Wed Mar 26 2008 Rex Dieter <rdieter@fedoraproject.org> 2.0.9-1
b5a5d8
- gnupg2-2.0.9
b5a5d8
- drop Provides: openpgp
b5a5d8
- versioned Provides: gpg
b5a5d8
- own %%_sysconfdir/gnupg
b5a5d8
b5a5d8
* Fri Feb 08 2008 Rex Dieter <rdieter@fedoraproject.org> 2.0.8-3 
b5a5d8
- respin (gcc43)
b5a5d8
b5a5d8
* Wed Jan 23 2008 Rex Dieter <rdieter@fedoraproject.org> 2.0.8-2
b5a5d8
- avoid kde-filesystem dep (#427316)
b5a5d8
b5a5d8
* Thu Dec 20 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 2.0.8-1
b5a5d8
- gnupg2-2.0.8
b5a5d8
b5a5d8
* Mon Dec 17 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 2.0.8-0.1.rc1
b5a5d8
- gnupg2-2.0.8rc1
b5a5d8
b5a5d8
* Tue Dec 04 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 2.0.7-5
b5a5d8
- respin for openldap
b5a5d8
b5a5d8
* Mon Nov 12 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 2.0.7-4
b5a5d8
- Requires: kde-filesystem (#377841)
b5a5d8
b5a5d8
* Wed Oct 03 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 2.0.7-3
b5a5d8
- %%build: (re)add mkdir -p $HOME/.gnupg
b5a5d8
b5a5d8
* Wed Oct 03 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 2.0.7-2
b5a5d8
- Requires: dirmngr (#312831)
b5a5d8
b5a5d8
* Mon Sep 10 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 2.0.7-1
b5a5d8
- gnupg-2.0.7
b5a5d8
b5a5d8
* Fri Aug 24 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 2.0.6-2
b5a5d8
- respin (libassuan)
b5a5d8
b5a5d8
* Thu Aug 16 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 2.0.6-1
b5a5d8
- gnupg-2.0.6
b5a5d8
- License: GPLv3+
b5a5d8
b5a5d8
* Thu Aug 02 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 2.0.5-4
b5a5d8
- License: GPLv3
b5a5d8
b5a5d8
* Mon Jul 16 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 2.0.5-3
b5a5d8
- 2.0.5 too many open files fix
b5a5d8
b5a5d8
* Fri Jul 06 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 2.0.5-2
b5a5d8
- gnupg-2.0.5
b5a5d8
- gpg-agent not restarted after kde session crash/killed (#196327)
b5a5d8
- BR: libassuan-devel > 1.0.2, libksba-devel > 1.0.2
b5a5d8
b5a5d8
* Fri May 18 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 2.0.4-1
b5a5d8
- gnupg-2.0.4
b5a5d8
b5a5d8
* Thu Mar 08 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 2.0.3-1
b5a5d8
- gnupg-2.0.3
b5a5d8
b5a5d8
* Fri Feb 02 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 2.0.2-1
b5a5d8
- gnupg-2.0.2
b5a5d8
b5a5d8
* Wed Dec 06 2006 Rex Dieter <rexdieter[AT]users.sf.net> 2.0.1-2
b5a5d8
- CVE-2006-6235 (#219934)
b5a5d8
b5a5d8
* Wed Nov 29 2006 Rex Dieter <rexdieter[AT]users.sf.net> 2.0.1-1
b5a5d8
- gnupg-2.0.1
b5a5d8
- CVE-2006-6169 (#217950)
b5a5d8
b5a5d8
* Sat Nov 25 2006 Rex Dieter <rexdieter[AT]users.sf.net> 2.0.1-0.3.rc1
b5a5d8
- gnupg-2.0.1rc1 
b5a5d8
b5a5d8
* Thu Nov 16 2006 Rex Dieter <rexdieter[AT]users.sf.net> 2.0.0-4
b5a5d8
- update %%description
b5a5d8
- drop dearmor patch
b5a5d8
b5a5d8
* Mon Nov 13 2006 Rex Dieter <rexdieter[AT]users.sf.net> 2.0.0-3
b5a5d8
- BR: libassuan-static >= 1.0.0
b5a5d8
b5a5d8
* Mon Nov 13 2006 Rex Dieter <rexdieter[AT]users.sf.net> 2.0.0-2
b5a5d8
- gnupg-2.0.0
b5a5d8
b5a5d8
* Fri Nov 10 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.95-3
b5a5d8
- upstream 64bit patch
b5a5d8
b5a5d8
* Mon Nov 06 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.95-2
b5a5d8
- fix (more) file conflicts with gnupg
b5a5d8
b5a5d8
* Mon Nov 06 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.95-1
b5a5d8
- 1.9.95
b5a5d8
b5a5d8
* Wed Oct 25 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.94-1
b5a5d8
- 1.9.94
b5a5d8
b5a5d8
* Wed Oct 18 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.93-1
b5a5d8
- 1.9.93
b5a5d8
b5a5d8
* Wed Oct 11 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.92-2
b5a5d8
- fix file conflicts with gnupg
b5a5d8
b5a5d8
* Wed Oct 11 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.92-1
b5a5d8
- 1.9.92
b5a5d8
b5a5d8
* Tue Oct 10 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.91-4
b5a5d8
- make check ||: (apparently checks return err even on success?)
b5a5d8
b5a5d8
* Tue Oct 10 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.91-3
b5a5d8
- --enable-selinux-support
b5a5d8
- x86_64: --disable-optimization (to avoid gpg2 segfaults), for now
b5a5d8
b5a5d8
* Thu Oct 05 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.91-1
b5a5d8
- 1.9.91
b5a5d8
b5a5d8
* Wed Oct 04 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.22-8
b5a5d8
- respin
b5a5d8
b5a5d8
* Tue Sep 26 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.90-1
b5a5d8
- 1.9.90 (doesn't build, not released)
b5a5d8
b5a5d8
* Mon Sep 18 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.23-1
b5a5d8
- 1.9.23 (doesn't build, not released)
b5a5d8
b5a5d8
* Mon Sep 18 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.22-7
b5a5d8
- gpg-agent-startup.sh: fix case where valid .gpg-agent-info exists
b5a5d8
b5a5d8
* Mon Sep 18 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.22-6
b5a5d8
- fix "syntax error in gpg-agent-startup.sh" (#206887)
b5a5d8
b5a5d8
* Thu Sep 07 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.22-3
b5a5d8
- fc6 respin (for libksba-1.0)
b5a5d8
b5a5d8
* Tue Aug 29 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.22-2
b5a5d8
- fc6 respin
b5a5d8
b5a5d8
* Fri Jul 28 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.22-1
b5a5d8
- 1.9.22
b5a5d8
b5a5d8
* Thu Jun 22 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.21-3
b5a5d8
- fix "gpg-agent not restarted after kde session crash/killed (#196327)
b5a5d8
b5a5d8
* Thu Jun 22 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.21-2
b5a5d8
- 1.9.21
b5a5d8
- omit gpg2 binary to address CVS-2006-3082 (#196190)
b5a5d8
b5a5d8
* Mon Mar  6 2006 Ville Skyttä <ville.skytta at iki.fi>> 1.9.20-3
b5a5d8
- Don't hardcode pcsc-lite lib name (#184123)
b5a5d8
b5a5d8
* Thu Feb 16 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.20-2
b5a5d8
- fc4+: use /etc/kde/(env|shutdown) for scripts (#175744)
b5a5d8
b5a5d8
* Fri Feb 10 2006 Rex Dieter <rexdieter[AT]users.sf.net>
b5a5d8
- fc5: gcc/glibc respin
b5a5d8
b5a5d8
* Tue Dec 20 2005 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.20-1
b5a5d8
- 1.9.20
b5a5d8
b5a5d8
* Thu Dec 01 2005 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.19-8
b5a5d8
- include gpg-agent-(startup|shutdown) scripts (#136533)
b5a5d8
- BR: libksba-devel >= 1.9.12 
b5a5d8
- %%check: be permissive about failures (for now)
b5a5d8
b5a5d8
* Wed Nov 30 2005 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.19-3
b5a5d8
- BR: libksba-devel >= 1.9.13
b5a5d8
b5a5d8
* Tue Oct 11 2005 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.19-2
b5a5d8
- back to BR: libksba-devel = 1.9.11
b5a5d8
b5a5d8
* Tue Oct 11 2005 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.19-1
b5a5d8
- 1.9.19
b5a5d8
b5a5d8
* Fri Aug 26 2005 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.18-9
b5a5d8
- configure: NEED_KSBA_VERSION=0.9.12 -> 0.9.11
b5a5d8
b5a5d8
* Fri Aug 26 2005 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.18-7
b5a5d8
- re-enable 'make check', rebuild against (older) libksba-0.9.11
b5a5d8
b5a5d8
* Tue Aug  9 2005 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.18-6
b5a5d8
- don't 'make check' by default (regular builds pass, but FC4/5+plague fails)
b5a5d8
b5a5d8
* Mon Aug  8 2005 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.18-5
b5a5d8
- 1.9.18
b5a5d8
- drop pth patch (--enable-gpg build fixed)
b5a5d8
- update description (from README)
b5a5d8
b5a5d8
* Fri Jul  1 2005 Ville Skyttä <ville.skytta at iki.fi> - 1.9.17-1
b5a5d8
- 1.9.17, signal info patch applied upstream (#162264).
b5a5d8
- Patch to fix lvalue build error with gcc4 (upstream #485).
b5a5d8
- Patch scdaemon and pcsc-wrapper to load the versioned (non-devel)
b5a5d8
  pcsc-lite lib by default.
b5a5d8
b5a5d8
* Fri May 13 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.9.16-3
b5a5d8
- Include upstream's patch for signal.c.
b5a5d8
b5a5d8
* Tue May 10 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.9.16-1
b5a5d8
- Merge changes from Rex's 1.9.16-1 (Thu Apr 21):
b5a5d8
-   opensc support unconditional
b5a5d8
-   remove hard-coded .gz from %%post/%%postun
b5a5d8
-   add %%check section
b5a5d8
-   add pth patch
b5a5d8
- Put back patch modified from 1.9.15-4 to make tests verbose
b5a5d8
  and change signal.c to describe received signals better.
b5a5d8
b5a5d8
* Sun May  8 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
b5a5d8
- Drop patch0 again.
b5a5d8
b5a5d8
* Sun May  8 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.9.15-4
b5a5d8
- Add patch0 temporarily to get some output from failing test.
b5a5d8
b5a5d8
* Sat May  7 2005 David Woodhouse <dwmw2@infradead.org> 1.9.15-3
b5a5d8
- Rebuild.
b5a5d8
b5a5d8
* Thu Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
b5a5d8
- rebuilt
b5a5d8
b5a5d8
* Tue Feb  1 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0:1.9.15-1
b5a5d8
- Make install-info in scriptlets less noisy.
b5a5d8
b5a5d8
* Tue Jan 18 2005 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.15-0.fdr.1
b5a5d8
- 1.9.15
b5a5d8
b5a5d8
* Fri Jan 07 2005 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.14-0.fdr.2
b5a5d8
- note patch/hack to build against older ( <1.0) libgpg-error-devel
b5a5d8
b5a5d8
* Thu Jan 06 2005 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.14-0.fdr.1
b5a5d8
- 1.9.14
b5a5d8
- enable opensc support
b5a5d8
- BR: libassuan-devel >= 0.6.9
b5a5d8
b5a5d8
* Thu Oct 21 2004 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.11-0.fdr.4
b5a5d8
- remove suid.
b5a5d8
b5a5d8
* Thu Oct 21 2004 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.11-0.fdr.3
b5a5d8
- remove Provides: newpg
b5a5d8
b5a5d8
* Wed Oct 20 2004 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.11-0.fdr.2
b5a5d8
- Requires: pinentry
b5a5d8
- gpg2 suid
b5a5d8
- update description
b5a5d8
b5a5d8
* Tue Oct 19 2004 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.11-0.fdr.1
b5a5d8
- first try
b5a5d8
- leave out opensc support (for now), enable --with-opensc
b5a5d8