source: projects/specs/trunk/g/gnupg2/gnupg2-vl.spec @ 10308

Revision 10308, 22.7 KB checked in by tomop, 8 years ago (diff)

gnupg2-2.1.12-3

Line 
1Summary: Utility for secure communication and data storage
2Summary(ja): GnuPG2 - 安全なデータ交換と保存のためのユーティリティ
3Name:    gnupg2
4Version: 2.1.12
5Release: 3%{?_dist_release}
6Vendor: Project Vine
7Distribution: Vine Linux
8
9License: GPLv3+
10Group:   Applications/System
11Source0: ftp://ftp.gnupg.org/gcrypt/%{?pre:alpha/}gnupg/gnupg-%{version}%{?pre}.tar.bz2
12Source1: ftp://ftp.gnupg.org/gcrypt/%{?pre:alpha/}gnupg/gnupg-%{version}%{?pre}.tar.bz2.sig
13# svn export svn://cvs.gnupg.org/gnupg/trunk gnupg2; tar cjf gnupg-<date>svn.tar.bz2 gnupg2
14#Source0: gnupg2-20090809svn.tar.bz2
15Patch1:  gnupg-2.1.11-insttools.patch
16# needed for compatibility with system FIPS mode
17Patch3:  gnupg-2.1.10-secmem.patch
18# non-upstreamable patch adding file-is-digest option needed for Copr
19Patch4:  gnupg-2.1.10-file-is-digest.patch
20Patch5:  gnupg-2.1.1-ocsp-keyusage.patch
21Patch6:  gnupg-2.1.1-fips-algo.patch
22Patch7:  gnupg-2.1.12-build.patch
23
24URL:     http://www.gnupg.org/
25
26#BuildRequires: automake libtool texinfo transfig
27BuildRequires: bzip2-devel
28BuildRequires: curl-devel
29BuildRequires: docbook-utils
30BuildRequires: gettext
31BuildRequires: libassuan-devel >= 2.1.0
32BuildRequires: libgcrypt-devel >= 1.6.0
33BuildRequires: libgpg-error-devel >= 1.16
34BuildRequires: libksba-devel >= 1.3.0
35BuildRequires: openldap-devel
36BuildRequires: libusb1-devel
37BuildRequires: pcsc-lite-libs
38BuildRequires: npth-devel
39BuildRequires: readline-devel ncurses-devel
40BuildRequires: zlib-devel
41BuildRequires: gnutls-devel
42BuildRequires: sqlite-devel
43BuildRequires: fuse
44
45Requires(post): /sbin/install-info
46Requires(postun): /sbin/install-info
47
48Recommends: pinentry
49Recommends: gnupg2-smime
50
51%if 0%{?rhel} > 5
52# pgp-tools, perl-GnuPG-Interface requires 'gpg' (not sure why) -- Rex
53Provides: gpg = %{version}-%{release}
54# Obsolete GnuPG-1 package
55Provides: gnupg = %{version}-%{release}
56Obsoletes: gnupg <= 1.4.10
57%endif
58
59Provides: dirmngr = %{version}-%{release}
60Obsoletes: dirmngr < 1.2.0-1
61
62%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
63
64%package smime
65Summary: CMS encryption and signing tool and smart card support for GnuPG
66Summary(ja): GnuPG2用のCMS暗号化・スマートカード機能
67Requires: gnupg2 = %{version}-%{release}
68Group: Applications/Internet
69
70
71%description
72GnuPG is GNU's tool for secure communication and data storage.  It can
73be used to encrypt data and to create digital signatures.  It includes
74an advanced key management facility and is compliant with the proposed
75OpenPGP Internet standard as described in RFC2440 and the S/MIME
76standard as described by several RFCs.
77
78GnuPG 2.0 is a newer version of GnuPG with additional support for
79S/MIME.  It has a different design philosophy that splits
80functionality up into several modules. The S/MIME and smartcard functionality
81is provided by the gnupg2-smime package.
82
83%description -l ja
84 GnuPGは、安全なデータ交換と保存のためのGNUツールです。データの
85暗号化やデジタル署名の生成が可能です。先進的な鍵管理機能を持ち、
86RFC2440として提案され承認されたOpenPGPインターネット標準、またい
87くつかのRFCにて示されるS/MIME標準に準拠しています。
88
89 GnuPG 2.0はS/MIMEサポートが追加されたGnuPGの新しいバージョンで
90す。S/MIMEは違ったデザイン哲学を持つため、別モジュールに分割され
91ています。S/SMIMEやスマートカード機能はgnupg2-smimeパッケージにて
92提供されています。
93
94%description smime
95GnuPG is GNU's tool for secure communication and data storage. This
96package adds support for smart cards and S/MIME encryption and signing
97to the base GnuPG package
98
99%description -l ja smime
100 GnuPGは、安全なデータ交換と保存のためのGNUツールです。このパッ
101ケージはGnuPG2パッケージにスマートカードやS/MIME暗号化・署名機能
102を追加します。
103
104%prep
105%setup -q -n gnupg-%{version}
106
107%if 0%{?rhel} > 5
108%patch1 -p1 -b .insttools
109%endif
110%patch3 -p1 -b .secmem
111%patch4 -p1 -b .file-is-digest
112%patch5 -p1 -b .keyusage
113%patch6 -p1 -b .fips
114%patch7 -p1 -b .build
115
116# pcsc-lite library major: 0 in 1.2.0, 1 in 1.2.9+ (dlopen()'d in pcsc-wrapper)
117# Note: this is just the name of the default shared lib to load in scdaemon,
118# it can use other implementations too (including non-pcsc ones).
119%global pcsclib %(basename $(ls -1 %{_libdir}/libpcsclite.so.? 2>/dev/null ) 2>/dev/null )
120
121sed -i -e 's/"libpcsclite\.so"/"%{pcsclib}"/' scd/scdaemon.c
122
123
124%build
125
126%configure \
127  --disable-gpgtar \
128  --disable-rpath \
129  --enable-g13
130
131# need scratch gpg database for tests
132mkdir -p $HOME/.gnupg
133
134make %{?_smp_mflags}
135
136
137%install
138make install DESTDIR=%{buildroot} \
139  INSTALL="install -p" \
140  docdir=%{_pkgdocdir}
141
142%if ! (0%{?rhel} > 5)
143# rename file conflicting with gnupg-1.x
144rename gnupg.7 gnupg2.7 %{buildroot}%{_mandir}/man7/gnupg.7*
145%endif
146
147%find_lang %{name}
148
149# gpgconf.conf
150mkdir -p %{buildroot}%{_sysconfdir}/gnupg
151touch %{buildroot}%{_sysconfdir}/gnupg/gpgconf.conf
152
153# more docs
154install -m644 -p AUTHORS NEWS THANKS TODO \
155  %{buildroot}%{_pkgdocdir}
156
157%if 0%{?rhel} > 5
158# compat symlinks
159ln -sf gpg2 %{buildroot}%{_bindir}/gpg
160ln -sf gpgv2 %{buildroot}%{_bindir}/gpgv
161ln -sf gpg2.1 %{buildroot}%{_mandir}/man1/gpg.1
162ln -sf gpgv2.1 %{buildroot}%{_mandir}/man1/gpgv.1
163ln -sf gnupg.7 %{buildroot}%{_mandir}/man7/gnupg2.7
164%endif
165
166# info dir
167rm -f %{buildroot}%{_infodir}/dir
168
169
170%check
171# need scratch gpg database for tests
172mkdir -p $HOME/.gnupg
173# some gpg2 tests (still) FAIL on non i386 platforms
174make -k check
175
176
177%post
178/sbin/install-info %{_infodir}/gnupg.info %{_infodir}/dir ||:
179
180%preun
181if [ $1 -eq 0 ]; then
182  /sbin/install-info --delete %{_infodir}/gnupg.info %{_infodir}/dir ||:
183fi
184
185
186%files -f %{name}.lang
187%{!?_licensedir:%global license %%doc}
188%license COPYING
189#doc AUTHORS NEWS README THANKS TODO
190%{_pkgdocdir}
191%dir %{_sysconfdir}/gnupg
192%ghost %config(noreplace) %{_sysconfdir}/gnupg/gpgconf.conf
193## docs say to install suid root, but fedora/rh security folk say not to
194%{_bindir}/gpg2
195%{_bindir}/gpgv2
196%{_bindir}/gpg-connect-agent
197%{_bindir}/gpg-agent
198%{_bindir}/gpgconf
199%{_bindir}/gpgparsemail
200%{_bindir}/g13
201%{_bindir}/dirmngr
202%{_bindir}/dirmngr-client
203%if 0%{?rhel} > 5
204%{_bindir}/gpg
205%{_bindir}/gpgv
206%{_bindir}/gpgsplit
207%{_bindir}/gpg-zip
208%endif
209%{_bindir}/watchgnupg
210%{_sbindir}/*
211%{_datadir}/gnupg/
212%{_libexecdir}/*
213%{_infodir}/*.info*
214%{_mandir}/man?/*
215%exclude %{_datadir}/gnupg/com-certs.pem
216%exclude %{_mandir}/man?/gpgsm*
217%exclude %{_mandir}/man?/scdaemon*
218%exclude %{_libexecdir}/scdaemon
219
220%files smime
221%{_bindir}/gpgsm*
222%{_bindir}/kbxutil
223%{_libexecdir}/scdaemon
224%{_mandir}/man?/gpgsm*
225%{_mandir}/man?/scdaemon*
226%{_datadir}/gnupg/com-certs.pem
227
228
229%changelog
230* Sun May 22 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.1.12-3
231- added japanese summary and description.
232
233* Sat May 21 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.1.12-2
234- initial build for Vine Linux.
235
236* Thu May  5 2016 Tomáš Mráz <tmraz@redhat.com> - 2.1.12-1
237- upgrade to 2.1.12
238
239* Tue Apr 12 2016 Tomáš Mráz <tmraz@redhat.com> - 2.1.11-4
240- make the pinentry dependency weak as for the public-key operations it
241  is not needed (#1324595)
242
243* Mon Mar  7 2016 Tomáš Mráz <tmraz@redhat.com> - 2.1.11-3
244- add recommends weak dependency for gnupg2-smime
245
246* Sat Mar  5 2016 Peter Robinson <pbrobinson@fedoraproject.org> 2.1.11-2
247- Don't ship ChangeLog, core details already covered in NEWS
248
249* Tue Feb 16 2016 Tomáš Mráz <tmraz@redhat.com> - 2.1.11-1
250- upgrade to 2.1.11
251
252* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.10-4
253- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
254
255* Wed Jan 13 2016 Dan Horák <dan[at]danny.cz> - 2.1.10-3
256- fix the insttools patch
257
258* Wed Jan 13 2016 Tomáš Mráz <tmraz@redhat.com> - 2.1.10-2
259- rebase the insttools patch needed for full gpgv1 replacement
260
261* Mon Dec  7 2015 Tomáš Mráz <tmraz@redhat.com> - 2.1.10-1
262- upgrade to 2.1.10
263
264* Mon Oct 12 2015 Tomáš Mráz <tmraz@redhat.com> - 2.1.9-1
265- upgrade to 2.1.9
266
267* Fri Sep 11 2015 Tomáš Mráz <tmraz@redhat.com> - 2.1.8-1
268- upgrade to 2.1.8
269
270* Thu Aug 13 2015 Tomáš Mráz <tmraz@redhat.com> - 2.1.7-1
271- upgrade to 2.1.7
272
273* Tue Aug 11 2015 Tomáš Mráz <tmraz@redhat.com> - 2.1.6-1
274- upgrade to 2.1.6
275
276* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.5-2
277- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
278
279* Fri Jun 12 2015 Tomáš Mráz <tmraz@redhat.com> - 2.1.5-1
280- upgrade to 2.1.5
281
282* Tue May 26 2015 Tomáš Mráz <tmraz@redhat.com> - 2.1.4-2
283- use gnutls for TLS support in dirmngr (#1224816)
284
285* Fri May 15 2015 Robert Scheck <robert@fedoraproject.org> - 2.1.4-1
286- upgrade to 2.1.4 (#1192353)
287
288* Thu Apr 16 2015 Tomáš Mráz <tmraz@redhat.com> - 2.1.3-1
289- new upstream release fixing minor bugs
290
291* Sat Feb 21 2015 Till Maas <opensource@till.name> - 2.1.2-2
292- Rebuilt for Fedora 23 Change
293  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
294
295* Wed Feb 18 2015 Tomáš Mráz <tmraz@redhat.com> - 2.1.2-1
296- new upstream release fixing two minor security issues
297
298* Fri Jan 30 2015 Tomáš Mráz <tmraz@redhat.com> - 2.1.1-2
299- resolve conflict with gnupg by renaming conflicting manual page (#1187472)
300
301* Thu Jan 29 2015 Tomáš Mráz <tmraz@redhat.com> - 2.1.1-1
302- new upstream release
303- this release now includes the dirmngr which is obsoleted as separate package
304
305* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.25-2
306- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
307
308* Tue Aug  5 2014 Tomáš Mráz <tmraz@redhat.com> - 2.0.25-1
309- new upstream release fixing a minor regression introduced by the previous one
310- add --file-is-digest option needed for copr
311
312* Sat Jul 12 2014 Tom Callaway <spot@fedoraproject.org> - 2.0.24-2
313- fix license handling
314
315* Wed Jun 25 2014 Tomáš Mráz <tmraz@redhat.com> - 2.0.24-1
316- new upstream release fixing CVE-2014-4617
317
318* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.22-4
319- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
320
321* Wed May  7 2014 Tomáš Mráz <tmraz@redhat.com> - 2.0.22-3
322- do not dump core if hash algorithm not available in the FIPS mode
323
324* Tue Mar  4 2014 Tomáš Mráz <tmraz@redhat.com> - 2.0.22-2
325- rebuilt against new libgcrypt
326
327* Tue Oct  8 2013 Tomáš Mráz <tmraz@redhat.com> - 2.0.22-1
328- new upstream release fixing CVE-2013-4402
329
330* Fri Aug 23 2013 Tomáš Mráz <tmraz@redhat.com> - 2.0.21-1
331- new upstream release
332
333* Wed Aug  7 2013 Tomas Mraz <tmraz@redhat.com> - 2.0.20-3
334- adjust to the unversioned docdir change (#993785)
335
336* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.20-2
337- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
338
339* Wed May 15 2013 Tomas Mraz <tmraz@redhat.com> - 2.0.20-1
340- new upstream release
341
342* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.19-8
343- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
344
345* Wed Jan  2 2013 Tomas Mraz <tmraz@redhat.com> - 2.0.19-7
346- fix CVE-2012-6085 - skip invalid key packets (#891142)
347
348* Thu Nov 22 2012 Tomas Mraz <tmraz@redhat.com> - 2.0.19-6
349- use AES as default crypto algorithm in FIPS mode (#879047)
350
351* Fri Nov 16 2012 Jamie Nguyen <jamielinux@fedoraproject.org> - 2.0.19-5
352- rebuild for <f18 (#877106)
353
354* Fri Jul 27 2012 Tomas Mraz <tmraz@redhat.com> - 2.0.19-4
355- fix negated condition (#843842)
356
357* Thu Jul 26 2012 Tomas Mraz <tmraz@redhat.com> - 2.0.19-3
358- add compat symlinks and provides if built on RHEL
359
360* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.19-2
361- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
362
363* Tue Apr 24 2012 Tomas Mraz <tmraz@redhat.com> - 2.0.19-1
364- new upstream release
365- set environment in protect-tool (#548528)
366- do not reject OCSP signing certs without keyUsage (#720174)
367
368* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.18-3
369- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
370
371* Wed Oct 12 2011 Rex Dieter <rdieter@fedoraproject.org> 2.0.18-2
372- build with --enable-standard-socket
373
374* Wed Aug 17 2011 Tomas Mraz <tmraz@redhat.com> - 2.0.18-1
375- new upstream release (#728481)
376
377* Mon Jul 25 2011 Tomas Mraz <tmraz@redhat.com> - 2.0.17-2
378- fix a bug that shows up with the new libgcrypt release (#725369)
379
380* Thu Jan 20 2011 Tomas Mraz <tmraz@redhat.com> - 2.0.17-1
381- new upstream release (#669611)
382
383* Tue Aug 17 2010 Tomas Mraz <tmraz@redhat.com> - 2.0.16-3
384- drop the provides/obsoletes for gnupg
385- drop the man page file conflicting with gnupg-1.x
386
387* Fri Aug 13 2010 Tomas Mraz <tmraz@redhat.com> - 2.0.16-2
388- drop the compat symlinks as gnupg-1.x is revived
389
390* Tue Jul 27 2010 Rex Dieter <rdieter@fedoraproject.org> - 2.0.16-1
391- gnupg-2.0.16
392
393* Fri Jul 23 2010 Rex Dieter <rdieter@fedoraproject.org> - 2.0.14-4
394- gpgsm realloc patch (#617706)
395
396* Fri Jun 18 2010 Tomas Mraz <tmraz@redhat.com> - 2.0.14-3
397- initialize small amount of secmem for list of algorithms in help (#598847)
398  (necessary in the FIPS mode of libgcrypt)
399
400* Tue Feb  9 2010 Tomas Mraz <tmraz@redhat.com> - 2.0.14-2
401- disable selinux support - it is too rudimentary and restrictive (#562982)
402
403* Mon Jan 11 2010 Tomas Mraz <tmraz@redhat.com> - 2.0.14-1
404- new upstream version
405- fix a few tests so they do not need to execute gpg-agent
406
407* Tue Dec  8 2009 Michael Schwendt <mschwendt@fedoraproject.org> - 2.0.13-4
408- Explicitly BR libassuan-static in accordance with the Packaging
409  Guidelines (libassuan-devel is still static-only).
410
411* Fri Oct 23 2009 Tomas Mraz <tmraz@redhat.com> - 2.0.13-3
412- drop s390 specific ifnarchs as all the previously missing dependencies
413  are now there
414- split out gpgsm into a smime subpackage to reduce main package dependencies
415
416* Wed Oct 21 2009 Tomas Mraz <tmraz@redhat.com> - 2.0.13-2
417- provide/obsolete gnupg-1 and add compat symlinks to be able to drop
418  gnupg-1
419
420* Fri Sep 04 2009 Rex Dieter <rdieter@fedoraproject.org> - 2.0.13-1
421- gnupg-2.0.13
422- Unable to use gpg-agent + input methods (#228953)
423
424* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.12-2
425- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
426
427* Wed Jun 17 2009 Rex Dieter <rdieter@fedoraproject.org> - 2.0.12-1
428- gnupg-2.0.12
429
430* Wed Mar 04 2009 Rex Dieter <rdieter@fedoraproject.org> - 2.0.11-1
431- gnupg-2.0.11
432
433* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.10-2
434- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
435
436* Sat Jan 31 2009 Karsten Hopp <karsten@redhat.com> 2.0.10-1
437- don't require pcsc-lite-libs and libusb on mainframe where
438  we don't have those packages as there's no hardware for that
439
440* Tue Jan 13 2009 Rex Dieter <rdieter@fedoraproject.org> 2.0.10-1
441- gnupg-2.0.10
442
443* Mon Aug 04 2008 Rex Dieter <rdieter@fedoraproject.org> 2.0.9-3
444- workaround rpm quirks
445
446* Sat May 24 2008 Tom "spot" Callaway <tcallawa@redhat.com> 2.0.9-2
447- Patch from upstream to fix curl 7.18.1+ and gcc4.3+ compile error
448
449* Mon May 19 2008 Tom "spot" Callaway <tcallawa@redhat.com> 2.0.9-1.1
450- minor release bump for sparc rebuild
451
452* Wed Mar 26 2008 Rex Dieter <rdieter@fedoraproject.org> 2.0.9-1
453- gnupg2-2.0.9
454- drop Provides: openpgp
455- versioned Provides: gpg
456- own %%_sysconfdir/gnupg
457
458* Fri Feb 08 2008 Rex Dieter <rdieter@fedoraproject.org> 2.0.8-3
459- respin (gcc43)
460
461* Wed Jan 23 2008 Rex Dieter <rdieter@fedoraproject.org> 2.0.8-2
462- avoid kde-filesystem dep (#427316)
463
464* Thu Dec 20 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 2.0.8-1
465- gnupg2-2.0.8
466
467* Mon Dec 17 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 2.0.8-0.1.rc1
468- gnupg2-2.0.8rc1
469
470* Tue Dec 04 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 2.0.7-5
471- respin for openldap
472
473* Mon Nov 12 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 2.0.7-4
474- Requires: kde-filesystem (#377841)
475
476* Wed Oct 03 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 2.0.7-3
477- %%build: (re)add mkdir -p $HOME/.gnupg
478
479* Wed Oct 03 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 2.0.7-2
480- Requires: dirmngr (#312831)
481
482* Mon Sep 10 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 2.0.7-1
483- gnupg-2.0.7
484
485* Fri Aug 24 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 2.0.6-2
486- respin (libassuan)
487
488* Thu Aug 16 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 2.0.6-1
489- gnupg-2.0.6
490- License: GPLv3+
491
492* Thu Aug 02 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 2.0.5-4
493- License: GPLv3
494
495* Mon Jul 16 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 2.0.5-3
496- 2.0.5 too many open files fix
497
498* Fri Jul 06 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 2.0.5-2
499- gnupg-2.0.5
500- gpg-agent not restarted after kde session crash/killed (#196327)
501- BR: libassuan-devel > 1.0.2, libksba-devel > 1.0.2
502
503* Fri May 18 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 2.0.4-1
504- gnupg-2.0.4
505
506* Thu Mar 08 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 2.0.3-1
507- gnupg-2.0.3
508
509* Fri Feb 02 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 2.0.2-1
510- gnupg-2.0.2
511
512* Wed Dec 06 2006 Rex Dieter <rexdieter[AT]users.sf.net> 2.0.1-2
513- CVE-2006-6235 (#219934)
514
515* Wed Nov 29 2006 Rex Dieter <rexdieter[AT]users.sf.net> 2.0.1-1
516- gnupg-2.0.1
517- CVE-2006-6169 (#217950)
518
519* Sat Nov 25 2006 Rex Dieter <rexdieter[AT]users.sf.net> 2.0.1-0.3.rc1
520- gnupg-2.0.1rc1
521
522* Thu Nov 16 2006 Rex Dieter <rexdieter[AT]users.sf.net> 2.0.0-4
523- update %%description
524- drop dearmor patch
525
526* Mon Nov 13 2006 Rex Dieter <rexdieter[AT]users.sf.net> 2.0.0-3
527- BR: libassuan-static >= 1.0.0
528
529* Mon Nov 13 2006 Rex Dieter <rexdieter[AT]users.sf.net> 2.0.0-2
530- gnupg-2.0.0
531
532* Fri Nov 10 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.95-3
533- upstream 64bit patch
534
535* Mon Nov 06 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.95-2
536- fix (more) file conflicts with gnupg
537
538* Mon Nov 06 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.95-1
539- 1.9.95
540
541* Wed Oct 25 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.94-1
542- 1.9.94
543
544* Wed Oct 18 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.93-1
545- 1.9.93
546
547* Wed Oct 11 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.92-2
548- fix file conflicts with gnupg
549
550* Wed Oct 11 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.92-1
551- 1.9.92
552
553* Tue Oct 10 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.91-4
554- make check ||: (apparently checks return err even on success?)
555
556* Tue Oct 10 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.91-3
557- --enable-selinux-support
558- x86_64: --disable-optimization (to avoid gpg2 segfaults), for now
559
560* Thu Oct 05 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.91-1
561- 1.9.91
562
563* Wed Oct 04 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.22-8
564- respin
565
566* Tue Sep 26 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.90-1
567- 1.9.90 (doesn't build, not released)
568
569* Mon Sep 18 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.23-1
570- 1.9.23 (doesn't build, not released)
571
572* Mon Sep 18 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.22-7
573- gpg-agent-startup.sh: fix case where valid .gpg-agent-info exists
574
575* Mon Sep 18 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.22-6
576- fix "syntax error in gpg-agent-startup.sh" (#206887)
577
578* Thu Sep 07 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.22-3
579- fc6 respin (for libksba-1.0)
580
581* Tue Aug 29 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.22-2
582- fc6 respin
583
584* Fri Jul 28 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.22-1
585- 1.9.22
586
587* Thu Jun 22 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.21-3
588- fix "gpg-agent not restarted after kde session crash/killed (#196327)
589
590* Thu Jun 22 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.21-2
591- 1.9.21
592- omit gpg2 binary to address CVS-2006-3082 (#196190)
593
594* Mon Mar  6 2006 Ville Skyttä <ville.skytta at iki.fi>> 1.9.20-3
595- Don't hardcode pcsc-lite lib name (#184123)
596
597* Thu Feb 16 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.20-2
598- fc4+: use /etc/kde/(env|shutdown) for scripts (#175744)
599
600* Fri Feb 10 2006 Rex Dieter <rexdieter[AT]users.sf.net>
601- fc5: gcc/glibc respin
602
603* Tue Dec 20 2005 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.20-1
604- 1.9.20
605
606* Thu Dec 01 2005 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.19-8
607- include gpg-agent-(startup|shutdown) scripts (#136533)
608- BR: libksba-devel >= 1.9.12
609- %%check: be permissive about failures (for now)
610
611* Wed Nov 30 2005 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.19-3
612- BR: libksba-devel >= 1.9.13
613
614* Tue Oct 11 2005 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.19-2
615- back to BR: libksba-devel = 1.9.11
616
617* Tue Oct 11 2005 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.19-1
618- 1.9.19
619
620* Fri Aug 26 2005 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.18-9
621- configure: NEED_KSBA_VERSION=0.9.12 -> 0.9.11
622
623* Fri Aug 26 2005 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.18-7
624- re-enable 'make check', rebuild against (older) libksba-0.9.11
625
626* Tue Aug  9 2005 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.18-6
627- don't 'make check' by default (regular builds pass, but FC4/5+plague fails)
628
629* Mon Aug  8 2005 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.18-5
630- 1.9.18
631- drop pth patch (--enable-gpg build fixed)
632- update description (from README)
633
634* Fri Jul  1 2005 Ville Skyttä <ville.skytta at iki.fi> - 1.9.17-1
635- 1.9.17, signal info patch applied upstream (#162264).
636- Patch to fix lvalue build error with gcc4 (upstream #485).
637- Patch scdaemon and pcsc-wrapper to load the versioned (non-devel)
638  pcsc-lite lib by default.
639
640* Fri May 13 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.9.16-3
641- Include upstream's patch for signal.c.
642
643* Tue May 10 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.9.16-1
644- Merge changes from Rex's 1.9.16-1 (Thu Apr 21):
645-   opensc support unconditional
646-   remove hard-coded .gz from %%post/%%postun
647-   add %%check section
648-   add pth patch
649- Put back patch modified from 1.9.15-4 to make tests verbose
650  and change signal.c to describe received signals better.
651
652* Sun May  8 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
653- Drop patch0 again.
654
655* Sun May  8 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.9.15-4
656- Add patch0 temporarily to get some output from failing test.
657
658* Sat May  7 2005 David Woodhouse <dwmw2@infradead.org> 1.9.15-3
659- Rebuild.
660
661* Thu Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
662- rebuilt
663
664* Tue Feb  1 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0:1.9.15-1
665- Make install-info in scriptlets less noisy.
666
667* Tue Jan 18 2005 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.15-0.fdr.1
668- 1.9.15
669
670* Fri Jan 07 2005 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.14-0.fdr.2
671- note patch/hack to build against older ( <1.0) libgpg-error-devel
672
673* Thu Jan 06 2005 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.14-0.fdr.1
674- 1.9.14
675- enable opensc support
676- BR: libassuan-devel >= 0.6.9
677
678* Thu Oct 21 2004 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.11-0.fdr.4
679- remove suid.
680
681* Thu Oct 21 2004 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.11-0.fdr.3
682- remove Provides: newpg
683
684* Wed Oct 20 2004 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.11-0.fdr.2
685- Requires: pinentry
686- gpg2 suid
687- update description
688
689* Tue Oct 19 2004 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.11-0.fdr.1
690- first try
691- leave out opensc support (for now), enable --with-opensc
692
Note: See TracBrowser for help on using the repository browser.