|
|
2781d7 |
Summary: The Reliable Event Logging Protocol library
|
|
|
2781d7 |
Name: librelp
|
|
|
2781d7 |
Version: 1.10.0
|
|
|
2781d7 |
Release: 4%{?dist}
|
|
|
2781d7 |
License: GPLv3+
|
|
|
2781d7 |
URL: http://www.rsyslog.com/
|
|
|
2781d7 |
Source0: http://download.rsyslog.com/%{name}/%{name}-%{version}.tar.gz
|
|
|
2781d7 |
BuildRequires: gnutls-devel >= 1.4.0
|
|
|
2781d7 |
|
|
|
2781d7 |
Patch0: librelp-1.10.0-rhbz1972067-relpEngineSetTLSLibByName.patch
|
|
|
2781d7 |
Patch1: librelp-1.10.0-crypto-compliance.patch
|
|
|
2781d7 |
|
|
|
2781d7 |
%description
|
|
|
2781d7 |
Librelp is an easy to use library for the RELP protocol. RELP (stands
|
|
|
2781d7 |
for Reliable Event Logging Protocol) is a general-purpose, extensible
|
|
|
2781d7 |
logging protocol.
|
|
|
2781d7 |
|
|
|
2781d7 |
%package devel
|
|
|
2781d7 |
Summary: Development files for the %{name} package
|
|
|
2781d7 |
Requires: %{name} = %{version}-%{release}
|
|
|
2781d7 |
Requires: pkgconfig
|
|
|
2781d7 |
Requires: openssl-libs
|
|
|
2781d7 |
BuildRequires: autoconf
|
|
|
2781d7 |
BuildRequires: automake
|
|
|
2781d7 |
BuildRequires: libtool
|
|
|
2781d7 |
BuildRequires: make
|
|
|
2781d7 |
BuildRequires: openssl-devel
|
|
|
2781d7 |
|
|
|
2781d7 |
%description devel
|
|
|
2781d7 |
Librelp is an easy to use library for the RELP protocol. The
|
|
|
2781d7 |
librelp-devel package contains the header files and libraries needed
|
|
|
2781d7 |
to develop applications using librelp.
|
|
|
2781d7 |
|
|
|
2781d7 |
%prep
|
|
|
2781d7 |
%setup -q
|
|
|
2781d7 |
%patch0 -p1 -b .tls-by-name
|
|
|
2781d7 |
%patch1 -p1 -b .crypto-compliance
|
|
|
2781d7 |
|
|
|
2781d7 |
%build
|
|
|
2781d7 |
autoreconf -ivf
|
|
|
2781d7 |
%configure --disable-static
|
|
|
2781d7 |
make %{?_smp_mflags}
|
|
|
2781d7 |
|
|
|
2781d7 |
%install
|
|
|
2781d7 |
rm -rf $RPM_BUILD_ROOT
|
|
|
2781d7 |
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
2781d7 |
|
|
|
2781d7 |
rm $RPM_BUILD_ROOT/%{_libdir}/*.la
|
|
|
2781d7 |
|
|
|
2781d7 |
%ldconfig_scriptlets
|
|
|
2781d7 |
|
|
|
2781d7 |
%files
|
|
|
2781d7 |
%doc AUTHORS COPYING NEWS README doc/*html
|
|
|
2781d7 |
%{_libdir}/librelp.so.*
|
|
|
2781d7 |
|
|
|
2781d7 |
%files devel
|
|
|
2781d7 |
%{_includedir}/*
|
|
|
2781d7 |
%{_libdir}/librelp.so
|
|
|
2781d7 |
%{_libdir}/pkgconfig/relp.pc
|
|
|
2781d7 |
|
|
|
2781d7 |
%changelog
|
|
|
2781d7 |
* Fri Aug 06 2021 Attila Lakatos <alakatos@redhat.com> - 1.10.0-4
|
|
|
2781d7 |
- Replace GNUTLS_SHUT_RDWR by GNUTLS_SHUT_WR when ending TLS connections
|
|
|
2781d7 |
resolves: rhbz#1990735
|
|
|
2781d7 |
- Add patch to comply with crypto policies
|
|
|
2781d7 |
- Forward return code from relpEngineSetTLSLib to relpEngineSetTLSLibByName
|
|
|
2781d7 |
- Enable openssl
|
|
|
2781d7 |
resolves: rhbz#1972067
|
|
|
2781d7 |
|
|
|
2781d7 |
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.10.0-3
|
|
|
2781d7 |
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
2781d7 |
Related: rhbz#1991688
|
|
|
2781d7 |
|
|
|
2781d7 |
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.10.0-2
|
|
|
2781d7 |
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
2781d7 |
|
|
|
2781d7 |
* Mon Mar 08 2021 Attila Lakatos <alakatos@redhat.com> - 1.10.0-1
|
|
|
2781d7 |
- rebase to 1.10.0
|
|
|
2781d7 |
resolves: rhbz#1929153
|
|
|
2781d7 |
|
|
|
2781d7 |
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.0-2
|
|
|
2781d7 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
2781d7 |
|
|
|
2781d7 |
* Fri Sep 18 2020 Attila Lakatos <alakatos@redhat.com> - 1.9.0-1
|
|
|
2781d7 |
- rebase to 1.9.0
|
|
|
2781d7 |
resolves: rhbz#1883471
|
|
|
2781d7 |
|
|
|
2781d7 |
* Tue Sep 08 2020 Attila Lakatos <alakatos@redhat.com> - 1.7.0-1
|
|
|
2781d7 |
- rebase to 1.7.0
|
|
|
2781d7 |
resolves: rhbz#1826269
|
|
|
2781d7 |
|
|
|
2781d7 |
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-2
|
|
|
2781d7 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
2781d7 |
|
|
|
2781d7 |
* Mon Feb 03 2020 Jiri Vymazal <jvymazal@redhat.com> - 1.5.0-1
|
|
|
2781d7 |
- rebase to 1.5.0
|
|
|
2781d7 |
resolves: rhbz#1790820
|
|
|
2781d7 |
|
|
|
2781d7 |
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-3
|
|
|
2781d7 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
2781d7 |
|
|
|
2781d7 |
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-2
|
|
|
2781d7 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
2781d7 |
|
|
|
2781d7 |
* Wed Jul 10 2019 Jiri Vymazal <jvymazal@redhat.com> - 1.4.0-1
|
|
|
2781d7 |
- rebase to 1.4.0
|
|
|
2781d7 |
resolves: rhbz#1425638
|
|
|
2781d7 |
|
|
|
2781d7 |
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.16-3
|
|
|
2781d7 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
2781d7 |
|
|
|
2781d7 |
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.16-2
|
|
|
2781d7 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
2781d7 |
|
|
|
2781d7 |
* Mon Jul 02 2018 Radovan Sroka <rsroka@redhat.com> - 1.2.16-1
|
|
|
2781d7 |
- rebase to 1.2.16
|
|
|
2781d7 |
|
|
|
2781d7 |
* Mon Mar 26 2018 Radovan Sroka <rsroka@redhat.com> - 1.2.15-1
|
|
|
2781d7 |
- rebase to 1.2.15
|
|
|
2781d7 |
- fixed CVE-2018-1000140
|
|
|
2781d7 |
|
|
|
2781d7 |
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.14-4
|
|
|
2781d7 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
2781d7 |
|
|
|
2781d7 |
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.14-3
|
|
|
2781d7 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
2781d7 |
|
|
|
2781d7 |
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.14-2
|
|
|
2781d7 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
2781d7 |
|
|
|
2781d7 |
* Fri Jun 02 2017 Radovan Sroka <rsroka@redhat.com> - 1.2.14-1
|
|
|
2781d7 |
- rebase to 1.2.14
|
|
|
2781d7 |
|
|
|
2781d7 |
* Thu Feb 23 2017 Jiri Vymazal <jvymazal@redhat.com> - 1.2.13-1
|
|
|
2781d7 |
- rebase to 1.2.13
|
|
|
2781d7 |
resolves: rhbz#1425638
|
|
|
2781d7 |
- added patch for GnuTLS crypto-policy adherence
|
|
|
2781d7 |
resolves: rhbz#1179317
|
|
|
2781d7 |
- added autoconf, automake and libtool because package
|
|
|
2781d7 |
has patches now
|
|
|
2781d7 |
|
|
|
2781d7 |
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.12-2
|
|
|
2781d7 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
2781d7 |
|
|
|
2781d7 |
* Tue Sep 27 2016 Radovan Sroka <rsroka@redhat.com> 1.2.12-1
|
|
|
2781d7 |
- rebase to 1.2.12
|
|
|
2781d7 |
|
|
|
2781d7 |
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.7-5
|
|
|
2781d7 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
2781d7 |
|
|
|
2781d7 |
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.7-4
|
|
|
2781d7 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
2781d7 |
|
|
|
2781d7 |
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.7-3
|
|
|
2781d7 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
2781d7 |
|
|
|
2781d7 |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.7-2
|
|
|
2781d7 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
2781d7 |
|
|
|
2781d7 |
* Fri May 16 2014 Tomas Heinrich <theinric@redhat.com> - 1.2.7-1
|
|
|
2781d7 |
- rebase to 1.2.7
|
|
|
2781d7 |
|
|
|
2781d7 |
* Thu Mar 27 2014 François Cami <fcami@fedoraproject.org> - 1.2.5-1
|
|
|
2781d7 |
- rebase to 1.2.5
|
|
|
2781d7 |
|
|
|
2781d7 |
* Wed Jul 31 2013 Tomas Heinrich <theinric@redhat.com> - 1.2.0-1
|
|
|
2781d7 |
- rebase to 1.2.0
|
|
|
2781d7 |
- add gnutls-devel to BuildRequires
|
|
|
2781d7 |
|
|
|
2781d7 |
* Wed Apr 10 2013 Tomas Heinrich <theinric@redhat.com> - 1.0.3-1
|
|
|
2781d7 |
- rebase to 1.0.3
|
|
|
2781d7 |
|
|
|
2781d7 |
* Thu Apr 04 2013 Tomas Heinrich <theinric@redhat.com> - 1.0.2-1
|
|
|
2781d7 |
- rebase to 1.0.2
|
|
|
2781d7 |
|
|
|
2781d7 |
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-2
|
|
|
2781d7 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
2781d7 |
|
|
|
2781d7 |
* Wed Nov 21 2012 Tomas Heinrich <theinric@redhat.com> - 1.0.1-1
|
|
|
2781d7 |
- upgrade to upstream version 1.0.1
|
|
|
2781d7 |
|
|
|
2781d7 |
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-4
|
|
|
2781d7 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
2781d7 |
|
|
|
2781d7 |
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-3
|
|
|
2781d7 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
2781d7 |
|
|
|
2781d7 |
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-2
|
|
|
2781d7 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
2781d7 |
|
|
|
2781d7 |
* Thu Jul 15 2010 Tomas Heinrich <theinric@redhat.com> - 1.0.0-1
|
|
|
2781d7 |
- upgrade to upstream version 1.0.0
|
|
|
2781d7 |
|
|
|
2781d7 |
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.1-4
|
|
|
2781d7 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
2781d7 |
|
|
|
2781d7 |
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.1-3
|
|
|
2781d7 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
2781d7 |
|
|
|
2781d7 |
* Wed May 7 2008 Tomas Heinrich <theinric@redhat.com> 0.1.1-2
|
|
|
2781d7 |
- removed "BuildRequires: autoconf automake"
|
|
|
2781d7 |
|
|
|
2781d7 |
* Tue Apr 29 2008 Tomas Heinrich <theinric@redhat.com> 0.1.1-1
|
|
|
2781d7 |
- initial build
|