Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.2.13_1 08 Jul 2024 05:08:30 |
Jason E. Hale (jhale) |
*/*: Chase security/libassuan shlib bump |
2.2.13 13 Mar 2024 06:22:31 |
Zsolt Udvari (uzsolt) Author: Derek Schrock |
mail/mutt: Update to 2.2.13
Changelog: https://marc.info/?l=mutt-users&m=170998444711121&w=2
PR: 277604
Approved by: Submitter is maintainer, bofh (mentor)
Differential Revision: https://reviews.freebsd.org/D44293 |
2.2.12_1 22 Jan 2024 00:29:00 |
Muhammad Moinur Rahman (bofh) |
mail/mutt: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
2.2.12 10 Sep 2023 16:13:06 |
Robert Clausecker (fuz) Author: Derek Schrock |
mail/mutt: Update to 2.2.12
A bug fix release, fixing two crash issues.
Changelog: https://marc.info/?l=mutt-users&m=169424554006904&w=2
PR: 273653
MFH: 2023Q3 |
2.2.11 19 Aug 2023 11:24:51 |
Nuno Teixeira (eduardo) Author: Derek Schrock |
mail/mutt: Update to 2.2.11 (bugfix release)
ChangeLog: https://marc.info/?l=mutt-users&m=169233630113160&w=2
PR: 273214
MFH: 2023Q3 |
2.2.10_3 29 Jun 2023 11:46:02 |
Fernando ApesteguĂa (fernape) Author: Derek Schrock |
mail/mutt: Remove feature patches
* As mentioned in efe2cf37e6 UPDATING and pkg-message to keep mail/mutt
inline with upstream removing addtional ports patches.
* Update post-install sed to be more vim make.vim syntax friendly. It is
making any # a make comments.
Some of these patches
PR: 272194
Reported by: dereks@lifeofadishwasher.com (maintainer)
Differential Revision: https://reviews.freebsd.org/D40754 |
2.2.10_2 18 May 2023 08:19:52 |
Robert Clausecker (fuz) Author: Derek Schrock |
mail/mutt: Fix SASL option to not always disable SASL
With 60ba31d73e SASL_NONE_CONFIGURE_WITH however with it unchecked
--without-sasl was added. Always disabling sasl.
Use OPT_CONFIGURE_OFF and OPT_CONFIGURE_ON to make sure --without-sasl
isn't added when SASL_NONE is unchecked.
PR: 271395
Approved by: kh@panix.com (maintainer) |
2.2.10_1 09 May 2023 09:38:23 |
Fernando ApesteguĂa (fernape) Author: Derek Schrock |
mail/mutt: Remove QUOTE_PATCH option and future patch removal
* Removing QUOTE_PATCH due to logic issues and RFC3676 quoting.
* Keep vvv initials patch from QUOTE_PATCH adding INITIALS_PATCH
* Add depercation of other patches to be removed in future updates via
UPDATING and pkg-message. See PR 271190 [1] comment 12 [2].
* SASL_NONE will now add --with-sasl=no (making portlint happy)
* Update context on patches
[1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271190
[2] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271190#c12
Context and discussion:
https://lists.freebsd.org/archives/freebsd-ports/2023-May/003815.html
PR: 271190
Reported by: kh@panix.com
Differential Revision: https://reviews.freebsd.org/D39985 |
2.2.10 26 Mar 2023 12:56:23 |
Koichiro Iwao (meta) Author: Derek Schrock |
mail/mutt: Update to 2.2.10
- Update to bug fix release 2.2.10 [1]
[1] https://marc.info/?l=mutt-users&m=167977874115475&w=2
PR: 270455 |
2.2.9 07 Dec 2022 15:34:04 |
Dimitry Andric (dim) |
mail/mutt: fix build with clang 15
During an exp-run for llvm 15 (see bug 265425), it turned out that
mail/mutt failed to build with clang (and lld) 15:
--- init.o ---
In file included from init.c:43:
./init.h:3166:37: error: incompatible integer to pointer conversion
initializing 'void *' with an expression of type 'int' [-Wint-conversion]
{ "quote_empty", DT_BOOL, R_NONE, OPTQUOTEEMPTY, 1 },
^~~~~~~~~~~~~
./init.h:3166:37: warning: suggest braces around initialization of subobject
[-Wmissing-braces]
{ "quote_empty", DT_BOOL, R_NONE, OPTQUOTEEMPTY, 1 },
^~~~~~~~~~~~~
{ }
./init.h:3166:52: error: incompatible integer to pointer conversion
initializing 'void *' with an expression of type 'int' [-Wint-conversion] (Only the first 15 lines of the commit message are shown above ) |
2.2.9 13 Nov 2022 22:50:43 |
Nuno Teixeira (eduardo) Author: Derek Schrock |
mail/mutt: Update to 2.2.9
ChangeLog:
http://lists.mutt.org/pipermail/mutt-users/Week-of-Mon-20221107/003985.html
PR: 267734
MFH: 2022Q4 (bugfixes) |
2.2.8 06 Nov 2022 14:45:50 |
Wen Heping (wen) |
mail/mutt: Update to 2.2.8
PR: 267582
Reported by: dereks@lifeofadishwasher.com(maintainer) |
2.2.7_1 22 Oct 2022 09:36:07 |
Daniel Engberg (diizzy) |
*/*: Bump PORTREVISION for consumers of libunistring
Reported by: jbeich |
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) |
2.2.7 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 ) |
2.2.7 08 Aug 2022 04:38:21 |
Koichiro Iwao (meta) Author: Derek Schrock |
mail/mutt: Update to 2.2.7
- Update to bug fix release [1] 2.2.7
[1] http://lists.mutt.org/pipermail/mutt-users/Week-of-Mon-20220801/003673.html
PR: 265694 |
2.2.6_1 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 ) |
2.2.6_1 21 Jun 2022 20:57:59 |
Po-Chuan Hsieh (sunpoet) |
security/libgsasl: Update to 2.0.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://gitlab.com/gsasl/gsasl/-/blob/master/NEWS |
2.2.6 07 Jun 2022 02:13:18 |
Guangyuan Yang (ygy) Author: Derek Schrock |
mail/mutt: Update to 2.2.6
Changelog: https://gitlab.com/muttmua/mutt/-/blob/stable/UPDATING#L12
PR: 264489 |
2.2.5 20 May 2022 15:37:41 |
Fernando ApesteguĂa (fernape) Author: Derek Schrock |
mail/mutt: Update to 2.2.5 add GNU SASL option
ChangeLog: https://marc.info/?l=mutt-users&m=165272386215588&w=2
* Move SASL auth to a OPTIONS_SINGLE
SASL_CYRUS Cyrus SASL default (old SASL option)
SASL_GSASL GNU SASL
PR: 264091
Reported by: dereks@lifeofadishwasher.com (maintainer) |
2.2.4_1 17 May 2022 22:14:04 |
Dmitri Goutnik (dmgk) Author: John Hein |
mail/mutt: Indicate that mutt becomes AGPLv3 if linked with bdb18
Set LICENSE to AGPLv3 if mutt is linked with bdb18 and show in
options that bdb18 is licensed under AGPLv3.
PR: 264024
Approved by: Derek Schrock <dereks@lifeofadishwasher.com> (maintainer) |
2.2.4_1 02 May 2022 13:10:58 |
Dmitri Goutnik (dmgk) Author: Derek Schrock |
mail/mutt: New hcache options change default to lmdb
- Add three new(ish) hcache options HCACHE_{LMDB,GDBM,QDBM}
- Update HCACHE_BDB to use database/db18
- Due to bdb5's EOL change the default hcache to HCACHE_LMDB.
Favoring lmbd since it's performance is on par with BDB and that db18's
AGPL3 licensing seems to be a point of contention.
PR: 263211 |
2.2.4 01 May 2022 12:08:52 |
Dmitri Goutnik (dmgk) Author: Derek Schrock |
mail/mutt: Update to 2.2.4
Changes: https://marc.info/?l=mutt-users&m=165135060511141&w=2
PR: 263695 |
2.2.3 15 Apr 2022 17:07:59 |
Fernando ApesteguĂa (fernape) Author: Derek Schrock |
mail/mutt: update to 2.2.3
Security and bug fix update.
ChangeLog: https://marc.info/?l=mutt-users&m=164979464612885&w=2
https://gitlab.com/muttmua/mutt/-/issues/404
PR: 263248
Reported by: dereks@lifeofadishwasher.com (maintainer)
MFH: 2022Q2 (security update)
Security: CVE-2022-1328 |
2.2.2 30 Mar 2022 02:41:41 |
Guangyuan Yang (ygy) Author: Derek Schrock |
mail/mutt: Update to 2.2.2
- Portclippy/portfmt cleanup
- Tell portclippy to ignore makesum hack
Changelog: https://marc.info/?l=mutt-users&m=164824319527784&w=2
PR: 262849 |
2.2.1 20 Feb 2022 12:14:47 |
Koichiro Iwao (meta) Author: Derek Schrock |
mail/mutt: Update to 2.2.1
- Update to bug fix release 2.2.1 [1]
[1] https://marc.info/?l=mutt-users&m=164530303601380&w=2
PR: 262057 |
2.2.0 14 Feb 2022 05:23:36 |
Guangyuan Yang (ygy) Author: Derek Schrock |
mail/mutt: Update to 2.2.0
Changelog: https://marc.info/?l=mutt-users&m=164471766728598&w=2
PR: 261917 |
2.1.5 31 Dec 2021 02:28:46 |
Guangyuan Yang (ygy) Author: Derek Schrock |
mail/mutt: Update to 2.1.5
Changelog: https://marc.info/?l=mutt-users&m=164090009229982&w=2
PR: 260830 |
2.1.4 15 Dec 2021 03:47:39 |
Neel Chauhan (nc) Author: Derek Schrock |
mail/mutt: Update to 2.1.4
Changes: https://marc.info/?l=mutt-users&m=163926095306375&w=2
PR: 260248 |
2.1.3 29 Oct 2021 09:50:18 |
Stefan EĂźer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
2.1.3 11 Sep 2021 00:20:17 |
Kevin Bowling (kbowling) Author: Derek Schrock |
mail/mutt: Update to 2.1.3
Update to 2.1.3 [1] bug fix release
[1] https://marc.info/?l=mutt-users&m=163130775019943&w=2
PR: 258417 |
2.1.2 26 Aug 2021 10:37:46 |
Fernando ApesteguĂa (fernape) Author: Derek Schrock |
mail/mutt: Update to 2.1.2
ChangeLog: https://marc.info/?l=mutt-users&m=162983889009185&w=2
PR: 258050
Reported by: dereks@lifeofadishwasher.com (maintainer) |
2.1.1 14 Jul 2021 05:53:30 |
Kevin Bowling (kbowling) Author: Derek Schrock |
mail/mutt: Update to 2.1.1
Announcement https://marc.info/?l=mutt-users&m=162611985204005&w=2
PR: 257169 |
2.1.0 14 Jun 2021 21:44:30 |
Neel Chauhan (nc) Author: Derek Schrock |
mail/mutt: Update to 2.1.0
- Update to 2.1.0 [1]
- Remove patch-browser upstream now ignores ..
[1] http://www.mutt.org/relnotes/2.1/
PR: 256609 |
2.0.7 05 May 2021 16:39:45 |
Neel Chauhan (nc) Author: Derek Schrock |
mail/mutt: Update to 2.0.7
Changes: https://marc.info/?l=mutt-users&m=162015745014958&w=2
PR: 255604 |
2.0.6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.0.6 08 Mar 2021 01:28:23 |
nc |
mail/mutt: Update to 2.0.6
Changes: https://marc.info/?l=mutt-users&m=161506299218890&w=2
PR: 254074
Submitted by: Derek Schrock <dereks AT lifeofadishwasher DOT com> (maintainer) |
2.0.5 23 Jan 2021 21:14:02 |
otis |
mail/mutt: Security update to 2.0.5
- Update to 2.0.5 with fix for CVE-2021-3181
- Changelog at:
https://gitlab.com/muttmua/mutt/-/raw/da5e328257fd56f3498158be9277f0d9d36801f9/ChangeLog
PR: 252930
Submitted by: Derek Schrock <dereks@lifeofadishwasher.com> (maintainer)
Reviewed by: osa (mentor)
Approved by: osa (mentor)
MFH: 2021Q1
Security: 387bbade-5d1d-11eb-bf20-4437e6ad11c4
Differential Revision: https://reviews.freebsd.org/D28309 |
2.0.4 13 Jan 2021 13:54:36 |
otis |
mail/mutt: Update to 2.0.4
A bugfix release.
And while here, also reformat Makefile according to portfmt and portclippy
PR: 252295
Submitted by: Derek Schrock <dereks@lifeofadishwasher.com> (maintainer)
Reviewed by: osa (mentor)
Approved by: osa (mentor)
Differential Revision: https://reviews.freebsd.org/D27951 |
2.0.3 13 Dec 2020 19:01:14 |
fernape |
mail/mutt: Update to 2.0.3
ChangeLog: https://marc.info/?l=mutt-users&m=160711464529967&w=2
PR: 251623
Submitted by: dereks@lifeofadishwasher.com (maintainer) |
2.0.2 22 Nov 2020 18:23:25 |
fernape |
mail/mutt: Update to 2.0.2
ChangeLog: https://marc.info/?l=mutt-users&m=160589518808669&w=2
vuxml entry in PR: 251278
PR: 251277
Submitted by: dereks@lifeofadishwasher.com
MFH: 2020Q4 (blanket, security fix) |
2.0.1 16 Nov 2020 15:14:28 |
fernape |
mail/mutt: Update to 2.0.1
ChangeLog: https://marc.info/?l=mutt-users&m=160539183815225&w=2
PR: 251165
Submitted by: dereks@lifeofadishwasher.com (maintainer) |
2.0.0 09 Nov 2020 06:32:54 |
lwhsu |
mail/mutt: Update to 2.0.0 with extra patch cleanup
- Update to 2.0.0 [1][2]
- Remove threadcomplete. Appears ~(~T) has the same functionality.
- Remove muttlib.c patch and use mutt's mktemp functions for temp files.
I don't believe this is an issue since neomutt also use's mutt's.
- Remove forcebase64 patch. Should no longer be an issue.
- Remove spelling options. Install the desired spelling port and
configure mutt as needed.
- Update patch contexts.
[1] https://marc.info/?l=mutt-announce&m=160478560100820&w=2
[2] http://www.mutt.org/relnotes/2.0/
PR: 250970
Submitted by: Derek Schrock <dereks@lifeofadishwasher.com> (maintainer) |
1.14.7 02 Sep 2020 04:43:15 |
swills |
mail/mutt: Update to 1.14.7
PR: 249004
Submitted by: Derek Schrock <dereks@lifeofadishwasher.com> (maintainer) |
1.14.6 12 Jul 2020 12:31:57 |
dmgk |
mail/mutt: Update to 1.14.6
Changes: https://marc.info/?l=mutt-users&m=159450037229752&w=2
PR: 247928
Submitted by: Derek Schrock <dereks@lifeofadishwasher.com> (maintainer) |
1.14.5 24 Jun 2020 20:29:39 |
zeising |
mail/mutt: Update to 1.14.5
Update mail/mutt to 1.14.5, this is a security fix release, with fixes for
CVE-2020-14093 and CVE-2020-14954
PR: 247400
Submitted by: Derek Schrock
MFH: 2020Q2
Security: 5b397852-b1d0-11ea-a11c-4437e6ad11c4
29b13a34-b1d2-11ea-a11c-4437e6ad11c4 |
1.14.3 15 Jun 2020 08:04:04 |
meta |
mail/mutt: Update to 1.14.3
- Update to 1.14.3
- Muttrc removed from dist. making perl a BUILD_DEPENDS
- manual.txt removed from dist. making lynx a DOCS_BUILD_DEPENDS
- Remove MASTER_SITES not updated or can't connect
PR: 247266
Submitted by: Derek Schrock <dereks@lifeofadishwasher.com> (maintainer)
Relnotes: https://marc.info/?l=mutt-users&m=159217236324614&w=2 |
1.14.2 26 May 2020 13:10:29 |
fernape |
mail/mutt: Update to 1.14.2
ChangeLog: http://www.mutt.org/
PR: 246731
Submitted by: dereks@lifeofadishwasher.com (maintainer) |
1.14.1 19 May 2020 07:02:46 |
pi |
mail/mutt: update 1.14.0 -> 1.14.1
- Rename DEBUG option to DEBUG_LOGS
- Add lang/perl5 deps that triggers a Muttrc rebuild
- Make smime patch optional due to perl build deps.
- Remove unnecessary doc patches and REINPLACE_CMD
- Move build changing patches to make targets
- ASPELL updates the (pre)built Muttrc to not require a rebuild
PR: 246559
Submitted by: Derek Schrock <dereks@lifeofadishwasher.com> (maintainer)
Relnotes: https://marc.info/?l=mutt-users&m=158965668315387&w=2 |
1.14.0 07 May 2020 06:59:53 |
pi |
mail/mutt: update 1.13.5 -> 1.14.0
- Default DEBUG option
(very small performance impact and ~4% binary size increase)
PR: 246270
Submitted by: Derek Schrock <dereks@lifeofadishwasher.com> (maintainer)
Relnotes: http://www.mutt.org/relnotes/1.14/ |
1.13.5 04 Apr 2020 12:26:01 |
pi |
mail/mutt: upgrade 1.13.4 -> 1.13.5
- Bring back vvv quote/initials patches
- Remove NNTP option (XML as well)
- Update default option patches context
PR: 245175
Submitted by: Derek Schrock <dereks@lifeofadishwasher.com> (maintainer)
Relnotes: https://marc.info/?l=mutt-users&m=158542977114051&w=2 |
1.13.4 16 Feb 2020 12:08:38 |
dmgk |
mail/mutt: Update to 1.13.4
Changelog:
- Fix a potential memory corruption issue when sync'ing imap mailboxes
- Improve the speed of opening mailboxes with large threads (when sorting by
thread)
- Change the default of $ssl_force_tls back to unset
PR: 244150
Submitted by: Derek Schrock <dereks@lifeofadishwasher.com> (maintainer) |
1.13.3 13 Jan 2020 20:23:02 |
pi |
mail/mutt: upgrade 1.13.2 -> 1.13.3
- This is a bug fix release, fixing exit screen handling and a possible
segv on imap-logout-all.
PR: 243304
Submitted by: dereks@lifeofadishwasher.com (maintainer)
Relnotes: https://marc.info/?l=mutt-users&m=157886764632256&w=2 |
1.13.2 21 Dec 2019 11:42:55 |
joneum |
Update to 1.13.2
PR: 242714
Submitted by: Derek Schrock <dereks@lifeofadishwasher.com> (maintainer)
Sponsored by: Netzkommune GmbH |
1.13.1 15 Dec 2019 21:36:03 |
fernape |
mail/mutt: update to 1.13.1
Too many changes to be listed here.
ChangeLog: https://gitlab.com/muttmua/mutt/raw/stable/UPDATING
PR: 242534
Submitted by: dereks@lifeofadishwasher.com (maintainer) |
1.12.2 09 Oct 2019 12:06:22 |
bapt |
Drop the ipv6 virtual category for m* category as it is not relevant anymore |
1.12.2 23 Sep 2019 15:22:13 |
swills |
mail/mutt: Update to 1.12.2
PR: 240741
Submitted by: Derek Schrock <dereks@lifeofadishwasher.com> (maintainer) |
1.12.1 15 Aug 2019 10:28:14 |
ak |
- Fix MAILDIR_MTIME_PATCH option with NNTP enabled
Submitted by: Derek Schrock <derek@lifeofadishwasher.com> (maintainer)
Pointy hat: ak |
1.12.1 14 Aug 2019 19:20:16 |
ak |
- Unbreak nntp patch
- Replace local vvv.quote patch with upstream one
PR: 239864
Approved by: Derek Schrock <dereks@lifeofadishwasher.com> (maintainer) |
1.12.1 13 Aug 2019 22:29:43 |
mat |
onvert to UCL & cleanup pkg-message (categories l-m) |
1.12.1 30 Jun 2019 20:13:42 |
swills |
mail/mutt: 1.12.1
PR: 238589
Submitted by: Derek Schrock <dereks@lifeofadishwasher.com> (maintainer) |
1.12.0 29 May 2019 17:41:34 |
ak |
- Update to 1.12.0 [*]
- Clean up patches due to upstream whitespace cleanup/changes
- Mark NNTP patch broken with 1.12.0
- VVV quote patch broken. Add to files/ fixed version until updated upstream
- Update extra-patch-maildir-mtime* due to upstream 6317a30369e
- Remove extra-patch-smime-outlook. The code [2] backing this patch was removed
[*] http://www.mutt.org/relnotes/1.12/
PR: 238179
Submitted by: Derek Schrock <dereks@lifeofadishwasher.com> (maintainer) |
1.11.4 04 Apr 2019 04:07:18 |
ak |
- Cleanup LDFLAGS, CONFIGURE_ENV [1]
- Fix non-default LOCALBASE for aspell [1]
- Remove unused extra-patch-parent-child-match
PR: 236189
Submitted by: John Hein <jcfyecrayz@liamekaens.com> [1]
Approved by: Derek Schrock <dereks@lifeofadishwasher.com> (maintainer) |
1.11.4 18 Mar 2019 17:00:54 |
swills |
mail/mutt: Update to 1.11.4
PR: 236517
Submitted by: Derek Schrock <dereks@lifeofadishwasher.com> (maintainer) |
1.11.3 01 Mar 2019 10:02:23 |
tobik |
mail/mutt: Update to 1.11.3
PR: 235410
Submitted by: maintainer |
1.11.2_1 09 Feb 2019 23:25:37 |
sunpoet |
Update dns/libidn2 to 2.1.1
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://gitlab.com/libidn/libidn2/blob/master/NEWS |
1.11.2 08 Jan 2019 15:47:40 |
swills |
mail/mutt: update to 1.11.2
PR: 234727
Submitted by: Derek Schrock <dereks@lifeofadishwasher.com> (maintainer) |
1.11.1_2 06 Jan 2019 20:39:43 |
sunpoet |
Update dns/libidn2 to 2.1.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://gitlab.com/libidn/libidn2/blob/master/NEWS |
1.11.1_1 26 Dec 2018 23:46:01 |
swills |
mail/mutt: Use updated VVV patches
PR: 234384
Submitted by: Derek Schrock <dereks@lifeofadishwasher.com> (maintainer) |
1.11.1 22 Dec 2018 16:45:26 |
pi |
mail/mutt: fix extra patches if QUOTE_PATCH is not selected
- remove some context from the extra-patches so that they
still apply if QUOTE_PATCH is not selected.
PR: 233993
Submitted by: mjl@luckie.org.nz
Approved by: dereks@lifeofadishwasher.com (maintainer) |
1.11.1 09 Dec 2018 00:47:46 |
swills |
mail/mutt: Update to 1.11.1
PR: 233815
Submitted by: Derek Schrock <dereks@lifeofadishwasher.com> (maintainer) |
1.11.0 03 Dec 2018 22:23:03 |
swills |
mail/mutt: Update to 1.11.1
While here:
* Remove MUTT_LITE parts
* pet portlint
- NNTP broken for 1.11.0
* Add patch-qresync-crash fixes a crash coming in 1.11.1
PR: 233680
Submitted by: Derek Schrock <dereks@lifeofadishwasher.com> (maintainer) |
1.10.1 19 Jul 2018 15:39:52 |
fernape |
mail/mutt: update to 1.10.1
PR: 229809
Submitted by: dereks@lifeofadishwasher.com (maintainer)
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D16321 |
1.10.0_1 16 Jul 2018 08:20:22 |
gahr |
mail/mutt: fix patching when IFDEF_PATCH=off and REVERSE_REPLY_PATCH=on |
1.10.0_1 10 Jul 2018 00:42:08 |
fluffy |
- Update GREETINGS, INITIALS, QUOTE and NNTP extrapatches to 1.10.0 release
- Remove NNTP_BROKEN as well
PR: 229646
Submitted by: fluffy
Approved by: maintainer
MFH: 2018Q3 |
1.10.0 21 May 2018 20:39:16 |
krion |
Update to 1.10.0
PR: 228387
Submitted by: maintainer |
1.9.5_1 20 Apr 2018 21:50:42 |
joneum |
This is a fix for OPTIONS_FILE_SET+=NNTP
===> Patching for mutt-1.9.5
===> Applying distribution patches for mutt-1.9.5
1 out of 2 hunks failed--saving rejects to Makefile.am.rej
1 out of 3 hunks failed--saving rejects to Makefile.in.rej
1 out of 12 hunks failed--saving rejects to doc/Muttrc.rej
*** Error code 1
PR: 227519
Submitted by: dereks@lifeofadishwasher.com (maintainer) |
1.9.5 17 Apr 2018 06:47:32 |
joneum |
mail/mutt: Update to 1.9.5
Changelog:
* GPGME S/MIME non-detached signature handling.
* A compilation issue with ncurses-6.1 when tinfow is split out.
Hopefully the fix doesn't impact anyone: please let me know of any
issues.
* Regular expression crashes and weird behavior problems on MacOS (and
possibly other BSDs). This was most noticeable with the recent Xcode
9.3 release, but the issue has existed for a while.
* GSSAPI authentication issues, which may have affected Exchange users.
We've changed behavior to match the RFC. If you are negatively
impacted by this, please let me know.
PR: 227519
Submitted by: dereks@lifeofadishwasher.com (maintainer) |
1.9.4 07 Mar 2018 18:52:13 |
yuri |
mail/mutt: Fix for NNTP=on
It needs perl5 for NNTP.
Reported by: krion
Approved by: tcberner (mentor, implicit) |
1.9.4 04 Mar 2018 03:50:50 |
yuri |
mail/mutt: Update to 1.9.4
PR: 226336
Submitted by: dereks@lifeofadishwasher.com (maintainer)
Approved by: tcberner (mentor, implicit) |
1.9.3 03 Feb 2018 05:01:00 |
swills |
mail/mutt: Update to 1.9.3
PR: 225497
Submitted by: dereks@lifeofadishwasher.com (maintainer) |
1.9.2 17 Dec 2017 16:46:05 |
riggs |
Update to upstream release 1.9.2
Detailed maintainer log:
- Update to mutt 1.9.2
- Bring ats date-conditional back as a local patch file
- Due to the patch not having versioning an update can break the port
if the hash of the file changes
- Update greeting patch to 1.9.1
PR: 224374
Submitted by: dereks@lifeofadishwasher.com (maintainer)
Differential Revision: https://reviews.freebsd.org/D13509 |
1.9.1_1 27 Sep 2017 22:11:30 |
ak |
- Remove autotools dependency
- Build sidebar by default, it's small and don't have side-effects when not
enabled
- Cleanup WITHOUT=XML handling |
1.9.1 24 Sep 2017 23:30:31 |
dbaio |
mail/mutt: Update to 1.9.1
- Greeting patch is still 1.9.0
From Mutt News[1]:
This is a bug-fix release, fixing a possible segfault with IMAP when syncing,
along with trash folder and imap_poll_timeout reconnection issues.
1 - http://www.mutt.org/news.html
PR: 222579
Submitted by: dereks@lifeofadishwasher.com (maintainer)
Differential Revision: D12486 |
1.9.0_1 12 Sep 2017 02:29:53 |
adamw |
Update VVV patch to support 1.9.0, and unbreak the NNTP option.
PR: 222244
Submitted by: maintainer (dereks lifeofadishwasher com) |
1.9.0 10 Sep 2017 12:17:04 |
pi |
mail/mutt: update 1.8.3 -> 1.9.0
PR: 222154
Submitted by: dereks@lifeofadishwasher.com (maintainer)
Relnotes: http://www.mutt.org/relnotes/1.9/
http://www.mutt.org/doc/UPDATING
Differential Revision: https://reviews.freebsd.org/D12282 |
1.8.3 19 Jun 2017 02:00:17 |
ak |
- Update mail/mutt to 1.8.3
- Move post-patch to pre-configure so it doesn't interfere with patch debugging
- Use more up-to-date version of date_conditional patch
- Clean up default options patches to be as offset/fuzz free as possible
PR: 219786
Submitted by: dereks@lifeofadishwasher.com (maintainer) |
1.8.2_1 13 May 2017 14:31:31 |
ak |
- Update VVV's patches to 1.8.2 [1]
- Move dgc-deepif patch into the port as upstream disappeared
- Rebase patches to eliminate offset when possible
- Remove unused extra-patch-pgp-dw
PR: 218834 [1]
Submitted by: dereks@lifeofadishwasher.com (maintainer)
Approved by: dereks@lifeofadishwasher.com (maintainer) |
1.8.2 22 Apr 2017 11:52:48 |
miwi |
- Upgrade to 1.8.2
- Clean up some patches due to fuzz warning message
- Replace patch-examples with a post-patch "simple" ${REINPLACE_CMD}
PR: 218803
Submitted by: maintainer |
1.8.0_2 10 Apr 2017 14:51:50 |
adamw |
Regenerate the maildir-mtime-nntp patch. It was being fuzzy applied
in the wrong place previously. PORTREVISION bump for this.
Submitted by: dereks lifeofadishwasher com (maintainer)
Differential Revision: https://reviews.freebsd.org/D10334 |
1.8.0_1 27 Mar 2017 18:22:23 |
rene |
mail/mutt: remove optional expired dependency on mail/mixmaster |
1.8.0_1 18 Mar 2017 23:17:18 |
ak |
- Remove --disable-warnings, obsolete
- Remove unsused plist variables: COMPRESSED_FOLDERS, XML
- Remove XML_NEEDED from COMPRESSED_FOLDERS, QUOTE_PATCH, SIDEBAR options.
Only option that needs XML is NNTP
- Remove unused RR_PATCH_VERSION variable
- Update GREETING_PATCH to 1.8.0
- Remove COMPRESSED_FOLDERS option and make this feature enabled by default.
PR: 217898
Approved by: dereks@lifeofadishwasher.com (maintiner) |
1.8.0 04 Mar 2017 16:03:08 |
adamw |
Update to 1.8.0 o Compressed Folders is now part of main line
Fix missing lib depends with libgpg-errors and libassuan
Move Header Cache to a BSD ports single radio
Remove redundent sidebar var
VVV updated to 1.8.0
GREETING updated to 1.7.2
extra-patch-parent-child-match converted to a makepatch
Changes: https://dev.mutt.org/hg/mutt/file/stable/UPDATING#l11
Differential Revision: https://reviews.freebsd.org/D9819
Submitted by: maintainer (dereks lifeofadishwasher com) |
1.7.2 16 Jan 2017 16:47:00 |
mat |
Extract do-patch into a separate script.
PR: 215761
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D9029 |
1.7.2 14 Dec 2016 00:54:32 |
kevlo |
Update distinfo after r428499. |
1.7.2 13 Dec 2016 15:26:13 |
amdmi3 |
- Update to 1.7.2
- VVV and RR patches are still 1.7.1
- Remove patch-gpgme180 this is part of 1.7.2
From the 1.7.2 release email:
This is a bug fix release, primarily fixing build issues with OpenSSL
1.1 and GPGME 1.8. Please note that as part of the OpenSSL fixes,
versions less than 0.9.6 are no longer supported.
PR: 215084
Submitted by: dereks@lifeofadishwasher.com (maintainer) |
1.7.1_2 27 Nov 2016 08:32:18 |
adamw |
Add gpgme 1.8.0 support.
PR: 214868
Submitted by: dereks lifeofadishwasher com |
1.7.1_2 26 Nov 2016 23:41:17 |
jhale |
Update security/gpgme-* to 1.8.0
In this version, libgpgme-pthread.so has been removed in favor of just
using libgpgme.so as the thread-safe library. PORTREVISION has been
bumped on all ports depending on security/gpgme so that any that may have
linked to -lgpgme-pthread will link to -lgpgme instead.
The Python module provided by security/py-gpgme has been renamed upstream
from pyme3 to gpg. This removes the conflict with security/py-pyme,
although security/py-gpgme is still the direct replacement of that
module. |
1.7.1_1 06 Nov 2016 19:24:28 |
adamw |
Enable the GPGME knob by default and bump PORTREVISION.
Submitted by: maintainer (dereks lifeofadishwasher com) |
1.7.1 24 Oct 2016 10:18:50 |
mat |
OPTIONS_SET/OPTIONS_UNSET are global variables, they cannot be used in ports
Makefiles.
So, replace them with OPTIONS_SLAVE, OPTIONS_EXCLUDE, OPTIONS_DEFAULT,
where appropriate.
The ghostscript ports are doing something nasty that is certainly wrong,
but I don't want to try to understand it.
Sponsored by: Absolight |