aboutsummaryrefslogtreecommitdiff
path: root/net/netatalk3
Commit message (Collapse)AuthorAgeFilesLines
* net/netatalk3: Move man pages to share/manNuno Teixeira2024-03-202-18/+19
| | | | Approved by: portmgr (blanket)
* net/netatalk3: Use bdb18 to replace deprecated bdb5Joe Marcus Clarke2024-01-281-2/+2
|
* net/netatalk3: fix parsing of macOS created AppleDouble filesJoe Marcus Clarke2024-01-022-0/+44
| | | | Obtained from: https://github.com/Netatalk/netatalk/commit/a0d2bb957ba097849748c0febcac7e9ef041c65a?diff=unified&w=0
* net/netatalk3: Fix build on 14.XJoe Marcus Clarke2023-11-223-0/+41
| | | | | PR: 275261 With a little help from: girgen
* net/netatalk3: Commit missed patch diffJoe Marcus Clarke2023-10-061-34/+0
|
* net/netatalk3: Update to 3.1.18Joe Marcus Clarke2023-10-062-4/+4
| | | | | | | See https://github.com/Netatalk/netatalk/releases/tag/netatalk-3-1-18 for a list of changes in this release. Security: CVE-2022-22995
* net/netatalk3: Update to 3.1.17Joe Marcus Clarke2023-10-032-4/+4
| | | | | | | See https://github.com/Netatalk/netatalk/releases/tag/netatalk-3-1-17 for the changes in this release. Security: CVE-2023-42464
* net/netatalk3: Update to 3.1.16Joe Marcus Clarke2023-09-134-13/+45
| | | | | See https://github.com/Netatalk/netatalk/releases for a list of changes in this release.
* net/netatalk3: Fix formatting issue in last commitJoe Marcus Clarke2023-06-131-1/+1
|
* net/netatalk3: Update to 3.1.15Joe Marcus Clarke2023-06-132-5/+5
| | | | | See https://github.com/Netatalk/Netatalk/releases/tag/netatalk-3-1-15 for a list of changes in this release.
* net/netatalk3: Update to 3.1.14Joe Marcus Clarke2023-02-2715-815/+9
| | | | | See https://github.com/Netatalk/Netatalk/releases/tag/netatalk-3-1-14 for a list of changes.
* Mk/**ldap.mk: Convert USE_LDAP to USES=ldapMuhammad Moinur Rahman2023-02-081-1/+1
| | | | | | | | | | | | | | | Convert the USE_LDAP=yes to USES=ldap and adds the following features: - Adds the argument USES=ldap:server to add openldap2{4|5|6}-server as RUN_DEPENDS - Adds the argument USES=ldap<version> and replaces WANT_OPENLDAP_VER - Adds OPENLDAP versions in bsd.default-versions.mk - Adds USE_OPENLDAP/WANT_OPENLDAP_VER in Mk/bsd.sanity.mk - Changes consumers to use the features Reviewed by: delphij Approved by: portmgr Differential Revision: https://reviews.freebsd.org/D38233
* net/netatalk3: Fix metadata deletion warningsJoe Marcus Clarke2022-10-132-1/+63
| | | | | | | | These hunks should have been committed in the _3 update but were left out likely in some makepatch shuffling. PR: 267024 Obtained from: Upstream netatalk GitHub
* net/netatalk3: Restore former SUB that was taken out in makepatchJoe Marcus Clarke2022-09-271-1/+1
|
* net/netatalk3: Add a slew of upstream patches.Joe Marcus Clarke2022-09-2711-98/+696
| | | | | | | | These are primarily focused on clearing out the remaining CVE fix fallout. They handle the cases where ad_entries can be NULL, don't remove metadata, and don't allow adouble for symlinks. PR: 263123
* 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
* net/netatalk3: Fix more crashes due to overly tight checksJoe Marcus Clarke2022-05-082-3/+74
| | | | | | | | | | | The check for off/len equal to 0 seems incorrect since both should be allowed in general. The main validity check will ensure that all types are correctly handled. In addition, add more logging to it's easier to spot conditions that could be breaking things. PR: 263743
* net/netatalk3: Fix SIGSEGV on loginJoe Marcus Clarke2022-05-012-0/+14
| | | | | If the adouble bufsize is 0 (no valid header exists yet), initialize it to the adouble length less the offset and eid length.
* net/netatalk3: Update to 3.1.13Joe Marcus Clarke2022-05-018-35/+34
| | | | | | | | | | | | | See https://netatalk.sourceforge.io/3.1/ReleaseNotes3.1.13.html for the changes in this release. Security: CVE-2021-31439 CVE-2022-23121 CVE-2022-23123 CVE-2022-23122 CVE-2022-23125 CVE-2022-23124 CVE-2022-0194
* Fix CONFLICTS entries of multiple portsStefan Eßer2022-01-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There have been lots of missing CONFLICTS_INSTALL entries, either because conflicting ports were added without updating existing ports, due to name changes of generated packages, due to mis-understanding the format and semantics of the conflicts entries, or just due to typoes in package names. This patch is the result of a comparison of all files contained in the official packages with each other. This comparison was based on packages built with default options and may therefore have missed further conflicts with optionally installed files. Where possible, version numbers in conflicts entries have been generalized, some times taking advantage of the fact that a port cannot conflict with itself (due to logic in bsd.port.mk that supresses the pattern match result in that case). A few ports that set the conflicts variables depending on complex conditions (e.g. port options), have been left unmodified, despite probably containing outdated package names. These changes should only affect the installation of locally built ports, not the package building with poudriere. They should give an early indication of the install conflict in cases where currently the pkg command aborts an installation when it detects that an existing file would be overwritten, Approved by: portmgr (implicit)
* */*: Remove redundant '-[0-9]*' from CONFLICTSStefan Eßer2021-10-291-1/+1
| | | | | | | | | | | | | 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)
* net/netatalk3: Add CPE informationBernhard Froehlich2021-09-211-1/+2
| | | | Approved by: portmgr (blanket)
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-062-6/+1
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Fix two memory corruption crashes.Joe Marcus Clarke2020-11-223-1/+40
| | | | | | | | | | | | * Use-after-free in afpd's Time Machine Code [1] * Memory overrun in extended attributes [2] PR: 251203 [1] 244191 [2] Submitted by: Jose Quinteiro <freebsd@quinteiro.org> Notes: svn path=/head/; revision=556076
* Grr...actually apply the diff to the port.Joe Marcus Clarke2020-08-241-14/+11
| | | | | | | | | I reviewed the code, but simply copied over the file. Actually apply the diff to create a usable patch to fix the -fno-common issue. Notes: svn path=/head/; revision=546083
* Fix build with -fno-common.Joe Marcus Clarke2020-08-231-0/+14
| | | | | | | | PR: 248756 Submitted by: zeising Notes: svn path=/head/; revision=545827
* Bump PORTREVISION since DBUS support is default.Joe Marcus Clarke2020-04-271-1/+1
| | | | Notes: svn path=/head/; revision=533153
* Update Python support for 3.x.Joe Marcus Clarke2020-04-272-4/+12
| | | | | | | | PR: 245970 Submitted by: dim (partially) Notes: svn path=/head/; revision=533152
* Deprecate some ports using deprecated version of pythonAntoine Brodin2020-03-081-0/+3
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=528058
* Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysqlTobias Kortkamp2019-11-151-1/+1
| | | | Notes: svn path=/head/; revision=517643
* net: Add missing USES={gnome,php}Tobias Kortkamp2019-11-081-1/+1
| | | | Notes: svn path=/head/; revision=517064
* Truncate the trailing newlines.Joe Marcus Clarke2019-10-132-1/+2
| | | | | | | | | | This syncs the README files that are produced during pkg-install with those installed from source. This prevents a checksum issue. Reported by: vova@fbsd.ru Notes: svn path=/head/; revision=514408
* devel/libevent2: update to 2.1.11Jan Beich2019-08-021-0/+1
| | | | | | | | | | | | | Changes: https://github.com/libevent/libevent/releases/tag/release-2.1.11-stable ABI: https://abi-laboratory.pro/tracker/timeline/libevent/ PR: 239599 Reported by: GitHub (watch releases) Approved by: zeising (maintainer) MFH: 2019Q3 (maybe security, partially restores 2.1.8 ABI) Differential Revision: https://reviews.freebsd.org/D21133 Notes: svn path=/head/; revision=507877
* Restore fix for build with LibreSSL > 2.7.0.Joe Marcus Clarke2019-01-031-0/+11
| | | | | | | Reported by: Chip Marshall <chip@2bithacker.net> Notes: svn path=/head/; revision=489197
* Update to 3.1.12.Joe Marcus Clarke2018-12-313-16/+4
| | | | | | | | See http://netatalk.sourceforge.net/3.1/ReleaseNotes3.1.12.html for the changes in this release. Notes: svn path=/head/; revision=488813
* Fix the build with libressl > 2.7.0.Joe Marcus Clarke2018-05-111-1/+1
| | | | | | | | PR: 227860 Submitted by: brnrd Notes: svn path=/head/; revision=469690
* Reduce dependency on the python2 metaportAntoine Brodin2018-02-191-2/+2
| | | | | | | | PR: 225752 Submitted by: Yasuhiro KIMURA Notes: svn path=/head/; revision=462307
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.Jimmy Olgeni2017-11-021-2/+2
| | | | | | | This round is @FreeBSD.org residents except teams. Notes: svn path=/head/; revision=453381
* * Fix build with LibreSSL [1]Joe Marcus Clarke2017-05-222-3/+17
| | | | | | | | | | * Use shebang fix to fix afpstats' use of Python PR: 219366 [1] Obtained from: https://github.com/Netatalk/Netatalk/issues/91 [1] Notes: svn path=/head/; revision=441463
* Update to 3.1.11. See ↵Joe Marcus Clarke2017-03-183-16/+4
| | | | | | | | | | | http://netatalk.sourceforge.net/3.1/ReleaseNotes3.1.11.html for the list of changes in this release. PR: 217816 Notes: svn path=/head/; revision=436406
* devel/libevent2: drop historical suffix after r362796Jan Beich2017-02-201-2/+2
| | | | | | | | PR: 216777 Approved by: mm (maintainer) Notes: svn path=/head/; revision=434427
* devel/libevent2: update to 2.1.8 and cleanupJan Beich2017-02-041-1/+1
| | | | | | | | | | | | | | - DEFAULT_VERSIONS += ssl=openssl-devel is now supported - devel/py-event and devel/p5-Event-Lib are marked BROKEN Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/whatsnew-2.1.txt Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/ChangeLog PR: 216527 Exp-run by: antoine Approved by: mm (maintainer) Notes: svn path=/head/; revision=433286
* * Properly expand %%ZEROCONF%% in the rc.d scriptJoe Marcus Clarke2016-10-181-2/+8
| | | | | | | | | | * While here, ensure zeroconf support is disabled at configure time if neither Avahi or mDNSResponder has been chosen PR: 213597 Notes: svn path=/head/; revision=424199
* net/netatalk3: Fix PAM optionMark Felder2016-10-184-12/+26
| | | | | | | | | | | | | | | Previous rollback of PAM changes didn't update pkg-plist, so the PAM option was broken. By using @sample if PAM option is enabled we can install a default PAM config that inherits the system PAM configuration while allowing custom configs to remain untouched. PR: 213349 MFH: 2016Q4 Notes: svn path=/head/; revision=424189
* Partially revert the PAM changes to once again use pkg-message to discussJoe Marcus Clarke2016-10-103-7/+10
| | | | | | | | PAM config. This avoids overwriting existing PAM config files. But correct text for the modern PAM system. Notes: svn path=/head/; revision=423662
* * Fix PAM installation [1]Joe Marcus Clarke2016-10-103-14/+7
| | | | | | | | | | * Fix build with mDNSResponder [2] PR: 213349 [1] 213350 [2] Notes: svn path=/head/; revision=423633