Skip to content

Commit 84ae33d

Browse files
authored
Update subversion, syslog-ng, systemtap, unbound (#1939)
* Update subversion, syslog-ng, systemtap, unbound * Remove obsolete cve patches
1 parent 5188d17 commit 84ae33d

13 files changed

+319
-1286
lines changed

SPECS/subversion/CVE-2020-17525.patch

Lines changed: 0 additions & 16 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"Signatures": {
3-
"subversion-1.14.0.tar.bz2": "6ba8e218f9f97a83a799e58a3c6da1221d034b18d9d8cbbcb6ec52ab11722102"
3+
"subversion-1.14.1.tar.bz2": "2c5da93c255d2e5569fa91d92457fdb65396b0666fad4fd59b22e154d986e1a9"
44
}
55
}

SPECS/subversion/subversion.spec

Lines changed: 96 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,30 @@
11
Summary: The Apache Subversion control system
22
Name: subversion
3-
Version: 1.14.0
4-
Release: 4%{?dist}
3+
Version: 1.14.1
4+
Release: 1%{?dist}
55
License: ASL 2.0
6-
URL: https://subversion.apache.org/
7-
Group: Utilities/System
86
Vendor: Microsoft Corporation
97
Distribution: Mariner
8+
Group: Utilities/System
9+
URL: https://subversion.apache.org/
1010
Source0: https://archive.apache.org/dist/%{name}/%{name}-%{version}.tar.bz2
11-
Patch0: CVE-2020-17525.patch
12-
1311
BuildRequires: apr-devel
1412
BuildRequires: apr-util
1513
BuildRequires: apr-util-devel
1614
BuildRequires: expat-devel
1715
BuildRequires: libserf-devel
1816
BuildRequires: libtool
1917
BuildRequires: lz4
20-
BuildRequires: utf8proc-devel
21-
BuildRequires: swig
22-
BuildRequires: sqlite-devel
2318
BuildRequires: perl(ExtUtils::Embed)
19+
BuildRequires: sqlite-devel
20+
BuildRequires: swig
21+
BuildRequires: utf8proc-devel
2422
%if %{with_check}
2523
BuildRequires: python-xml
2624
BuildRequires: python2
2725
BuildRequires: shadow-utils
2826
BuildRequires: sudo
2927
%endif
30-
3128
Requires: apr
3229
Requires: apr-util
3330
Requires: libserf
@@ -37,19 +34,20 @@ Requires: utf8proc
3734
The Apache version control system.
3835

3936
%package devel
40-
Summary: Header and development files for mesos
41-
Requires: %{name} = %{version}
37+
Summary: Header and development files for mesos
38+
Requires: %{name} = %{version}
39+
4240
%description devel
4341
subversion-devel package contains header files, libraries.
4442

4543
%package perl
46-
Summary: Allows Perl scripts to directly use Subversion repositories.
47-
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
48-
Requires: %{name} = %{version}
44+
Summary: Allows Perl scripts to directly use Subversion repositories.
45+
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
46+
Requires: %{name} = %{version}
47+
4948
%description perl
5049
Provides Perl (SWIG) support for Subversion version control system.
5150

52-
5351
%prep
5452
%autosetup -p1
5553

@@ -71,9 +69,9 @@ make -j1 DESTDIR=%{buildroot} install
7169
%find_lang %{name}
7270

7371
# For Perl bindings
74-
make install-swig-pl-lib DESTDIR=$RPM_BUILD_ROOT
72+
make install-swig-pl-lib DESTDIR=%{buildroot}
7573
make pure_vendor_install -C subversion/bindings/swig/perl/native \
76-
PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
74+
PERL_INSTALL_ROOT=%{buildroot}
7775

7876
%check
7977
# subversion expect nonroot user to run tests
@@ -105,61 +103,88 @@ sudo -u test make check && userdel test -r -f
105103
%{_mandir}/man3/SVN*
106104

107105
%changelog
106+
* Fri Jan 14 2022 Neha Agarwal <[email protected]> - 1.14.1-1
107+
- Update to version 1.14.1.
108+
108109
* Fri Apr 02 2021 Thomas Crain <[email protected]> - 1.14.0-4
109110
- Merge the following releases from 1.0 to dev branch
110111
- [email protected], 1.14.0-3: Adding 'BuildRequires' on 'python', 'shadow-utils' and 'sudo' to fix the package tests.
111112
- [email protected], 1.14.0-4: Patch CVE-2020-17525.
112113

