- Update to 4.9 (maxbytes/maxpackets support, raw ECDSA support, misc fixes)
This commit is contained in:
parent
025ee05fb3
commit
6b164e4601
4
.gitignore
vendored
4
.gitignore
vendored
@ -46,3 +46,7 @@
|
||||
/LIBRESWAN-GPG-KEY.txt
|
||||
/libreswan-4.7.tar.gz
|
||||
/libreswan-4.7.tar.gz.asc
|
||||
/libreswan-4.8.tar.gz
|
||||
/libreswan-4.8.tar.gz.asc
|
||||
/libreswan-4.9.tar.gz
|
||||
/libreswan-4.9.tar.gz.asc
|
||||
|
@ -30,8 +30,8 @@
|
||||
Name: libreswan
|
||||
Summary: Internet Key Exchange (IKEv1 and IKEv2) implementation for IPsec
|
||||
# version is generated in the release script
|
||||
Version: 4.7
|
||||
Release: %{?prever:0.}1%{?prever:.%{prever}}%{?dist}.1
|
||||
Version: 4.9
|
||||
Release: %{?prever:0.}1%{?prever:.%{prever}}%{?dist}
|
||||
License: GPLv2
|
||||
Url: https://libreswan.org/
|
||||
Source0: https://download.libreswan.org/%{?prever:development/}%{name}-%{version}%{?prever}.tar.gz
|
||||
@ -62,7 +62,9 @@ BuildRequires: nss-tools >= %{nss_version}
|
||||
BuildRequires: openldap-devel
|
||||
BuildRequires: pam-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: systemd
|
||||
BuildRequires: systemd-devel
|
||||
BuildRequires: systemd-rpm-macros
|
||||
BuildRequires: unbound-devel >= %{unbound_version}
|
||||
BuildRequires: xmlto
|
||||
%if 0%{with_efence}
|
||||
@ -77,6 +79,7 @@ Requires: logrotate
|
||||
# for pidof
|
||||
Requires: procps-ng
|
||||
|
||||
|
||||
Requires(post): bash
|
||||
Requires(post): coreutils
|
||||
Requires(post): systemd
|
||||
@ -204,6 +207,9 @@ certutil -N -d sql:$tmpdir --empty-password
|
||||
%doc %{_mandir}/*/*
|
||||
|
||||
%changelog
|
||||
* Thu Oct 13 2022 Paul Wouters <paul.wouters@aiven.io - 4.9-1
|
||||
- Update to 4.9 (maxbytes/maxpackets support, raw ECDSA support, misc fixes)
|
||||
|
||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.7-1.1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
9
sources
9
sources
@ -1,6 +1,3 @@
|
||||
SHA512 (libreswan-4.7.tar.gz) = aea958be5512e08ea809145021695edd4e7df4487a0f3ba94c4d0165113647195c1c1599cd5fbbbfae8f6a2bebf39d7514a694f86297c29c543b1a63646ca44e
|
||||
SHA512 (libreswan-4.7.tar.gz.asc) = 02a1f997c3fc5993fab307a43b6c54217a2a3ceaa5bc7a807de9971d8b1e17f84c59491f42be40a69f00647f76c9c153142bdfb82d04777a4f9aea35570232ac
|
||||
SHA512 (ikev1_dsa.fax.bz2) = 627cbac14248bd68e8d22fbca247668a7749ef0c2e41df8d776d62df9a21403d3a246c0bd82c3faedce62de90b9f91a87f753e17b056319000bba7d2038461ac
|
||||
SHA512 (ikev1_psk.fax.bz2) = 1b2daec32edc56b410c036db2688c92548a9bd9914994bc7e555b301dd6db4497a6b3e89dc12ddf36826ae90b40fcde501a5a45c0d59098e07839073d219d467
|
||||
SHA512 (ikev2.fax.bz2) = 65c65d86fd1a7539c0ad516b0f49546d5722b710225857ee2d2f5f3415ac7d023264746398f3637fd248a4ce2364957c516c31214ee33faefe58ac8e4e333a10
|
||||
SHA512 (LIBRESWAN-GPG-KEY.txt) = 4df07b77a8026b071dbd99723cf475f76948364c7e63c59ad59444595e042b6c426e28106ba614806c11f0f1d1f32570b60d5cfbaf0beada0621dd242a399000
|
||||
SHA512 (LIBRESWAN-GPG-KEY.txt) = 8f1c4d8c2fb60c9089659aa3f8ff8e796b144f2c23f408780d5d0ef30ed7454ccf77c0c346213d4de8ef3c1d066d4a4385508486b2f13f7623231a11259ce0a2
|
||||
SHA512 (libreswan-4.9.tar.gz) = 4a43b09b0ef1bacc64ca1b74e7c268df7f024d8b6a9633a489f373ecd9327b173e9508dbc13c4d25ee74f3e2ba569d9d38dfd851fd98cf3cde4a61ef90a1d9d5
|
||||
SHA512 (libreswan-4.9.tar.gz.asc) = 6339776ad781fdbd9fe554747befcc811b59163c3f3ef33d1fab377002ef793c3bd14366a1df50a95468bd5e763fed471f54d6737ba2116e833d2f015b65b08e
|
||||
|
Loading…
Reference in New Issue
Block a user