Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.5.1 15 Nov 2024 16:59:19 |
Matthias Andree (mandree) |
mail/fetchmail: update to 6.5.1, minor polishing.
Translation updates for files we missed to have translated.
Some improvements to the build experience were made;
most of the local patches have been integrated upstream.
(Also fixes missing TIMESTAMP and SIZE fields in distinfo,
vs. Corey's review. -- Thanks!)
Approved by: Corey Halpin (maintainer)
PR: 282743 |
6.5.0_1 05 Nov 2024 20:24:07 |
Matthias Andree (mandree) Author: Corey Halpin |
mail/fetchmail: make OPIE and RPA optional, UPDATING info added
Fix a build failure on FreeBSD 14+ with OPIE (now in ports) enabled and
NLS disabled, by adding ${LOCALBASE}/include to the compiler's path.
OPIE and RPA have been made optional because both have significant security
problems. OPIE support was not provided by the port on 14.x until the update
to 6.5.0, when it was briefly re-activated. Because of its security flaws, it
has now been disabled by default on both 13.x and 14.x.
RPA is currently enabled by default, but this will change in a future update.
PR: 282444
Reported by: Helge Oldach |
6.5.0 30 Oct 2024 20:55:35 |
Matthias Andree (mandree) |
mail/fetchmail*: update to 6.5.0
Improve upon the prior opie handling and use the port on FreeBSD 14.
For the FreeBSD 13 base OpenSSL 1.x version, allow it by patching
socket.c, and also simplify the EVP_MD* API update check which will go
upstream.
PR: 282413
Approved by: Corey Halpin <chalpin@cs.wisc.edu> (maintainer) |
6.4.39 20 Jul 2024 14:24:13 |
Matthias Andree (mandree) |
mail/fetchmail*: bugfix update to 6.4.39
* When a server offers STARTTLS although the connection is already wrapped
in TLS, fetchmail would issue a bogus "WARNING: server offered STARTTLS but
sslproto '' given." (or STLS for POP3). In situations where we wrap the
connection in TLS, suppress the warning. Reported by Mike Pope.
* If fetchmail was running localized, generate an error e-mail message locally,
and if the selected translation would require the Subject: line to wrap
inside an RFC-2047 encoded word (=?UTF-8?Q?...?=), the wrapped encoded-word
was not indented, thus not marked as a continuation line.
PR: 280384
Approved by: Corey Halpin <chalpin@cs.wisc.edu> |
6.4.38 10 Feb 2024 21:34:41 |
Matthias Andree (mandree) |
mail/fetchmail: update to 6.4.38
Changes:
- bump OpenSSL/wolfSSL version requirements
- update Esperanto and Russian translations
Approved by: Corey Halpin (maintainer)
PR: 276753 |
6.4.37_2 29 Jan 2024 22:25:56 |
Muhammad Moinur Rahman (bofh) |
mail/fetchmail: Moved man to share/man
Approved by: portmgr (blanket) |
6.4.37_1 31 Dec 2023 00:37:05 |
Muhammad Moinur Rahman (bofh) |
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
Also move conditional flags for non sparc64/arm ARCH to fixed flags.
Reviewed by: brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068 |
6.4.37_1 06 Oct 2023 09:07:23 |
Dag-Erling Smørgrav (des) |
mail/fetchmail: Remove unneeded CA_BUNDLE option.
MFH: 2023Q4
Approved by: maintainer
Differential Revision: https://reviews.freebsd.org/D42073 |
6.4.37 13 Mar 2023 23:06:38 |
Robert Clausecker (fuz) Author: Corey Halpin |
mail/fetchmail{,conf}: update to 6.4.37
pstream changelog entries:
fetchmail-6.4.37 (released 2023-02-26, 31710 LoC):
* sr: Мирослав Николић (Miroslav Nikolić) [Serbian]
PR: 270122 |
6.4.36 10 Feb 2023 10:36:41 |
Fernando Apesteguía (fernape) Author: Corey Halpin |
mail/fetchmail: update to 6.4.36
PR: 269424
Reported by: chalpin@cs.wisc.edu (maintainer) |
6.4.34 16 Oct 2022 08:30:25 |
Matthias Andree (mandree) |
mail/fetchmail: update to 6.4.34 (critical fix)
= CRITICAL BUG FIXES:
* When an SMTP receiver refuses delivery, a message would be deleted from
the mail store in spite of a softbounce option that is enabled.
Bug report, analysis and patch by Horváth Zsolt. Gitlab, fixes #50.
= BUILD NOTE:
* If you are reusing config.cache from prior builds, this may cause
issues with finding Python or some libraries. In case of trouble,
remove config.cache and retry.
= TRANSLATIONS: language translations were updated by this fine person:
* sr: Мирослав Николић (Miroslav Nikolić) [Serbian] |
6.4.33_1 03 Oct 2022 04:09:05 |
Cy Schubert (cy) |
mail/fetchmail: Chase src 0aa2700123e2: Put OPIE to rest
As of src 0aa2700123e2 OPIE has been removed from 14-CURRENT. When
building on a 14-CURRENT machine with __FreeBSD_version > 1400071
avoid linking libopie else this will result a build failure or if
built the following runtime error:
ld-elf.so.1: Shared object "libopie.so.8" not found, required by "fetchmail" |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
6.4.33 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
6.4.33 28 Aug 2022 06:29:02 |
Matthias Andree (mandree) |
mail/fetchmail: update to 6.4.33
Contributed code updates:
* contrib/fetchsetup improvements by Matěj Cepl
* contrib/runfetchmail improvements by Matěj Cepl
Translation updates:
(in alphabetical order of language codes so as not to prefer people):
* cs: Petr Pisar [Czech]
* es: Cristian Othón Martínez Vera [Spanish]
* fr: Frédéric Marchal [French]
* ja: Takeshi Hamasaki [Japanese]
* pl: Jakub Bogusz [Polish]
* ro: Remus-Gabriel Chelu [Romanian]
* sq: Besnik Bleta [Albanian]
* sv: Göran Uddeborg [Swedish]
PR: 266061
Approved by: Corey Halpin (maintainer) |
6.4.31 20 Jul 2022 14:22:19 |
Tobias C. Berner (tcberner) |
mail: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ashish@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam David <adam@FreeBSD.org>
* Adam McDougall <mcdouga9@egr.msu.edu>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Deiter <tiamat@komi.mts.ru>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com>
* Alex Perel <veers@disturbed.net> (Only the first 15 lines of the commit message are shown above ) |
6.4.31 18 Jul 2022 20:06:13 |
Matthias Andree (mandree) |
mail/fetchmail: update to 6.4.31.
Since the distro was built with a newer autoconf, the patch-configure
no longer applies and has been converted to a post-patch REINPLACE_CMD,
also to avoid future breakage.
This also adds one upstream Git patch to fix the version and date tags
in the manual page.
PR: 265251
Approved by: Corey Halpin (maintainer) |
6.4.30 27 Apr 2022 21:57:24 |
Matthias Andree (mandree) |
mail/fetchmail: update to 6.4.30.
FreeBSD ports relevant changes since 6.4.28:
Translation updates for:
* ro: Remus-Gabriel Chelu [Romanian]
* vi: Trần Ngọc Quân [Vietnamese]
PR: 263595
Approved by: Corey Halpin (maintainer)
MFH: 2022Q2 |
6.4.28 06 Mar 2022 15:03:58 |
Matthias Andree (mandree) |
mail/fetchmail: update to 6.4.28
BREAKING CHANGES:
* Bump wolfSSL minimum required version to 5.1.1 to pull in security fix.
FIXES:
* When using wolfSSL 5.0.0, work around a bug that appears to hit wolfSSL when
receiving handshake records while still in SSL_peek(). Workaround is to read
1 byte and cache it, then call SSL_peek() again.
This affects only some servers. https://github.com/wolfSSL/wolfssl/issues/4593
TRANSLATIONS: language translations were updated by this fine people:
* es: Cristian Othón Martínez Vera [Spanish]
* ro: Remus-Gabriel Chelu [Romanian]
* sr: Мирослав Николић (Miroslav Nikolić) [Serbian]
MFH: 2022Q1 |
6.4.25 10 Dec 2021 22:48:02 |
Matthias Andree (mandree) |
mail/fetchmail: update 6.4.25, add WOLFSSL support
WOLFSSL is a GPLv2+ licensed SSL library with OpenSSL compatibility
layer. This is to permit shipping fetchmail under a clean GPLv2+
license with OpenSSL 1.1.1. |
6.4.24 20 Nov 2021 22:55:58 |
Matthias Andree (mandree) |
mail/fetchmail: update to 6.4.24 and block LibreSSL.
Now really 6.4.24 and not a 6.4.25 WIP.
fetchmail cannot legally be linked with LibreSSL,
because there is no GPLv2 clause 2b exemption for
LibreSSL, only for OpenSSL.
Correct LICENSE and remove LICENSE_COMB.
Add comment on FSF dynamic linking dynamically
suggested by Corey Halpin in the approval.
Remove LibreSSL patch.
Related to:
PR: 259214
Update:
PR: 259945
MFH: 2021Q4
Approved by: chalpin@cs.wisc.edu (maintainer) |
6.4.22_1 20 Nov 2021 22:51:30 |
Matthias Andree (mandree) |
Revert "mail/fetchmail: update to 6.4.24 and block LibreSSL."
This reverts commit 30e97245f9dd9ddef1bffd874a9035a6fe9b6817.
That wasn't the approved patch, but a later WIP one. Fixing up. |
6.4.25 20 Nov 2021 22:45:48 |
Matthias Andree (mandree) |
mail/fetchmail: update to 6.4.24 and block LibreSSL.
fetchmail cannot legally be linked with LibreSSL,
because there is no GPLv2 clause 2b exemption for
LibreSSL, only for OpenSSL.
Correct LICENSE and remove LICENSE_COMB.
Remove LibreSSL patch.
Add FSF comment suggested by Corey Halpin in PR.
Related to:
PR: 259214
Update:
PR: 259945
MFH: 2021Q4
Approved by: chalpin@cs.wisc.edu (maintainer) |
6.4.22_1 24 Oct 2021 07:56:29 |
Bernard Spil (brnrd) |
mail/fetchmail: fix restart with "service -R"
PR: 258207
Approved by: chalpin cs wisc edu (maintainer) |
6.4.22 23 Oct 2021 17:08:00 |
Bernard Spil (brnrd) |
mail/fetchmail: Fix build with LibreSSL 3.4
PR: 259214
Approved by: Corey Halpin <chalpin cs wisc edu> (maintainer) |
6.4.22 14 Sep 2021 14:37:12 |
Matthias Andree (mandree) |
mail/fetchmail: update to 6.4.22 release.
This contains documentation updates, and one code change to the IMAP
client: IMAP: fix error code when LOGIN fails
This recently printed 'we've run out of authentication methods'
instead of the actual authentication failure.
This also formally adds OpenSSL 3.0.0 support.
PR: 258486
Approved by: Corey Halpin (maintainer) |
6.4.22.r3 30 Aug 2021 00:13:54 |
Matthias Andree (mandree) |
mail/fetchmail: update to 6.4.22.rc3
This fixes an IMAP protocol issue affecting all but the first IMAP
server in a run. It also updates translations.
PR: 258146
MFH: 2021Q3
Approved by: Corey Halpin (maintainer) |
6.4.22.r2 27 Aug 2021 21:24:53 |
Matthias Andree (mandree) |
mail/fetchmail: security update to 6.4.22.rc2
MFH: 2021Q3
URL: https://www.fetchmail.info/fetchmail-SA-2021-02.txt
Changelog: https://gitlab.com/fetchmail/fetchmail/-/blob/SNAPSHOT_6-4-22-rc2/NEWS#L87
Security: CVE-2021-39272
Security: 1d6410e8-06c1-11ec-a35d-03ca114d16d6
PR: 258071
Approved by: Corey Halpin (maintainer) |
6.4.21 10 Aug 2021 20:46:34 |
Guangyuan Yang (ygy) Author: Corey Halpin |
mail/fetchmail: Update to 6.4.21
PR: 257739 |
6.4.20 29 Jul 2021 20:45:20 |
Matthias Andree (mandree) |
mail/fetchmail: security update to 6.4.20
Security: cbfd1874-efea-11eb-8fe9-036bd763ff35
Security: CVE-2021-36386
Approved by: Corey Halpin (maintainer)
PR: 257480
MFH: 2021Q3 |
6.4.19 01 Jun 2021 16:46:05 |
Matthias Andree (mandree) |
mail/fetchmail: update to 6.4.19
* CHANGE: fetchmailconf: properly catch and report option parsing errors
* BUG FIX: LMTP: do not try to validate the last component of a
UNIX-domain LMTP socket as though it were a TCP port. Reported by
Christoph Heitkamp, Gitlab issue #33.
* TRANSLATION UPDATE: This fine person has contributed an updated
translation:
- sr: Мирослав Николић (Miroslav Nikolić) [Serbian]
PR: 256242
Approved by: Corey Halpin (maintainer) |
6.4.18 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
6.4.18 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
6.4.18 28 Mar 2021 21:02:48 |
mandree |
mail/fetchmail: update to 6.4.18 (includes mail/fetchmailconf)
fetchmail-6.4.18 (released 2021-03-27, 30011 LoC):
# REGRESSION FIX:
* fetchmailconf: fetchmail 6.4.16 added --sslcertfile to the configuration dump,
but fetchmailconf support was incomplete in Git 7349f124 and it could not
parse sslcertfile, thus the user settings editor came up empty with console
errors printed. Fix configuration parser in fetchmailconf.
# ROBUSTNESS FIXES:
* fetchmailconf: do not require fetchmail for -V. do not require Tk (Tkinter)
for -d option. This is to fail more gracefully on incomplete installs.
* TLS code: remove OPENSSL_NO_DEPRECATED macros to avoid portability issues
with OpenSSL v3 - these are for development purposes, not production. (Only the first 15 lines of the commit message are shown above ) |
6.4.17 11 Mar 2021 22:17:08 |
mandree |
mail/fetchmail: fetchmailconf: update to 6.4.17 (minor fixes, Japanese
translation)
# BUG FIXES
* IMAP client: plus memory leaks for username and password when trying
the LOGIN (password-based) authentication and encountered a timeout situation.
* dist-tools/getstats.py: also counts lines in *.py files [for NEWS file]
# CHANGES
* fetchmail.man: now mentions that you may need to add --ssl when specifying
a TLS-wrapped port.
* fetchmailconf: --version (-V) now prints the Python version in use.
# TRANSLATION UPDATE
* ja: Takeshi Hamasaki [Japanese]
PR: 254208
Approved by: Corey Halpin (maintainer)
MFH: 2021Q1 |
6.4.16 11 Feb 2021 02:13:42 |
nc |
mail/fetchmail and mail/fetchmailconf: Update to 6.4.16
PR: 253423
Submitted by: Corey Halpin <chalpin AT cs.wisc DOT edu> (maintainer) |
6.4.14 28 Dec 2020 10:35:34 |
otis |
mail/fetchmail: Update to 6.4.14
PR: 251979
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
Reviewed by: osa (mentor)
Approved by: osa (mentor)
Differential Revision: https://reviews.freebsd.org/D27689 |
6.4.13 08 Nov 2020 10:58:42 |
mandree |
mail/fetchmail: mail/fetchmailconf: Update to 6.4.13 [1], fix rcfile bug [2]
Update mail/fetchmail{,conf} to 6.4.13 and fix rc script to work correctly
when root's shell does not include /usr/local/bin in $PATH.
mail/fetchmail passes 'poudriere testport' on both i386 and amd64 under
11.4 and 12.1 for the following configurations:
- Default settings
- Default settings, build as non-root
- ssl=base, GSSAPI_MIT
- ssl=base, GSSAPI_NONE
- ssl=openssl
- ssl=openssl with SSL2 and SSL3 disabled
- ssl=openssl, GSSAPI_NONE
- ssl=libressl (Only the first 15 lines of the commit message are shown above ) |
6.4.12_3 01 Nov 2020 19:38:59 |
mandree |
mail/fetchmail: Fix shell's 'Bad -c option' in rcscript.
Turns out that our fetchmail_dump_config() function needs to add
one more level of quoting because it's being unquoted and word split
twice, once by su's shell, and again by sh.
While here, change sh to /bin/sh to make the intention clearer.
Bump PORTREVISION to get the fix out onto the systems.
PR: 250691
Reported by: Helmut Ritter <freebsd-ports@charlieroot.de>
Approved by: chalpin@cs.wisc.edu
MFH: 2020Q4 (blanket, one-line tested working fix, 4-eyes principle) |
6.4.12_2 06 Oct 2020 23:09:40 |
mandree |
mail/fetchmail: fix rcscript regression from _1 that broke global mode
In a situation where fetchmail is to be started globally with the
configuration in $LOCALBASE/etc, the rc.d file would try to run
fetchmail for the wrong user.
Simplify script more, avoiding recursive call in single-user mode.
Submitted by: Corey Halpin (maintainer, direct mail to mandree@)
Reported by: Armin Tuting |
6.4.12_1 05 Oct 2020 19:09:18 |
mandree |
mail/fetchmail: avoid rc.conf overriding daemon interval, many other fixes
Authors: CH = Corey Halpin, MA = Matthias Andree
- fetchmail's rc script now queries the daemon interval from the
configuration, and falls back to the rc.conf value if given. [CH]
- Similarly, the logging facility will be taken from the configuration [MA]
- Add documentation to the rcfile's header comments. [MA]
- Drop support for fetchmail_home_prefix in rc.conf, and query the
respective users' home directories with getent instead. [MA]
- In the rc scripts, redirect input from /dev/null so it will not ask
for passwords. [MA]
- Add support for the typical 12.1 rc.conf ${name}_... keywords. [MA]
- Make script execution easier to follow by simplifying if...else logic. [CH]
- Fix rcscript's exit code to be 1 if one of the per-user calls fails. [CH]
- Add relevant notes to UPDATING. [MA]
PR: 249860
Submitted by: Corey Halpin (maintainer)
Reported by: Chris James (on fetchmail-users mailing list)
Approved by: Corey Halpin (maintainer) |
6.4.12 04 Sep 2020 16:04:52 |
mandree |
mail/fetchmail: update to 6.4.12 (regression fixes)
Fixes these regressions:
- Misleading false complaints that TLSv1.3 support were missing from the
system but still auto-negotiating it (broken in 6.4.9, fixed in 6.4.11).
- README contained NEWS fragments (broken since c. 1 year/c. 6.4.2,
fixed in 6.4.12) instead of the actual contents.
(This was also the reason to skip 6.4.11).
For the potential MFH 6.4.8 -> 6.4.12, 6.4.9 also
adds to the manual page which has is used for fingerprints, MD5,
and adds a Romanian-language translation by Florentina Musat.
PR: 249009
Approved by: Corey Halpin (maintainer)
MFH: 2020Q3 (manpage, README fixes, added translation) |
6.4.10 28 Aug 2020 14:42:13 |
mandree |
mail/fetchmail: update to 6.4.10
while here, switch distfile back to xz format and update
the > 2^31 "long long" fix so it patches the right place of the NEWS file.
- adds Romanian translation
- minor manual page fix to add "MD5" hash to sslfingerprint documentation
PR: 248954
Approved by: Corey Halpin (maintainer) |
6.4.8 15 Jun 2020 07:53:05 |
mandree |
mail/fetchmail: update to 6.4.8, adds Serbian translation, ...
and updates a few other translations:
Czech, French, Japanese, Polish, Albanian, Swedish, Chinese/simplified,
Esperanto.
PR: 247261
Approved by: chalpin@cs.wisc.edu (Corey Halpin, maintainer)
MFH: 2020Q2 (translation updates) |
6.4.4 26 Apr 2020 16:54:02 |
mandree |
mail/fetchmail: update to 6.4.4 (updates Japanese translation and version)
No code changes.
PR: 245927
Approved by: chalpin@cs.wisc.edu (Corey Halpin, maintainer)
MFH: 2020Q2 (only translation update for ja (Japanese)) |
6.4.3 05 Apr 2020 19:59:09 |
mandree |
mail/fetchmail, fetchmailconf: update from -rc2 to release (translations)
Update from fetchmail-6.4.3-rc2 to fetchmail-6.4.3, with these relevant changes.
None affect code files, it's only translations and documentation.
* 02c92e99 2020-04-05 | po/: Record 'make distcheck' changes for release. (tag:
RELEASE_6-4-3) [Matthias Andree]
* 0b175aec 2020-04-05 | configure.ac, NEWS: Bump version for 6.4.3 release.
[Matthias Andree]
* 0b143cf8 2020-04-04 | NEWS: Mention Esperanto update. [Matthias Andree]
* 54577a4d 2020-04-03 | Update <eo> Esperanto translation to fetchmail 6.4.3-rc2
[Felipe Castro]
* cd34cf8f 2020-04-02 | NEWS: Add translations so far. [Matthias Andree]
* 5ed4bb4c 2020-04-01 | Update <sv> Swedish translation to fetchmail 6.4.3-rc2
[Goran Uddeborg]
* 117ecd06 2020-03-31 | Update <zh_CN> Chinese (simplified) translation to
fetchmail 6.4.3-rc2 [Boyuan Yang]
* 13600873 2020-03-31 | Update <sq> Albanian translation to fetchmail-6.4.3-rc2
[Besnik Bleta]
* c83a5ae9 2020-03-31 | Update <pl> Polish translation to fetchmail 6.4.3-rc2
[Jakub Bogusz]
* 741ae779 2020-04-01 | Update <fr> French translation to fetchmail-6.4.3-rc2
[Frederic Marchal]
* 744af877 2020-03-31 | Update <cs> Czech translation to fetchmail 6.4.3-rc2
[Petr Pisar]
There is no documentation/translation-update blanket.
PR: 245371
Approved by: Corey Halpin (maintainer)
MFH: 2020Q2 (only documentation and translation updates, please approve) |
6.4.3.r2 31 Mar 2020 15:43:00 |
mandree |
mail/fetchmail, fetchmailconf: update to 6.4.3-rc2 (bug fixes)
Add a patch to document --sslproto tls1.3+ and tls1.3 through the manpage,
which hasn't made 6.4.3-rc2 but works since 6.4.0 assuming that the SSL library
supports TLSv1.3.
Remove fetchmailconf patch that is now part of the upstream code.
Switch to .lz downloads, a tiny bit smaller.
Upstream changelog:
## BUGFIXES:
* Plug memory leaks when parts of the configuration (defaults, rcfile, command
line) override one another.
* fetchmail terminated the placeholder command string too late and included (Only the first 15 lines of the commit message are shown above ) |
6.4.2 22 Feb 2020 18:24:30 |
glewis |
Fix the build with the latest krb5 port
PR: 244228
Submitted by: Corey Halpin <chalpin@cs.wisc.edu> (maintainer) |
6.4.2 20 Feb 2020 00:01:59 |
mandree |
mail/fetchmail: mail/fetchmailconf: update to 6.4.2, make Python 3 compatible
Fetchmail updated to new revision 6.4.2
- one bugfix
- manual page updates
- update of Chinese (simplified) translation
- massive fetchmailconf overhaul
+ Python 3 compatible (requires py-future)
+ Supports IPv6 and SSL probing
- remove two patches for fetchmail that are in the upstream release
- add a smoke test to fetchmailconf's post-install,
and a patch to support that running without X11 $DISPLAY.
PR: 244130
Submitted by: mandree@
Reviewed by: Corey Halpin <chalpin@cs.wisc.edu> (maintainer)
Approved by: Corey Halpin <chalpin@cs.wisc.edu> (maintainer)
MFH: 2020Q1 (bugfixes and fetchmailconf update and Python3 compat.) |
6.4.1_1 14 Feb 2020 22:18:57 |
mandree |
Unbreak fetch of fetchmailconf...
...which inherits MASTER_SITES through .including fetchmail/Makefile |
6.4.1_1 14 Feb 2020 21:23:19 |
mandree |
mail/fetchmail: update for new caroot infrastructure in base
PR: 243613
Submitted by: Helge Oldach <freebsd@oldach.net>
Approved by: Corey Halpin <chalpin@cs.wisc.edu> (maintainer) |
6.4.1_1 09 Oct 2019 23:06:05 |
mandree |
mail/fetchmail: cat(1) test-suite.log from build
This is to assist with build error diagnosis,
after PRs 240914 and 241032.
Submitted by: mandree@
Approved by: Corey Halpin (maintainer)
(obtained by e-mail outside Bugzilla) |
6.4.1_1 09 Oct 2019 17:15:29 |
mandree |
fetchmail: Fix manpage rendering w/ groff, fix t.smoke failure
PR: 240914
PR: 241032
Submitted by: Corey Halpin (maintainer)
Reported by: Helge Oldach, Konstantin Belousov |
6.4.1 09 Oct 2019 12:06:22 |
bapt |
Drop the ipv6 virtual category for m* category as it is not relevant anymore |
6.4.1 03 Oct 2019 13:46:23 |
mandree |
Limit USES+=compiler:c11 to powerpc* and FreeBSD < 13.
MIPS regressed in r513614 because it does not have a C11
compiler. Fetchmail 6.4.1 is C89 code, one patch we provide
makes it C99 (it requires the long long int type).
The base compiler on powerpc 11/12 does not yield an executable,
but MIPS on the other hand does not offer a C11 compiler,
so for now, revert anything but powerpc before FreeBSD 13
to use its base compiler. FreeBSD 13 is exempt and also uses
the base compiler, because the ARCH guys intend to merge LLVM 9
soon.
PR: 241031
Reviewed by: pkubaj@
Approved by: blanket (fix recent regression from r513614) |
6.4.1 02 Oct 2019 19:41:21 |
pkubaj |
mail/fetchmail: fix build on GCC architectures
Base GCC miscompiles binaries, one test fails:
FAIL: t.smoke
SKIP: t.validate-xhtml10
SKIP: t.validate-xhtml
PASS: t.x509_name_match
============================================================================
Testsuite summary for fetchmail 6.4.1
============================================================================
# TOTAL: 4
# PASS: 1
# SKIP: 2
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
Approved by: mentors (implicit approval) |
6.4.1 28 Sep 2019 21:29:29 |
mandree |
mail/fetchmail: update to 6.4.1.
Release notes: https://sourceforge.net/projects/fetchmail/files/branch_6.4/
While here, remove fetchmail64 port, now no longer needed.
PR: 240908
Submitted by: chalpin@cs.wisc.edu (maintainer) |
6.3.26_11 27 Sep 2019 18:18:13 |
mandree |
Chase MASTER_SITES directory rename.
Approved by: portmgr (blanket) |
6.3.26_11 19 Aug 2019 22:09:56 |
mandree |
Resolve conflicts and fix portlint warnings around USES= placement. |
6.3.26_11 13 Aug 2019 22:29:43 |
mat |
onvert to UCL & cleanup pkg-message (categories l-m) |
6.3.26_11 20 Jan 2019 11:28:49 |
mandree |
Fixup minor oversights from r490780 mail/fetchmail*
* Update comment in mail/fetchmail/files/fetchmailrc.sample
* Remove mail/fetchmail/files/fetchmail.in that got copied
to mail/fetchmailconf/files/ |
6.3.26_11 20 Jan 2019 11:25:07 |
mandree |
mail/fetchmail depends overhaul, new fetchmailconf port
* Bring back SNI (server name indication) support for TLS connections,
lost in 6.3.26_10 (PORTREVISION=10) as a regression over _9.
Pointy hat: mandree@
* Drop the X11 option, remove the Python dependency, and create a new
mail/fetchmailconf slave port/package that installs the fetchmailconf
configurator. Note that the _DEPENDS of the ports reflects a technical
dependence (fetchmailconf needs fetchmail), and we cannot keep an
X11 option that depends on fetchmailconf, since that would create
a circular dependency, which we must avoid.
* Patch configure instead of configure.ac with Cy's Kerberos fix, drop
autoreconf from USES, and add a new configure check directly to set
HAVE_DECL_SSLV3_CLIENT_METHOD to cover the various TLS providers
(currently five, base, openssl, openssl111, libressl, libressl-devel)
* Add -Wl,--as-needed to LDFLAGS so as not to pull in unneeded .so
libraries, for instance, libcom_err when compiling under GSSAPI_NONE.
* Bump PORTREVISION.
Very fruitful and nice collaboration with and
Approved by: chalpin@cs.wisc.edu (maintainer) |
6.3.26_10 11 Jan 2019 06:36:29 |
mandree |
Fix GSSAPI-based, and NLS-less, builds.
This was also tested on a live 12.0 amd64 machine,
11.2-arm64 and 11.2-i386 poudriere boxes with base GSSAPI.
PR: 234740
Reported by: Peter Putzer (Bugzilla), Alex V. Petrov (e-mail)
Approved by: Corey Halpin (maintainer) |
6.3.26_9 06 Jan 2019 07:21:24 |
cem |
mail/fetchmail: backport less-old TLS support from Fedora
Allows options like 'sslproto "TLS1.2+"', for example.
PR: 233247
Submitted by: Corey Halpin <chalpin@cs.wisc.edu> (maintainer)
Approved by: koobs |
6.3.26_8 22 Nov 2018 01:52:39 |
meta |
mail/fetchmail: backport SNI support from upstream
This affects some servers such as Gmail.
See also bugs on Linux distributions.
* https://bugzilla.redhat.com/show_bug.cgi?id=1611815
* https://bugs.launchpad.net/ubuntu/+source/fetchmail/+bug/1798786
PR: 233078
Submitted by: fuyuhiko.maruyama@gmail.com
Approved by: Corey Halpin <chalpin@cs.wisc.edu> (maintainer), mentors (implicit)
Obtained
from: https://gitlab.com/fetchmail/fetchmail/commit/9b8b634312f169fab872f3580c2febe5af031615
MFH: 2018Q4 |
6.3.26_7 06 Nov 2018 14:52:43 |
roberto |
mail/fetchmail:
- Ensure the fetchmail script returns 1 if fetchmail is not running.
- Bump PORTREVISION.
PR: ports/219051 |
6.3.26_6 22 May 2018 13:15:13 |
mat |
Add PY_FLAVOR to Python module dependencies.
Sponsored by: Absolight |
6.3.26_6 11 May 2018 11:23:42 |
mandree |
Fix build with openssl-devel, remove BROKEN_SSL.
Approved by: (blanket approval for unbreaking builds) |
6.3.26_6 28 Apr 2018 17:49:37 |
cy |
Correctly link to MIT KRB5 libraries when selected.
This was discovered while working through issues relating to an
exp-run using base with private Heimdal, part of the project to
make a) Heimdal in base private and b) import MIT into base (PR 222745).
PR: 227680
Submitted by: cy@
Approved by: Corey Halpin <chalpin@cs.wisc.edu> (maintainer)
MFH: 2018Q2 |
6.3.26_5 17 Feb 2018 12:00:18 |
sunpoet |
Use BROKEN_SSL
Approved by: portmgr (blanket) |
6.3.26_5 24 Oct 2017 09:23:32 |
amdmi3 |
- Fix depends: always require python since fetchmailconf.py is always installed
Approved by: portmgr blanket |
6.3.26_4 15 Mar 2017 14:45:31 |
mat |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight |
6.3.26_4 02 Dec 2016 11:58:22 |
mat |
Do not use post-stage. Use post-install instead.
The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.
PR: 214780
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
6.3.26_4 29 Nov 2016 18:46:22 |
mat |
Mark some ports as not openssl-devel ready.
Sponsored by: Absolight |
6.3.26_4 31 Jul 2016 14:16:56 |
kevlo |
Fix pkg-plist when X11 option is on.
PR: 210757
Submitted by: Ting-Wei Lan <lantw44@gmail.com>
Approved by: Corey Halpin <chalpin@cs.wisc.edu> (maintainer) |
6.3.26_4 21 Jun 2016 06:14:41 |
brnrd |
mail/fetchmail: Fix build without SSLv3
- Fix build with OpenSSL 1.1 and LibreSSL
- Stop using pkg-install/pkg-deinstall scripts
- Use pkg-plist keywords
- Use GSSAPI ports framework
- Change X11, POP2 options to use options framework
PR: 210130
Submitted by: freebsd-ports@charlieroot.de
Reviewed by: Corey Halpin <chalpin@cs.wisc.edu> (maintainer)
Approved by: Corey Halpin <chalpin@cs.wisc.edu> (maintainer) |
6.3.26_3 24 May 2016 20:32:55 |
mandree |
Disable SSLv2, to fix new/from-ports OpenSSL builds.
Newer and ports-based builds define the SSLv2_client_method() in the
headers unless OPENSSL_NO_SSL2, or, depending on version,
OPENSSL_NO_SSL2_METHOD is defined, however newer OpenSSL versions in
FreeBSD no longer provide the implementation in the library.
Preload the autoconf (configure) cache to pretend SSLv2_client_method()
were universally _un_available, effectively disabling SSLv2 altogether.
PR: 209596
Submitted by: peter@ [first proposal], mandree@ [committed proposal]
Reported by: peter@
Approved by: chalpin@cs.wisc.edu (maintainer) |
6.3.26_2 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
6.3.26_2 19 Oct 2015 14:50:52 |
amdmi3 |
Improve shebangfix framework
- Support multiple values in *_OLD_CMD, i.e. we can now fix both
"/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify
them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash,
ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously)
replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is
still (correctly) replaced with "${perl_CMD} -tt")
Note that *_OLD_CMD items containing spaces must now be quoted (e.g.
perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")
Update shebangfix usage according to new rules in many ports:
- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces
Fix shebangfix usage in many ports (irrelevant to infrastructure change):
- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as
python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for
exact string
Approved by: portmgr (bapt)
Differential Revision: D3756 |
6.3.26_2 04 Sep 2015 21:33:20 |
amdmi3 |
- Switch to options helpers
- Switch to @sample
Approved by: portmgr blanket |
6.3.26_2 30 Jun 2015 16:28:57 |
amdmi3 |
- Correct python dependency to fix build with X11 enabled
PR: 201131
Submitted by: lantw44@gmail.com
Approved by: chalpin@cs.wisc.edu (maintainer) |
6.3.26_2 05 Apr 2015 00:53:37 |
amdmi3 |
- Add CPE info
Approved by: portmgr blanket |
6.3.26_2 04 Nov 2014 00:24:44 |
mandree |
Update URLs that pointed to the defunct berlios.de site. |
6.3.26_1 21 Oct 2014 17:10:06 |
mva |
- Convert ports of mail/ to new USES=python
Approved by: portmgr (implicit) |
6.3.26_1 12 Aug 2014 11:22:02 |
marino |
mail/fetchmail: Fix on F10 when system is built without Kerberos
PR: 191978
Submitted by: Jeremy Chadwick
Approved by: maintainer (Corey Halpin) |
6.3.26_1 15 Jul 2014 16:14:15 |
adamw |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. |
6.3.26_1 24 Apr 2014 16:26:48 |
mat |
Remove the last @comment $FreeBSD$ from plists.
With hat: portmgr
Sponsored by: Absolight |
6.3.26_1 23 Apr 2014 11:09:10 |
rene |
Fix typo in pkg-install.in and bump PORTREVISION
Submitted by: Takefu <takefu@airport.fm> |
6.3.26 22 Apr 2014 16:10:50 |
rene |
- Add license information [1]
- Fix shebang for fetchmailconf.py [1]
- Convert POP2 knob into an option [1]
- Use option helpers [1]
- Fix staging of documentation and X11 files [1]
- Simplify post-install target and pkg-plist
- Replace USE_GMAKE and USE_XZ by their USES equivalents
- Do not display pkg-message in post-install
- Do not create /var/run/fetchmail in pkg-plist
PR: ports/185572 [1]
Submitted by: Takefu <takefu@airport.fm>
Approved by: maintainer timeout (<chalpin@cs.wisc.edu>) |
6.3.26 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
6.3.26 20 Sep 2013 19:59:14 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
6.3.26 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
6.3.26 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
6.3.26 23 Apr 2013 22:38:00 |
mandree |
Upgrade to new version 6.3.26.
This fixes one data loss bug that causes the last line of a message to
be lost if it is unterminated (i. e. no LF character) and if the
"mimedecode" option is enabled (which defaults to "off").
PR: ports/178092
Approved by: Corey Halpin (maintainer) |
6.3.25 26 Mar 2013 08:56:29 |
mandree |
Update to new upstream release 6.3.25.
Adds Esperanto-language translation.
PR: ports/177094
Approved by: Corey Halpin (maintainer) |
6.3.24_1 03 Mar 2013 08:13:08 |
beech |
- Update script for chasing _tkinter.so relocation
PR: ports/176611
Submitted by: Li-Wen Hsu <lwhsu@FreeBSD.org>
Approved by: Corey Halpin <chalpin@cs.wisc.edu> (maintainer) |
6.3.24 10 Jan 2013 01:46:38 |
mandree |
Fix up my patch error.
Not bumping PORTREVISION because there is no functional change,
the script has either replaced itself through exec, or exited. |
6.3.24 10 Jan 2013 01:36:21 |
mandree |
Changes by Po-Chien Lin:
- Update to 6.3.24
- Switch to OptionsNG
- Remove unused variables: PATCH_STRIP, MAKE_ENV
- Rearrange ordering of some sections
- Use PORTDOCS to handle document list instead of pkg-plist
- Alter pkg-plst to make portlint(1) happier
- Cleanup TABs
- Set USE_PYTHON_RUN only if X11 option is set.
- Rename files/fetchmailconf to files/fetchmailconf.in,
add it into SUB_FILES, and make the corresponding change in
pre-patch target.
- The `fetchmailconf' wrapper will only be installed when X11
option is unset, otherwise we use the native wrapper which will
directly call the script under PYTHON_SITELIBDIR.
- Add %%X11%% and %%NOX11%% prefix to PLIST_SUB.
Changes by Corey Halpin (maintainer):
- Update MASTER_SITES
PR: 174873
Submitted by: Po-Chien Lin <linpc@cs.nctu.edu.tw>
Approved by: Corey Halpin (maintainer) |
6.3.22 30 Aug 2012 06:24:48 |
mandree |
Update to upstream release fetchmail 6.3.22.
Fixes CVE-2011-3389 (reenabling a countermeasure against
chosen-plaintext attacks against block cipher initialization)
Fixes CVE-2012-3482 (vulnerabilities in NTLM authentication; already
fixed in FreeBSD's port 6.3.21_1)
Assorted other fixes and workarounds.
Adds a Swedish translation.
Release
Notes: http://developer.berlios.de/project/shownotes.php?release_id=19117
PR: 171177
Approved by: Corey Halpin (maintainer)
Security: CVE-2012-3482
Security: http://www.vuxml.org/freebsd/83f9e943-e664-11e1-a66d-080027ef73ec.html
Security: CVE-2011-3389
Security: http://www.vuxml.org/freebsd/18ce9a90-f269-11e1-be53-080027ef73ec.html |
6.3.21_1 27 Aug 2012 22:06:20 |
adamw |
Typo nit. |