summaryrefslogtreecommitdiff
path: root/mail/fetchmail/files
diff options
context:
space:
mode:
Diffstat (limited to 'mail/fetchmail/files')
-rw-r--r--mail/fetchmail/files/patch-ZZZ-841f6af0d1a820c5bb4379e72799d95b5a3ef77d.diff13
-rw-r--r--mail/fetchmail/files/patch-configure30
2 files changed, 13 insertions, 30 deletions
diff --git a/mail/fetchmail/files/patch-ZZZ-841f6af0d1a820c5bb4379e72799d95b5a3ef77d.diff b/mail/fetchmail/files/patch-ZZZ-841f6af0d1a820c5bb4379e72799d95b5a3ef77d.diff
new file mode 100644
index 000000000000..81159081ec70
--- /dev/null
+++ b/mail/fetchmail/files/patch-ZZZ-841f6af0d1a820c5bb4379e72799d95b5a3ef77d.diff
@@ -0,0 +1,13 @@
+diff --git a/fetchmail.man b/fetchmail.man
+index 37792b81084549c1579de5b6844b10e55377468d..aebfdfdbeaf33a4435a5a074960059bbd337242b 100644
+--- a/fetchmail.man
++++ b/fetchmail.man
+@@ -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
diff --git a/mail/fetchmail/files/patch-configure b/mail/fetchmail/files/patch-configure
deleted file mode 100644
index 196de8ea3975..000000000000
--- a/mail/fetchmail/files/patch-configure
+++ /dev/null
@@ -1,30 +0,0 @@
---- a/configure.orig 2013-04-23 21:36:55 UTC
-+++ b/configure
-@@ -9552,11 +9552,11 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
- #ifdef __cplusplus
- extern "C"
- #endif
--char krb5_des_string_to_key ();
-+char krb5int_des_init_state ();
- int
- main ()
- {
--return krb5_des_string_to_key ();
-+return krb5int_des_init_state ();
- ;
- return 0;
- }
-@@ -9591,11 +9591,11 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
- #ifdef __cplusplus
- extern "C"
- #endif
--char krb5_des_string_to_key ();
-+char krb5int_des_init_state ();
- int
- main ()
- {
--return krb5_des_string_to_key ();
-+return krb5int_des_init_state ();
- ;
- return 0;
- }