Compare commits

..

No commits in common. '198a15c0d9d6d37ce8256f44356621ce1d443807' and '6ff430d6bd0122729b7978d42e212dd1b0984bec' have entirely different histories.

1
.gitignore vendored

@ -16,4 +16,3 @@ xl2tpd-1.3.1.tar.gz
/xl2tpd-1.3.14.tar.gz
/xl2tpd-1.3.15.tar.gz
/xl2tpd-1.3.16.tar.gz
xl2tpd-1.3.17.tar.gz

@ -1 +0,0 @@
94678d691e6e461ee32fd30d5898171d727e1a01 SOURCES/xl2tpd-1.3.17.tar.gz

@ -0,0 +1 @@
SHA512 (xl2tpd-1.3.16.tar.gz) = d92bd9070c0e78ba1f4f7ee38be9e87d1f869fe240433f2fd7d1c974f1bce1573ab7aeb5922f316e53bd0fd4580b6152d585b1e0e0cd6fb01ef8fa85d9509b16

@ -2,11 +2,12 @@
Summary: Layer 2 Tunnelling Protocol Daemon (RFC 2661)
Name: xl2tpd
Version: 1.3.17
Version: 1.3.16
Release: 1%{?dist}
License: GPL+
Url: https://github.com/xelerance/xl2tpd/
Source0: https://github.com/xelerance/xl2tpd/archive/refs/tags/v%{version}/xl2tpd-%{version}.tar.gz
# upstream isn't using proper names, we manually rename v-VERSION.tar.gz to xl2tpd-VERSION.tar.gz
Source0: https://github.com/xelerance/xl2tpd/archive/v%{version}/xl2tpd-%{version}.tar.gz
Source1: xl2tpd.service
Source2: tmpfiles-xl2tpd.conf
Patch1: xl2tpd-1.3.14-conf.patch
@ -117,24 +118,6 @@ install -p -D -m755 -d %{buildroot}%{_rundir}/xl2tpd
%ghost %attr(0600,root,root) %{_rundir}/xl2tpd/l2tp-control
%changelog
* Wed Mar 27 2024 Alexey Lyubimov <a.lyubimov@msvsphere-os.ru> - 1.3.17-1
- Rebuilt for MSVSphere 8.9
* Mon Sep 19 2022 Paul Wouters <paul.wouters@aiven.io - 1.3.17-1
- Resolves: rhbz#2043773 xl2tpd-1.3.17 is available (no material change from 1.3.16)
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.16-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.16-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Tue Sep 14 2021 Sahana Prasad <sahana@redhat.com> - 1.3.16-3
- Rebuilt with OpenSSL 3.0.0
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.16-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Wed Jun 02 2021 Paul Wouters <paul.wouters@aiven.io> - 1.3.16-1
- Resolves: rhbz#1891104 xl2tpd-1.3.16 is available
Loading…
Cancel
Save