2024-01-05 23:17:13 +01:00
|
|
|
Name: gnupg2
|
2024-10-06 11:29:11 +02:00
|
|
|
Version: 2.5.0
|
2024-12-06 08:57:30 +01:00
|
|
|
Release: 2mamba
|
2024-01-05 23:17:13 +01:00
|
|
|
Summary: GnuPG is a complete and free replacement for PGP
|
|
|
|
Group: Applications/Security
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
2024-01-05 23:17:15 +01:00
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 23:17:15 +01:00
|
|
|
URL: https://www.gnupg.org
|
2024-10-06 11:29:11 +02:00
|
|
|
Source: https://gnupg.org/ftp/gcrypt/gnupg/gnupg-%{version}.tar.bz2
|
2024-01-05 23:17:13 +01:00
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libassuan-devel
|
|
|
|
BuildRequires: libbzip2-devel
|
|
|
|
BuildRequires: libgcrypt-devel
|
2024-01-05 23:17:14 +01:00
|
|
|
BuildRequires: libgnutls-devel
|
2024-01-05 23:17:13 +01:00
|
|
|
BuildRequires: libgpg-error-devel
|
|
|
|
BuildRequires: libksba-devel
|
2024-01-05 23:17:14 +01:00
|
|
|
BuildRequires: libnpth-devel
|
2024-01-05 23:17:13 +01:00
|
|
|
BuildRequires: libopenldap-devel
|
|
|
|
BuildRequires: libreadline-devel
|
2024-01-05 23:17:14 +01:00
|
|
|
BuildRequires: libsqlite-devel
|
2024-01-05 23:17:15 +01:00
|
|
|
BuildRequires: libtss2-devel
|
2024-01-05 23:17:14 +01:00
|
|
|
BuildRequires: libusb-devel
|
2024-01-05 23:17:13 +01:00
|
|
|
BuildRequires: libz-devel
|
|
|
|
## AUTOBUILDREQ-END
|
2024-07-07 22:31:40 +02:00
|
|
|
BuildRequires: libassuan-devel >= 0:3.0.1-1mamba
|
2024-01-05 23:17:13 +01:00
|
|
|
BuildRequires: libopensc-devel
|
|
|
|
BuildRequires: gettext-devel
|
|
|
|
BuildRequires: docbook2X
|
|
|
|
BuildRequires: libpcsclite-devel
|
|
|
|
Requires: pinentry >= 0.7.2
|
|
|
|
Requires(post):%{__install_info}
|
2024-01-05 23:17:14 +01:00
|
|
|
Provides: dirmngr
|
2024-01-05 23:17:15 +01:00
|
|
|
Obsoletes: dirmngr < 2.3.0
|
2024-01-05 23:17:14 +01:00
|
|
|
Provides: gnupg
|
2024-01-05 23:17:15 +01:00
|
|
|
Obsoletes: gnupg < 2.3.0
|
2024-01-05 23:17:13 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
GnuPG is a complete and free replacement for PGP. Because it does not use the patented IDEA algorithm, it can be used without any restrictions.
|
|
|
|
GnuPG is a RFC2440 (OpenPGP) compliant application.
|
|
|
|
|
2024-01-05 23:17:14 +01:00
|
|
|
%debug_package
|
|
|
|
|
2024-01-05 23:17:13 +01:00
|
|
|
%prep
|
|
|
|
%setup -q -n gnupg-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure \
|
2024-01-05 23:17:14 +01:00
|
|
|
--disable-rpath \
|
2024-01-05 23:17:15 +01:00
|
|
|
--enable-maintainer-mode
|
2024-01-05 23:17:14 +01:00
|
|
|
|
2024-01-05 23:17:15 +01:00
|
|
|
%make
|
2024-01-05 23:17:13 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall pkgdatadir=%{_datadir}/gnupg2
|
|
|
|
|
2024-01-05 23:17:14 +01:00
|
|
|
ln -s gpg %{buildroot}%{_bindir}/gpg2
|
|
|
|
ln -s gpgv %{buildroot}%{_bindir}/gpgv2
|
|
|
|
|
2024-12-06 08:57:30 +01:00
|
|
|
# Install systemd user sockets to appropriate directory
|
2024-01-05 23:17:16 +01:00
|
|
|
units=({dirmngr,gpg-agent{,-{browser,extra,ssh}}}.socket)
|
|
|
|
socket_target_dir=%{_userunitdir}/sockets.target.wants/
|
|
|
|
|
|
|
|
install -d -m755 %{buildroot}%{_userunitdir}/sockets.target.wants
|
|
|
|
|
|
|
|
for unit in "${units[@]}"; do
|
|
|
|
ln -sv ../${unit} %{buildroot}%{_userunitdir}/sockets.target.wants/${unit}
|
|
|
|
done
|
|
|
|
|
2024-01-05 23:17:13 +01:00
|
|
|
%find_lang %{name}
|
|
|
|
|
2024-01-26 16:51:45 +01:00
|
|
|
rm -f %{buildroot}%{_infodir}/dir
|
|
|
|
|
2024-01-05 23:17:13 +01:00
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%post
|
2024-12-06 08:57:30 +01:00
|
|
|
%install_info gnupg.info
|
2024-01-05 23:17:15 +01:00
|
|
|
:
|
2024-01-05 23:17:13 +01:00
|
|
|
|
|
|
|
%preun
|
2024-12-06 08:57:30 +01:00
|
|
|
%uninstall_info gnupg.info
|
2024-01-05 23:17:15 +01:00
|
|
|
:
|
2024-01-05 23:17:13 +01:00
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
%defattr(-,root,root)
|
2024-01-05 23:17:14 +01:00
|
|
|
%{_bindir}/dirmngr
|
|
|
|
%{_bindir}/dirmngr-client
|
2024-01-05 23:17:15 +01:00
|
|
|
%{_bindir}/gpg*
|
2024-01-05 23:17:14 +01:00
|
|
|
%{_bindir}/kbxutil
|
|
|
|
%{_bindir}/watchgnupg
|
2024-01-05 23:17:13 +01:00
|
|
|
%{_sbindir}/addgnupghome
|
|
|
|
%{_sbindir}/applygnupgdefaults
|
|
|
|
%dir %{_datadir}/gnupg2
|
|
|
|
%{_datadir}/gnupg2/*
|
|
|
|
%{_datadir}/doc/gnupg/*
|
2024-01-05 23:17:15 +01:00
|
|
|
%{_libexecdir}/gpg-*
|
2024-01-05 23:17:14 +01:00
|
|
|
%{_libexecdir}/dirmngr_ldap
|
2024-01-05 23:17:15 +01:00
|
|
|
%{_libexecdir}/keyboxd
|
2024-01-05 23:17:13 +01:00
|
|
|
%{_libexecdir}/scdaemon
|
2024-01-05 23:17:15 +01:00
|
|
|
%{_libexecdir}/tpm2daemon
|
2024-01-05 23:17:16 +01:00
|
|
|
%{_userunitdir}/sockets.target.wants/*.socket
|
2024-01-05 23:17:13 +01:00
|
|
|
%{_infodir}/gnupg.*
|
|
|
|
%{_mandir}/man1/*
|
2024-01-05 23:17:14 +01:00
|
|
|
%{_mandir}/man7/gnupg.7*
|
|
|
|
%{_mandir}/man8/addgnupghome.8*
|
|
|
|
%{_mandir}/man8/applygnupgdefaults.8*
|
|
|
|
%{_mandir}/man8/dirmngr.8*
|
2024-01-05 23:17:13 +01:00
|
|
|
%doc AUTHORS COPYING
|
|
|
|
|
|
|
|
%changelog
|
2024-12-06 08:57:30 +01:00
|
|
|
* Thu Dec 05 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 2.5.0-2mamba
|
|
|
|
- fix post and preun script errors due to commented systemd macros
|
|
|
|
|
2024-10-06 11:29:11 +02:00
|
|
|
* Sat Oct 05 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 2.5.0-1mamba
|
|
|
|
- update to 2.5.0
|
|
|
|
|
2024-07-07 22:31:40 +02:00
|
|
|
* Sun Jul 07 2024 Automatic Build System <autodist@mambasoft.it> 2.4.5-2mamba
|
|
|
|
- rebuilt by autoport with build requirements: libassuan-devel>=0:3.0.1-1mamba
|
|
|
|
|
2024-03-09 11:44:30 +01:00
|
|
|
* Fri Mar 08 2024 Automatic Build System <autodist@openmamba.org> 2.4.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-26 16:51:45 +01:00
|
|
|
* Fri Jan 26 2024 Automatic Build System <autodist@openmamba.org> 2.4.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:17:17 +01:00
|
|
|
* Wed Jul 05 2023 Automatic Build System <autodist@mambasoft.it> 2.4.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:17:16 +01:00
|
|
|
* Wed May 31 2023 Automatic Build System <autodist@mambasoft.it> 2.4.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:17:16 +01:00
|
|
|
* Sat Apr 29 2023 Automatic Build System <autodist@mambasoft.it> 2.4.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:17:16 +01:00
|
|
|
* Sun Feb 05 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4.0-2mamba
|
|
|
|
- install socket files under %{_userunitdir}/sockets.target.wants
|
|
|
|
|
2024-01-05 23:17:15 +01:00
|
|
|
* Mon Dec 26 2022 Automatic Build System <autodist@mambasoft.it> 2.4.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:17:15 +01:00
|
|
|
* Fri Oct 14 2022 Automatic Build System <autodist@mambasoft.it> 2.3.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:17:15 +01:00
|
|
|
* Mon Jul 11 2022 Automatic Build System <autodist@mambasoft.it> 2.3.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:17:15 +01:00
|
|
|
* Tue Apr 26 2022 Automatic Build System <autodist@mambasoft.it> 2.3.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:17:15 +01:00
|
|
|
* Thu Apr 21 2022 Automatic Build System <autodist@mambasoft.it> 2.3.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:17:15 +01:00
|
|
|
* Tue Dec 21 2021 Automatic Build System <autodist@mambasoft.it> 2.3.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:17:15 +01:00
|
|
|
* Thu Oct 14 2021 Automatic Build System <autodist@mambasoft.it> 2.3.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:17:15 +01:00
|
|
|
* Wed Aug 25 2021 Automatic Build System <autodist@mambasoft.it> 2.3.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:17:15 +01:00
|
|
|
* Sat Jul 03 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.1-2mamba
|
|
|
|
- install and enable user unit files
|
|
|
|
|
2024-01-05 23:17:15 +01:00
|
|
|
* Tue Apr 20 2021 Automatic Build System <autodist@mambasoft.it> 2.3.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:17:15 +01:00
|
|
|
* Fri Apr 09 2021 Automatic Build System <autodist@mambasoft.it> 2.3.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:17:14 +01:00
|
|
|
* Tue Jan 12 2021 Automatic Build System <autodist@mambasoft.it> 2.2.27-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:17:14 +01:00
|
|
|
* Wed Dec 23 2020 Automatic Build System <autodist@mambasoft.it> 2.2.26-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:17:14 +01:00
|
|
|
* Tue Nov 24 2020 Automatic Build System <autodist@mambasoft.it> 2.2.25-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:17:14 +01:00
|
|
|
* Tue Nov 17 2020 Automatic Build System <autodist@mambasoft.it> 2.2.24-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:17:14 +01:00
|
|
|
* Thu Sep 03 2020 Automatic Build System <autodist@mambasoft.it> 2.2.23-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:17:14 +01:00
|
|
|
* Wed Sep 02 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2.22-2mamba
|
|
|
|
- provide/obsolete gnupg
|
|
|
|
|
2024-01-05 23:17:14 +01:00
|
|
|
* Tue Sep 01 2020 Automatic Build System <autodist@mambasoft.it> 2.2.22-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:17:14 +01:00
|
|
|
* Thu Jul 09 2020 Automatic Build System <autodist@mambasoft.it> 2.2.21-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:17:14 +01:00
|
|
|
* Sat Mar 21 2020 Automatic Build System <autodist@mambasoft.it> 2.2.20-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:17:14 +01:00
|
|
|
* Sat Dec 07 2019 Automatic Build System <autodist@mambasoft.it> 2.2.19-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:17:14 +01:00
|
|
|
* Tue Nov 26 2019 Automatic Build System <autodist@mambasoft.it> 2.2.18-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:17:14 +01:00
|
|
|
* Wed Jul 10 2019 Automatic Build System <autodist@mambasoft.it> 2.2.17-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:17:14 +01:00
|
|
|
* Wed May 29 2019 Automatic Build System <autodist@mambasoft.it> 2.2.16-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:17:14 +01:00
|
|
|
* Tue Mar 26 2019 Automatic Build System <autodist@mambasoft.it> 2.2.15-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:17:14 +01:00
|
|
|
* Tue Mar 19 2019 Automatic Build System <autodist@mambasoft.it> 2.2.14-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:17:14 +01:00
|
|
|
* Tue Feb 12 2019 Automatic Build System <autodist@mambasoft.it> 2.2.13-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:17:14 +01:00
|
|
|
* Sat Dec 15 2018 Automatic Build System <autodist@mambasoft.it> 2.2.12-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:17:14 +01:00
|
|
|
* Sun Nov 11 2018 Automatic Build System <autodist@mambasoft.it> 2.2.11-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:17:14 +01:00
|
|
|
* Thu Aug 30 2018 Automatic Build System <autodist@mambasoft.it> 2.2.10-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:17:14 +01:00
|
|
|
* Thu Jul 12 2018 Automatic Build System <autodist@mambasoft.it> 2.2.9-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:17:14 +01:00
|
|
|
* Fri Jun 08 2018 Automatic Build System <autodist@mambasoft.it> 2.2.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:17:14 +01:00
|
|
|
* Thu May 03 2018 Automatic Build System <autodist@mambasoft.it> 2.2.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:17:14 +01:00
|
|
|
* Tue Apr 10 2018 Automatic Build System <autodist@mambasoft.it> 2.2.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:17:14 +01:00
|
|
|
* Fri Feb 23 2018 Automatic Build System <autodist@mambasoft.it> 2.2.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:17:14 +01:00
|
|
|
* Sun Dec 24 2017 Automatic Build System <autodist@mambasoft.it> 2.2.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:17:14 +01:00
|
|
|
* Sun Nov 26 2017 Automatic Build System <autodist@mambasoft.it> 2.2.3-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-05 23:17:14 +01:00
|
|
|
* Thu Nov 09 2017 Automatic Build System <autodist@mambasoft.it> 2.2.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:17:14 +01:00
|
|
|
* Thu Sep 21 2017 Automatic Build System <autodist@mambasoft.it> 2.2.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:17:14 +01:00
|
|
|
* Sat Sep 02 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2.0-2mamba
|
|
|
|
- rebuilt with --enable-gpg-is-gpg2 and obsolete dirmngr
|
|
|
|
|
2024-01-05 23:17:14 +01:00
|
|
|
* Fri Sep 01 2017 Automatic Build System <autodist@mambasoft.it> 2.2.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Aug 14 2017 Automatic Build System <autodist@mambasoft.it> 2.1.23-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Aug 04 2017 Automatic Build System <autodist@mambasoft.it> 2.1.22-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu May 18 2017 Automatic Build System <autodist@mambasoft.it> 2.1.21-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Apr 06 2017 Automatic Build System <autodist@mambasoft.it> 2.1.20-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Mar 04 2017 Automatic Build System <autodist@mambasoft.it> 2.1.19-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Jan 26 2017 Automatic Build System <autodist@mambasoft.it> 2.1.18-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Dec 22 2016 Automatic Build System <autodist@mambasoft.it> 2.1.17-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Nov 22 2016 Automatic Build System <autodist@mambasoft.it> 2.1.16-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Aug 19 2016 Automatic Build System <autodist@mambasoft.it> 2.1.15-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Jul 22 2016 Automatic Build System <autodist@mambasoft.it> 2.1.14-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Jun 17 2016 Automatic Build System <autodist@mambasoft.it> 2.1.13-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu May 05 2016 Automatic Build System <autodist@mambasoft.it> 2.1.12-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Jan 31 2016 Automatic Build System <autodist@mambasoft.it> 2.1.11-2mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Jan 28 2016 Automatic Build System <autodist@mambasoft.it> 2.1.11-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Dec 18 2015 Automatic Build System <autodist@mambasoft.it> 2.1.10-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Oct 11 2015 Automatic Build System <autodist@mambasoft.it> 2.1.9-2mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Oct 10 2015 Automatic Build System <autodist@mambasoft.it> 2.1.9-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Sep 11 2015 Automatic Build System <autodist@mambasoft.it> 2.1.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Aug 12 2015 Automatic Build System <autodist@mambasoft.it> 2.1.7-1mamba
|
|
|
|
- automatic version update by autodist
|
2024-01-05 23:17:14 +01:00
|
|
|
|
2024-01-05 23:17:14 +01:00
|
|
|
* Thu Jul 02 2015 Automatic Build System <autodist@mambasoft.it> 2.1.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Jun 12 2015 Automatic Build System <autodist@mambasoft.it> 2.1.5-2mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Jun 12 2015 Automatic Build System <autodist@mambasoft.it> 2.1.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed May 13 2015 Automatic Build System <autodist@mambasoft.it> 2.1.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Apr 19 2015 Automatic Build System <autodist@mambasoft.it> 2.1.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Feb 13 2015 Automatic Build System <autodist@mambasoft.it> 2.1.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Dec 27 2014 Automatic Build System <autodist@mambasoft.it> 2.1.1-1mamba
|
|
|
|
- automatic version update by autodist
|
2024-01-05 23:17:14 +01:00
|
|
|
|
2024-01-05 23:17:14 +01:00
|
|
|
* Wed Aug 13 2014 Automatic Build System <autodist@mambasoft.it> 2.0.26-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:17:14 +01:00
|
|
|
* Tue Jul 01 2014 Automatic Build System <autodist@mambasoft.it> 2.0.25-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:17:14 +01:00
|
|
|
* Wed Jun 25 2014 Automatic Build System <autodist@mambasoft.it> 2.0.24-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:17:13 +01:00
|
|
|
* Wed Jun 04 2014 Automatic Build System <autodist@mambasoft.it> 2.0.23-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:17:13 +01:00
|
|
|
* Sat Oct 05 2013 Automatic Build System <autodist@mambasoft.it> 2.0.22-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Aug 20 2013 Automatic Build System <autodist@mambasoft.it> 2.0.21-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat May 11 2013 Automatic Build System <autodist@mambasoft.it> 2.0.20-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Apr 10 2012 Automatic Build System <autodist@mambasoft.it> 2.0.19-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Aug 05 2011 Automatic Build System <autodist@mambasoft.it> 2.0.18-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Jan 14 2011 Automatic Build System <autodist@mambasoft.it> 2.0.17-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Mon Jul 19 2010 Automatic Build System <autodist@mambasoft.it> 2.0.16-1mamba
|
|
|
|
- automatic update to 2.0.16 by autodist
|
|
|
|
|
|
|
|
* Tue Mar 09 2010 Automatic Build System <autodist@mambasoft.it> 2.0.15-1mamba
|
|
|
|
- automatic update to 2.0.15 by autodist
|
|
|
|
|
|
|
|
* Tue Dec 22 2009 Automatic Build System <autodist@mambasoft.it> 2.0.14-1mamba
|
|
|
|
- automatic update to 2.0.14 by autodist
|
|
|
|
|
|
|
|
* Sat Sep 05 2009 Automatic Build System <autodist@mambasoft.it> 2.0.13-1mamba
|
|
|
|
- automatic update to 2.0.13 by autodist
|
|
|
|
|
|
|
|
* Wed Jun 17 2009 Automatic Build System <autodist@mambasoft.it> 2.0.12-1mamba
|
|
|
|
- automatic update to 2.0.12 by autodist
|
|
|
|
|
|
|
|
* Tue Mar 03 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.11-1mamba
|
|
|
|
- automatic update to 2.0.11 by autodist
|
|
|
|
|
|
|
|
* Fri Jan 16 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.10-1mamba
|
|
|
|
- automatic update to 2.0.10 by autodist
|
|
|
|
|
|
|
|
* Tue May 13 2008 Aleph0 <aleph0@openmamba.org> 2.0.9-1mamba
|
|
|
|
- update to 2.0.9
|
|
|
|
|
|
|
|
* Mon Jan 07 2008 Aleph0 <aleph0@openmamba.org> 2.0.8-1mamba
|
|
|
|
- update to 2.0.8 (GnuPG's 10th birthday celebration release)
|
|
|
|
|
|
|
|
* Tue Sep 11 2007 Aleph0 <aleph0@openmamba.org> 2.0.7-1mamba
|
|
|
|
- update to 2.0.7
|
|
|
|
|
|
|
|
* Mon Jul 09 2007 Aleph0 <aleph0@openmamba.org> 2.0.5-1mamba
|
|
|
|
- update to 2.0.5
|
|
|
|
|
|
|
|
* Wed May 09 2007 Aleph0 <aleph0@openmamba.org> 2.0.4-1mamba
|
|
|
|
- update to 2.0.4
|
|
|
|
|
|
|
|
* Sun Mar 04 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.2-1qilnx
|
|
|
|
- update to version 2.0.2 by autospec
|
|
|
|
|
|
|
|
* Wed Oct 11 2006 Davide Madrisan <davide.madrisan@qilinux.it> 1.9.22-1qilnx
|
|
|
|
- update to version 1.9.22 by autospec
|
|
|
|
- dropped patches against CVE-2006-3082 and CVE-2006-3746 (merged upstream)
|
|
|
|
|
|
|
|
* Wed Aug 30 2006 Davide Madrisan <davide.madrisan@qilinux.it> 1.9.21-2qilnx
|
|
|
|
- fixed the security issue CVE-2006-3746 (qibug#219)
|
|
|
|
|
|
|
|
* Thu Jun 22 2006 Davide Madrisan <davide.madrisan@qilinux.it> 1.9.21-1qilnx
|
|
|
|
- update to version 1.9.21 by autospec
|
|
|
|
- fixed the security issue CVE-2006-3082 (qibug#188)
|
|
|
|
|
|
|
|
* Mon Feb 20 2006 Davide Madrisan <davide.madrisan@qilinux.it> 1.9.20-2qilnx
|
|
|
|
- building of deprecated gpg part disabled (see CVE-2006-0455)
|
|
|
|
|
|
|
|
* Wed Dec 21 2005 Davide Madrisan <davide.madrisan@qilinux.it> 1.9.20-1qilnx
|
|
|
|
- update to version 1.9.20 by autospec
|
|
|
|
- new gpg and symcryptrun binaries
|
|
|
|
|
|
|
|
* Wed Sep 14 2005 Davide Madrisan <davide.madrisan@qilinux.it> 1.9.19-1qilnx
|
|
|
|
- update to version 1.9.19 by autospec
|
|
|
|
|
|
|
|
* Thu Mar 24 2005 Davide Madrisan <davide.madrisan@qilinux.it> 1.9.15-1qilnx
|
|
|
|
- update to version 1.9.15 by autospec
|
|
|
|
- added documentation and copying file
|
|
|
|
- specfile updates (%%[un]install_info, %%find_lang)
|
|
|
|
|
|
|
|
* Tue Oct 12 2004 Silvan Calarco <silvan.calarco@qilinuxt.i> 1.9.11-1qilnx
|
|
|
|
- creation of gnupg2 package
|
|
|
|
|
|
|
|
* Tue Jul 27 2004 Davide Madrisan <davide.madrisan@qilinux.it> 1.2.5-1qilnx
|
|
|
|
- update to 1.2.5
|
|
|
|
|
|
|
|
* Tue Feb 17 2004 Davide Madrisan <davide.madrisan@qilinux.it> 1.2.4-1qilnx
|
|
|
|
- new version rebuilt
|
|
|
|
|
|
|
|
* Fri Nov 28 2003 Davide Madrisan <davide.madrisan@qilinux.it> 1.2.3-1qilnx
|
|
|
|
- updated to the new release
|
|
|
|
- added the David Shaw's patch to remove ElGamal signing keys (security patch)
|
|
|
|
|
|
|
|
* Fri Jul 25 2003 Silvan Calarco <silvan.calarco@qinet.it> 1.2.2-1qilnx
|
|
|
|
- creation of gnupg package
|