113-
* Mon Oct 12 2020 Joe Schmitt <[email protected]> 1.14.0-3
114-
- Use new perl package names.
115-
- Add perl(ExtUtils::Embed) build requirement.
116-
- Update perl installation and packaging to perl_vendorarch directory.
117-
* Thu Jun 11 2020 Henry Beberman <[email protected]> 1.14.0-2
118-
- Add -Wformat to fix the build because -Werror=format-security is enabled.
119-
* Tue Jun 09 2020 Andrew Phelps <[email protected]> 1.14.0-1
120-
- Update to 1.14.0 to fix: CVE-2019-0203, CVE-2018-11782, CVE-2018-11803
121-
* Sat May 09 2020 Nick Samson <[email protected]> 1.10.2-7
122-
- Added %%license line automatically
123-
* Mon Apr 13 2020 Emre Girgin <[email protected]> 1.10.2-6
124-
- Rename serf to libserf.
125-
- Update Source0 and URL to use https. Update License. License verified.
126-
* Tue Sep 03 2019 Mateusz Malisz <[email protected]> 1.10.2-5
127-
- Initial CBL-Mariner import from Photon (license: Apache2).
128-
* Tue Mar 05 2019 Siju Maliakkal <[email protected]> 1.10.2-4
129-
- Excluding conflicting perllocal.pod
130-
* Tue Oct 02 2018 Siju Maliakkal <[email protected]> 1.10.2-3
131-
- Added Perl bindings
132-
* Fri Sep 21 2018 Ankit Jain <[email protected]> 1.10.2-2
133-
- Added utf8proc as Requires.
134-
* Wed Sep 19 2018 Ankit Jain <[email protected]> 1.10.2-1
135-
- Updated to version 1.10.2
136-
* Mon Jan 22 2018 Xiaolin Li <[email protected]> 1.9.7-2
137-
- Compile subversion with https repository access module support
138-
* Mon Aug 28 2017 Xiaolin Li <[email protected]> 1.9.7-1
139-
- Update to version 1.9.7.
140-
* Thu Jun 15 2017 Xiaolin Li <[email protected]> 1.9.5-2
141-
- Fix make check issues.
142-
* Wed Apr 12 2017 Vinay Kulkarni <[email protected]> 1.9.5-1
143-
- Update to version 1.9.5
144-
* Tue Dec 27 2016 Xiaolin Li <[email protected]> 1.9.4-2
145-
- Moved pkgconfig/*.pc to devel subpackage.
146-
* Wed Nov 23 2016 Harish Udaiya Kumar <[email protected]> 1.9.4-1
147-
- Upgraded to version 1.9.4, fixes CVE-2016-2167 CVE-2016-2168
148-
* Wed Nov 16 2016 Alexey Makhalov <[email protected]> 1.9.3-8
149-
- Use sqlite-{devel,libs}
150-
* Mon Oct 10 2016 ChangLee <[email protected]> 1.9.3-7
151-
- Modified %check
152-
* Tue May 24 2016 Priyesh Padmavilasom <[email protected]> 1.9.3-6
153-
- GA - Bump release of all rpms
154-
* Tue Feb 23 2016 Xiaolin Li <[email protected]> 1.9.3-1
155-
- Updated to version 1.9.3
156-
* Tue Nov 10 2015 Xiaolin Li <[email protected]> 1.8.13-5
157-
- Handled locale files with macro find_lang
158-
* Tue Sep 22 2015 Harish Udaiya Kumar <[email protected]> 1.8.13-4
159-
- Updated build-requires after creating devel package for apr.
160-
* Mon Sep 21 2015 Xiaolin Li <[email protected]> 1.8.13-3
161-
- Move .a, and .so files to devel pkg.
162-
* Tue Sep 08 2015 Vinay Kulkarni <[email protected]> 1.8.13-2
163-
- Move headers into devel pkg.
164-
* Fri Jun 26 2015 Sarah Choi <[email protected]> 1.8.13-1
165-
- Initial build. First version
114+
* Mon Oct 12 2020 Joe Schmitt <[email protected]> 1.14.0-3
115+
- Use new perl package names.
116+
- Add perl(ExtUtils::Embed) build requirement.
117+
- Update perl installation and packaging to perl_vendorarch directory.
118+
119+
* Thu Jun 11 2020 Henry Beberman <[email protected]> 1.14.0-2
120+
- Add -Wformat to fix the build because -Werror=format-security is enabled.
121+
122+
* Tue Jun 09 2020 Andrew Phelps <[email protected]> 1.14.0-1
123+
- Update to 1.14.0 to fix: CVE-2019-0203, CVE-2018-11782, CVE-2018-11803
124+
125+
* Sat May 09 2020 Nick Samson <[email protected]> 1.10.2-7
126+
- Added %%license line automatically
127+
128+
* Mon Apr 13 2020 Emre Girgin <[email protected]> 1.10.2-6
129+
- Rename serf to libserf.
130+
- Update Source0 and URL to use https. Update License. License verified.
131+
132+
* Tue Sep 03 2019 Mateusz Malisz <[email protected]> 1.10.2-5
133+
- Initial CBL-Mariner import from Photon (license: Apache2).
134+
135+
* Tue Mar 05 2019 Siju Maliakkal <[email protected]> 1.10.2-4
136+
- Excluding conflicting perllocal.pod
137+
138+
* Tue Oct 02 2018 Siju Maliakkal <[email protected]> 1.10.2-3
139+
- Added Perl bindings
140+
141+
* Fri Sep 21 2018 Ankit Jain <[email protected]> 1.10.2-2
142+
- Added utf8proc as Requires.
143+
144+
* Wed Sep 19 2018 Ankit Jain <[email protected]> 1.10.2-1
145+
- Updated to version 1.10.2
146+
147+
* Mon Jan 22 2018 Xiaolin Li <[email protected]> 1.9.7-2
148+
- Compile subversion with https repository access module support
149+
150+
* Mon Aug 28 2017 Xiaolin Li <[email protected]> 1.9.7-1
151+
- Update to version 1.9.7.
152+
153+
* Thu Jun 15 2017 Xiaolin Li <[email protected]> 1.9.5-2
154+
- Fix make check issues.
155+
156+
* Wed Apr 12 2017 Vinay Kulkarni <[email protected]> 1.9.5-1
157+
- Update to version 1.9.5
158+
159+
* Tue Dec 27 2016 Xiaolin Li <[email protected]> 1.9.4-2
160+
- Moved pkgconfig/*.pc to devel subpackage.
161+
162+
* Wed Nov 23 2016 Harish Udaiya Kumar <[email protected]> 1.9.4-1
163+
- Upgraded to version 1.9.4, fixes CVE-2016-2167 CVE-2016-2168
164+
165+
* Wed Nov 16 2016 Alexey Makhalov <[email protected]> 1.9.3-8
166+
- Use sqlite-{devel,libs}
167+
168+
* Mon Oct 10 2016 ChangLee <[email protected]> 1.9.3-7
169+
- Modified %check
170+
171+
* Tue May 24 2016 Priyesh Padmavilasom <[email protected]> 1.9.3-6
172+
- GA - Bump release of all
173+
174+
* Tue Feb 23 2016 Xiaolin Li <[email protected]> 1.9.3-1
175+
- Updated to version 1.9.3
176+
177+
* Tue Nov 10 2015 Xiaolin Li <[email protected]> 1.8.13-5
178+
- Handled locale files with macro find_lang
179+
180+
* Tue Sep 22 2015 Harish Udaiya Kumar <[email protected]> 1.8.13-4
181+
- Updated build-requires after creating devel package for apr.
182+
183+
* Mon Sep 21 2015 Xiaolin Li <[email protected]> 1.8.13-3
184+
- Move .a, and .so files to devel pkg.
185+
186+
* Tue Sep 08 2015 Vinay Kulkarni <[email protected]> 1.8.13-2
187+
- Move headers into devel pkg.
188+
189+
* Fri Jun 26 2015 Sarah Choi <[email protected]> 1.8.13-1
190+
- Initial build. First version
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"Signatures": {
3-
"60-syslog-ng-journald.conf" : "c4c875396276951b491e799e9cdb5a090b2ca82a754967c7f310888373e51c40",
4-
"syslog-ng-3.23.1.tar.gz" : "fb36cfc1982831f74143b77a924ee79714745b5e2b3ff59d086d09a77d0acd38",
5-
"syslog-ng.service" : "8cdd00693233eef334bc943efdce634008911796681c8fc3454346a3bb0111b2"
6-
}
7-
}
2+
"Signatures": {
3+
"60-syslog-ng-journald.conf": "c4c875396276951b491e799e9cdb5a090b2ca82a754967c7f310888373e51c40",
4+
"syslog-ng-3.33.2.tar.gz": "0b786a06077b9150191d714f45a1b4b3792952cb58163a3af336f074da9fb14b",
5+
"syslog-ng.service": "8cdd00693233eef334bc943efdce634008911796681c8fc3454346a3bb0111b2"
6+
}
7+
}

0 commit comments

Comments
 (0)