aboutsummaryrefslogtreecommitdiff
path: root/net/kamailio
Commit message (Collapse)AuthorAgeFilesLines
* net/kamailio: Moved man to share/manMuhammad Moinur Rahman2024-02-253-5/+26
| | | | Approved by: portmgr (blanket)
* net/kamailio: Update to 5.7.3Dmitry Wagin2024-01-147-155/+16
| | | | | | | ChangeLog: https://www.kamailio.org/w/kamailio-v5-7-0-release-notes/ PR: 276221 Reported by: dmitry.wagin@ya.ru (maintainer)
* all: remove explicit versions in USES=python for "3.x+"Rene Ladan2023-06-271-1/+1
| | | | | | | | | | | | | | | | | | | The logic in USES=python will automatically convert this to 3.8+ by itself. Adjust two ports that only had Python 3.7 mentioned but build fine on Python 3.8 too. finance/quickfix: mark BROKEN with PYTHON libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++ -DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable -Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong -fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi -Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings -Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x -MT _quickfix_la-QuickfixPython.lo -MD -MP -MF .deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o .libs/_quickfix_la-QuickfixPython.o warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found ^~~~~~~~~~ 1 warning and 1 error generated. Reviewed by: portmgr, vishwin, yuri Differential Revision: <https://reviews.freebsd.org/D40568>
* www/libjwt: Update to 1.15.2Po-Chuan Hsieh2023-01-301-0/+1
| | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/benmcollins/libjwt/releases https://github.com/benmcollins/libjwt/commits/master
* net/kamailio: Update to 5.6.2Dmitry Wagin2023-01-028-10/+203
| | | | | | | | | - Added dlgs, lost, posops, siprepo, slack and sworker modules. - Also backported (from master branch) ASLR support for KEMI modules (see pkg-message). Changelog: https://www.kamailio.org/pub/kamailio/5.6.2/ChangeLog PR: 268670
* net/kamailio: Use USES=luajit (defaults to luajit-devel)Adam Weinberger2022-10-141-2/+2
|
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | 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)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* net: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* textproc/libxml2: bump all LIB_DEPENDS consumersCharlie Li2022-04-101-1/+1
| | | | | | | | This is a separate commit to facilitate easier cherry-picking for quarterly. PR: 262853, 262940, 262877, 263126 Approved by: fluffy (mentor)
* textproc/libxml2: bump all dependenciesMatthias Fechner2022-03-261-0/+1
| | | | | This should make sure that all dependent ports will pick up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
* net/kamailio: update to 5.5.4Dmitry Wagin2022-03-166-63/+22
| | | | PR: 262536
* net/kamailio: update to 5.5.3Dmitry Wagin2022-01-085-30/+114
| | | | | | | | | ChangeLog: https://www.kamailio.org/pub/kamailio/5.5.3/ChangeLog Added multiple options and option KEMIX removed. PR: 260486 Reported by: jailbird@fdf.net
* net/kamailio: Add CPE informationBernhard Froehlich2021-08-151-1/+1
| | | | Approved by: portmgr (blanket)
* net/kamailio: Update to 5.4.5 and tls crash fixDmitry Wagin2021-06-142-4/+5
| | | | | | | | | | | | | fixed crash in CRYPTO_THREAD_lock_free(): (enabled pthread_mutex_init() fix by LIBSSL_SET_MUTEX_SHARED flag https://github.com/kamailio/kamailio/issues/2638#issuecomment-829318965) Changes https://www.kamailio.org/pub/kamailio/5.4.5/ChangeLog PR: 255486 Reviewed by: koobs Approved by: maintainer MFH: 2021Q2
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+1
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* net/kamailio: Update to 5.4.4Lewis Cook2021-03-102-55/+52
| | | | | | | | | | | | | While here, appease portclippy and portfmt. Changes: https://www.kamailio.org/pub/kamailio/5.4.4/ChangeLog PR: 254187 Submitted by: Dmitry Wagin <dmitry.wagin@ya.ru> (maintainer) Approved by: fernape (mentor) Differential Revision: https://reviews.freebsd.org/D29188 Notes: svn path=/head/; revision=568045
* net/kamailioL Update 5.4.1 -> 5.4.3Yuri Victorovich2021-01-312-4/+4
| | | | | | | | PR: 252999 Submitted by: dmitry.wagin@ya.ru (maintainer) Notes: svn path=/head/; revision=563509
* net/kamailio: Update to 5.4.1Danilo G. Baio2020-09-195-45/+8
| | | | | | | | | | | Changelog: https://www.kamailio.org/pub/kamailio/5.4.1/ChangeLog PR: 249393 Submitted by: Dmitry Wagin <dmitry.wagin@ya.ru> (maintainer) Event: September 2020 Bugathon Notes: svn path=/head/; revision=548992
* net/kamailio: Update to 5.4.0Steve Wills2020-09-046-18/+24
| | | | | | | | PR: 248850 Submitted by: Dmitry Wagin <dmitry.wagin@ya.ru> (maintainer) Notes: svn path=/head/; revision=547538
* net/kamailio: update 5.3.3 -> 5.3.5, submitter becomes maintainerKurt Jaeger2020-07-155-14/+15
| | | | | | | | | | PR: 246510 Submitted by: Dmitry Wagin <dmitry.wagin@ya.ru> Relnotes: https://www.kamailio.org/pub/kamailio/5.3.4/ChangeLog https://www.kamailio.org/pub/kamailio/5.3.5/ChangeLog Notes: svn path=/head/; revision=542289
* net/kamailio: upgrad 5.3.1 -> 5.3.3Kurt Jaeger2020-03-232-5/+6
| | | | | | | | | | PR: 243827 Submitted by: Dmitry Wagin <dmitry.wagin@ya.ru> Relnotes: https://www.kamailio.org/pub/kamailio/5.3.2/ChangeLog https://www.kamailio.org/pub/kamailio/5.3.3/ChangeLog Notes: svn path=/head/; revision=528978
* net/kamailio: fix build on GCC architecturesPiotr Kubaj2020-01-041-3/+2
| | | | | | | | | C11 compiler is necessary because of -latomic. MFH: 2020Q1 (build fix blanket) Notes: svn path=/head/; revision=522034
* net/kamailio: upgrade 5.3.0 -> 5.3.1Kurt Jaeger2019-11-252-4/+4
| | | | | | | | | PR: 242099 Submitted by: Dmitry Wagin <dmitry.wagin@ya.ru> Relnotes: https://www.kamailio.org/pub/kamailio/5.3.1/ChangeLog Notes: svn path=/head/; revision=518424
* net/kamailio: upgrade 5.2.4 -> 5.3.0Kurt Jaeger2019-10-234-18/+31
| | | | | | | | | PR: 241429 Submitted by: Dmitry Wagin <dmitry.wagin@ya.ru> Relnotes: https://www.kamailio.org/w/kamailio-v5-3-0-release-notes/ Notes: svn path=/head/; revision=515300
* net/kamailio: added Lua and Python supportKurt Jaeger2019-10-033-71/+111
| | | | | | | | | | | | - Added Lua and Python support https://kamailio.org/docs/tutorials/devel/kamailio-kemi-framework/kemi/#lua-kemi-interpreter - implement configtest in rc.script PR: 240974 Submitted by: Dmitry Wagin <dmitry.wagin@ya.ru> Notes: svn path=/head/; revision=513656
* net/kamailio: refactoringKurt Jaeger2019-09-0111-440/+500
| | | | | | | | | | | | - improved options handling - improved building - fixed plist PR: 240206 Submitted by: Dmitry Wagin <dmitry.wagin@ya.ru> Notes: svn path=/head/; revision=510695
* net/kamailio: upgrade 5.2.0 -> 5.2.4Kurt Jaeger2019-08-236-49/+4
| | | | | | | | | | Relnotes: https://www.kamailio.org/w/2019/08/kamailio-v5-2-4-released/ https://www.kamailio.org/w/2019/05/kamailio-v5-2-3-released/ https://www.kamailio.org/w/2019/03/kamailio-v5-2-2-released/ https://www.kamailio.org/w/2019/01/kamailio-v5-2-1-released/ Notes: svn path=/head/; revision=509639
* Update devel/readline to 8.0Sunpoet Po-Chuan Hsieh2019-04-091-0/+1
| | | | | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://tiswww.case.edu/php/chet/readline/CHANGES PR: 236156 Exp-run by: antoine Notes: svn path=/head/; revision=498476
* net/kamailio: update 5.1.6 -> 5.2.0, fix build with libresslKurt Jaeger2018-12-125-13/+26
| | | | | | | | | PR: 230202 Submitted by: dewayne@heuristicsystems.com.au Relnotes: https://www.kamailio.org/w/kamailio-v5-2-0-release-notes/ Notes: svn path=/head/; revision=487308
* net/kamailio: update 5.1.5 -> 5.1.6, fix build with newer mysql clientsKurt Jaeger2018-11-011-0/+11
| | | | | | | | | | | - also commit additional patch (ups) PR: 232868 Submitted by: flo Relnotes: https://www.kamailio.org/w/2018/10/kamailio-v5-1-6-released/ Notes: svn path=/head/; revision=483645
* net/kamailio: update 5.1.5 -> 5.1.6, fix build with newer mysql clientsKurt Jaeger2018-11-014-8/+8
| | | | | | | | | PR: 232868 Submitted by: flo Relnotes: https://www.kamailio.org/w/2018/10/kamailio-v5-1-6-released/ Notes: svn path=/head/; revision=483644
* net/kamailio: update 5.1.3 -> 5.1.5Kurt Jaeger2018-09-012-72/+9
| | | | | | | | | | | | - Add pkgconfig - Simplify strip PR: 231031 Submitted by: ben@relops.com, ndowens@yahoo.com Relnotes: https://github.com/kamailio/kamailio/blob/d060804b66b0f7eb064810b1445d4d076e246423/ChangeLog Notes: svn path=/head/; revision=478698
* net/kamailio: update 5.0.1 -> 5.1.3Kurt Jaeger2018-05-0616-46/+37
| | | | | | | | | | | | | | | | | - lots of changes PR: 227677 Submitted by: Ben Hood <ben@relops.com> Relnotes: https://www.kamailio.org/w/kamailio-v5-1-0-release-notes/ https://www.kamailio.org/pub/kamailio/5.1.3/ChangeLog https://www.kamailio.org/pub/kamailio/5.1.2/ChangeLog https://www.kamailio.org/pub/kamailio/5.1.1/ChangeLog https://www.kamailio.org/pub/kamailio/5.1.0/ChangeLog https://www.kamailio.org/pub/kamailio/5.0.6/ChangeLog Security: CVE-2018-8828 Notes: svn path=/head/; revision=469180
* Update devel/readline to 7.0 patch 3Sunpoet Po-Chuan Hsieh2017-06-271-0/+1
| | | | | | | | | | | | | | - Bump PORTREVISION for shlib change Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html Differential Revision: https://reviews.freebsd.org/D11172 PR: 219947 Exp-run by: antoine Notes: svn path=/head/; revision=444463
* net/kamailio: update 4.4.3 -> 5.0.1Kurt Jaeger2017-05-3123-139/+111
| | | | | | | | | | | This is a major release, introducing a consistent set of new features as well as improvements to existing components. Reviewed by: Alexey V. Panfilov <ports@subnets.ru> Relnotes: https://www.kamailio.org/w/kamailio-v5-0-0-release-notes/ Notes: svn path=/head/; revision=442179
* Provide more descriptive error messages for ports failing on powerpc64.Mark Linimon2017-04-301-1/+1
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=439779
* Do not use post-stage. Use post-install instead.Mathieu Arnold2016-12-021-7/+6
| | | | | | | | | | | | | | | The only reason to use post-stage is because the port needs to do "things" at a later time, like some plist manipulation. While there, fold post-install in do-install targets when they are defined. PR: 214780 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=427552
* net/kamailio: 4.4.2 -> 4.4.3, add dialplan module [1]Kurt Jaeger2016-10-033-6/+13
| | | | | | | | Changes: http://www.kamailio.org/pub/kamailio/4.4.3/ChangeLog Submitted by: Clock Source <clock.source@mail.ru> [1] Notes: svn path=/head/; revision=423224
* net/kamailio: 4.4.1 -> 4.4.2Kurt Jaeger2016-08-242-15/+15
| | | | | | | | | | | - commented out atomic_ops patches as suggested in PR#210439 PR: 210439 Changes: http://www.kamailio.org/pub/kamailio/4.4.2/ChangeLog Submitted by: r.barenthin@terralink.de Notes: svn path=/head/; revision=420759
* net/kamailio: 4.4.0 -> 4.4.1Kurt Jaeger2016-06-282-4/+5
| | | | | | | Changes: http://www.kamailio.org/pub/kamailio/4.4.1/ChangeLog Notes: svn path=/head/; revision=417696
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-6/+6
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* many ports: mark broken on powerpc64Steve Wills2016-04-211-0/+2
| | | | Notes: svn path=/head/; revision=413746
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-8/+8
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* net/kamailio: 4.3.5 -> 4.4.0Kurt Jaeger2016-03-313-6/+14
| | | | | | | | Changes: https://www.kamailio.org/w/kamailio-v4-4-0-release-notes/ Notes: svn path=/head/; revision=412281
* net/kamailio: 4.3.4 -> 4.3.5Jason Unovitch2016-03-192-3/+3
| | | | | | | | | | | | | Changes: http://www.kamailio.org/pub/kamailio/4.3.5/ChangeLog Approved by: ports-secteam (with hat) Security: CVE-2016-2385 Security: https://vuxml.FreeBSD.org/freebsd/c428de09-ed69-11e5-92ce-002590263bf5.html MFH: 2016Q1 X-MFH-With: r410006 Notes: svn path=/head/; revision=411377
* net/kamailio: 4.3.1 -> 4.3.4Kurt Jaeger2016-03-032-4/+3
| | | | | | | | Changes: http://www.kamailio.org/w/2015/11/kamailio-v4-3-4-released/ Notes: svn path=/head/; revision=410006
* Drop 8 support.Mathieu Arnold2015-10-151-7/+0
| | | | | | | | | With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3694 Notes: svn path=/head/; revision=399346
* net/kamailio: add some options, after testsKurt Jaeger2015-09-065-23/+102
| | | | | | | | | | | - add PERL option - add SCTP option - patch to use atomic-ops PR: 199630 Notes: svn path=/head/; revision=396230