Update to fetchmail-6.4.31
Signed-off-by: Vitezslav Crhonek <vcrhonek@redhat.com>
This commit is contained in:
parent
a1acdae401
commit
c993b4c279
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,2 +1,2 @@
|
|||||||
/fetchmail-6.4.30.tar.xz
|
/fetchmail-6.4.31.tar.xz
|
||||||
/fetchmail-6.4.30.tar.xz.asc
|
/fetchmail-6.4.31.tar.xz.asc
|
||||||
|
12
fetchmail-6.4.31-fix-man-version.patch
Normal file
12
fetchmail-6.4.31-fix-man-version.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
diff -up fetchmail-6.4.31/fetchmail.man.orig fetchmail-6.4.31/fetchmail.man
|
||||||
|
--- fetchmail-6.4.31/fetchmail.man.orig 2022-07-16 13:49:31.000000000 +0200
|
||||||
|
+++ fetchmail-6.4.31/fetchmail.man 2022-07-18 09:14:14.211429683 +0200
|
||||||
|
@@ -10,7 +10,7 @@
|
||||||
|
.\" Load www macros to process .URL requests, this requires groff:
|
||||||
|
.mso www.tmac
|
||||||
|
.\"
|
||||||
|
-.TH fetchmail 1 2022-02-18 "fetchmail 6.4.30" "fetchmail reference manual"
|
||||||
|
+.TH fetchmail 1 2022-07-16 "fetchmail 6.4.31" "fetchmail reference manual"
|
||||||
|
|
||||||
|
.SH NAME
|
||||||
|
fetchmail \- fetch mail from a POP, IMAP, ETRN, or ODMR-capable server
|
@ -1,12 +1,14 @@
|
|||||||
Summary: A remote mail retrieval and forwarding utility
|
Summary: A remote mail retrieval and forwarding utility
|
||||||
Name: fetchmail
|
Name: fetchmail
|
||||||
Version: 6.4.30
|
Version: 6.4.31
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz
|
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz
|
||||||
Source1: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz.asc
|
Source1: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz.asc
|
||||||
URL: http://www.fetchmail.info/
|
URL: http://www.fetchmail.info/
|
||||||
# For a breakdown of the licensing, see COPYING
|
# For a breakdown of the licensing, see COPYING
|
||||||
License: GPL+ and Public Domain
|
License: GPL+ and Public Domain
|
||||||
|
# Patch0: fixes version in manpage, backported from upstream
|
||||||
|
Patch0: fetchmail-6.4.31-fix-man-version.patch
|
||||||
BuildRequires: gcc gettext-devel krb5-devel openssl-devel python3-devel
|
BuildRequires: gcc gettext-devel krb5-devel openssl-devel python3-devel
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
|
|
||||||
@ -23,6 +25,7 @@ connections.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1 -b .fix-man-version
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-POP3 --enable-IMAP --with-ssl --without-hesiod \
|
%configure --enable-POP3 --enable-IMAP --with-ssl --without-hesiod \
|
||||||
@ -48,6 +51,9 @@ rm -f $RPM_BUILD_ROOT%{python3_sitelib}/__pycache__/fetchmailconf*
|
|||||||
%{_mandir}/man1/fetchmail.1*
|
%{_mandir}/man1/fetchmail.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 18 2022 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.4.31-1
|
||||||
|
- Update to fetchmail-6.4.31
|
||||||
|
|
||||||
* Thu May 05 2022 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.4.30-1
|
* Thu May 05 2022 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.4.30-1
|
||||||
- Update to fetchmail-6.4.30
|
- Update to fetchmail-6.4.30
|
||||||
|
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (fetchmail-6.4.30.tar.xz) = 0ec540c4102267e6e72fefa5e76aa76f45d25a0e68ec40f1fd834719f2a4b5f3f78c587b050fc33d97dd8fc6f674950949e5c23f960ebcd3046d5cc2e06db1d0
|
SHA512 (fetchmail-6.4.31.tar.xz) = 08aa8dc2c09d59aad5815479e3b6d449a0e65a1d3e8f62fe0cc30d15d9ac94d780b8e88074f43941a7e442b536808260794ac39d6257e24dea4f16ac0627d539
|
||||||
SHA512 (fetchmail-6.4.30.tar.xz.asc) = d9be26a06c7ee16565555b82225aae2955cb989ab6d914b35c127129dcf1df167fedfd7a2f8190cc9afd0f7561281e381e7ce39cab16508a416be5065e7ae013
|
SHA512 (fetchmail-6.4.31.tar.xz.asc) = fdac149deb54d1e86f20a0bbee7c53a07fae633e7675b0912c305c759ad1989d23a42f72292fdfa3a87f902469a5bf3c5a5a831566c4179f68a5e2c206e5e2cb
|
||||||
|
Loading…
Reference in New Issue
Block a user