|
|
04fc35 |
Summary: Utility for secure communication and data storage
|
|
|
04fc35 |
Name: gnupg2
|
|
|
04fc35 |
Version: 2.0.22
|
|
|
35dee0 |
Release: 5%{?dist}
|
|
|
04fc35 |
|
|
|
04fc35 |
License: GPLv3+
|
|
|
04fc35 |
Group: Applications/System
|
|
|
04fc35 |
Source0: ftp://ftp.gnupg.org/gcrypt/%{?pre:alpha/}gnupg/gnupg-%{version}%{?pre}.tar.bz2
|
|
|
04fc35 |
Source1: ftp://ftp.gnupg.org/gcrypt/%{?pre:alpha/}gnupg/gnupg-%{version}%{?pre}.tar.bz2.sig
|
|
|
04fc35 |
# svn export svn://cvs.gnupg.org/gnupg/trunk gnupg2; tar cjf gnupg-<date>svn.tar.bz2 gnupg2
|
|
|
04fc35 |
#Source0: gnupg2-20090809svn.tar.bz2
|
|
|
04fc35 |
Patch1: gnupg-2.0.20-insttools.patch
|
|
|
04fc35 |
Patch3: gnupg-2.0.20-secmem.patch
|
|
|
04fc35 |
Patch4: gnupg-2.0.18-protect-tool-env.patch
|
|
|
04fc35 |
Patch5: gnupg-2.0.20-ocsp-keyusage.patch
|
|
|
6f876e |
Patch6: gnupg-2.0.22-fips-algo.patch
|
|
|
6f876e |
Patch7: gnupg-2.0.22-rsa-es.patch
|
|
|
35dee0 |
Patch8: gnupg-2.0.22-cve-2018-12020.patch
|
|
|
04fc35 |
|
|
|
04fc35 |
URL: http://www.gnupg.org/
|
|
|
04fc35 |
|
|
|
04fc35 |
#BuildRequires: automake libtool texinfo transfig
|
|
|
04fc35 |
BuildRequires: bzip2-devel
|
|
|
04fc35 |
BuildRequires: curl-devel
|
|
|
04fc35 |
BuildRequires: docbook-utils
|
|
|
04fc35 |
BuildRequires: gettext
|
|
|
04fc35 |
BuildRequires: libassuan-devel >= 2.0.0
|
|
|
04fc35 |
BuildRequires: libgcrypt-devel >= 1.4
|
|
|
04fc35 |
BuildRequires: libgpg-error-devel => 1.4
|
|
|
04fc35 |
BuildRequires: libksba-devel >= 1.0.2
|
|
|
04fc35 |
BuildRequires: openldap-devel
|
|
|
04fc35 |
BuildRequires: libusb-devel
|
|
|
04fc35 |
BuildRequires: pcsc-lite-libs
|
|
|
04fc35 |
BuildRequires: pth-devel
|
|
|
04fc35 |
BuildRequires: readline-devel ncurses-devel
|
|
|
04fc35 |
BuildRequires: zlib-devel
|
|
|
04fc35 |
|
|
|
04fc35 |
Requires(post): /sbin/install-info
|
|
|
04fc35 |
Requires(postun): /sbin/install-info
|
|
|
04fc35 |
Requires: pinentry
|
|
|
04fc35 |
|
|
|
04fc35 |
%if 0%{?rhel} > 5
|
|
|
04fc35 |
# pgp-tools, perl-GnuPG-Interface requires 'gpg' (not sure why) -- Rex
|
|
|
04fc35 |
Provides: gpg = %{version}-%{release}
|
|
|
04fc35 |
# Obsolete GnuPG-1 package
|
|
|
04fc35 |
Provides: gnupg = %{version}-%{release}
|
|
|
04fc35 |
Obsoletes: gnupg <= 1.4.10
|
|
|
04fc35 |
%endif
|
|
|
04fc35 |
|
|
|
04fc35 |
%package smime
|
|
|
04fc35 |
Summary: CMS encryption and signing tool and smart card support for GnuPG
|
|
|
04fc35 |
Requires: gnupg2 = %{version}-%{release}
|
|
|
04fc35 |
Group: Applications/Internet
|
|
|
04fc35 |
|
|
|
04fc35 |
|
|
|
04fc35 |
%description
|
|
|
04fc35 |
GnuPG is GNU's tool for secure communication and data storage. It can
|
|
|
04fc35 |
be used to encrypt data and to create digital signatures. It includes
|
|
|
04fc35 |
an advanced key management facility and is compliant with the proposed
|
|
|
04fc35 |
OpenPGP Internet standard as described in RFC2440 and the S/MIME
|
|
|
04fc35 |
standard as described by several RFCs.
|
|
|
04fc35 |
|
|
|
04fc35 |
GnuPG 2.0 is a newer version of GnuPG with additional support for
|
|
|
04fc35 |
S/MIME. It has a different design philosophy that splits
|
|
|
04fc35 |
functionality up into several modules. The S/MIME and smartcard functionality
|
|
|
04fc35 |
is provided by the gnupg2-smime package.
|
|
|
04fc35 |
|
|
|
04fc35 |
%description smime
|
|
|
04fc35 |
GnuPG is GNU's tool for secure communication and data storage. This
|
|
|
04fc35 |
package adds support for smart cards and S/MIME encryption and signing
|
|
|
04fc35 |
to the base GnuPG package
|
|
|
04fc35 |
|
|
|
04fc35 |
%prep
|
|
|
04fc35 |
%setup -q -n gnupg-%{version}
|
|
|
04fc35 |
|
|
|
04fc35 |
%if 0%{?rhel} > 5
|
|
|
04fc35 |
%patch1 -p1 -b .insttools
|
|
|
04fc35 |
%endif
|
|
|
04fc35 |
%patch3 -p1 -b .secmem
|
|
|
04fc35 |
%patch4 -p1 -b .ptool-env
|
|
|
04fc35 |
%patch5 -p1 -b .keyusage
|
|
|
04fc35 |
%patch6 -p1 -b .fips
|
|
|
6f876e |
%patch7 -p1 -b .rsa-es
|
|
|
35dee0 |
%patch8 -p1 -b .sanitize-filename
|
|
|
04fc35 |
|
|
|
04fc35 |
# pcsc-lite library major: 0 in 1.2.0, 1 in 1.2.9+ (dlopen()'d in pcsc-wrapper)
|
|
|
04fc35 |
# Note: this is just the name of the default shared lib to load in scdaemon,
|
|
|
04fc35 |
# it can use other implementations too (including non-pcsc ones).
|
|
|
04fc35 |
%global pcsclib %(basename $(ls -1 %{_libdir}/libpcsclite.so.? 2>/dev/null ) 2>/dev/null )
|
|
|
04fc35 |
|
|
|
04fc35 |
sed -i -e 's/"libpcsclite\.so"/"%{pcsclib}"/' scd/{scdaemon,pcsc-wrapper}.c
|
|
|
04fc35 |
|
|
|
04fc35 |
|
|
|
04fc35 |
%build
|
|
|
04fc35 |
|
|
|
04fc35 |
%configure \
|
|
|
04fc35 |
--disable-rpath \
|
|
|
04fc35 |
--enable-standard-socket
|
|
|
04fc35 |
|
|
|
04fc35 |
# need scratch gpg database for tests
|
|
|
04fc35 |
mkdir -p $HOME/.gnupg
|
|
|
04fc35 |
|
|
|
04fc35 |
make %{?_smp_mflags}
|
|
|
04fc35 |
|
|
|
04fc35 |
|
|
|
04fc35 |
%install
|
|
|
04fc35 |
make install DESTDIR=%{buildroot} \
|
|
|
04fc35 |
INSTALL="install -p" \
|
|
|
04fc35 |
docdir=%{_docdir}/%{name}-%{version}
|
|
|
04fc35 |
|
|
|
04fc35 |
%if ! (0%{?rhel} > 5)
|
|
|
04fc35 |
# drop file conflicting with gnupg-1.x
|
|
|
04fc35 |
rm -f %{buildroot}%{_mandir}/man1/gpg-zip.1*
|
|
|
04fc35 |
%endif
|
|
|
04fc35 |
|
|
|
04fc35 |
%find_lang %{name}
|
|
|
04fc35 |
|
|
|
04fc35 |
# gpgconf.conf
|
|
|
04fc35 |
mkdir -p %{buildroot}%{_sysconfdir}/gnupg
|
|
|
04fc35 |
touch %{buildroot}%{_sysconfdir}/gnupg/gpgconf.conf
|
|
|
04fc35 |
|
|
|
04fc35 |
# more docs
|
|
|
04fc35 |
install -m644 -p AUTHORS COPYING ChangeLog NEWS THANKS TODO \
|
|
|
04fc35 |
%{buildroot}%{_docdir}/%{name}-%{version}/
|
|
|
04fc35 |
|
|
|
04fc35 |
%if 0%{?rhel} > 5
|
|
|
04fc35 |
# compat symlinks
|
|
|
04fc35 |
ln -sf gpg2 %{buildroot}%{_bindir}/gpg
|
|
|
04fc35 |
ln -sf gpgv2 %{buildroot}%{_bindir}/gpgv
|
|
|
04fc35 |
ln -sf gpg2.1 %{buildroot}%{_mandir}/man1/gpg.1
|
|
|
04fc35 |
ln -sf gpgv2.1 %{buildroot}%{_mandir}/man1/gpgv.1
|
|
|
04fc35 |
%endif
|
|
|
04fc35 |
|
|
|
04fc35 |
# info dir
|
|
|
04fc35 |
rm -f %{buildroot}%{_infodir}/dir
|
|
|
04fc35 |
|
|
|
04fc35 |
|
|
|
04fc35 |
%check
|
|
|
04fc35 |
# need scratch gpg database for tests
|
|
|
04fc35 |
mkdir -p $HOME/.gnupg
|
|
|
04fc35 |
# we skip the test on ppc as it hangs and we do not ship gnupg2
|
|
|
04fc35 |
# as multilib anyway
|
|
|
04fc35 |
%ifnarch ppc
|
|
|
04fc35 |
make -k check
|
|
|
04fc35 |
%endif
|
|
|
04fc35 |
|
|
|
04fc35 |
%post
|
|
|
04fc35 |
/sbin/install-info %{_infodir}/gnupg.info %{_infodir}/dir ||:
|
|
|
04fc35 |
|
|
|
04fc35 |
%preun
|
|
|
04fc35 |
if [ $1 -eq 0 ]; then
|
|
|
04fc35 |
/sbin/install-info --delete %{_infodir}/gnupg.info %{_infodir}/dir ||:
|
|
|
04fc35 |
fi
|
|
|
04fc35 |
|
|
|
04fc35 |
|
|
|
04fc35 |
%files -f %{name}.lang
|
|
|
04fc35 |
%defattr(-,root,root,-)
|
|
|
04fc35 |
#doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO
|
|
|
04fc35 |
%{_docdir}/%{name}-%{version}/
|
|
|
04fc35 |
%dir %{_sysconfdir}/gnupg
|
|
|
04fc35 |
%ghost %config(noreplace) %{_sysconfdir}/gnupg/gpgconf.conf
|
|
|
04fc35 |
## docs say to install suid root, but fedora/rh security folk say not to
|
|
|
04fc35 |
#attr(4755,root,root) %{_bindir}/gpg2
|
|
|
04fc35 |
%{_bindir}/gpg2
|
|
|
04fc35 |
%{_bindir}/gpgv2
|
|
|
04fc35 |
%{_bindir}/gpg-connect-agent
|
|
|
04fc35 |
%{_bindir}/gpg-agent
|
|
|
04fc35 |
%{_bindir}/gpgconf
|
|
|
04fc35 |
%{_bindir}/gpgparsemail
|
|
|
04fc35 |
%if 0%{?rhel} > 5
|
|
|
04fc35 |
%{_bindir}/gpg
|
|
|
04fc35 |
%{_bindir}/gpgv
|
|
|
04fc35 |
%{_bindir}/gpgsplit
|
|
|
04fc35 |
%{_bindir}/gpg-zip
|
|
|
04fc35 |
%else
|
|
|
04fc35 |
%{_bindir}/gpgkey2ssh
|
|
|
04fc35 |
%endif
|
|
|
04fc35 |
%{_bindir}/watchgnupg
|
|
|
04fc35 |
%{_sbindir}/*
|
|
|
04fc35 |
%{_datadir}/gnupg/
|
|
|
04fc35 |
%{_libexecdir}/*
|
|
|
04fc35 |
%{_infodir}/*.info*
|
|
|
04fc35 |
%{_mandir}/man?/*
|
|
|
04fc35 |
%exclude %{_datadir}/gnupg/com-certs.pem
|
|
|
04fc35 |
%exclude %{_mandir}/man?/gpgsm*
|
|
|
04fc35 |
%exclude %{_mandir}/man?/scdaemon*
|
|
|
04fc35 |
%exclude %{_libexecdir}/scdaemon
|
|
|
04fc35 |
|
|
|
04fc35 |
%files smime
|
|
|
04fc35 |
%defattr(-,root,root,-)
|
|
|
04fc35 |
%{_bindir}/gpgsm*
|
|
|
04fc35 |
%{_bindir}/kbxutil
|
|
|
04fc35 |
%{_libexecdir}/scdaemon
|
|
|
04fc35 |
%{_mandir}/man?/gpgsm*
|
|
|
04fc35 |
%{_mandir}/man?/scdaemon*
|
|
|
04fc35 |
%{_datadir}/gnupg/com-certs.pem
|
|
|
04fc35 |
|
|
|
04fc35 |
|
|
|
04fc35 |
%changelog
|
|
|
35dee0 |
* Thu Jun 21 2018 Tomáš Mráz <tmraz@redhat.com> - 2.0.22-5
|
|
|
35dee0 |
- fix CVE-2018-12020 - missing sanitization of original filename
|
|
|
35dee0 |
|
|
|
6f876e |
* Thu Mar 24 2016 Tomáš Mráz <tmraz@redhat.com> - 2.0.22-4
|
|
|
6f876e |
- allow import of RSA-E and RSA-S keys (patch by Marcel Kolaja) (#1233182)
|
|
|
6f876e |
- do not abort when missing hash algorithm in FIPS mode (#1078962)
|
|
|
6f876e |
|
|
|
35601b |
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 2.0.22-3
|
|
|
35601b |
- Mass rebuild 2014-01-24
|
|
|
35601b |
|
|
|
35601b |
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 2.0.22-2
|
|
|
35601b |
- Mass rebuild 2013-12-27
|
|
|
35601b |
|
|
|
04fc35 |
* Thu Oct 10 2013 Tomáš Mráz <tmraz@redhat.com> - 2.0.22-1
|
|
|
04fc35 |
- new upstream release fixing CVE-2013-4402 and CVE-2013-4351
|
|
|
04fc35 |
|
|
|
04fc35 |
* Fri Aug 23 2013 Tomáš Mráz <tmraz@redhat.com> - 2.0.21-1
|
|
|
04fc35 |
- new upstream release
|
|
|
04fc35 |
|
|
|
04fc35 |
* Wed May 15 2013 Tomas Mraz <tmraz@redhat.com> - 2.0.20-1
|
|
|
04fc35 |
- new upstream release
|
|
|
04fc35 |
|
|
|
04fc35 |
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.19-8
|
|
|
04fc35 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
04fc35 |
|
|
|
04fc35 |
* Wed Jan 2 2013 Tomas Mraz <tmraz@redhat.com> - 2.0.19-7
|
|
|
04fc35 |
- fix CVE-2012-6085 - skip invalid key packets (#891142)
|
|
|
04fc35 |
|
|
|
04fc35 |
* Thu Nov 22 2012 Tomas Mraz <tmraz@redhat.com> - 2.0.19-6
|
|
|
04fc35 |
- use AES as default crypto algorithm in FIPS mode (#879047)
|
|
|
04fc35 |
|
|
|
04fc35 |
* Fri Nov 16 2012 Jamie Nguyen <jamielinux@fedoraproject.org> - 2.0.19-5
|
|
|
04fc35 |
- rebuild for
|
|
|
04fc35 |
|
|
|
04fc35 |
* Fri Jul 27 2012 Tomas Mraz <tmraz@redhat.com> - 2.0.19-4
|
|
|
04fc35 |
- fix negated condition (#843842)
|
|
|
04fc35 |
|
|
|
04fc35 |
* Thu Jul 26 2012 Tomas Mraz <tmraz@redhat.com> - 2.0.19-3
|
|
|
04fc35 |
- add compat symlinks and provides if built on RHEL
|
|
|
04fc35 |
|
|
|
04fc35 |
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.19-2
|
|
|
04fc35 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
04fc35 |
|
|
|
04fc35 |
* Tue Apr 24 2012 Tomas Mraz <tmraz@redhat.com> - 2.0.19-1
|
|
|
04fc35 |
- new upstream release
|
|
|
04fc35 |
- set environment in protect-tool (#548528)
|
|
|
04fc35 |
- do not reject OCSP signing certs without keyUsage (#720174)
|
|
|
04fc35 |
|
|
|
04fc35 |
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.18-3
|
|
|
04fc35 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
04fc35 |
|
|
|
04fc35 |
* Wed Oct 12 2011 Rex Dieter <rdieter@fedoraproject.org> 2.0.18-2
|
|
|
04fc35 |
- build with --enable-standard-socket
|
|
|
04fc35 |
|
|
|
04fc35 |
* Wed Aug 17 2011 Tomas Mraz <tmraz@redhat.com> - 2.0.18-1
|
|
|
04fc35 |
- new upstream release (#728481)
|
|
|
04fc35 |
|
|
|
04fc35 |
* Mon Jul 25 2011 Tomas Mraz <tmraz@redhat.com> - 2.0.17-2
|
|
|
04fc35 |
- fix a bug that shows up with the new libgcrypt release (#725369)
|
|
|
04fc35 |
|
|
|
04fc35 |
* Thu Jan 20 2011 Tomas Mraz <tmraz@redhat.com> - 2.0.17-1
|
|
|
04fc35 |
- new upstream release (#669611)
|
|
|
04fc35 |
|
|
|
04fc35 |
* Tue Aug 17 2010 Tomas Mraz <tmraz@redhat.com> - 2.0.16-3
|
|
|
04fc35 |
- drop the provides/obsoletes for gnupg
|
|
|
04fc35 |
- drop the man page file conflicting with gnupg-1.x
|
|
|
04fc35 |
|
|
|
04fc35 |
* Fri Aug 13 2010 Tomas Mraz <tmraz@redhat.com> - 2.0.16-2
|
|
|
04fc35 |
- drop the compat symlinks as gnupg-1.x is revived
|
|
|
04fc35 |
|
|
|
04fc35 |
* Tue Jul 27 2010 Rex Dieter <rdieter@fedoraproject.org> - 2.0.16-1
|
|
|
04fc35 |
- gnupg-2.0.16
|
|
|
04fc35 |
|
|
|
04fc35 |
* Fri Jul 23 2010 Rex Dieter <rdieter@fedoraproject.org> - 2.0.14-4
|
|
|
04fc35 |
- gpgsm realloc patch (#617706)
|
|
|
04fc35 |
|
|
|
04fc35 |
* Fri Jun 18 2010 Tomas Mraz <tmraz@redhat.com> - 2.0.14-3
|
|
|
04fc35 |
- initialize small amount of secmem for list of algorithms in help (#598847)
|
|
|
04fc35 |
(necessary in the FIPS mode of libgcrypt)
|
|
|
04fc35 |
|
|
|
04fc35 |
* Tue Feb 9 2010 Tomas Mraz <tmraz@redhat.com> - 2.0.14-2
|
|
|
04fc35 |
- disable selinux support - it is too rudimentary and restrictive (#562982)
|
|
|
04fc35 |
|
|
|
04fc35 |
* Mon Jan 11 2010 Tomas Mraz <tmraz@redhat.com> - 2.0.14-1
|
|
|
04fc35 |
- new upstream version
|
|
|
04fc35 |
- fix a few tests so they do not need to execute gpg-agent
|
|
|
04fc35 |
|
|
|
04fc35 |
* Tue Dec 8 2009 Michael Schwendt <mschwendt@fedoraproject.org> - 2.0.13-4
|
|
|
04fc35 |
- Explicitly BR libassuan-static in accordance with the Packaging
|
|
|
04fc35 |
Guidelines (libassuan-devel is still static-only).
|
|
|
04fc35 |
|
|
|
04fc35 |
* Fri Oct 23 2009 Tomas Mraz <tmraz@redhat.com> - 2.0.13-3
|
|
|
04fc35 |
- drop s390 specific ifnarchs as all the previously missing dependencies
|
|
|
04fc35 |
are now there
|
|
|
04fc35 |
- split out gpgsm into a smime subpackage to reduce main package dependencies
|
|
|
04fc35 |
|
|
|
04fc35 |
* Wed Oct 21 2009 Tomas Mraz <tmraz@redhat.com> - 2.0.13-2
|
|
|
04fc35 |
- provide/obsolete gnupg-1 and add compat symlinks to be able to drop
|
|
|
04fc35 |
gnupg-1
|
|
|
04fc35 |
|
|
|
04fc35 |
* Fri Sep 04 2009 Rex Dieter <rdieter@fedoraproject.org> - 2.0.13-1
|
|
|
04fc35 |
- gnupg-2.0.13
|
|
|
04fc35 |
- Unable to use gpg-agent + input methods (#228953)
|
|
|
04fc35 |
|
|
|
04fc35 |
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.12-2
|
|
|
04fc35 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
04fc35 |
|
|
|
04fc35 |
* Wed Jun 17 2009 Rex Dieter <rdieter@fedoraproject.org> - 2.0.12-1
|
|
|
04fc35 |
- gnupg-2.0.12
|
|
|
04fc35 |
|
|
|
04fc35 |
* Wed Mar 04 2009 Rex Dieter <rdieter@fedoraproject.org> - 2.0.11-1
|
|
|
04fc35 |
- gnupg-2.0.11
|
|
|
04fc35 |
|
|
|
04fc35 |
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.10-2
|
|
|
04fc35 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
04fc35 |
|
|
|
04fc35 |
* Sat Jan 31 2009 Karsten Hopp <karsten@redhat.com> 2.0.10-1
|
|
|
04fc35 |
- don't require pcsc-lite-libs and libusb on mainframe where
|
|
|
04fc35 |
we don't have those packages as there's no hardware for that
|
|
|
04fc35 |
|
|
|
04fc35 |
* Tue Jan 13 2009 Rex Dieter <rdieter@fedoraproject.org> 2.0.10-1
|
|
|
04fc35 |
- gnupg-2.0.10
|
|
|
04fc35 |
|
|
|
04fc35 |
* Mon Aug 04 2008 Rex Dieter <rdieter@fedoraproject.org> 2.0.9-3
|
|
|
04fc35 |
- workaround rpm quirks
|
|
|
04fc35 |
|
|
|
04fc35 |
* Sat May 24 2008 Tom "spot" Callaway <tcallawa@redhat.com> 2.0.9-2
|
|
|
04fc35 |
- Patch from upstream to fix curl 7.18.1+ and gcc4.3+ compile error
|
|
|
04fc35 |
|
|
|
04fc35 |
* Mon May 19 2008 Tom "spot" Callaway <tcallawa@redhat.com> 2.0.9-1.1
|
|
|
04fc35 |
- minor release bump for sparc rebuild
|
|
|
04fc35 |
|
|
|
04fc35 |
* Wed Mar 26 2008 Rex Dieter <rdieter@fedoraproject.org> 2.0.9-1
|
|
|
04fc35 |
- gnupg2-2.0.9
|
|
|
04fc35 |
- drop Provides: openpgp
|
|
|
04fc35 |
- versioned Provides: gpg
|
|
|
04fc35 |
- own %%_sysconfdir/gnupg
|
|
|
04fc35 |
|
|
|
04fc35 |
* Fri Feb 08 2008 Rex Dieter <rdieter@fedoraproject.org> 2.0.8-3
|
|
|
04fc35 |
- respin (gcc43)
|
|
|
04fc35 |
|
|
|
04fc35 |
* Wed Jan 23 2008 Rex Dieter <rdieter@fedoraproject.org> 2.0.8-2
|
|
|
04fc35 |
- avoid kde-filesystem dep (#427316)
|
|
|
04fc35 |
|
|
|
04fc35 |
* Thu Dec 20 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 2.0.8-1
|
|
|
04fc35 |
- gnupg2-2.0.8
|
|
|
04fc35 |
|
|
|
04fc35 |
* Mon Dec 17 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 2.0.8-0.1.rc1
|
|
|
04fc35 |
- gnupg2-2.0.8rc1
|
|
|
04fc35 |
|
|
|
04fc35 |
* Tue Dec 04 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 2.0.7-5
|
|
|
04fc35 |
- respin for openldap
|
|
|
04fc35 |
|
|
|
04fc35 |
* Mon Nov 12 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 2.0.7-4
|
|
|
04fc35 |
- Requires: kde-filesystem (#377841)
|
|
|
04fc35 |
|
|
|
04fc35 |
* Wed Oct 03 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 2.0.7-3
|
|
|
04fc35 |
- %%build: (re)add mkdir -p $HOME/.gnupg
|
|
|
04fc35 |
|
|
|
04fc35 |
* Wed Oct 03 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 2.0.7-2
|
|
|
04fc35 |
- Requires: dirmngr (#312831)
|
|
|
04fc35 |
|
|
|
04fc35 |
* Mon Sep 10 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 2.0.7-1
|
|
|
04fc35 |
- gnupg-2.0.7
|
|
|
04fc35 |
|
|
|
04fc35 |
* Fri Aug 24 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 2.0.6-2
|
|
|
04fc35 |
- respin (libassuan)
|
|
|
04fc35 |
|
|
|
04fc35 |
* Thu Aug 16 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 2.0.6-1
|
|
|
04fc35 |
- gnupg-2.0.6
|
|
|
04fc35 |
- License: GPLv3+
|
|
|
04fc35 |
|
|
|
04fc35 |
* Thu Aug 02 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 2.0.5-4
|
|
|
04fc35 |
- License: GPLv3
|
|
|
04fc35 |
|
|
|
04fc35 |
* Mon Jul 16 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 2.0.5-3
|
|
|
04fc35 |
- 2.0.5 too many open files fix
|
|
|
04fc35 |
|
|
|
04fc35 |
* Fri Jul 06 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 2.0.5-2
|
|
|
04fc35 |
- gnupg-2.0.5
|
|
|
04fc35 |
- gpg-agent not restarted after kde session crash/killed (#196327)
|
|
|
04fc35 |
- BR: libassuan-devel > 1.0.2, libksba-devel > 1.0.2
|
|
|
04fc35 |
|
|
|
04fc35 |
* Fri May 18 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 2.0.4-1
|
|
|
04fc35 |
- gnupg-2.0.4
|
|
|
04fc35 |
|
|
|
04fc35 |
* Thu Mar 08 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 2.0.3-1
|
|
|
04fc35 |
- gnupg-2.0.3
|
|
|
04fc35 |
|
|
|
04fc35 |
* Fri Feb 02 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 2.0.2-1
|
|
|
04fc35 |
- gnupg-2.0.2
|
|
|
04fc35 |
|
|
|
04fc35 |
* Wed Dec 06 2006 Rex Dieter <rexdieter[AT]users.sf.net> 2.0.1-2
|
|
|
04fc35 |
- CVE-2006-6235 (#219934)
|
|
|
04fc35 |
|
|
|
04fc35 |
* Wed Nov 29 2006 Rex Dieter <rexdieter[AT]users.sf.net> 2.0.1-1
|
|
|
04fc35 |
- gnupg-2.0.1
|
|
|
04fc35 |
- CVE-2006-6169 (#217950)
|
|
|
04fc35 |
|
|
|
04fc35 |
* Sat Nov 25 2006 Rex Dieter <rexdieter[AT]users.sf.net> 2.0.1-0.3.rc1
|
|
|
04fc35 |
- gnupg-2.0.1rc1
|
|
|
04fc35 |
|
|
|
04fc35 |
* Thu Nov 16 2006 Rex Dieter <rexdieter[AT]users.sf.net> 2.0.0-4
|
|
|
04fc35 |
- update %%description
|
|
|
04fc35 |
- drop dearmor patch
|
|
|
04fc35 |
|
|
|
04fc35 |
* Mon Nov 13 2006 Rex Dieter <rexdieter[AT]users.sf.net> 2.0.0-3
|
|
|
04fc35 |
- BR: libassuan-static >= 1.0.0
|
|
|
04fc35 |
|
|
|
04fc35 |
* Mon Nov 13 2006 Rex Dieter <rexdieter[AT]users.sf.net> 2.0.0-2
|
|
|
04fc35 |
- gnupg-2.0.0
|
|
|
04fc35 |
|
|
|
04fc35 |
* Fri Nov 10 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.95-3
|
|
|
04fc35 |
- upstream 64bit patch
|
|
|
04fc35 |
|
|
|
04fc35 |
* Mon Nov 06 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.95-2
|
|
|
04fc35 |
- fix (more) file conflicts with gnupg
|
|
|
04fc35 |
|
|
|
04fc35 |
* Mon Nov 06 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.95-1
|
|
|
04fc35 |
- 1.9.95
|
|
|
04fc35 |
|
|
|
04fc35 |
* Wed Oct 25 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.94-1
|
|
|
04fc35 |
- 1.9.94
|
|
|
04fc35 |
|
|
|
04fc35 |
* Wed Oct 18 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.93-1
|
|
|
04fc35 |
- 1.9.93
|
|
|
04fc35 |
|
|
|
04fc35 |
* Wed Oct 11 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.92-2
|
|
|
04fc35 |
- fix file conflicts with gnupg
|
|
|
04fc35 |
|
|
|
04fc35 |
* Wed Oct 11 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.92-1
|
|
|
04fc35 |
- 1.9.92
|
|
|
04fc35 |
|
|
|
04fc35 |
* Tue Oct 10 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.91-4
|
|
|
04fc35 |
- make check ||: (apparently checks return err even on success?)
|
|
|
04fc35 |
|
|
|
04fc35 |
* Tue Oct 10 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.91-3
|
|
|
04fc35 |
- --enable-selinux-support
|
|
|
04fc35 |
- x86_64: --disable-optimization (to avoid gpg2 segfaults), for now
|
|
|
04fc35 |
|
|
|
04fc35 |
* Thu Oct 05 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.91-1
|
|
|
04fc35 |
- 1.9.91
|
|
|
04fc35 |
|
|
|
04fc35 |
* Wed Oct 04 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.22-8
|
|
|
04fc35 |
- respin
|
|
|
04fc35 |
|
|
|
04fc35 |
* Tue Sep 26 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.90-1
|
|
|
04fc35 |
- 1.9.90 (doesn't build, not released)
|
|
|
04fc35 |
|
|
|
04fc35 |
* Mon Sep 18 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.23-1
|
|
|
04fc35 |
- 1.9.23 (doesn't build, not released)
|
|
|
04fc35 |
|
|
|
04fc35 |
* Mon Sep 18 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.22-7
|
|
|
04fc35 |
- gpg-agent-startup.sh: fix case where valid .gpg-agent-info exists
|
|
|
04fc35 |
|
|
|
04fc35 |
* Mon Sep 18 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.22-6
|
|
|
04fc35 |
- fix "syntax error in gpg-agent-startup.sh" (#206887)
|
|
|
04fc35 |
|
|
|
04fc35 |
* Thu Sep 07 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.22-3
|
|
|
04fc35 |
- fc6 respin (for libksba-1.0)
|
|
|
04fc35 |
|
|
|
04fc35 |
* Tue Aug 29 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.22-2
|
|
|
04fc35 |
- fc6 respin
|
|
|
04fc35 |
|
|
|
04fc35 |
* Fri Jul 28 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.22-1
|
|
|
04fc35 |
- 1.9.22
|
|
|
04fc35 |
|
|
|
04fc35 |
* Thu Jun 22 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.21-3
|
|
|
04fc35 |
- fix "gpg-agent not restarted after kde session crash/killed (#196327)
|
|
|
04fc35 |
|
|
|
04fc35 |
* Thu Jun 22 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.21-2
|
|
|
04fc35 |
- 1.9.21
|
|
|
04fc35 |
- omit gpg2 binary to address CVS-2006-3082 (#196190)
|
|
|
04fc35 |
|
|
|
04fc35 |
* Mon Mar 6 2006 Ville Skyttä <ville.skytta at iki.fi>> 1.9.20-3
|
|
|
04fc35 |
- Don't hardcode pcsc-lite lib name (#184123)
|
|
|
04fc35 |
|
|
|
04fc35 |
* Thu Feb 16 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.20-2
|
|
|
04fc35 |
- fc4+: use /etc/kde/(env|shutdown) for scripts (#175744)
|
|
|
04fc35 |
|
|
|
04fc35 |
* Fri Feb 10 2006 Rex Dieter <rexdieter[AT]users.sf.net>
|
|
|
04fc35 |
- fc5: gcc/glibc respin
|
|
|
04fc35 |
|
|
|
04fc35 |
* Tue Dec 20 2005 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.20-1
|
|
|
04fc35 |
- 1.9.20
|
|
|
04fc35 |
|
|
|
04fc35 |
* Thu Dec 01 2005 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.19-8
|
|
|
04fc35 |
- include gpg-agent-(startup|shutdown) scripts (#136533)
|
|
|
04fc35 |
- BR: libksba-devel >= 1.9.12
|
|
|
04fc35 |
- %%check: be permissive about failures (for now)
|
|
|
04fc35 |
|
|
|
04fc35 |
* Wed Nov 30 2005 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.19-3
|
|
|
04fc35 |
- BR: libksba-devel >= 1.9.13
|
|
|
04fc35 |
|
|
|
04fc35 |
* Tue Oct 11 2005 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.19-2
|
|
|
04fc35 |
- back to BR: libksba-devel = 1.9.11
|
|
|
04fc35 |
|
|
|
04fc35 |
* Tue Oct 11 2005 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.19-1
|
|
|
04fc35 |
- 1.9.19
|
|
|
04fc35 |
|
|
|
04fc35 |
* Fri Aug 26 2005 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.18-9
|
|
|
04fc35 |
- configure: NEED_KSBA_VERSION=0.9.12 -> 0.9.11
|
|
|
04fc35 |
|
|
|
04fc35 |
* Fri Aug 26 2005 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.18-7
|
|
|
04fc35 |
- re-enable 'make check', rebuild against (older) libksba-0.9.11
|
|
|
04fc35 |
|
|
|
04fc35 |
* Tue Aug 9 2005 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.18-6
|
|
|
04fc35 |
- don't 'make check' by default (regular builds pass, but FC4/5+plague fails)
|
|
|
04fc35 |
|
|
|
04fc35 |
* Mon Aug 8 2005 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.18-5
|
|
|
04fc35 |
- 1.9.18
|
|
|
04fc35 |
- drop pth patch (--enable-gpg build fixed)
|
|
|
04fc35 |
- update description (from README)
|
|
|
04fc35 |
|
|
|
04fc35 |
* Fri Jul 1 2005 Ville Skyttä <ville.skytta at iki.fi> - 1.9.17-1
|
|
|
04fc35 |
- 1.9.17, signal info patch applied upstream (#162264).
|
|
|
04fc35 |
- Patch to fix lvalue build error with gcc4 (upstream #485).
|
|
|
04fc35 |
- Patch scdaemon and pcsc-wrapper to load the versioned (non-devel)
|
|
|
04fc35 |
pcsc-lite lib by default.
|
|
|
04fc35 |
|
|
|
04fc35 |
* Fri May 13 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.9.16-3
|
|
|
04fc35 |
- Include upstream's patch for signal.c.
|
|
|
04fc35 |
|
|
|
04fc35 |
* Tue May 10 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.9.16-1
|
|
|
04fc35 |
- Merge changes from Rex's 1.9.16-1 (Thu Apr 21):
|
|
|
04fc35 |
- opensc support unconditional
|
|
|
04fc35 |
- remove hard-coded .gz from %%post/%%postun
|
|
|
04fc35 |
- add %%check section
|
|
|
04fc35 |
- add pth patch
|
|
|
04fc35 |
- Put back patch modified from 1.9.15-4 to make tests verbose
|
|
|
04fc35 |
and change signal.c to describe received signals better.
|
|
|
04fc35 |
|
|
|
04fc35 |
* Sun May 8 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
|
|
|
04fc35 |
- Drop patch0 again.
|
|
|
04fc35 |
|
|
|
04fc35 |
* Sun May 8 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.9.15-4
|
|
|
04fc35 |
- Add patch0 temporarily to get some output from failing test.
|
|
|
04fc35 |
|
|
|
04fc35 |
* Sat May 7 2005 David Woodhouse <dwmw2@infradead.org> 1.9.15-3
|
|
|
04fc35 |
- Rebuild.
|
|
|
04fc35 |
|
|
|
04fc35 |
* Thu Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
|
|
|
04fc35 |
- rebuilt
|
|
|
04fc35 |
|
|
|
04fc35 |
* Tue Feb 1 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0:1.9.15-1
|
|
|
04fc35 |
- Make install-info in scriptlets less noisy.
|
|
|
04fc35 |
|
|
|
04fc35 |
* Tue Jan 18 2005 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.15-0.fdr.1
|
|
|
04fc35 |
- 1.9.15
|
|
|
04fc35 |
|
|
|
04fc35 |
* Fri Jan 07 2005 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.14-0.fdr.2
|
|
|
04fc35 |
- note patch/hack to build against older ( <1.0) libgpg-error-devel
|
|
|
04fc35 |
|
|
|
04fc35 |
* Thu Jan 06 2005 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.14-0.fdr.1
|
|
|
04fc35 |
- 1.9.14
|
|
|
04fc35 |
- enable opensc support
|
|
|
04fc35 |
- BR: libassuan-devel >= 0.6.9
|
|
|
04fc35 |
|
|
|
04fc35 |
* Thu Oct 21 2004 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.11-0.fdr.4
|
|
|
04fc35 |
- remove suid.
|
|
|
04fc35 |
|
|
|
04fc35 |
* Thu Oct 21 2004 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.11-0.fdr.3
|
|
|
04fc35 |
- remove Provides: newpg
|
|
|
04fc35 |
|
|
|
04fc35 |
* Wed Oct 20 2004 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.11-0.fdr.2
|
|
|
04fc35 |
- Requires: pinentry
|
|
|
04fc35 |
- gpg2 suid
|
|
|
04fc35 |
- update description
|
|
|
04fc35 |
|
|
|
04fc35 |
* Tue Oct 19 2004 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.11-0.fdr.1
|
|
|
04fc35 |
- first try
|
|
|
04fc35 |
- leave out opensc support (for now), enable --with-opensc
|
|
|
04fc35 |
|