Compare commits
No commits in common. "c8" and "c8s" have entirely different histories.
@ -1 +0,0 @@
|
||||
a3ec22a8e76f3358d9f69dc505d22267e936dbae SOURCES/NetworkManager-libreswan-1.2.10.tar.xz
|
20
.gitignore
vendored
20
.gitignore
vendored
@ -1 +1,19 @@
|
||||
SOURCES/NetworkManager-libreswan-1.2.10.tar.xz
|
||||
NetworkManager-openswan-0.8.tar.gz
|
||||
/NetworkManager-openswan-0.9.8.0.sha256sum
|
||||
/NetworkManager-openswan-0.9.8.0.tar.xz
|
||||
/NetworkManager-openswan-0.9.8.4.sha256sum
|
||||
/NetworkManager-openswan-0.9.8.4.tar.xz
|
||||
/NetworkManager-openswan-1.0.0.tar.xz
|
||||
/NetworkManager-openswan-1.0.2.tar.xz
|
||||
/NetworkManager-openswan-1.0.6.tar.xz
|
||||
/NetworkManager-openswan-1.2.0.tar.xz
|
||||
/NetworkManager-libreswan-1.2.0.tar.xz
|
||||
/NetworkManager-libreswan-1.1.90.tar.xz
|
||||
/NetworkManager-libreswan-1.1.91.tar.xz
|
||||
/NetworkManager-libreswan-1.1.92.tar.xz
|
||||
/NetworkManager-libreswan-1.1.93.tar.xz
|
||||
/NetworkManager-libreswan-1.2.2.tar.xz
|
||||
/NetworkManager-libreswan-1.2.4.tar.xz
|
||||
/NetworkManager-libreswan-1.2.7.git20180813.tar.xz
|
||||
/NetworkManager-libreswan-1.2.8.tar.xz
|
||||
/NetworkManager-libreswan-1.2.10.tar.xz
|
||||
|
@ -11,7 +11,7 @@
|
||||
Summary: NetworkManager VPN plug-in for IPsec VPN
|
||||
Name: NetworkManager-libreswan
|
||||
Version: 1.2.10
|
||||
Release: 7%{?dist}
|
||||
Release: 5%{?dist}
|
||||
License: GPLv2+
|
||||
URL: http://www.gnome.org/projects/NetworkManager/
|
||||
Group: System Environment/Base
|
||||
@ -19,7 +19,6 @@ Source0: https://download.gnome.org/sources/NetworkManager-libreswan/1.2/%{nam
|
||||
Patch0: 0001-po-import-translations-from-Red-Hat-translators.patch
|
||||
Patch1: 0002-properties-set-advanced-dialog-modal.patch
|
||||
Patch2: 0003-service-fix-wrong-refcounting-in-D-Bus-handler-for-C.patch
|
||||
Patch3: 0004-ipsec-conf-escaping-cve-2024-9050.patch
|
||||
|
||||
BuildRequires: gtk3-devel
|
||||
BuildRequires: libnl3-devel
|
||||
@ -111,12 +110,6 @@ update-desktop-database &> /dev/null || :
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Oct 03 2024 Lubomir Rintel <lkundrak@v3.sk> - 1.2.10-7
|
||||
- Unbreak validation of unknown keys
|
||||
|
||||
* Wed Sep 25 2024 Lubomir Rintel <lkundrak@v3.sk> - 1.2.10-6
|
||||
- Fix improper escaping of Libreswan configuration (CVE-2024-9050)
|
||||
|
||||
* Mon Feb 5 2024 Wen Liang <wenliang@redhat.com> - 1.2.10-5
|
||||
- Fix crash in libreswan_add_profile_wrong_password (RHEL-13123)
|
||||
|
File diff suppressed because it is too large
Load Diff
7
gating.yaml
Normal file
7
gating.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-8
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
||||
|
1
sources
Normal file
1
sources
Normal file
@ -0,0 +1 @@
|
||||
SHA512 (NetworkManager-libreswan-1.2.10.tar.xz) = 90eef90e0ecbe8b8e7b927b49e996b042231ea25495f46b2413dd11a597f170f23668d0a3900f82c84e377dacc15f7589a48b5f28c7d6ee3580b7bbd8f61060d
|
14
tests/tests.yml
Normal file
14
tests/tests.yml
Normal file
@ -0,0 +1,14 @@
|
||||
# Tests for NetworkManager-libreswan
|
||||
- hosts: localhost
|
||||
roles:
|
||||
- role: standard-test-basic
|
||||
tags:
|
||||
- classic
|
||||
repositories:
|
||||
- repo: "https://github.com/NetworkManager/NetworkManager-ci"
|
||||
dest: "NetworkManager-ci"
|
||||
tests:
|
||||
- sanity-tests:
|
||||
dir: NetworkManager-ci
|
||||
run: run/osci/run-tests libreswan
|
||||
|
Loading…
Reference in New Issue
Block a user