Compare commits
No commits in common. "c8" and "c9s" have entirely different histories.
@ -1 +0,0 @@
|
||||
e26d63637e1e016f93a1e75fa0131be63b274a79 SOURCES/fetchmail-6.4.24.tar.xz
|
3
.gitignore
vendored
3
.gitignore
vendored
@ -1 +1,2 @@
|
||||
SOURCES/fetchmail-6.4.24.tar.xz
|
||||
/fetchmail-6.4.24.tar.xz
|
||||
/fetchmail-6.4.24.tar.xz.asc
|
||||
|
@ -1,16 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQIzBAABCgAdFiEE3EplW9mTzUhx+oIQ5BKxVu/zhVoFAmGYwTUACgkQ5BKxVu/z
|
||||
hVqeGA//VRV5nPsdlKbla2N78fFCGX6A7UF2UDFJsivAP3KzQRZWc2YFQ+GQJ3l7
|
||||
WPhnyeUrfomrv6QAstMEJ4D+Kymga018qOTNmHmaU5I2lToEJV87EAoo5QjlzbwX
|
||||
wIP7wNapOCAxcOWc4Mux8nR1mH89/TlS+lV2KoHYDVB0zn1KdGvqJYSQUHeDSis+
|
||||
vVA9Wj6LiKPO4cZ6l5ki3x9qiOyNJ5jqiZPxdJz8mZfY+h18oxMpd7GssXi1utC9
|
||||
CLt9kbryW0yCPvnetgKOL5OyEbTW6fbWJhggj7eb4YI5M1YBGMe5xfdlUgVznG5b
|
||||
mfjc5Rb6x709CCtOSxcYgXjDDdyHhTWEP/TiO/FQOWjUgydtTI3yiNBTFbkxsJZw
|
||||
rOLDLMHkbbrbKULY8uMREFTX0OSLwfM5BC3yG4/OiLizHlkntPcwdWx+5Stp+45E
|
||||
L3WTPyMzn06yyd84hewgQx8xlYcOBSwZerdILVuAeeRZBCplrAbzBW9rn9/na+Ak
|
||||
VtzkgSFyPAH63+G+iOEaG3nLeNqxDnlZHtD6youL7HfhON3W2siAodDk+X/omGaB
|
||||
HDiCs/7HcQGDp8JspDSNqTM7bHPJn9gHGhQxR13ywRSulov1dMwoduL8iIAse1Yp
|
||||
uqtg1vg4WAI+3ujPs7vGgu+OtD4qy2smo4e6kLNJy0yVVXp2aD8=
|
||||
=604d
|
||||
-----END PGP SIGNATURE-----
|
@ -11,8 +11,8 @@ Source3: fetchmailrc.example
|
||||
URL: http://www.fetchmail.info/
|
||||
# For a breakdown of the licensing, see COPYING
|
||||
License: GPL+ and Public Domain
|
||||
Group: Applications/Internet
|
||||
BuildRequires: gettext-devel krb5-devel openssl-devel systemd
|
||||
BuildRequires: gcc gettext-devel krb5-devel openssl-devel systemd python3-devel
|
||||
BuildRequires: make
|
||||
|
||||
%description
|
||||
Fetchmail is a remote mail retrieval and forwarding utility intended
|
||||
@ -50,6 +50,7 @@ install -p -m 600 %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/fetchmailrc.example
|
||||
rm -f $RPM_BUILD_ROOT%{_bindir}/fetchmailconf*
|
||||
rm -f $RPM_BUILD_ROOT%{_mandir}/man1/fetchmailconf.1*
|
||||
rm -f $RPM_BUILD_ROOT%{python3_sitelib}/fetchmailconf.py*
|
||||
rm -f $RPM_BUILD_ROOT%{python3_sitelib}/__pycache__/fetchmailconf*
|
||||
|
||||
%find_lang %name
|
||||
|
||||
@ -61,22 +62,120 @@ rm -f $RPM_BUILD_ROOT%{python3_sitelib}/fetchmailconf.py*
|
||||
%config(noreplace) %attr(0600, mail, mail) %{_sysconfdir}/fetchmailrc.example
|
||||
|
||||
%changelog
|
||||
* Tue Dec 14 2021 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.4.24-1
|
||||
* Mon Jan 10 2022 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.4.24-1
|
||||
- Update to fetchmail-6.4.24 (fixes CVE-2021-36386 and CVE-2021-39272)
|
||||
Resolves: #1999275, #2002698
|
||||
Resolves: #2005307, #1999276
|
||||
|
||||
* Wed Nov 28 2018 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.26-19
|
||||
- Remove hesiod dependency
|
||||
Resolves: #1638490
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 6.4.18-4
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Tue Jul 31 2018 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.26-18
|
||||
- Fix failing builds
|
||||
Resolves: #1609979
|
||||
* Wed Jun 16 2021 Mohan Boddu <mboddu@redhat.com> - 6.4.18-3
|
||||
- Rebuilt for RHEL 9 BETA for openssl 3.0
|
||||
Related: rhbz#1971065
|
||||
|
||||
* Fri Jun 15 2018 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.26-17
|
||||
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 6.4.18-2
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
* Wed Mar 31 2021 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.4.18-1
|
||||
- Update to fetchmail-6.4.18
|
||||
|
||||
* Thu Feb 11 2021 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.4.16-1
|
||||
- Update to fetchmail-6.4.16
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 6.4.15-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Tue Jan 12 2021 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.4.15-1
|
||||
- Update to fetchmail-6.4.15
|
||||
|
||||
* Thu Dec 10 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.4.14-2
|
||||
- Revert change that added sgid bit to fetchmail
|
||||
Resolves: #1906353
|
||||
|
||||
* Mon Nov 30 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.4.14-1
|
||||
- Update to fetchmail-6.4.14
|
||||
|
||||
* Thu Oct 29 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.4.13-1
|
||||
- Update to fetchmail-6.4.13
|
||||
|
||||
* Tue Sep 15 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.4.12-1
|
||||
- Update to fetchmail-6.4.12
|
||||
|
||||
* Wed Sep 02 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.4.11-1
|
||||
- Update to fetchmail-6.4.11
|
||||
|
||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 6.4.8-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Thu Jun 18 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.4.8-1
|
||||
- Update to fetchmail-6.4.8
|
||||
Resolves: #1846929
|
||||
|
||||
* Tue Jun 02 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.4.6-1
|
||||
- Update to fetchmail-6.4.6
|
||||
Resolves: #1841525
|
||||
|
||||
* Thu May 28 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.4.5-2
|
||||
- Change group of fetchmail to mail and set sgid bit on it
|
||||
Resolves: #1619069
|
||||
|
||||
* Thu May 14 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.4.5-1
|
||||
- Update to fetchmail-6.4.5
|
||||
Resolves: #1833072
|
||||
|
||||
* Mon Apr 27 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.4.4-1
|
||||
- Update to fetchmail-6.4.4
|
||||
Resolves: #1828038
|
||||
|
||||
* Mon Apr 06 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.4.3-1
|
||||
- Update to fetchmail-6.4.3
|
||||
Resolves: #1820999
|
||||
|
||||
* Tue Feb 18 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.4.2-1
|
||||
- Update to fetchmail-6.4.2
|
||||
Resolves: #1803270
|
||||
|
||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 6.4.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Tue Oct 01 2019 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.4.1-1
|
||||
- Update to fetchmail-6.4.1
|
||||
Resolves: #1403811
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 6.3.26-25
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 6.3.26-24
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Mon Oct 29 2018 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.26-23
|
||||
- Remove hesiod dependency (not widely used, dead upstream, unmerged CVEs)
|
||||
Resolves: #1643259
|
||||
|
||||
* Mon Sep 24 2018 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.26-22
|
||||
- Improve previous fix (SNI), backported from upstream
|
||||
Resolves: #1611815
|
||||
|
||||
* Wed Aug 08 2018 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.26-21
|
||||
- Set SNI (patch by Valdis Kletnieks)
|
||||
Resolves: #1611815
|
||||
|
||||
* Mon Jul 23 2018 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.26-20
|
||||
- Remove unnecessary python-devel dependency
|
||||
(disables build of fetchmailconf, but we don't pack it into rpm anyway)
|
||||
Resolves: #1591710
|
||||
Resolves: #1603965
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 6.3.26-19
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Thu Mar 15 2018 Iryna Shcherbina <ishcherb@redhat.com> - 6.3.26-18
|
||||
- Update Python 2 dependency declarations to new packaging standards
|
||||
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
||||
|
||||
* Wed Feb 21 2018 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.26-17
|
||||
- Add BuildRequires gcc
|
||||
- Remove Group tag
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 6.3.26-16
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-9
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}
|
3
rpminspect.yaml
Normal file
3
rpminspect.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
inspections:
|
||||
badfuncs: off
|
2
sources
Normal file
2
sources
Normal file
@ -0,0 +1,2 @@
|
||||
SHA512 (fetchmail-6.4.24.tar.xz) = 710d3c20ea8edacb7eefdc440eb67115baf0ba1ca3f8bfb7ba6e572b046029b94fc87e7cb5038280b9717fd2541b28b780b33c7ed0729cf0f0139ebfd7e9a132
|
||||
SHA512 (fetchmail-6.4.24.tar.xz.asc) = 2e4137e59b3eb1c80bfde998c3fa240923e711d43a6a6ae9a533721df7f53e5727d9ab3c938ccc34817a2ec3f781197028ed9db4f5a56a7d78a53eab58b447c6
|
Loading…
Reference in New Issue
Block a user