Jason E. Hale
dbab074be0
*/*: Bump security/gpgme consumers
2025-06-24 09:14:44 -04:00
Derek Schrock
b14f89ebd9
mail/mutt: Update to 2.2.14
...
Pet portfmt.
Changelog: https://marc.info/?l=mutt-announce&m=174004585212071&w=2
PR: 284998
Approved by: submitter is maintainer
2025-02-24 17:37:44 +01:00
Jason E. Hale
c1dda71dec
*/*: Chase security/libassuan shlib bump
2024-07-08 01:08:30 -04:00
Derek Schrock
a341e9e64c
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
2024-03-13 07:22:31 +01:00
Muhammad Moinur Rahman
02ad1ddea1
mail/mutt: Sanitize MANPREFIX
...
Approved by: portmgr (blanket)
2024-01-22 01:29:00 +01:00
Derek Schrock
4c57ec5518
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
2023-09-10 12:13:06 -04:00
Derek Schrock
0b30914f55
mail/mutt: Update to 2.2.11 (bugfix release)
...
ChangeLog: https://marc.info/?l=mutt-users&m=169233630113160&w=2
PR: 273214
MFH: 2023Q3
2023-08-19 12:24:51 +01:00
Derek Schrock
ee5c5804dd
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
2023-06-29 13:46:02 +02:00
Derek Schrock
37e65e1ec3
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)
2023-05-18 10:19:52 +02:00
Derek Schrock
efe2cf37e6
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
2023-05-09 11:38:23 +02:00
Derek Schrock
5dc3eebb87
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
2023-03-26 21:56:23 +09:00
Dimitry Andric
de5264ca78
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]
{ "quote_empty", DT_BOOL, R_NONE, OPTQUOTEEMPTY, 1 },
^
./init.h:3166:52: warning: suggest braces around initialization of subobject [-Wmissing-braces]
{ "quote_empty", DT_BOOL, R_NONE, OPTQUOTEEMPTY, 1 },
^
This is because the QUOTE_PATCH option is on by default, and that quote
patch does not properly initialize the union members for the MuttVars
variable.
PR: 268208
Approved by: dereks@lifeofadishwasher.com (maintainer)
MFH: 2022Q4
2022-12-07 16:34:04 +01:00
Derek Schrock
1d7326f11e
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)
2022-11-13 22:50:43 +00:00
Wen Heping
0302c0ec29
mail/mutt: Update to 2.2.8
...
PR: 267582
Reported by: dereks@lifeofadishwasher.com (maintainer)
2022-11-06 22:45:50 +08:00
Daniel Engberg
df6c65a026
*/*: Bump PORTREVISION for consumers of libunistring
...
Reported by: jbeich
2022-10-22 11:36:07 +02:00
Stefan Eßer
fb16dfecae
Remove WWW entries moved into port Makefiles
...
Commit b7f05445c0 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)
2022-09-07 23:58:51 +02:00
Stefan Eßer
b7f05445c0
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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
2022-09-07 23:10:59 +02:00
Derek Schrock
7b199459bd
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
2022-08-08 13:38:21 +09:00
Tobias C. Berner
b587cc2b4d
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 >
* Alexander Kriventsov <avk@vl.ru >
* Alexander Logvinov <info@logvinov.com >
* Alexander Moisseev <moiseev@mezonplus.ru >
* Alexander Wittig <alexander@wittig.name >
* Alexander Zhuravlev <zaa@zaa.pp.ru >
* Alexandre Biancalana <ale@biancalanas.net >
* Alexey V. Degtyarev
* Alexey V. Degtyarev <alexey@renatasystems.org >
* Ali Mashtizadeh <ali@mashtizadeh.org >
* Anders Nordby <anders@FreeBSD.org >
* Anders Nordby <anders@fix.no >
* Andrea Venturoli <freebsd@netfence.it >
* Andrew J. Caines <A.J.Caines@halplant.com >
* Andrew Pantyukhin <infofarmer@FreeBSD.org >
* Andrew Stevenson <andrew@ugh.net.au >
* Andrey Slusar <anray@FreeBSD.org >
* Andrey V. Pevnev <andrey@mgul.ac.ru >
* Andrey Zakhvatov
* Andy Gilligan
* Anthony Kim
* Anton Berezin <tobez@FreeBSD.org >
* Anton Berezin <tobez@tobez.org >
* Anton Karpov <toxa@toxahost.ru >
* Anton Lysenok <bart@tapolsky.net.ua >
* Anton Yuzhaninov <citrin@rambler-co.ru >
* Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br >)
* Ashish SHUKLA <ashish@FreeBSD.org >
* Attila Nagy <bra@fsn.hu >
* Autrijus Tang <autrijus@autrijus.org >
* Axel Steiner <ast@treibsand.com >
* Ben Smithurst <ben@FreeBSD.org >
* Bernard Spil <brnrd@FreeBSD.org >
* Bernard Spil <brnrd@freebsd.org >
* Bill Brinzer <bill.brinzer@gmail.com >
* Cheng-Lung Sung <clsung@FreeBSD.org >
* Cheng-Lung Sung <clsung@dragon2.net >
* Chifeng QU <chifeng@gmail.com >
* Chris D. Faulhaber <jedgar@fxp.org >
* Chris Piazza <cpiazza@FreeBSD.org >
* Christer Edwards <christer.edwards@gmail.com >
* Christian Laursen <xi@borderworlds.dk >
* Christopher Elkins <chrise@scardini.com >
* Clement Laforet <sheepkiller@cultdeadsheep.org >
* Craig Leres <leres@FreeBSD.org >
* Cyril Guibourg
* CyrilM <cyrilm@tower.pp.ru >
* Dan Langille <dvl@FreeBSD.org >
* Daniel Roethlisberger <daniel@roe.ch >
* Dario Freni <saturnero@gufi.org >
* Darren Pilgrim <ports.maintainer@evilphi.com >
* DarwinSurvivor <darwinsurvivor@gmail.com >
* David Bushong <david+ports@bushong.net >
* David O'Brien (obrien@NUXI.com )
* David Siebörger <drs@rucus.ru.ac.za >
* Dean Hollister <dean@odyssey.apana.org.au >
* Dmitry Liakh <dliakh@ukr.net >
* Dmitry Sivachenko <demon@FreeBSD.org >
* Dominic Marks <dom@wirespeed.org.uk >
* Eivind Eklund <eivind@FreeBSD.org >
* Emanuel Haupt <ehaupt@FreeBSD.org >
* Emanuel Haupt <ehaupt@critical.ch >
* Emmanuel Vadot <manu@FreeBSD.org >
* Eric Freeman <freebsdports@chillibear.com >
* Erwin Lansing <erwin@FreeBSD.org >
* Eugene M. Kim <ab@astralblue.net >
* Fukang Chen <loader@FreeBSD.org >
* Gea-Suan Lin (gslin@ccca.nctu.edu.tw )
* Gea-Suan Lin <gslin@gslin.org >
* George Reid <greid@ukug.uk.freebsd.org >
* Gerhard Gonter <g.gonter@ieee.org >
* Gerrit Beine <gerrit.beine@gmx.de >
* Giel van Schijndel <me@mortis.eu >
* Glen Barber <gjb@FreeBSD.org >
* Glenn Johnson <gljohns@bellsouth.net >
* Gregory Sutter <gsutter@zer0.org >
* Gustau Perez <gustau.perez@gmail.com >
* Guy Antony Halse <guy@rucus.ru.za.za >
* Hajimu UMEMOTO <ume@FreeBSD.org >
* Harry Newton
* Hirohisa Yamaguchi <umq@ueo.co.jp >
* Hsin-Han You <hhyou@cs.nctu.edu.tw >
* Ion-Mihai "IOnut" Tetcu <itetcu@FreeBSD.org >
* Issei Suzuki <issei@jp.FreeBSD.org >
* J.R. Oldroyd <fbsd@opal.com >
* Jaap Akkerhuis <jaap@NLnetLabs.nl >
* James FitzGibbon <jfitz@FreeBSD.org >
* James Raftery <james@now.ie >
* Jan-Peter Koopmann <j.koopmann@seceidos.de >
* Janne Snabb <snabb@epipe.com >
* Jean Milanez Melo <jmelo@FreeBSD.org >
* Jean-Baptiste Quenot <jb.quenot@caraldi.com >
* Jeremy Norris <ishmael27@home.com >
* Jim Mock <jim@FreeBSD.org >
* Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw >
* Joe Marcus Clarke <marcus@FreeBSD.org >
* Johann Visagie <wjv@FreeBSD.org >
* Johannes Meixner <johannes@perceivon.net >
* John Oxley <john@yoafrica.com >
* John Prather
* Josh Gilliam <josh@quick.net >
* Jun-ichiro Hagino <itojun@itojun.org >
* Justin Stanford <jus@security.za.net >
* KIMURA Yasuhiro <yasu@utahime.org >
* Kay Abendroth <kay.abendroth@raxion.net >
* Keith Gaughan <k@stereochro.me >
* Kelly Yancey <kbyanc@FreeBSD.org >
* Kevin Golding <ports@caomhin.org >
* Kimura Fuyuki <fuyuki@mj.0038.net >
* Kirill Ponomarew <ponomarew@oberon.net >
* Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp >
* Konstantinos Konstantinidis <kkonstan@daemon.gr >
* Koop Mast <kwm@FreeBSD.org >
* Krzysztof Stryjek <ports@bsdserwis.com >
* Larry Rosenman <ler@FreeBSD.org >
* Lars Koeller <Lars_Koeller@odie.physik2.uni-rostock.de >
* Lars Thegler <lars@thegler.dk >
* Lars Thegler <lth@FreeBSD.org >
* Lasse L. Johnsen (lasse@freebsdcluster.org )
* Lefteris Chatzibarbas <lefcha@hellug.gr >
* Lukasz Wasikowski <lukasz@wasikowski.net >
* MANTANI Nobutaka <nobutaka@nobutaka.com >
* Marcelo Araujo <araujobsd@gmail.com >
* Marco Broeder <marco.broeder@posteo.eu >
* Marcus Alves Grando <mnag@FreeBSD.org >
* Marijn Meijles <marijn@stack.nl >
* Mario S F Ferreira <lioux@FreeBSD.org >
* Mario S F Ferreira <lioux@linf.unb.br >
* Mario S F Ferreira <lioux@linf.unb.br > # Created by Matthias Andree
* Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org >
* Mark Felder <feld@FreeBSD.org >
* Mark Starovoytov <mark_sf@kikg.ifmo.ru >
* Martin Blapp
* Martin Matuska <mm@FreeBSD.org >
* Martin Wilke (miwi@FreeBSD.org )
* Martin Wilke <miwi@FreeBSD.org >
* Martti Kuparinen <martti.kuparinen@ericsson.com >
* Masafumi NAKANE <max@FreeBSD.org >
* Masafumi Otsune <info@otsune.com >
* Masaki TAGAWA <masaki@club.kyutech.ac.jp >
* Matt Emmerton <matt@gsicomp.on.ca >
* Matthew Luckie <mjl@luckie.org.nz >
* Matthew N. Dodd <mdodd@FreeBSD.org >
* Matthew Seaman
* Matthew Seaman <matthew@FreeBSD.org >
* Matthias Andree <mandree@FreeBSD.org >
* Matthias Andree <matthias.andree@gmx.de >
* Matthias Fechner <mfechner@FreeBSD.org >
* Max Laier <max@love2party.net >
* Maxim Sobolev <sobomax@FreeBSD.org >
* Maxim Tulyuk <mt@primats.org.ua >
* Meno Abels <meno.abels@adviser.com >
* Michael L. Hostbaek (mich@freebsdcluster.org )
* Michael Ranner <michael@ranner.eu >
* Miguel Mendez <flynn@energyhq.es.eu.org >
* Mij <mij@bitchx.it >
* Mikhail T. (m.tsatsenko@gmail.com )
* Mikhail Teterin
* Miroslav Lachman
* Mohammad S. Babaei <info@babaei.net >
* Murilo Opsfelder <mopsfelder@gmail.com >
* Nagy, Attila <bra@fsn.hu >
* Nate Underwood <natey@natey.com >
* Neil Blakey-Milner
* Neil Blakey-Milner <nbm@FreeBSD.org >
* Neil Blakey-Milner <nbm@rucus.ru.ac.za >
* Neil Darlow <neil@darlow.co.uk >
* Nemo Liu <nemoliu@FreeBSD.org >
* Netherby <netherby@dancingfortune.com >
* Nick Hilliard <nick@foobar.org >
* Nils Vogels <nivo+kw+ports.bfa274@is-root.com >
* Oliver Braun
* Oliver Braun <obraun@FreeBSD.org >
* Oliver Eikemeier
* Oliver Eikemeier <eik@FreeBSD.org >
* Oliver Eikemeier <eikemeier@fillmore-labs.com >
* Olivier Cochard-Labbe <olivier@FreeBSD.org >
* Olivier Girard <Olivier.Girard@univ-angers.fr >
* Omer Faruk Sen <ofsen@enderunix.org >
* Ozkan KIRIK <ozkan@enderunix.org >
* Pav Lucistnik <pav@FreeBSD.org >
* Pawel Pekala <c0rn@o2.pl >
* Pawel Pekala <pawel@FreeBSD.org >
* Pawel Pekala <pawel@freebsd.org >
* Pete Fritchman <petef@databits.net >
* Peter Hollaubek <fifteen@inext.hu >
* Peter Kieser <peter@kieser.ca >
* Peter Pentchev <roam@FreeBSD.org >
* Peter Wemm <peter@FreeBSD.org >
* Po-Chuan Hsieh <sunpoet@FreeBSD.org >
* R.I.Pienaar <rip@devco.net >
* Radim Kolar
* RicardoSSP <ricardo.katz@gmail.com >
* Rob Evers <rob@debank.tv >
* Robert Felber <robtone@ek-muc.de >
* Robert Nelson <robertn@the-nelsons.org >
* Romain Tartiere <romain@blogreen.org >
* Rozhuk Ivan <rozhuk.im@gmail.com >
* Ryan Steinmetz <zi@FreeBSD.org >
* Sahil Tandon <sahil@tandon.net >
* Satoru Suzuki <xsuzu@yokohama.riken.jp >
* Scott Blachowicz <scott+ports@sabami.seaslug.org >
* Scott Lambert <lambert@lambertfam.org >
* Sean Chittenden <seanc@FreeBSD.org >
* Sergei Kolobov <sergei@FreeBSD.org >
* Sergei Kolobov <sergei@kolobov.com >
* Sergey A. Osokin <osa@FreeBSD.org >
* Sergey Matveychuk <sem@FreeBSD.org >
* Sergey Samoyloff <gonza@techline.ru >
* Sergey Skvortsov <skv@FreeBSD.org >
* Sergey Skvortsov <skv@protey.ru >
* Shaun Amott <shaun@FreeBSD.org >
* Sheldon Hearn <sheldonh@FreeBSD.org >
* Simon 'corecode' Schubert <corecode@corecode.ath.cx >
* Simon Barner <barner@in.tum.de >
* Simon Dick <simond@irrelevant.org >
* Stefan A. Deutscher (sad@mailaps.org )
* Stefan Bethke <stb@lassitu.de >
* Stephen Roznowski <sjr1@flash.net >
* Stephon Chen <stephon@pixnet.tw >
* Steve Wills <swills@FreeBSD.org >
* Steven Kreuzer <skreuzer@f2o.org >
* Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org >
* Sylvio Cesar <sylvio@FreeBSD.org >
* TAKAHASHI Kaoru <kaoru@kaisei.org >
* TAKATSU Tomonari <tota@rtfm.jp >
* Talal Al-Dik <tad@vif.com >
* Ted Faber <faber@isi.edu >
* Terry Sposato
* The Anarcat <anarcat@anarcat.ath.cx >
* Thierry Thomas (<thierry@pompo.net >)
* Thomas Abthorpe <thomas@goodking.ca >
* Thomas Gellekum <tg@FreeBSD.org >
* Thomas Lotterer <thomas.lotterer@cw.com >
* Thomas Seck <tmseck@netcologne.de >
* Tim Bishop <tim@bishnet.net >
* Tom Hukins <tom@eborcom.com >
* Tom Judge <tj@FreeBSD.org >
* Tom McLaughlin <tmclaugh@sdf.lonestar.org >
* Tomasz Paszkowski <ns88@k.pl >
* Torsten Blum <torstenb@FreeBSD.org >
* Torsten Zuehlsdorff <ports@toco-domains.de >
* Trish Lynch <trish@bsdunix.net >
* Tsung-Han Yeh <snowfly@yuntech.edu.tw >
* Tuc <freebsd-ports@t-b-o-h.net >
* Udo Schweigert
* Udo Schweigert <ust@cert.siemens.de >
* Uffe Jakobsen <uffe@uffe.org >
* Victor Balada Diaz <victor@bsdes.net >
* Vidar Karlsen <vidar@karlsen.tech >
* Ville Eerola <ve@sci.fi >
* Vivek Khera <vivek@khera.org >
* Vladimir Kondratiev <wulf@mail.mipt.ru >
* Vsevolod Lobko <seva@sevasoft.kiev.ua >
* Vsevolod Stakhov <vsevolod@highsecure.ru >
* Wei-chun Chao
* Wen Heping <wen@FreeBSD.org >
* Will Andrews <will@FreeBSD.org >
* Xavier Beaudouin <kiwi@oav.net >
* Yarema <yds@CoolRat.org >
* Yasuhiro KIMURA <yasu@utahime.org >
* Yen-Ming Lee <leeym@FreeBSD.org >
* Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw >
* Yen-Ming Lee <leeym@leeym.com >
* Yoshiro MIHIRA <sanpei@yy.cs.keio.ac.jp >
* Yoshisato YANAGISAWA
* Zak Johnson <zakj@nox.cx >
* Zane C. Bowers
* Zeus Panchenko <zeus@gnu.org.ua >
* Zhen REN <bg1tpt@gmail.com >
* ache
* ache@FreeBSD.org
* arensb@ooblick.com
* bremner@unb.ca
* brett@peloton.physics.montana.edu
* bsam
* chinsan
* chris
* chris@shagged.org
* clive
* clsung
* clsung@dragon2.net
* dchapes@zeus.leitch.com
* delphij@FreeBSD.org
* delphij@FreeBSD.org.cn
* dhagan@cs.vt.edu
* dliakh
* dlowe
* dm
* eivind
* fluffy
* gahr
* gmarco@scotty.masternet.it
* gmc@sonologic.nl
* ijliao
* ismail@enderunix.org
* itojun@itojun.org
* janos.mohacsi@bsd.hu
* johnpupu <johnpupu@gmail.com >
* kaz
* krion
* liamfoy@sepulcrum.org
* markm@FreeBSD.org
* matusita@FreeBSD.org
* mich@freebsdcluster.org
* mwest@uct.ac.za
* n_hibma@qubesoft.com
* nbm
* nork@FreeBSD.org
* ofsen@enderunix.org
* pat
* petef
* petef@FreeBSD.org
* pst
* punkt.de Hosting Team <mops@punkt.de >
* rea@FreeBSD.org
* roam@FreeBSD.org
* sheldonh@FreeBSD.org
* shigeri <shigeri@m10.alpha-net.ne.jp >
* snowchyld
* tobez@tobez.org
* torstenb
* trevor
* v.velox@vvelox.net
* vanilla
* will
* wolpert
With hat: portmgr
2022-07-20 16:22:19 +02:00
Po-Chuan Hsieh
b42e7a0d4f
security/libgsasl: Update to 2.0.0
...
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://gitlab.com/gsasl/gsasl/-/blob/master/NEWS
2022-06-22 04:57:59 +08:00
Derek Schrock
b278d09af4
mail/mutt: Update to 2.2.6
...
Changelog: https://gitlab.com/muttmua/mutt/-/blob/stable/UPDATING#L12
PR: 264489
2022-06-06 22:13:18 -04:00
Derek Schrock
294c4c05d6
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)
2022-05-20 17:37:41 +02:00
John Hein
dd45e27e2f
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)
2022-05-17 17:14:04 -05:00
Derek Schrock
e49c427ac1
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
2022-05-02 08:10:58 -05:00
Derek Schrock
7b7c0dbabe
mail/mutt: Update to 2.2.4
...
Changes: https://marc.info/?l=mutt-users&m=165135060511141&w=2
PR: 263695
2022-05-01 07:08:52 -05:00
Derek Schrock
2e4ae7db53
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
2022-04-15 19:07:59 +02:00
Derek Schrock
a75484502d
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
2022-03-29 22:41:41 -04:00
Derek Schrock
c9daad7c9d
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
2022-02-20 21:14:47 +09:00
Derek Schrock
79aa6d9065
mail/mutt: Update to 2.2.0
...
Changelog: https://marc.info/?l=mutt-users&m=164471766728598&w=2
PR: 261917
2022-02-14 00:23:36 -05:00
Derek Schrock
9fb580797c
mail/mutt: Update to 2.1.5
...
Changelog: https://marc.info/?l=mutt-users&m=164090009229982&w=2
PR: 260830
2021-12-31 02:28:46 +00:00
Derek Schrock
f349bd910c
mail/mutt: Update to 2.1.4
...
Changes: https://marc.info/?l=mutt-users&m=163926095306375&w=2
PR: 260248
2021-12-14 19:47:39 -08:00
Stefan Eßer
819f25b36d
*/*: 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)
2021-10-29 11:50:18 +02:00
Derek Schrock
c82b4ac29a
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
2021-09-10 17:20:17 -07:00
Derek Schrock
9b046531dc
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)
2021-08-26 12:37:46 +02:00
Derek Schrock
819bbeea5c
mail/mutt: Update to 2.1.1
...
Announcement https://marc.info/?l=mutt-users&m=162611985204005&w=2
PR: 257169
2021-07-13 22:53:30 -07:00
Derek Schrock
4de7b118bc
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
2021-06-14 14:44:30 -07:00
Derek Schrock
657f3cfbe4
mail/mutt: Update to 2.0.7
...
Changes: https://marc.info/?l=mutt-users&m=162015745014958&w=2
PR: 255604
2021-05-05 09:39:45 -07:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles.
2021-04-06 16:31:07 +02:00
Neel Chauhan
4d634060f8
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)
2021-03-08 01:28:22 +00:00
Juraj Lutter
ebd4dad9eb
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
2021-01-23 21:14:02 +00:00
Juraj Lutter
f26b249c17
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
2021-01-13 13:54:36 +00:00
Fernando Apesteguía
9237149699
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)
2020-12-13 19:01:14 +00:00
Fernando Apesteguía
22a01a0e5e
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)
2020-11-22 18:23:25 +00:00
Fernando Apesteguía
a16dd999e4
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)
2020-11-16 15:14:28 +00:00
Li-Wen Hsu
3d30797fee
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)
2020-11-09 06:32:54 +00:00
Steve Wills
97083c5b9e
mail/mutt: Update to 1.14.7
...
PR: 249004
Submitted by: Derek Schrock <dereks@lifeofadishwasher.com > (maintainer)
2020-09-02 04:43:14 +00:00
Dmitri Goutnik
fa03175b33
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)
2020-07-12 12:31:57 +00:00
Niclas Zeising
13f6b6d768
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
2020-06-24 20:29:38 +00:00
Koichiro Iwao
66c394487e
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
2020-06-15 08:04:04 +00:00
Fernando Apesteguía
0c58982c26
mail/mutt: Update to 1.14.2
...
ChangeLog: http://www.mutt.org/
PR: 246731
Submitted by: dereks@lifeofadishwasher.com (maintainer)
2020-05-26 13:10:29 +00:00