notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: net/mpd5/Makefile

Number of commits found: 73

Sunday, 10 Mar 2024
22:49 Vladimir Druzenko (vvd) search for other commits by this committer
*/*: convert Makefile patches to MAKE_ARGS after "Move man pages to share/man"

Replaced patches for Makefiles with "MAKE_ARGS+=MANDIR=${PREFIX}/share/man"

Reported by:	danfe, mat
Approved by:	portmgr (blanket)
commit hash: 79f8f9c8f54b8de3d324d30ce9a19649bbe69e69 commit hash: 79f8f9c8f54b8de3d324d30ce9a19649bbe69e69 commit hash: 79f8f9c8f54b8de3d324d30ce9a19649bbe69e69 commit hash: 79f8f9c8f54b8de3d324d30ce9a19649bbe69e69 79f8f9c
Tuesday, 5 Mar 2024
23:35 Vladimir Druzenko (vvd) search for other commits by this committer
net/mpd5: Move man pages to share/man

Approved by:	portmgr (blanket)
commit hash: 8520820855d3f892a1ea95309825a82b21a09f22 commit hash: 8520820855d3f892a1ea95309825a82b21a09f22 commit hash: 8520820855d3f892a1ea95309825a82b21a09f22 commit hash: 8520820855d3f892a1ea95309825a82b21a09f22 8520820
Friday, 27 Oct 2023
09:32 Eugene Grosbein (eugen) search for other commits by this committer
net/mpd5: minor improvements

(1) Import r2512 and r2529 from upstream:

* optimize CCP logging a bit: no string copying for known CCP names;
* use right name for HP-PPC.

Bump PORTREVISION.

(2) Also, this commit fixes upgrade problem for package users
introduced with previous commit that removed USES=ssl
not bumping PORTREVISION and following rename of openssl package
to openssl111. For details, refer to:

https://github.com/opnsense/core/issues/6959

PR:		274748 (2)
Reported by:	Franco Fichtner (2)
Fixes:		87e2681289fc1eb5fda22e4072aca1e7943af25e
commit hash: 3671e9d239628d5f25b282255e4d864cf7536614 commit hash: 3671e9d239628d5f25b282255e4d864cf7536614 commit hash: 3671e9d239628d5f25b282255e4d864cf7536614 commit hash: 3671e9d239628d5f25b282255e4d864cf7536614 3671e9d
Wednesday, 20 Sep 2023
15:13 Eugene Grosbein (eugen) search for other commits by this committer
net/mpd5: remove USES=ssl

mpd5 forces usage of base system crypto libraries
despite of presence of other *SSL libraries, so USES=ssl is wrong here.
The change does not affect build, so PORTREVISION not bumped.

PR:		273970
commit hash: 87e2681289fc1eb5fda22e4072aca1e7943af25e commit hash: 87e2681289fc1eb5fda22e4072aca1e7943af25e commit hash: 87e2681289fc1eb5fda22e4072aca1e7943af25e commit hash: 87e2681289fc1eb5fda22e4072aca1e7943af25e 87e2681
Saturday, 20 May 2023
11:22 Eugene Grosbein (eugen) search for other commits by this committer
net/mpd5: new small feature and bugfix

- Import r2539 from upstream: introduce new interface description conversion
  specification %s for last description change time, in unixtime (seconds).
- Unbreak SIGUSR1/SIGUSR2 mechanics to open/close first link broken
  in mpd5-5.9_10 (*)

PR:		271508 (*)
commit hash: a022a2a4c48c341256a1d4f53b2be12ac31239c7 commit hash: a022a2a4c48c341256a1d4f53b2be12ac31239c7 commit hash: a022a2a4c48c341256a1d4f53b2be12ac31239c7 commit hash: a022a2a4c48c341256a1d4f53b2be12ac31239c7 a022a2a
Friday, 5 May 2023
21:46 Eugene Grosbein (eugen) search for other commits by this committer
net/mpd5: undo regression for specific PPPoE peers

mpd5-5.9_14 introduced regression for specific case
when no mtu configured for PPPoE peer that does not advertize any MTU itself.
mpd5 should default to 1492 then but revision 14 defaults to 1500.

The problem may be worked around specifying 1492 for link or interface MTU
until upgrade to this revision that restores compatibility.

PR:	270687
commit hash: 174076e946ae413c0f8903891a450eb821274ca2 commit hash: 174076e946ae413c0f8903891a450eb821274ca2 commit hash: 174076e946ae413c0f8903891a450eb821274ca2 commit hash: 174076e946ae413c0f8903891a450eb821274ca2 174076e
Thursday, 30 Mar 2023
02:37 Eugene Grosbein (eugen) search for other commits by this committer
net/mpd5: minor improvements

Import several improvement from upstream:

* r2408,2409 - use SOCK_CLOEXEC for all sockets including PPtP,
  web and telnet consoles, so that subprocesses like ip-up/down scripts
  do not inherit such sockets;
* r2415 - avoid inadequate MTU undervalueing when bundle compression
  and/or encryption configured but not negotiated;
  f.e. PPPoE interface MTU could be set to 1490 instead of 1492 previously;
* r2482,2483 - improve client-side implementation of PPP-Max-Payload (RFC4638)
  and do not limit "set pppoe max-payload {size}" to 1510
  but use MTU of parent interface minus 8, as per RFC;
  also, relax sanity check for "set link mtu/mru" in case of PPPoE,
  so that it is possible to configure values like 1500 and over, if needed.
commit hash: c9058615733d904933b84ca1fada45bc0e2bbaa0 commit hash: c9058615733d904933b84ca1fada45bc0e2bbaa0 commit hash: c9058615733d904933b84ca1fada45bc0e2bbaa0 commit hash: c9058615733d904933b84ca1fada45bc0e2bbaa0 c905861
Friday, 30 Dec 2022
06:23 Eugene Grosbein (eugen) search for other commits by this committer
net/mpd5: Fix incoming connections for static links (site-to-site VPN)

The change in 5.9_11 was incomplete as it did not fix
broken handling of incoming connections for static links,
f.e. site-to-site VPN.

Import r2474 from upstream to fix it, too.
commit hash: ab2ae6b17c84a453269b780ec461ac382f7ce6e1 commit hash: ab2ae6b17c84a453269b780ec461ac382f7ce6e1 commit hash: ab2ae6b17c84a453269b780ec461ac382f7ce6e1 commit hash: ab2ae6b17c84a453269b780ec461ac382f7ce6e1 ab2ae6b
Tuesday, 11 Oct 2022
23:27 Eugene Grosbein (eugen) search for other commits by this committer
net/mpd5: do not use negative value for socket backlog

Import r2463 from upstream.
As per POSIX, supply INT_MAX for listen(2) to use system default.
This changed in preparation for FreeBSD 14.

See also:	https://reviews.freebsd.org/D31821
commit hash: 9d82137e7e7f1fef804e31bbe52fb8161a868b01 commit hash: 9d82137e7e7f1fef804e31bbe52fb8161a868b01 commit hash: 9d82137e7e7f1fef804e31bbe52fb8161a868b01 commit hash: 9d82137e7e7f1fef804e31bbe52fb8161a868b01 9d82137
Thursday, 6 Oct 2022
07:16 Eugene Grosbein (eugen) search for other commits by this committer
net/mpd5: unbreak incoming L2TP connections

The revision mpd5-5.9_10 broke incoming L2TP connections. Fix it.

PR:	266838
commit hash: 15c9b10e294e33112d57f3007bcdd7f3efa47a41 commit hash: 15c9b10e294e33112d57f3007bcdd7f3efa47a41 commit hash: 15c9b10e294e33112d57f3007bcdd7f3efa47a41 commit hash: 15c9b10e294e33112d57f3007bcdd7f3efa47a41 15c9b10
Tuesday, 13 Sep 2022
09:45 Eugene Grosbein (eugen) search for other commits by this committer
net/mpd5: bump PORTREVISION after previous change
commit hash: d752b274c22217a261f9a1f9f13913d5c335bc73 commit hash: d752b274c22217a261f9a1f9f13913d5c335bc73 commit hash: d752b274c22217a261f9a1f9f13913d5c335bc73 commit hash: d752b274c22217a261f9a1f9f13913d5c335bc73 d752b27
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
14:22 Tobias C. Berner (tcberner) search for other commits by this committer
net: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Straup Cope <ascope@cpan.org>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Adam Jette <jettea46@yahoo.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Alan Eldridge <alane@geeksrus.net>
  *  Alex Bakhtin <Alex.Bakhtin@gmail.com>
  *  Alex Deiter <Alex.Deiter@Gmail.COM>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Dupre <sysadmin@alexdupre.com>
  *  Alex Kapranoff <kappa@FreeBSD.org.ua>
  *  Alex Miller <asm@asm.kiev.ua>
  *  Alexander Hausner <alex@hugo.bmg.gv.at>
  *  Alexander Kriventsov <avk@vl.ru>
  *  Alexander Logvinov <avl@FreeBSD.org>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexander Moisseev <moiseev@mezonplus.ru>
  *  Alexander Novitsky
  *  Alexander Nusov <alexander.nusov@nfvexpress.com>
  *  Alexander Panyushkin <vsityz@gmail.com>
  *  Alexander V. Chernikov <melifaro@FreeBSD.org>
  *  Alexandre Biancalana <ale@biancalanas.net>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alexey V. Degtyarev <alexey@renatasystems.org>
  *  Alfred Perlstein <alfred@FreeBSD.org>
  *  Alonso Cardenas Marquez <acm@FreeBSD.org>
  *  Anatoliy Dmytriyev
  *  Anders Nordby <anders@FreeBSD.org>
  *  Anders Nordby <anders@fix.no>
  *  Andreas Klemm <andreas@klemm.gtn.com>
  *  Andreas Kohn <andreas@syndrom23.de>
  *  Andrei Lavreniyuk <andy.lavr@gmail.com>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrew Thompson <thompsa@FreeBSD.org>
  *  Andrey Zakhvatov
  *  Andy Kosela <akosela@andykosela.com>
  *  Anes Mukhametov <anes@anes.su>
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Anton Berezin <tobez@tobez.org>
  *  Anton Karpov <toxa@toxahost.ru>
  *  Anton Yuzhaninov <citrin@citrin.ru>
  *  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
  *  Antonio Querubin <tony@lava.net>
  *  Archie Cobbs
  *  Arne Lundberg <arlu@telia.com>
  *  Babak Farrokhi
  *  Babak Farrokhi <babak@farrokhi.net>
  *  Babak Farrokhi <farrokhi@FreeBSD.org>
  *  Bartek Rutkowski robak@FreeBSD.org
  *  Bill Fenner <fenner@FreeBSD.org>
  *  Bill Fumerola <billf@chc-chimes.com>
  *  Bill Fumerola <billf@mu.org>
  *  Bjorn Konig <bkoenig@alpha-tierchen.de>
  *  Blaz Zupan <blaz@si.FreeBSD.org>
  *  BluePex Security Solutions <freebsd-ports@bluepex.com>
  *  Bob Frazier
  *  Boris Lytochkin <lytboris@gmail.com>
  *  Brad Davis <so14k@so14k.com>
  *  Brent B. Powers <bbp2006@columbia.edu>
  *  Brian Somers <brian@FreeBSD.org>
  *  Bruce M Simpson <bms@FreeBSD.org>
  *  Bruce M. Simpson <bms@FreeBSD.org>
  *  Bruce Simpson
  *  Carlo Strub <cs@FreeBSD.org>
  *  Carlos J Puga Medina <cpm@FreeBSD.org>
  *  Carsten Larsen <cs@innolan.dk>
  *  Cheng-Lung Sung <clsung@FreeBSD.org>
  *  Cheng-Lung Sung <clsung@dragon2.net>
  *  Chris Hutchinson <portmaster@BSDforge.com>
  *  Christer Edwards <christer.edwards@gmail.com>
  *  Christian Brueffer <chris@unixpages.org)
  *  Christian Laursen <xi@borderworlds.dk>
  *  Christopher Boumenot <boumenot@gmail.com>
  *  Christopher Key <cjk32@cam.ac.uk>
  *  Chung-Kie Tung <tung@turtle.ee.ncku.edu.tw>
  *  Clement Laforet
  *  Clement Laforet <clement@FreeBSD.org>
  *  Clement Laforet <sheepkiller@cultdeadsheep.org>
  *  Corey Smith <corsmith@gmail.com>
  *  Cory R. King <coryking@mozimedia.com>
  *  Craig Boston <craig@yekse.gank.org>
  *  Craig Leres <leres@FreeBSD.org>
  *  Daisuke Aoyama <aoyama@peach.ne.jp>
  *  Dan Caescu <daniel at freebsd.ro>
  *  Dan Pelleg <dpelleg+unison@cs.cmu.edu>
  *  Daniel Baker <dbaker@FreeBSD.org> <dbaker@cuckoo.com>
  *  Daniel Bryan <sisko@bsdmail.com>
  *  Daniel O'Connor <darius@dons.net.au>
  *  Danilo G. Baio <dbaio@FreeBSD.org>
  *  Danny Howard <dannyman@tellme.com>
  *  David Carlier
  *  David O'Brien (obrien@FreeBSD.org)
  *  David O'Brien (obrien@NUXI.com)
  *  David O'Brien (obrien@cs.ucdavis.edu)
  *  David O'Brien <obrien@NUXI.com>
  *  David Shane Holden <dpejesh@yahoo.com>
  *  David Thiel (lx@redundancy.redundancy.org)
  *  David Thiel <lx@redundancy.redundancy.org>
  *  Dean Freeman (wfreeman@sourcefire.com)
  *  Denis Generalov <gd.workbox@gmail.com>
  *  Denis Pokataev <catone@cpan.org>
  *  Dennis Herrmann <adox@mcx2.org>
  *  Dennis Herrmann <dhn@FreeBSD.org>
  *  Derek Schrock <dereks@lifeofadishwasher.com>
  *  Diederik de Groot
  *  Dima Dorfman <dd@FreeBSD.org>
  *  Dima Panov <fluffy@FreeBSD.org>
  *  Dima Sivachenko
  *  Dima Sivachenko <dima@chg.ru>
  *  Dirk-Willem van Gulik / dirkx@webweaving.org
  *  Dmitry Sivachenko <demon@FreeBSD.org>
  *  Dmitry Sivachenko <dima@Chg.RU>
  *  Dmitry Sivachenko <mitya@yandex-team.ru>
  *  Dominic Marks <dominic.marks@btinternet.com>
  *  Dominic Mitchell <dom@happygiraffe.net>
  *  Douglas Thrift <douglas@douglasthrift.net>
  *  Dryice Liu
  *  Ed Schouten <ed@FreeBSD.org>
  *  Edwin Groothuis (edwin@mavetju.org)
  *  Elias Mandouvalos <ocean@compulink.gr>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Emanuel Haupt <ehaupt@critical.ch>
  *  Emmanuel Richiardone (err@tollari.org)
  *  Eric Freeman <freebsdports@chillibear.com>
  *  Erich Zigler <erich@tacni.net>
  *  Erwin Lansing <erwin@FreeBSD.org>
  *  Eugene Grosbein <eugen@FreeBSD.org>
  *  Eugene Grosbein <ports@grosbein.net>
  *  Felippe de Meirelles Motta <lippemail@gmail.com>
  *  Felix Hanley
  *  Felix Hanley <felix@userspace.com.au>
  *  Filippo Natali <filippo.natali@gmail.com>
  *  Filippo Natali <filippo@widestore.net>
  *  Florent Thoumie <flz@xbsd.org>
  *  Franco Fichtner <franco@opnsense.org>
  *  Frank Fenor <frank@fenor.de>
  *  Frank W. Josellis <frank@dynamical-systems.org>
  *  Frederic Culot <culot@FreeBSD.org>
  *  Frederic Culot <frederic@culot.org>
  *  Fukang Chen <loader@FreeBSD.org>
  *  G. Adam Stanislav <adam@whizkidtech.net>
  *  Gabriel Ambuehl <gabriel_ambuehl@buz.ch>
  *  Gabriel Dutra <0xdutra@gmail.com>
  *  Gabriel M. Dutra <0xdutra@gmail.com>
  *  Ganael LAPLANCHE <ganael.laplanche@martymac.org>
  *  Ganael Laplanche <ganael.laplanche@martymac.org>
  *  Gasol Wu <gasol.wu@gmail.com>
  *  Gaspar Chilingarov <nm@web.am>
  *  Gea-Suan Lin <gslin@ccca.nctu.edu.tw>
  *  Gea-Suan Lin <gslin@gslin.org>
  *  Geoff Garside
  *  George Reid <greid@ukug.uk.freebsd.org>
  *  George V. Neville-Neil
  *  Gerrit Beine (<tux@pinguru.net>)
  *  GomoR <netpkt@gomor.org>
  *  Goran Tal
  *  Greg Larkin <glarkin@FreeBSD.org>
  *  Gregory Edigarov <greg@bestnet.kharkov.ua>
  *  Guangyuan Yang <ygy@FreeBSD.org>
  *  Guerkan Karaman <gk.freebsd@googlemail.com>
  *  Gunter Wambaugh <gunter@six-two.net>
  *  Gustau Perez <gustau.perez@gmail.com>
  *  Gustau Perez i Querol <gustau.perez@gmail.com>
  *  HSIN-HSIUNG CHANG
  *  Hajimu UMEMOTO <ume@FreeBSD.org>
  *  Haowu Ge <ghw@7axu.com>
  *  Henk van Oers <hvo.pm@xs4all.nl>
  *  Henrik Hodne <henrik@hodne.io>
  *  Honza Betik
  *  Hugo Saro <hugo@barafranca.com>
  *  Hung-Yi Chen <gaod@hychen.org>
  *  Hye-Shik Chang <perky@FreeBSD.org>
  *  IWATSUKI Hiroyuki <don@na.rim.or.jp>
  *  Iblis Lin <iblis@hs.ntnu.edu.tw>
  *  Igor Vinokurov <igor@zynaps.ru>
  *  Ilia Skalozubov <freebsd@skinc.ru>
  *  Ilya Bakulin <webmaster@kibab.com>
  *  Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
  *  J.R. Oldroyd <fbsd@opal.com>
  *  Jaap Akkerhuis <jaap@NLnetLabs.nl>
  *  Jacques Vidrine <nectar@FreeBSD.org>
  *  James Elstone <james@elstone.net>
  *  James FitzGibbon <jfitz@FreeBSD.org>
  *  Jan Hornyak <pav@oook.cz>
  *  Janni
  *  Janos Mohacsi <janos.mohacsi@bsd.hu>
  *  Janos.Mohacsi@bsd.hu
  *  Janos.Mohacsi@dante.org.uk
  *  Jase Thew <freebsd@beardz.net>
  *  Jean-Yves Lefort <jylefort@brutele.be>
  *  Jeff Putsch <jdputsch@comcast.net>
  *  Jeremie Le Hen <jlh@FreeBSD.org>
  *  Jesper Skriver <jesper@FreeBSD.org>
  *  Jesse McConnell <jesse@gallup.com>
  *  Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
  *  Joe Clarke
  *  Joe Horn <joehorn@gmail.com>
  *  Joe Marcus Clarke <marcus@FreeBSD.org>
  *  Johannes Meixner <johannes@perceivon.net>
  *  John Bayly <freebsd.ports@tipstrade.net>
  *  John Hixson <jhixson@gmail.com>
  *  John Hixson<jhixson@FreeBSD.org>
  *  John Polstra <jdp@FreeBSD.org>
  *  Jon Nistor <nistor@snickers.org>
  *  Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
  *  Jose M. Alcaide <jose@we.lc.ehu.es>
  *  Joseph Benden <joe@thrallingpenguin.com>
  *  Joseph Scott <joseph@randomnetworks.com>
  *  Joshua Goodall <joshua@roughtrade.net>
  *  Jov <amutu@amutu.com>
  *  Juergen Lock <nox@FreeBSD.org>
  *  Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
  *  Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw>
  *  Juraj Lutter <otis@FreeBSD.org>
  *  Jyun-Yan You <jyyou@cs.nctu.edu.tw>
  *  Karsten Pedersen <kpedersen@disroot.org>
  *  Kelly Yancey <kbyanc@FreeBSD.org>
  *  Kelly Yancey <kbyanc@posi.net>
  *  Kevin Bowling <k@kev009.com>
  *  Kevin Bowling <kbowling@freebsd.org>
  *  Kevin Lo <kevlo@FreeBSD.org>
  *  Kimura Fuyuki <fuyuki@hadaly.org>
  *  Kimura Fuyuki <fuyuki@mj.0038.net>
  *  Kirill Ponomarew <krion@FreeBSD.org>
  *  Kirill Ponomarew <ponomarew@oberon.net>
  *  Koop Mast <einekoai@chello.nl>
  *  Koop Mast <kwm@FreeBSD.org>
  *  Kris Kennaway <kris@FreeBSD.org
  *  Kris Kennaway <kris@FreeBSD.org>
  *  Kristof Provost <kp@FreeBSD.org>
  *  Krzysztof Stryjek <ports@bsdserwis.com>
  *  Kubilay Kocak <koobs@FreeBSD.org>
  *  Lars Eggert <lars@eggert.org>
  *  Lars Erik Gullerud <lerik@nolink.net>
  *  Lars Thegler <lars@thegler.dk>
  *  Lars Thegler <lth@FreeBSD.org>
  *  Lasse L. Johnsen (lasse@freebsdcluster.org)
  *  Lawrence Chen <beastie@tardisi.com>
  *  Li-Wen Hsu <lwhsu@FreeBSD.org>
  *  Loic Pefferkorn <loic-freebsd@loicp.eu>
  *  Loren M. Lang
  *  Lung-Pin Chang <changlp@cs.nctu.edu.tw>
  *  M. Birgmeier
  *  MANTANI Nobutaka <nobutaka@FreeBSD.org>
  *  MIHIRA Yoshiro <sanpei@FreeBSD.org>
  *  Mahlon E. Smith <mahlon@martini.nu>
  *  Maksym Sobolyev <sobomax@pbxpress.it>
  *  Manuel Creach <manuel.creach@icloud.com>
  *  Marcin Cieslak <saper@system.pl>
  *  Marcin Jessa <freebsd@yazzy.org>
  *  Marcin Jessa <yazzy@yazzy.org>
  *  Marco P. Rodrigues <drkangel@drkangel.org>
  *  Marco Steinbach <coco@webdev.c0c0.intra>
  *  Marcus Glocker <marcus@nazgul.ch>
  *  Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
  *  Mario Sergio Fujikawa Ferreira <liouxFreeBSD.org>
  *  Mark Felder <feld@FreeBSD.org>
  *  Mark Pulford <mark@kyne.com.au>
  *  Mars G Miro <spry@anarchy.in.the.ph>
  *  Martin Matuska <mm@FreeBSD.org>
  *  Martin Wilke <miwi@FreeBSD.org>
  *  Masafumi NAKANE <max@FreeBSD.org>
  *  Masahiro Teramoto <markun@onohara.to>
  *  Masaki TAGAWA <masaki@club.kyutech.ac.jp>
  *  Massimiliano Stucchi <mstucchi@ripe.net>
  *  Matt Emmerton <matt@gsicomp.on.ca>
  *  Matt Peterson <matt@peterson.org>
  *  Matthew George <mdg@secureworks.net>
  *  Matthew Luckie <mjl@luckie.org.nz>
  *  Matthew Seaman
  *  Matthias Fechner <mfechner@FreeBSD.org>
  *  Matthias Teege <matthias@mteege.de>
  *  Max Khon <fjoe@FreeBSD.org>
  *  Max V. Kostikov <max@kostikov.co>
  *  Maxim Sobolev <sobomax@FreeBSD.org>
  *  Meno Abels <meno.abels@adviser.com>
  *  Michael Frey <frey@raum3.de>
  *  Michael Handler <handler@grendel.net>
  *  Michael Johnson <ahze@FreeBSD.org
  *  Michael Johnson <ahze@FreeBSD.org>
  *  Michael Joyner <mjoyner@hq.dyns.cx>
  *  Michael Kohn <mike@mikekohn.net>
  *  Michael L. Hostbaek (mich@freebsdcluster.org)
  *  Michael L. Hostbaek <mich@freebsdcluster.org>
  *  Michael Muenz <m.muenz@gmail.com>
  *  Mike Carlson <carlson39@llnl.gov>
  *  Mikhail Teterin
  *  Mikhail Teterin <mi@aldan.algebra.com>
  *  Mikhail Zakharov <zmey20000@yahoo.com>
  *  Muhammad Moinur Rahman <5u623l20@gmail.com>
  *  Muhammad Moinur Rahman <bd_subzero@yahoo.com>
  *  Muhammad Moinur Rahman <bofh@FreeBSD.org>
  *  Munechika SUMIKAWA <sumikawa@FreeBSD.org>
  *  Nathan Whitehon <nwhitehorn@freebsd.org>
  *  Neil Booth
  *  Nick Sayer <nsayer@FreeBSD.org>
  *  Nicola Vitale <nivit@FreeBSD.org>
  *  Nobutaka Mantani <nobutaka@FreeBSD.org>
  *  Oleg Mamontov <oleg@mamontov.net>
  *  Oliver Mahmoudi <olivermahmoudi@gmail.com>
  *  Olivier Cochard-Labbé <olivier@FreeBSD.org>
  *  Olivier Duchateau
  *  Olivier Tharan <olive@oban.frmug.org>
  *  Palle Girgensohn <girgen@FreeBSD.org>
  *  Pankov Pavel <pankov_p@mail.ru>
  *  Paolo Pisati <flag@gufi.org>
  *  Patrick Li <pat@databits.net>
  *  Patrick MARIE <mycroft@virgaria.org>
  *  Patrick Powell <papowell@astart.com>
  *  Paul Dlug <paul@aps.org>
  *  Paul Schmehl <pauls@utdallas.edu>
  *  Pav Lucistnik <pav@FreeBSD.org>
  *  Pawel Pekala <pawel@FreeBSD.org>
  *  Peter Pentchev <roam@FreeBSD.org>
  *  Philip M. Gollucci <ports@FreeBSD.org>
  *  Philippe Audeoud <jadawin@tuxaco.net>
  *  Phillip Neumann <pneumann@gmail.com>
  *  Piotr Florczyk <pf@itwf.pl>
  *  Piotr Kubaj <pkubaj@anongoth.pl>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Raffaele De Lorenzo - raffaele.delorenzo@libero.it
  *  Rich Neswold <rneswold@mcs.net>
  *  Richard Gallamore <ultima@FreeBSD.org>
  *  Roger Hardiman <roger@FreeBSD.org>
  *  Roman Bogorodskiy <novel@FreeBSD.org>
  *  Roman Neuhauser (<neuhauser@bellavista.cz>)
  *  Roman Shterenzon <roman@xpert.com>
  *  Rong-En Fan <rafan@FreeBSD.org>
  *  Rong-En Fan <rafan@infor.org>
  *  Roy Marples <roy@marples.name>
  *  Rusmir Dusko <nemysis@FreeBSD.org>
  *  Russell Francis
  *  Ryan Steinmetz <rpsfa@rit.edu>
  *  Ryan Steinmetz <zi@FreeBSD.org>
  *  Ryan T. Dean <rtdean@cytherianage.net>
  *  Sahil Tandon <sahil@FreeBSD.org>
  *  Sahil Tandon <sahil@tandon.net>
  *  Seamus Venasse <svenasse@polaris.ca>
  *  Sebastien Petit <spe@phear.org>
  *  Sebastien Santoro <dereckson@gmail.com>
  *  Seiichirou Hiraoka
  *  Sergei Kolobov <sergei@kolobov.com>
  *  Sergey Kandaurov <pluknet@gmail.com>
  *  Sergey Kozlov <sergey.kozlov@intel.com>
  *  Sergey Kozlov <skozlov@FreeBSD.org>
  *  Sergey Matveychuk <sem@FreeBSD.org>
  *  Sergey Skvortsov <skv@protey.ru>
  *  Sergey Velichkevych <serg@cad.kiev.ua>
  *  Shinsuke Matsui (<smatsui@karashi.org>)
  *  Silvio Ap Silva aka kanazuchi <alvolivre@live.com>
  *  Simon Barner <barner@gmx.de>
  *  Simun Mikecin < numisemis at yahoo dot com >
  *  Simun Mikecin <numisemis@yahoo.com>
  *  Sofian Brabez <sbrabez@gmail.com>
  *  Stacey D. Son <sds@son.org>
  *  Stanislav Sedov <stas@FreeBSD.org>
  *  Stefan Hagen <sh@codevoid.de>
  *  Steve Jacobson <sjac@cs.stanford.edu>
  *  Steve Wills <swills@FreeBSD.org>
  *  Steven Kreuzer <skreuzer@FreeBSD.org>
  *  Sunagawa Koji <koj@ofug.net>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  TAKAHASHI Kaoru <kaoru@kaisei.org>
  *  TAKATSU Tomonari <tota@FreeBSD.org>
  *  TERAMOTO Masahiro <markun@onohara.to>
  *  Talal Al Dik (tad@vif.com)
  *  Thibault Payet <monwarez@mailoo.org>
  *  Thierry Thomas (<thierry@FreeBSD.org>)
  *  Thierry Thomas (<thierry@pompo.net>)
  *  Thierry Thomas <thierry@pompo.net>
  *  Thomas Dreibholz <dreibh@iem.uni-due.de>
  *  Thomas Quinot <thomas@cuivre.fr.eu.org>
  *  Tillman Hodgson <tillman@seekingfire.com>
  *  Tim Bishop <tim@bishnet.net>
  *  Timothy Beyer <beyert@cs.ucr.edu>
  *  Timothy Redaelli <drizzt@gufi.org>
  *  Tom McLaughlin <tmclaugh@FreeBSD.org>
  *  Tom McLaughlin <tmclaugh@sdf.lonestar.org>
  *  Tony Shadwick <tshadwick@oss-solutions.com>
  *  Torsten Zuehlsdorff <ports@toco-domains.de>
  *  Torsten Zuehlsdorff <tz@FreeBSD.org>
  *  Trenton Schulz <trueos@norwegianrockcat.com>
  *  Trevor Corpropst <tcornpropst@cox.net>
  *  Tsung-Han Yeh <snowfly@yuntech.edu.tw>
  *  Ulrich Spoerlein <uspoerlein@gmail.com>
  *  Vadim Belman <vab@lflat.vas.mobilix.dk>
  *  Valery Komarov <komarov@valerka.net>
  *  Vanilla I. Shu <vanilla@FreeBSD.org>
  *  Vasil Dimov <vd@FreeBSD.org>
  *  Vassili Tchersky <vt@bsdjeunz.org>
  *  Veniamin Gvozdikov <vg@FreeBSD.org>
  *  Victor Yagofarov <xnasx@yandex.ru>
  *  Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
  *  Vsevolod Stakhov <vsevolod@highsecure.ru>
  *  Wen Heping <wen@FreeBSD.org>
  *  Wen Heping <wenheping@gmail.com>
  *  Wen Heping<wenheping@gmail.com>
  *  Wen heping <wenheping@gmail.com>)
  *  Weongyo Jeong <weongyo@FreeBSD.org>
  *  Willem Jan Withagen <wjw@digiware.nl>
  *  William Grzybowski <wg@FreeBSD.org>
  *  William Ward <William.Ward@ericsson.com>
  *  Winston Weinert <winstonw@lavabit.com>
  *  Xiaoding Liu <xiaoding+freebsd@xiaoding.org>
  *  Xin LI <delphij@FreeBSD.org>
  *  Xin Li <delphij@FreeBSD.org>
  *  Yann Berthier <yb@sainte-barbe.org>
  *  Yarema <yds@CoolRat.org>
  *  Yen-Ming Lee <leeym@FreeBSD.org>
  *  Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
  *  Yen-Ming Lee <leeym@leeym.com>
  *  Yi-Hsuan Hsin <mhsin@mhsin.org>
  *  Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
  *  Yi-Jheng, Lin <yzlin@cs.nctu.edu.tw>
  *  Ying-Chieh Liao <ijliao@FreeBSD.org>
  *  Yoshihiko Sarumaru <mistral@imasy.or.jp>
  *  Yukihiro Nakai <Nacai@iname.com>
  *  Yuri Victorovich <yuri@rawbw.com>
  *  Zach Thompson <hideo@lastamericanempire.com>
  *  Zane C, Bowers <vvelox@vvelox.net>
  *  Zane C. Bowers <vvelox@vvelox.net>
  *  Zane C. Bowers-Hadley <vvelox@vvelox.net>
  *  Zhen REN <bg1tpt@gmail.com>
  *  aaron@FreeBSD.org
  *  ache
  *  adam
  *  adam@veda.is
  *  adamw
  *  alepulver
  *  alexp
  *  andreas
  *  andreas@FreeBSD.org
  *  andrey@kostenko.name
  *  arved
  *  asami
  *  ats (original)
  *  brd@FreeBSD.org
  *  brix@FreeBSD.org
  *  bsdx
  *  chinsan
  *  chinsan <chinsan.tw@gmail.com>
  *  clsung
  *  clsung@dragon2.net
  *  cpm <cpm@fbsd.es>
  *  cy@FreeBSD.org
  *  dave@dogwood.com
  *  dds
  *  devin@spamcop.net
  *  dikshie <dikshie@lapi.itb.ac.id>
  *  dikshie@sfc.wide.ad.jp
  *  doconnor@gsoft.com.au
  *  erwin@FreeBSD.org
  *  fenner
  *  gahr
  *  gebhart@secnetix.de
  *  glarkin
  *  glewis
  *  gugu
  *  igor@zynaps.ru
  *  ijliao
  *  james@targetnet.com
  *  jameskamlyn@gmail.com
  *  jamundsen
  *  janos.mohacsi@bsd.hu
  *  jeff@cetlink.net
  *  jesusr
  *  jhay
  *  jkh
  *  johans@stack.nl
  *  jupengfei <jupengfei@gmail.com>
  *  kai
  *  krion@FreeBSD.org
  *  kris@FreeBSD.org
  *  kungfuftr <scott@surreytech.co.uk>
  *  kuriyama
  *  lance@evitel.net
  *  lbartoletti <lbartoletti@FreeBSD.org>
  *  liamfoy@sepulcrum.org
  *  lwhsu@FreeBSD.org
  *  marck@FreeBSD.org
  *  matusita@jp.FreeBSD.org
  *  maurice
  *  melifaro@ipfw.ru
  *  mfechner@FreeBSD.org
  *  mharo@FreeBSD.org
  *  michael johnson <ahze@ahze.net>
  *  mike@binghamton.edu
  *  msmith
  *  mwest@uct.ac.za
  *  nbm
  *  netch@netch.kiev.ua
  *  nishida@sfc.wide.ad.jp
  *  nork@FreeBSD.org
  *  pat@databits.net
  *  paul@FreeBSD.org
  *  petef
  *  petef@FreeBSD.org
  *  peter
  *  ports@c0decafe.net
  *  quest <quest@mac.com>
  *  rdenis@simphalempin.com
  *  renchap@cocoa-x.com
  *  rflynn@acsalaska.net
  *  roam@orbitel.bg
  *  ru
  *  ryo
  *  scrappy@FreeBSD.org
  *  shan
  *  shanali
  *  shigeru@iij.ad.jp
  *  shipley@dis.org
  *  skreuzer
  *  smace@FreeBSD.org
  *  sobomax
  *  spf@xslt.cs.nccu.edu.tw
  *  stast
  *  stb
  *  steinex
  *  sten@blinkenlights.nl
  *  swills@
  *  thierry@pompo.net
  *  tim@relay.nnn.tstu.ru
  *  timur@FreeBSD.org
  *  tm@onepost.net
  *  trevor
  *  vanhu <vanhu@netasq.com>
  *  vanilla
  *  vanilla@
  *  wenheping <wenheping@gmail.com>
  *  will
  * # Created by Matthias Fechner <mfechner@FreeBSD.org>
  * # Created by Radim Kolar <hsn@sendmail.cz>

With hat:	portmgr
commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624 commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624 commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624 commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624 6a378e5
Wednesday, 27 Apr 2022
11:19 Eugene Grosbein (eugen) search for other commits by this committer
net/mpd5: install dictionary.mpd and add fix r2441 from upstream

* Add dictionary.mpd to default package build and install it
to /usr/local/share/mpd/dictionary.mpd.

Thanks Dmitry Luhtionov who noted this omission.

* If parent interface of PPPoE link (vlan, detachable USB ethernet etc.)
got destroyed and re-added, detect that and continue automatically;
manual interference was required before this import of upstream r2441.
commit hash: 2c6ad754f623bc68636202835929cc159f0d65c0 commit hash: 2c6ad754f623bc68636202835929cc159f0d65c0 commit hash: 2c6ad754f623bc68636202835929cc159f0d65c0 commit hash: 2c6ad754f623bc68636202835929cc159f0d65c0 2c6ad75
Tuesday, 29 Mar 2022
13:58 Mateusz Piotrowski (0mp) search for other commits by this committer
net/mpd5: Use @sample for sample configuration files

The port installs some ".sample" configuration files into etc. Let's use
the @sample keyword to manage them correctly during upgrades and
deinstallations.

Approved by:	portmgr blanket
commit hash: 747a7086aa7009638bf286ac49d2219b4d568438 commit hash: 747a7086aa7009638bf286ac49d2219b4d568438 commit hash: 747a7086aa7009638bf286ac49d2219b4d568438 commit hash: 747a7086aa7009638bf286ac49d2219b4d568438 747a708
Friday, 11 Feb 2022
13:31 Eugene Grosbein (eugen) search for other commits by this committer
net/mpd5: let "red-port" accept zero remote port value

Import upstream r2446: allow to configre "any" remote port
for port redirection rule as supported by libalias(3).

PR:		261802
Reported by:	Martin Birgmeier
commit hash: fcba5123c1263e2bb2ddc6f6b7e71424f62377d2 commit hash: fcba5123c1263e2bb2ddc6f6b7e71424f62377d2 commit hash: fcba5123c1263e2bb2ddc6f6b7e71424f62377d2 commit hash: fcba5123c1263e2bb2ddc6f6b7e71424f62377d2 fcba512
Saturday, 4 Dec 2021
12:58 Eugene Grosbein (eugen) search for other commits by this committer
net/mpd5: Re-implement improvement for multi-homed L2TP server

Import upstream r2437-r2440:

Use IP_RECVDSTADDR socket option for IPv4 L2TP server
with unspecified self address (0.0.0.0) to determine destination
IP address of incoming request and bind new tunnel to right address.
This unbreaks multihomed L2TP server setup.
commit hash: db72bd31c56b6a3eb502aa2a650a1aab302b43ca commit hash: db72bd31c56b6a3eb502aa2a650a1aab302b43ca commit hash: db72bd31c56b6a3eb502aa2a650a1aab302b43ca commit hash: db72bd31c56b6a3eb502aa2a650a1aab302b43ca db72bd3
Friday, 8 Oct 2021
11:50 Bernhard Froehlich (decke) search for other commits by this committer
net/mpd5: Add CPE information

Approved by:    portmgr (blanket)
commit hash: 563d7e0c83e3cf460a26763e424b289dcd56e945 commit hash: 563d7e0c83e3cf460a26763e424b289dcd56e945 commit hash: 563d7e0c83e3cf460a26763e424b289dcd56e945 commit hash: 563d7e0c83e3cf460a26763e424b289dcd56e945 563d7e0
Saturday, 18 Sep 2021
16:11 Eugene Grosbein (eugen) search for other commits by this committer
net/mpd5: add missing change after previous revision

Add r2420 from upstream to speedup multihomed L2TP server a bit.
commit hash: 73fc549fd2fdd05312bb8f8551dfdb2d146f604d commit hash: 73fc549fd2fdd05312bb8f8551dfdb2d146f604d commit hash: 73fc549fd2fdd05312bb8f8551dfdb2d146f604d commit hash: 73fc549fd2fdd05312bb8f8551dfdb2d146f604d 73fc549
15:44 Eugene Grosbein (eugen) search for other commits by this committer
net/mpd5: unbreak multihomed L2TP server setup and add WITHOUT_RADIUS

This change adds two improvements from upstream:

* Use IP_RECVDSTADDR socket option for IPv4 L2TP server
  with unspecified self address (0.0.0.0) to determine destination
  IP address of incoming request and bind new tunnel to right address.
  This unbreaks multihomed L2TP server setup. (r2419)

* Add support for base system built without libradius
  (WITHOUT_RADIUS_SUPPORT): this includes auto-detecting
  libradius presence and force building without RADIUS support.
  Default build is not affected and enables RADIUS support. (r2424)
commit hash: 091a500aaa52832a07f3585478f812ca5db18dbc commit hash: 091a500aaa52832a07f3585478f812ca5db18dbc commit hash: 091a500aaa52832a07f3585478f812ca5db18dbc commit hash: 091a500aaa52832a07f3585478f812ca5db18dbc 091a500
Wednesday, 8 Sep 2021
22:07 Eugene Grosbein (eugen) search for other commits by this committer
net/mpd5: fix PPPoE Server remotely exploitable crash

This is security fix for PPPoE servers.

Insufficient validation of incoming PPPoE Discovery request
specially crafted by unauthenticated user might lead to unexpected
termination of the process. The problem affects mpd versions since 5.0.
Installations not using PPPoE server configuration were not affected.

Reported by:	paul & Yannick C at SourceForge
Tested by:	paul & Yannick C at SourceForge
Security:	f55921aa-10c9-11ec-8647-00e0670f2660
commit hash: 1f6fcc264e1dfc53f5cd42cad335e5375abe080d commit hash: 1f6fcc264e1dfc53f5cd42cad335e5375abe080d commit hash: 1f6fcc264e1dfc53f5cd42cad335e5375abe080d commit hash: 1f6fcc264e1dfc53f5cd42cad335e5375abe080d 1f6fcc2
Wednesday, 18 Aug 2021
12:50 Eugene Grosbein (eugen) search for other commits by this committer
net/mpd5: add L2TP fix from upstream (r2410, r2411).

This change should fix the problem reported in bugs #38 #47 #74.
It is L2TP interoperability issue with some Juniper, Cisco and
YAMAHA RTX routers having strict protocol checks.

Move USES to pet portlint.

Reported by: Kikuchan at SourceForge (based on)
commit hash: fe1375b13d3a9fab5f818fe0502db86e76107405 commit hash: fe1375b13d3a9fab5f818fe0502db86e76107405 commit hash: fe1375b13d3a9fab5f818fe0502db86e76107405 commit hash: fe1375b13d3a9fab5f818fe0502db86e76107405 fe1375b
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Sunday, 6 Sep 2020
19:30 eugen search for other commits by this committer
net/mpd5: update to version 5.9

This version contains security fix for L2TP clients and servers.
Insufficient validation of incoming L2TP control packet
specially crafted by unauthenticated user might lead to unexpected
termination of the process. The problem affects mpd versions
since 4.0 that brought in initial support for L2TP.

Other changes from upstream were already present in the port
in form of pathes that were removed with this update.

Reported by:	chennan at SourceForge
Reviewed by:	mav
Original commitRevision:547867 
Saturday, 29 Aug 2020
20:15 eugen search for other commits by this committer
net/mpd5: remove required_files from startup script

Name and/or location of the configuration file may be changed
with mpd_flags, in which case required_files prevents starting service.

It is no big deal if mpd5 started with missing configuration file
because it just prints a warning to the log and exits in that case.

PR:		248993
Original commitRevision:546946 
Thursday, 27 Aug 2020
13:14 eugen search for other commits by this committer
net/mpd5: improve logging in rare case of libpdel failure.

Import upstream r2329 and r2373 to direct assertion message to the log.
See also: https://sourceforge.net/p/mpd/bugs/68/
Original commitRevision:546343 
Sunday, 25 Nov 2018
12:09 eugen search for other commits by this committer
net/mpd5: remove BROKEN_SSL*

For now, BROKERNL_SSL* is designed for port that defines GNU_CONFIGURE
and USES=pkgconfig to get libssl's include and library paths by means
of pkg-config --cflags/--libs or just use CFLAGS etc. including ${LOCALBASE}

net/mpd5 does not use pkgconfig nor GNU configure and since last update
it forces usage of system libssl despite of presence of other *SSL packages,
so BROKEN_SSL* is unneeded and does only harm here.
Original commitRevision:485853 
07:48 eugen search for other commits by this committer
net/mpd5: fix build for systems having libressl installed

Import upstream revisions r2258-r2260: do not use -I${LOCALBASE}/include
by default when option NG_IPACCT is off. If NG_IPACCT is on,
use -nostdinc to force needed header inclusion order to force
usage of base system libssl.

Bump PORTREVISION as package can change if built with default options
when net-mgmt/ng_ipacct is installed.

PR:	233471
Original commitRevision:485845 
04:23 eugen search for other commits by this committer
net/mpd5: fix after incorrect change r484599

openssl-1.1.1 is in FreeBSD12 base system and that was already
resolved in r482627.

While here, explicitly mark the port incompatible with alternative SSL
libraries such as LibreSSL due to dependency of base system libfetch
that links with base system libssl.

PR:		233471
Original commitRevision:485843 
Saturday, 10 Nov 2018
10:09 mat search for other commits by this committer
security/openssl-devel was removed, but there is a security/openssl111 now.
Original commitRevision:484599 
Saturday, 20 Oct 2018
21:41 eugen search for other commits by this committer
net/mpd5: make it possible to build with ssl=openssl111

Now as FreeBSD 12 got openssl-1.1.1 in base system and
/usr/include/openssl/ssl.h and /usr/local/include/openssl/ssl.h
are indentical, it is safe to allow building net/mpd5
with DEFAULT_VERSIONS having ssl=openssl111 and no reasons to break
the build.

However, resulting binary still links with base system /usr/lib/libssl.so
because of libfetch(3) needs it and mpd5 links with libfetch too.
Original commitRevision:482627 
Saturday, 13 Oct 2018
14:59 eugen search for other commits by this committer
net/mpd5: start service earlier

mpd5 daemon can be used as replacement for stock ppp(8) daemon
to provide global connectivity (PPPoE, mobile networks etc.)

Follow ppp(8) behavior and run startup script early before
NETWORKING (and netwait), so other services that require
working networking to be operational before starting won't fail.

Bump PORTREVISION.
Original commitRevision:481990 
Thursday, 4 Oct 2018
05:49 eugen search for other commits by this committer
net/mpd5: import latest fix for "set iface mtu X override" from upstream
Original commitRevision:481203 
Saturday, 22 Sep 2018
23:19 eugen search for other commits by this committer
net/mpd5: mark broken with openssl111 for a moment

mpd5 successfully compiles with openssl-devel or openssl111
but cannot be linked because it links with base system libfetch(3)
that currently links with /usr/lib/libssl.so.8 (openssl 1.0.2p-freebsd).

So, one should not attempt to build mpd5 with newer openssl version
until it's imported to base system so mpd5 won't link with two distinct
openssl versions.

PR:		231599
Original commitRevision:480436 
Monday, 10 Sep 2018
13:14 mat search for other commits by this committer
Add DOCS options to ports that should have one.

Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
Original commitRevision:479406 
Saturday, 4 Aug 2018
08:02 eugen search for other commits by this committer
net/mpd5: revert previous LCP MRU negotiation change
and add new way to deal with same problem
following upstream changes r22478, r2249:

- reverse r2246 as it used wrong way to deal with the problem;
- make it possible to override results of LCP negotiation
  and set interface MTU to specified value with a command:

set iface mtu NNN override

New option "override" is not documented yet.
This is dangerous option as it can violate RFC 1661
and should be used with caution and at your own risk.
It is useful when you deal with broken PPP peer
negotiating too low value while higher MTU is known to work.
Original commitRevision:476338 
Friday, 27 Jul 2018
10:38 eugen search for other commits by this committer
net/mpd5: add a fix from upstream r2247

Prevent reporting wrong traffic accounting data in very rare case
of failure of netgraph statistical socket data flow.
Original commitRevision:475423 
Sunday, 24 Jun 2018
13:02 eugen search for other commits by this committer
net/mpd5: really add the patch file after r473194
Original commitRevision:473197 
12:04 eugen search for other commits by this committer
Minor change for net/mpd5: improve LCP MRU negotiation.

Add a fix from upstream r2246:

	Fix bug #62: improve LCP MRU negotiation in some unusual cases
	sometimes happening while using Orange S.A. services.
	This allow us to setup PPPoE client connection interface using mtu=1492
	instead of 1456.

Reported by:	Xavier Lemaire
Tested by:	Xavier Lemaire
Original commitRevision:473194 
Monday, 26 Feb 2018
09:16 ale search for other commits by this committer
Fix support of PPPoE over VLAN and add basic parsing of PADM messages.

Submitted by:	ale
Reviewed by:	mav julian
Differential Revision:	https://reviews.freebsd.org/D9848
Original commitRevision:463007 
Saturday, 17 Feb 2018
12:00 sunpoet search for other commits by this committer
Use BROKEN_SSL

Approved by:	portmgr (blanket)
Original commitRevision:462137 
Tuesday, 26 Sep 2017
09:43 eugen search for other commits by this committer
Elaborate license information by changing it to right "BSD3CLAUSE"
instead of generic (and not entirely correct in this case) "BSD".

PR:		222545
Reported by:	Yasuhiro KIMURA <yasu@utahime.org>
Original commitRevision:450652 
Sunday, 2 Jul 2017
15:16 eugen search for other commits by this committer
Add a patch from upstream: switch from NO_MAN and COPTS to MK_MAN and CFLAGS
for modern FreeBSD versions. PORTREVISION unchanged.

Approved by: az (mentor).
Original commitRevision:444889 
Saturday, 1 Jul 2017
22:01 eugen search for other commits by this committer
- add new patch from upstream to fix buffer overflow and improve compatibility
  with FreeBSD 11.
- bump PORTREVISION.

Reviewed by: mav
Approved by: vsevolod (mentor)
Original commitRevision:444852 
Tuesday, 27 Jun 2017
16:51 eugen search for other commits by this committer
- Add new patch from upstream to improve stability of the daemon;
- simplify PORTDOCS and avoid usage of != in port's Makefile;
- add LICENSE;
- take maintainership;
- bump PORTREVISION.
Original commitRevision:444511 
Wednesday, 15 Mar 2017
14:45 mat search for other commits by this committer
Remove all USE_OPENSSL occurrences.

Sponsored by:	Absolight
Original commitRevision:436247 
Tuesday, 29 Nov 2016
18:46 mat search for other commits by this committer
Mark some ports as not openssl-devel ready.

Sponsored by:	Absolight
Original commitRevision:427389 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Wednesday, 6 Jan 2016
17:58 mav search for other commits by this committer
Update to 5.8.
Original commitRevision:405379 
Friday, 14 Aug 2015
15:03 garga search for other commits by this committer
- Backport mpd5 fix (rev. 1224):

Do not print warning, when we a renaming interface to existing name
https://forum.pfsense.org/index.php?topic=41061.msg476926

- Bump PORTREVISION

PR:		200722
Approved by:	maintainer timeout (> 2 months)
Sponsored by:	Netgate
Original commitRevision:394223 
Monday, 23 Mar 2015
21:19 bdrewery search for other commits by this committer
Need to bump revision for r382043 as well since it will change runtime behavior
for all releases.

With hat:	portmgr
Original commitRevision:382046 
Saturday, 20 Dec 2014
19:23 bapt search for other commits by this committer
cleanup plist
Original commitRevision:375100 
Thursday, 18 Sep 2014
12:31 mat search for other commits by this committer
Retire MANCOMPRESSED.

Also the compat NO_INSTALL_MANPAGES shim.

Differential Revision:	https://reviews.freebsd.org/D730
Reviewed by:	antoine
With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:368446 
Saturday, 7 Jun 2014
17:32 olgeni search for other commits by this committer
Tiny fixes for the mpd5 package.

- Use PLIST_DIRSTRY to avoid warnings when deinstalling.

- Set PROVIDE to mpd5 in startup script (it currently confuses
  bsdadminscripts' commands)

PR:		186531
Submitted by:	olgeni
Approved by:	maintainer timeout (120 days)
Original commitRevision:356932 
Saturday, 26 Apr 2014
13:06 garga search for other commits by this committer
Fix build when WITHOUT_MAN is defined

PR:		ports/189008
Submitted by:	Lev Serebryakov <lev@FreeBSD.org>
Original commitRevision:352254 
Thursday, 27 Mar 2014
00:30 garga search for other commits by this committer
Support STAGE

Approved by:	portmgr (blanket)
Original commitRevision:349309 
Saturday, 4 Jan 2014
00:59 bapt search for other commits by this committer
Fix package name collision with lang/mpd
Original commitRevision:338616 
Friday, 20 Sep 2013
22:10 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
Original commitRevision:327755 
Thursday, 20 Jun 2013
08:31 mav (src committer) search for other commits by this committer
Update to 5.7.
Original commitRevision:321359 
Tuesday, 4 Jun 2013
06:34 bapt search for other commits by this committer
Convert to new options framework
While here trim parts related to unsupported FreeBSD versions
Original commitRevision:319824 
Sunday, 5 Aug 2012
23:19 dougb search for other commits by this committer
Move the rc.d scripts of the form *.sh.in to *.in

Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
Original commit
Wednesday, 21 Dec 2011
16:16 sem search for other commits by this committer
- Update to 5.6

Submitted by:   maintainer
Original commit
Thursday, 25 Feb 2010
12:32 sem search for other commits by this committer
- Update to 5.5
     * New features:
          * Added `set link redial-delay ...` command.
          * Print global filters on `show iface|customer` commands.
          * Added protocol/port forwarding support for NAT.
          * Added utmpx support on 9-CURRENT.
     * Bugfixes:
          * Fix memory leaks on pptp and radius on some reason.
          * Really make RESULT a mandatory option in ext-auth.

Submitted by:   maintainer
Feature safe:   yes
Original commit
Tuesday, 22 Dec 2009
13:24 sem search for other commits by this committer
- Update to 5.4
  New features:
    * Added built-in RADIUS server, supporting RFC 3576: Dynamic
      Authorization Extensions to RADIUS.
    * Added support for DSL Forum vendor-specific Circuit-ID/Remote-ID
      PPPoE tags and respective RFC 4679 RADIUS VSA.

Submitted by:   maintainer
Original commit
Saturday, 22 Aug 2009
00:32 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with N
Original commit
Sunday, 12 Apr 2009
17:23 sem search for other commits by this committer
- Update to 5.3

Submitted by:   maintainer
Original commit
Wednesday, 1 Oct 2008
20:36 sem search for other commits by this committer
- Update 5.2

Submitted by:   mav (maintainer)
Original commit
Saturday, 21 Jun 2008
13:03 sem search for other commits by this committer
- Remove mtree(8) files. It prevents creating doc directories
  when NOPORTDOCS defined.

Submitted by:   mav (maintainer)
Original commit
Monday, 7 Apr 2008
14:50 sem search for other commits by this committer
- Update to 5.1
  Next major stable release of mpd5 branch presents improved performance,
  scalability, additional features and bugfixes.

Submitted by:   maintainer
Original commit
Saturday, 12 Jan 2008
23:01 sem search for other commits by this committer
- Update to 5.0 release

Changes since 5.0rc2:
New features:
 * Sending LCP Time-Remaining packet implemented.
Bugfixes:
 * Fixed MPPC options loss on link disconnect.
 * Fixed crash on PPTP CDN sending error.
 * Fixed incorrect IPCP options reject processing.
 * Fixed MP SHORTSEQ option.
 * Fixed packet order on accepting outgoing PPTP call.

Submitted by:   mav (maintainer)
Original commit
Saturday, 22 Dec 2007
21:58 sem search for other commits by this committer
- Update to RC2. It fixes build on 5.5 and a few bugs.

Submitted by:   maintainer
Original commit
Wednesday, 19 Dec 2007
12:14 sem search for other commits by this committer
- Update to 5.0 RC1

Submitted by:   maintainer
Original commit
Wednesday, 24 Oct 2007
13:31 sem search for other commits by this committer
First public release of the mpd-5.x branch.
The main goal of this branch is to implement new
operation principles based on dynamic on-demand
links/bundles creation.

Repocopied from:        net/mpd4
Repocopied by:          marcus
Submitted by:           maintainer
Original commit

Number of commits found: 73