non port: devel/git/Makefile |
Number of commits found: 368 (showing only 100 on this page) |
Tuesday, 21 Nov 2023
|
11:54 Renato Botelho (garga)
devel/git: Update to 2.43.0
Sponsored by: Rubicon Communications, LLC ("Netgate")
fcc7b77 |
Thursday, 2 Nov 2023
|
18:31 Renato Botelho (garga)
devel/git: Update to 2.42.1
Sponsored by: Rubicon Communications, LLC ("Netgate")
3d67f95 |
Monday, 21 Aug 2023
|
20:00 Renato Botelho (garga)
devel/git: Update to 2.42.0
Sponsored by: Rubicon Communications, LLC ("Netgate")
0184fe6 |
Friday, 2 Jun 2023
|
16:17 Renato Botelho (garga)
devel/git: Update to 2.41.0
Sponsored by: Rubicon Communications, LLC ("Netgate")
f6891ac |
Wednesday, 26 Apr 2023
|
14:06 Renato Botelho (garga)
devel/git: Update to 2.40.1
Security: CVE-2023-25652
CVE-2023-25815
CVE-2023-29007
Sponsored by: Rubicon Communications, LLC ("Netgate")
4cbd149 |
Wednesday, 15 Mar 2023
|
17:39 Cy Schubert (cy)
devel/git: Update to 2.4.0
Changelog at
https://github.com/git/git/blob/master/Documentation/RelNotes/2.4.0.txt.
This update fixes a long-standing problem with git rebase of some
(but not all) merges from the vendor branch, resulting in subsequently
rebased files being placed into the root of the repo tree.
PR: 270222
Submitted by: cy
Reported by: cy
Approved by: garga
d3a5eb6 |
Wednesday, 15 Feb 2023
|
12:04 Renato Botelho (garga)
devel/git: Update to 2.39.2
Security: CVE-2023-22490
CVE-2023-23946
Sponsored by: Rubicon Communications, LLC ("Netgate")
0230589 |
Tuesday, 17 Jan 2023
|
19:13 Renato Botelho (garga)
devel/git: Update to 2.39.1
Security: CVE-2022-41903
CVE-2022-23521
Sponsored by: Rubicon Communications, LLC ("Netgate")
acd6144 |
Thursday, 22 Dec 2022
|
16:44 Renato Botelho (garga) Author: Yasuhiro Kimura
devel/git: Update to 2.39.0
PR: 268324
Sponsored by: Rubicon Communications, LLC ("Netgate")
eb7ecd3 |
Wednesday, 16 Nov 2022
|
12:21 Dmitry Marakasov (amdmi3)
devel/git: remove no longer needed third party patches
- This reverts 57d9640f3c3669d318865222a743652a6952ba2d
PR: 267792, 263867
Approved by: garga (maintainer)
52fafaf |
Wednesday, 19 Oct 2022
|
16:43 Renato Botelho (garga)
devel/git: Bump PORTREVISION
To prevent port version going backward, bump PORTREVISION after
reverting commit 0b7192bd7c4f8e4c05e0a9cefcae347606ebadd1
04877b9 |
16:42 Renato Botelho (garga)
Revert "devel/git: Make PCRE2 dependency mandatory"
As pointed out by jbeich, old PCRE support was already removed and git
can be built without any PCRE support.
This reverts commit 0b7192bd7c4f8e4c05e0a9cefcae347606ebadd1.
Pointy-hat to: garga
f8de24d |
15:40 Renato Botelho (garga) Author: Michael Osipov
devel/git: Make PCRE2 dependency mandatory
According to project website, pcre 8.45 was the latest version of old
pcre, which is now deprecated, and it must be replaced by pcre2.
Remove OPTION and change port to depend of pcre2.
PR: 267185
0b7192b |
Tuesday, 18 Oct 2022
|
18:25 Renato Botelho (garga)
devel/git: Fix plist
Restore 2.38.0 relnotes accidentally removed during upgrade to 2.38.1
3c43070 |
18:13 Renato Botelho (garga)
devel/git: Update to 2.38.1
Security: CVE-2022-39253
CVE-2022-39260
Sponsored by: Rubicon Communications, LLC ("Netgate")
da372a8 |
Monday, 3 Oct 2022
|
20:50 Renato Botelho (garga)
devel/git: Update to 2.38.0
Sponsored by: Rubicon Communications, LLC ("Netgate")
4807b6c |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
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)
b7f0544 |
Friday, 2 Sep 2022
|
20:24 Renato Botelho (garga)
devel/git: Update to 2.37.3
Sponsored by: Rubicon Communications, LLC ("Netgate")
d1b5bac |
Monday, 29 Aug 2022
|
10:49 Renato Botelho (garga)
devel/git: Fix 'git maintenance start'
Add a patch from upstream to fix 'git maintenance start'. Here follow
upstream commit message:
While cron is specified by POSIX, there are a wide variety of
implementations in use. On FreeBSD, the cron implementation requires a
file name argument: if the user wants to edit standard input, they must
specify "-". However, this notation is not specified by POSIX, allowing
the possibility that making such a change may break other, less common
implementations.
Since POSIX tells us that cron must accept a file name argument, let's
solve this problem by specifying a temporary file instead. This will
ensure that we work with the vast majority of implementations.
Note that because delete_tempfile closes the file for us, we should not
call fclose here on the handle, since doing so will introduce a double
free.
PR: 260746
Reported by: Mark Waite <mark.earl.waite@gmail.com>
Obtained
from: https://lore.kernel.org/git/1dd29f43-1a8e-eb69-3320-7f5140a0e18e@github.com/T/#me47087c1f9034c82da8eae83db18cc6114c2c1e5
Sponsored by: Rubicon Communications, LLC ("Netgate")
82c3144 |
Monday, 15 Aug 2022
|
15:21 Renato Botelho (garga)
devel/git: Fix patches download URL
Reported by: George L. Yermulnik <yz@yz.kiev.ua>
Sponsored by: Rubicon Communications, LLC ("Netgate")
ecf2cf5 |
Friday, 12 Aug 2022
|
11:38 Renato Botelho (garga)
devel/git: Update to 2.37.2
Sponsored by: Rubicon Communications, LLC ("Netgate")
364a61a |
Wednesday, 20 Jul 2022
|
14:21 Tobias C. Berner (tcberner)
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@geeksrus.net>
* Alan Somers <asomers@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alessando Sagratini <ale_sagra@hotmail.com>
* Alessandro Sagratini <ale_sagra@hotmail.com>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <alex@kapranoff.ru>
* Alex Kapranoff <ka@nadoby.ru>
* Alex Kapranoff <kappa@FreeBSD.org.ua>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Kapranoff <kapr@crosswinds.net>
* Alex Miller (<asm@asm.kiev.ua>)
* Alex Pesternikov <apesternikov@page2rss.com>
* Alex Semenyaka <alex@rinet.ru>
* Alex Varju <freebsd-ports@varju.ca>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Botero-Lowry <alexbl@FreeBSD.org>
* Alexander Churannov <churanov.port.maintainer@gmail.com>
* Alexander Churanov <churanov.port.maintainer@gmail.com>
* Alexander Leidinger <netchild@FreeBSD.org>
* Alexander Logvinov <avl@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexander Nedotsukov <bland@mail.ru>
* Alexander Novitsky <alecn2002@yandex.ru>
* Alexander Nusov <alexander.nusov@nfvexpress.com>
* Alexandros Kosiaris <akosiaris+ports@gmail.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Alexey V. Antipovsky <kemm@in-line.ru>
* Alexey V. Degtyarev
* Alexey V. Degtyarev <alexey@renatasystems.org>
* Alfred Perlstein <alfred@FreeBSD.org>
* Alfred Perlstein <alfred@freebsd.org>
* Alistair King <alistair@caida.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Anatoliy Dmytriyev
* Anatoliy Dmytriyev <tolid@plab.ku.dk>
* Anatoliy Dmytriyev <tolid@tolid.eu.org>
* Andre Rikkert de Koe - ARK-ICT <andre@ark-ict.nl>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andreas Kohn
* Andreas Kohn <andreas@syndrom23.de>
* Andreas Kohout <shanee@augusta.de>
* Andreev Maxim <andreevmaxim@gmail.com>
* Andrej Ebert <andrej@ebert.su>
* Andrew Baznikin <dikiy@scn.ru>
* Andrew Elble <aweits@rit.edu>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrew Turner <andrew+ports@fubar.geek.nz>
* Andrew Wingorodov <mail@andr.ru>
* Andrey <gugu@zoo.rambler.ru>
* Andrey Chernov <ache@FreeBSD.org>
* Andrey Ignatov <rdna@rdna.ru>
* Andrey Kostenko <andrey@kostenko.name>
* Andrey V. Elsukov <bu7cher@yandex.ru>
* Andrey Zakhvatov
* Andrey Zonov <andrey@zonov.org>
* Andriy Gapon
* Andriy Pylypenko <bamby@sippysoft.com>
* Anes Muhametov <anes@anes.su>
* Anes Mukhametov <anes@anes.su>
* Anish Mistry (<amistry@am-productions.biz>)
* Anish Mistry <amistry@am-productions.biz>
* Antoine Brodin <antoine@FreeBSD.org>
* Anton Berezin
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org>
* Anton Tornqvist <antont@inbox.lv>
* Anton tornqvist <antont@inbox.lv>
* Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
* Antonio Carlos Venancio Junior (<antonio@php.net>)
* Archie Cobbs
* Armin Pirkovitsch <armin@frozen-zone.org>
* Arun Sharma <arun@sharma-home.net>
* Ashish SHUKLA <ashish@FreeBSD.org>
* Ashish SHUKLA <wahjava@gmail.com>
* Autrijus Tang <autrijus@autrijus.org>
* Axel Rau <axel.rau@chaos1.de>
* Babak Farrokhi <farrokhi@FreeBSD.org>
* Balwinder S "bsd" Dheeman <bsd@rubyforge.org>
* Balwinder S Dheeman <bdheeman@gmail.com>
* Baptiste Daroussin
* Bartek Rutkowski <ports@robakdesign.com>
* Bartek Rutkowski <robak@FreeBSD.org>
* Ben Haga <tuximus@tuximus.mine.nu>
* Ben Woods <woodsb02@FreeBSD.org>
* Bill Brinzer <bill.brinzer@gmail.com>
* Bill Fumerola <billf@chc-chimes.com>
* Björn König <bkoenig@alpha-tierchen.de>
* Boris B. Samorodov <bsam@ipt.ru>
* Boris Samorodov <bsam@FreeBSD.org>
* Brad Davis <brd@FreeBSD.org>
* Brad Hendrickse <bradh@uunet.co.za>
* Brad Jones <brad@kazrak.com>
* Brendan Molloy <brendan+freebsd@bbqsrc.net>
* Brian Dean <bsd@FreeBSD.org>
* Brian Minard <bminard@flatfoot.ca>
* Brian Skrab <brian@quynh-and-brian.org>
* Brooks Davis
* Bruce M Simpson
* Bruce M Simpson <bms@spc.org>
* Bruce M. Simpson
* Bruce M. Simpson <bms@FreeBSD.org>
* Bruce Simpson
* Bryan Drewery <bryan@shatow.net>
* Carlo Strub
* Carlo Strub <cs@FreeBSD.org>
* Carlos A M dos Santos <unixmania@gmail.com>
* Carlos J Puga Medina <cpm@fbsd.es>
* Carlos J. Puga Medina <cpm@FreeBSD.org>
* Cezary Morga <cm@therek.net>
* Charlie & <root@meatwad.mouf.net>
* Cheng-Lung Sung
* Cheng-Lung Sung <clsung@FreeBSD.org>
* Cheng-Lung Sung <clsung@dragon2.net>
* Choe, Cheng-Dae
* Chris D. Faulhaber <jedgar@fxp.org>
* Chris St Denis <chris@ctgameinfo.com>
* Chris St Denis <chris@smartt.com>
* Christer Edwards <christer.edwards@gmail.com>
* Christian Geier <geier@lostpackets.de>
* Christoph Kick
* Christoph Mallon <christoph.mallon@gmx.de>
* Christoph Moench-Tegeder <cmt@burggraben.net>
* Christopher Boumenot <boumenot@gmail.com>
* Christopher Elkins <chrise@scardini.com>
* Christopher Key <cjk32@cam.ac.uk>
* Christopher Nehren <apeiron+ports@coitusmentis.info>
* Christopher Nehren <apeiron@coitusmentis.info>
* Christopher Nehren <apeiron@comcast.net>
* Chuck Swiger <chuck@pkix.net>
* Conrad Meyer <cem@FreeBSD.org>
* Cory R. King <coryking@mozimedia.com>
* Cory R. King <coryking@mozimediacom>
* Craig Leres <leres@FreeBSD.org>
* Craig Leres <leres@freebsd.org>
* Craig Manley
* Cristiano Rolim Pereira <cristianorolim@hotmail.com>
* Cristiano Rolim Pereira <cristianorolim@outlook.com>
* Cyrille Lefevre <clefevre@citeweb.net>
* D'Arcy J.M. Cain <darcy@druid.net>
* Daichi GOTO <daichi@FreeBSD.org>
* Dan Langille
* Dan Langille <dvl@FreeBSD.org>
* Dan Rench <citric@cubicone.tmetic.com>
* Daniel Gerzo <danger@FreeBSD.org>
* Daniel Roethlisberger <daniel@roe.ch>
* Danilo Egea Gondolfo <danilo@FreeBSD.org>
* Danny Warren <danny@dannywarren.com>
* Dave Cottlehuber <dch@skunkwerks.at>
* Dave Grochowski
* Dave Grochowski <malus.x@gmail.com>
* David Chaplin-Loebell <direct@klatha.com>
* David Kalliecharan <dave@dal.ca>
* David Naylor <dbn@FreeBSD.org>
* David Naylor <dbn@dragon.local>
* David Naylor <naylor.b.david@gmail.com>
* David O'Brien (obrien@FreeBSD.org)
* David O'Brien (obrien@NUXI.com)
* David Romano <unobe@cpan.org>
* David Shane Holden <dpejesh@yahoo.com>
* David Sugar <dyfet@gnu.org>
* David Thiel <lx@freebsd.org>
* David Thiel <lx@redundancy.redundancy.org>
* David Xu
* David Yeske <dyeske@gmail.com>
* David Yeske <dyeske@yahoo.com>
* Davíð Steinn Geirsson <david@isnic.is>
* Denis Pokataev <catone@cpan.org>
* Denis Shaposhnikov <dsh@vlink.ru>
* Denise H. G. <darcsis@gmail.com>
* Dennis Herrmann <adox@mcx2.org>
* Derek Schrock <dereks@lifeofadishwasher.com>
* Devaux Fabien <fab@gcu.info>
* Dikshie <dikshie@sfc.wide.ad.jp>
* Dima Panov <fluffy@FreeBSD.org>
* Dima Sivachenko <dima@chg.ru>
* Dimitry Andric <dim@FreeBSD.org>
* Dirk Jagdmann <doj@cubic.org>
* Ditesh Shashikant Gathani <ditesh@gathani.org>
* Dmitry Karasik (<dk@catpipe.net>)
* Dmitry Karasik <dmitry@karasik.eu.org>
* Dmitry Sivachenko <demon@FreeBSD.org>
* Dmitry Sivachenko <dima@Chg.RU>
* Dominic Marks <d.marks@student.umist.ac.uk>
* Don Croyle <croyle@gelemna.org>
* Donald Burr <dburr@FreeBSD.org>
* Douglas Thrift
* Douglas Thrift <douglas@douglasthrift.net>
* Dryice Liu
* Dryice Liu <dryice@dryice.name>
* Dusan Vejnovic <freebsd@dussan.org>
* Ed Schouten <ed@FreeBSD.org>
* Ed Schouten <ed@fxq.nl>
* Edward Chuang <edwardchuang@gmail.com>
* Edward Tomasz Napierala <trasz@FreeBSD.org>
* Edwin Groothuis (edwin@mavetju.org)
* Edwin Groothuis <edwin2mavetju.org>
* Eivind Eklund <eivind@FreeBSD.org>
* Elvis Chiang <elvis@sslab.cs.ccu.edu.tw>
* Emanuel Haupt <ehaupt@FreeBSD.org>
* Emanuel Haupt <ehaupt@critical.ch>
* Eric Anholt
* Eric Anholt <anholt@FreeBSD.org>
* Eric Freeman <freebsdports@chillibear.com>
* Eric Schnoebelen <eric@cirr.com>
* Erik Greenwald <erik@smluc.org>
* Ernst de Haan <znerd@FreeBSD.org>
* Erwin Lansing <erwin@FreeBSD.org>
* Espen Skoglund <esk@ira.uka.de>
* Espen Volden aka voldern <voldern@hoeggen.net>
* Euan Thoms <euan@potensol.com>
* Eugene Grosbein <ports@grosbein.net>
* Evan Sarmiento <bsdports@wayfair.com>
* Evgeniy Kosov <evgeniy@kosov.su>
* Evgueni V. Gavrilov <aquatique@rusunix.org>
* Eygene Ryabinkin <rea-fbsd@codelabs.ru>
* Fabian Keil <fk@fabiankeil.de>
* Felippe M. Motta <lippe@shire.freebsd.org>
* Felippe de Meirelles Motta <lippemail@gmail.com>
* Felix Hanley
* Felix Palmen <felix@palmen-it.de>
* Fernan Aguero <fernan@iib.unsam.edu.ar>
* Florian Limberger <flo@snakeoilproductions.net>
* Frank Laszlo <laszlof@vonostingroup.com>
* Frank Mayhar <frank@exit.com>
* Frank Steinborn <steinex@nognu.de>
* Frank Wall <freebsd@moov.de>
* Frank Wall <fw@moov.de>
* Franz Klammer <klammer@webonaut.com>
* Frederic Culot <culot@FreeBSD.org>
* Frederic Culot <frederic@culot.org>
* Frederic Praca <frederic.praca@freebsd-fr.org>
* FreeBSD GNOME Team <gnome@FreeBSD.org>
* FreeBSD GNOME Team <gnome@freebsd.org>
* Frerich Raabe <frerich.raabe@gmx.de>
* Fukang Chen <loader@FreeBSD.org>
* G. Adam Stanislav <adam@whizkidtech.net>
* Gabor Kovesdan <gabor@FreeBSD.org>
* Gabor Pali <pgj@FreeBSD.org>
* Gabriel M. Dutra <0xdutra@gmail.com>
* Garrett Rooney <rooneg@electricjellyfish.net>
* Garrett Wollman <wollman@lcs.mit.edu>
* Gasol Wu <gasol.wu@gmail.com>
* Gea-Suan Lin
* Gea-Suan Lin <gslin@gslin.org>
* Geistteufel <geistteufel@yahoo.fr>
* Geoffrey Mainland <mainland@apeiron.net>
* Geoffroy Desvernay <dgeo@centrale-marseille.fr>
* George Hartzell <hartzell@alerce.com>
* George Reid <greid@ukug.uk.freebsd.org>
* Gerald Pfeifer <gerald@FreeBSD.org>
* Geraud CONTINSOUZAS <geraud@gcu.info>
* Geraud Continsouzas <geraud@gcu.info>
* Gerrit Beine (<gerrit.beine@gmx.de>)
* Gerrit Beine (<gerrit@beine-computer.de>)
* Gerrit Beine (<tux@pinguru.net>)
* Gerrit Beine <mail+freebsd@gerritbeine.de>
* Giacomo Mariani <giacomomariani_at_yahoo_dot_it>
* Gilbert Morgan <gmm@tutanota.com>
* Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
* Glenn Johnson
* Green Dog <fiziologus@gmail.com>
* Greg Larkin <glarkin@FreeBSD.org>
* Gregory Shapiro <gshapiro@FreeBSD.org>
* Grzegorz Blach <gblach@FreeBSD.org>
* Guangyuan Yang <ygy@FreeBSD.org>
* Gustau Perez <gustau.perez@gmail.com>
* Gustau Perez i Querol <gustau.perez@gmail.com>
* Hajimu UMEMOTO <ume@FreeBSD.org>
* Hakisho Nukama <nukama@gmail.com>
* Hardy Schumacher <hardy.schumacher@gmx.de>
* Hardy Schumacher <lowmaster@web.de>
* Henk van Oers <hvo.pm@xs4all.nl>
* Henrik Motakef <henrik.motakef@web.de>
* Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
* Herve Quiroz <hq@FreeBSD.org>
* Hirohisa Yamaguchi <umq@ueo.co.jp>
* Hiroyuki Iwatsuki <don@na.rim.or.jp>
* Horance Chou <horance@freedom.ie.cycu.edu.tw>
* Hung-Yi Chen <gaod@hychen.org>
* Hye-Shik Chang
* Hye-Shik Chang <perky@FreeBSD.org>
* IWATSUKI Hiroyuki <don@na.rim.or.jp>
* Ian Vaudrey <i.vaudrey@bigfoot.com>
* Iblis Lin <iblis@hs.ntnu.edu.tw>
* Igor Vinokurov <igor@zynaps.ru>
* Ilia Chipitsine <ilia@cgu.chel.su>
* Ion-Mihai "IOnut" Tetcu <itetcu@FreeBSD.org>
* J Han <hjh@photino.com>
* J. Giovannangeli
* J.R. Oldroyd <fbsd@opal.com>
* Jaap Boender <jaapb@kerguelen.org>
* Jacob Atzen <jatzen@gmail.com>
* Jacques Marneweck <jacques@php.net>
* Jake Smith <jake@xz.cx>
* James Bailie <jimmy@mammothcheese.ca>
* James E Keenan <jkeenan@cpan.org>
* James FitzGibbon <jfitz@FreeBSD.org>
* Jan Siml <jsi@jules.de>
* Janni
* Janni <jannisan@t-online.de>
* Janos Mohacsi
* Jase Thew <freebsd@beardz.net>
* Jason Heiss <jheiss@aput.biz>
* Jason Helfman <jgh@FreeBSD.org>
* Jason Portwood <jason@iac.net>
* Jean Milanez Melo <jmelo@FreeBSD.org>
* Jean-Sébastien Pédron <dumbbell@FreeBSD.org>
* Jean-Yves Lefort <jylefort@brutele.be>
* Jeffrey Hsu <hsu@FreeBSD.org>
* Jens Grassel <freebsd-ports@jan0sch.de>
* Jeremy Norris <ishmael27@home.com>
* Jeremy Norris <ishmael27x@yahoo.com>
* Jeremy Shaffner <jeremy@external.org>
* Jerry A! <jerry@thehutt.org>
* Jerry Hicks
* Jerry Hicks <wghicks@bellsouth.net>
* Jesper Dalberg <jesper@jdn.dk>
* Jesse Kempf (jessekempf@gmail.com)
* Jesse McConnell <jesse@gallup.com>
* Jim Pirzyk <pirzyk@uiuc.edu>
* Jim Riggs <ports@christianserving.org>
* Jimmy Olgeni <olgeni@FreeBSD.org>
* Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
* Jin-Sih, Lin <linpct@gmail.com>
* Joachim Strombergson
* Jochen Neumeister (<joneum@bsdproject.de>)
* Joe Horn <joehorn@gmail.com>
* Joe Kelsey
* Joe Marcus Clarke <marcus@FreeBSD.org>
* Joep Grooten <joep@di.nl>
* Joerg Wunsch <joerg@FreeBSD.org>
* Johan Kerckaert <kirk@bricsnet.com>
* Johan Str??m <johan@stromnet.se>
* Johann Visagie <johann@egenetics.com>
* Johann Visagie <wjv@FreeBSD.org>
* Johannes Dieterich <jmd@freebsd.org>
* Johannes Jost Meixner <xmj@FreeBSD.org>
* Johannes Lundberg <johalun0@gmail.com>
* Johannes M Dieterich <jmd@FreeBSD.org>
* Johannes Meixner <johannes@perceivon.net>
* Johannes Meixner <xmj@FreeBSD.org>
* John Alden + Eric Freeman <freebsdports@chillibear.com>
* John Chen <johnpupu@gmail.com>
* John Hein <jhein@symmetricom.com>
* John Hood <cgull@glup.org>
* John Marino <marino@FreeBSD.org>
* John Merryweather Cooper
* John Merryweather Cooper et al
* Johnny Sorocil <jsorocil@gmail.com>
* Jon M. Dugan <jdugan@x1024.net>
* Jon Nistor <nistor@snickers.org>
* Jona Joachim <walkingshadow@grummel.net>
* Jonas Palm <jonaspalm@posteo.de>
* Jonathan Anderson <jonathan@FreeBSD.org>
* Jonathan Weiss (<jw@innerewut.de>)
* Jordi Haarman
* Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
* Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
* Jose Jachuf <jjachuf@gmail.com>
* Joseph Benden <joe@thrallingpenguin.com>
* Joseph Scott <joseph@randomnetworks.com>
* Josh Tiefenbach <josh@zipperup.org>
* Jov <amutu@amutu.com>
* Ju Pengfei <jupengfei@gmail.com>
* Juergen Lock <nox@FreeBSD.org>
* Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw>
* Julien Laffaye <kimelto@gmail.com>
* Jun Kuriyama <kuriyama@FreeBSD.org>
* Jun Kuriyama <kuriyama@opt.phys.waseda.ac.jp>
* June-Yen Huang <jihuang@gate.sinica.edu.tw>
* Juraj Lutter <otis@sk.freebsd.org>
* Justin Stanford <jus@security.za.net>
* KIMURA Yasuhiro <yasu@utahime.org>
* Kan Sasaki <sasaki@fcc.ad.jp>
* Kapil Chowksey <kchowksey@hss.hns.com>
* Karsten Pedersen <kpedersen@opencde.org>
* Keith Gaughan <k@stereochro.me>
* Kelly Hays <kelly.hays@jkhfamily.org>
* Kevin Lo <kevlo@FreeBSD.org>
* Khairil Yusof <kaeru@inigo-tech.com>
* Kimo <kimor79@yahoo.com>
* Kimura Fuyuki <fuyuki@hadaly.org>
* Kimura Fuyuki <fuyuki@mj.0038.net>
* Kimura Fuyuki <fuyuki@nigredo.org>
* Kirill Ponomarev <krion@FreeBSD.org>
* Kirill Ponomarew <ponomarew@oberon.net>
* Kiyoshi Matsui <kmatsui@t3.rim.or.jp>
* Klaus Aehlig <aehlig@linta.de>
* Klaus Goger <klaus.goger@reflex.at>
* Klaus T. Aehlig <aehlig@linta.de>
* Koichiro IWAO <meta@FreeBSD.org>
* Konstantin Lepa <konstantin.lepa@gmail.com>
* Konstantinos Konstantinidis <kkonstan@daemon.gr>
* Koop Mast <kwm@FreeBSD.org>
* Kris Moore <kris@pcbsd.org>
* Kubilay Kocak <koobs@FreeBSD.org>
* Kurt Jaeger <fbsd-ports@opsec.eu>
* Kurt Kanzenbach <kurt@kmk-computers.de>
* Kurt Lidl <kurt.lidl@cello.com>
* Kyle Evans <kevans@FreeBSD.org>
* Kyle Martin <mkm@ieee.org>
* Landon Fuller <landonf@opendarwin.org>
* Lapo Luchini <lapo@lapo.it>
* Lars Balker Rasmussen <lbr@FreeBSD.org>
* Lars Eggert <lars.eggert@gmx.net>
* Lars Thegler <lars@thegler.dk>
* Lars Thegler <lth@FreeBSD.org>
* Leif Pedersen <pedersen@meridian-enviro.com>
* Leo Kim <leo@florida.sarang.net>
* Leo Vandewoestijne <freebsd@dns.company>
* Lev A. Serebryakov <lev@serebryakov.spb.ru>
* Lev Serebryakov <lev@serebryakov.spb.ru>
* Lev Walkin <vlm@lionet.info>
* Lewis Thompson <purple@lewiz.net>
* Li-Wen Hsu <lwhsu@FreeBSD.org>
* Li-Wen Hsu <lwhsu@lwhsu.org>
* Loic Pefferkorn <loic-freebsd@loicp.eu>
* Loïc BARTOLETTI <lbartoletti@FreeBSD.org>
* Luca Pizzamiglio <luca.pizzamiglio@trivago.com>
* Luke Jee <lukejee@gmail.com>
* Lung-Pin Chang <changlp@cs.nctu.edu.tw>
* Lutz Boehne <lboehne@damogran.de>
* MANTANI Nobutaka <nobutaka@FreeBSD.org>
* Mahdi Mokhtari <mokhi64@gmail.com>
* Manuel Giraud <manuel.giraud@gmail.com>
* Marc E.E. van Woerkom <marc.vanwoerkom@fernuni-hagen.de>
* Marcello Coutinho <marcellocoutinho@gmail.com>
* Marco Broeder <marco.broeder@posteo.eu>
* Marco Molteni <molterSPAM@gufiSPAM.org>
* Mario S F Ferreira <lioux@linf.unb.br> et al.
* Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
* Mark Felder <feld@FreeBSD.org>
* Markus Dolze <bsdfan@nurfuerspam.de>
* Martin Jackson (mhjacks@swbell.net)
* Martin Jackson <mhjacks@swbell.net>
* Martin Kammerhofer
* Martin Kammerhofer <mkamm@gmx.net>
* Martin Matuska <martin@matuska.org>
* Martin Matuska <mm@FreeBSD.org>
* Martin Preuss <martin@libchipcard.de>
* Martin Tournoij <carpetsmoker@gmail.com>
* Martin Waschbuesch <martin@waschbuesch.de>
* Martin Wilke (miwi@FreeBSD.org)
* Martin Wilke <miwi@FreeBSD.org
* Martin Wilke <miwi@FreeBSD.org>
* Marzhan Mykola <delgod@portaone.com>
* Masahiro Teramoto <markun@onohara.to>
* Mathieu Arnold
* Mathieu Arnold <m@absolight.net>
* Matt Harris <mattdharris@users.sourceforge.net>
* Matt Peterson <matt@peterson.org>
* Matthew Hunt <mph@pobox.com>
* Matthew Seaman <matthew@FreeBSD.org>
* Matthew Will <mwill@spingen.com>
* Matthias Andree <matthias.andree@gmx.de>
* Matthias Fechner <mfechner@FreeBSD.org>
* Matthias Sund <m.sund@arcor.de>
* Mauricio Herrera Cuadra <mauricio@arareko.net>
* Max Campos <mcampos@bpsw.biz>
* Max Khon <fjoe@FreeBSD.org>
* Maxim Maximov (mcsi@agava.com)
* Maxim Sobolev <sobomax@FreeBSD.org>
* Meikel Brandmeyer <ocaml-ounit-port@kotka.de>
* Michael Beer <beerml@sigma6audio.de>
* Michael Gmelin <grembo@FreeBSD.org>
* Michael Grunewald
* Michael Grünewald <michipili@gmail.com>
* Michael Johnson <ahze@FreeBSD.org>
* Michael Johnson <ahze@ahze.net>
* Michael L. Hostbaek (mich@freebsdcluster.org)
* Michael L. Hostbaek <mich@freebsdcluster.org>
* Michael Le Barbier Grünewald <michipili@gmail.com>
* Michael Lyngbøl <lyngbol@wheel.dk>
* Michael Moll <kvedulv at kvedulv.de>
* Michael Moll <kvedulv@kvedulv.de>
* Michael Schout <mschout@gkg.net>
* Michael Winking <mwfp@foldl.net>
* Michal Bielicki <m.bielicki@llizardfs.com>
* Michaël Grünewald
* Miguel Mendez <flynn@energyhq.homeip.net>
* Mike Buchanon <buchanon@msu.edu>
* Mike Fisher <Michael_Fisher@URMC.Rochester.edu>
* Mike McGaughey <mmcg@cs.monash.edu.au>
* Mikhail T. <m.tsatsenko@gmail.com>
* Mikhail T. <michael@fun-box.ru>
* Mikhail Teterin
* Mikhail Teterin <mi@aldan.algebra.com>
* Mikolaj Golub <to.my.trociny@gmail.com>
* Mirko Zinn <mail@derzinn.de>
* Mitsuru YOSHIDA
* Mons Anderson <mons@cpan.org>
* Motoyuki Kasahara <m-kasahr@sra.co.jp>
* Muhammad Moinur Rahman <5u623l20@gmail.com>
* Muhammad Moinur Rahman <bofh@FreeBSD.org>
* Muhammad Moinur Rahman<5u623l20@gmail.com>
* Muhammad Moinur Rahman<bofh@FreeBSD.org>
* Murilo Opsfelder <mopsfelder@gmail.com>
* Murray Stokely <murray@cdrom.com>
* Mykola Marzhan <delgod@portaone.com>
* NAKATA Maho <maho@FreeBSD.org>
* NECDET COKYAZICI <cokyazici@yahoo.co.uk>
* Neal Nelson <neal@nelson.name>
* Nemo Liu <nemoliu@FreeBSD.org>
* Nicholas Esborn <nick@netdot.net>
* Nick Hilliard <nick@foobar.org>
* Nicola Vitale <nivit@FreeBSD.org>
* Nicolas Embriz <nbari@tequila.io>
* Nicolas Jombart <Nicolas.Jombart@hsc-labs.com>
* Niels Kristensen <niels@kristensen.io>
* Nik Clayton <nik@FreeBSD.org>
* Nikolay Dachev <freebsd@dacehv.info>
* Nikos Ntarmos <ntarmos@ceid.upatras.gr>
* Nobutaka Mantani <nobutaka@FreeBSD.org>
* Oleg A. Mamontov <oleg@mamontov.net>
* Oleg Mamontov <oleg@mamontov.net>
* Oleg Ukraincev <oleg@ht-systems.ru>
* Oleh Hushchenkov <o.hushchenkov@gmail.com>
* Oleksii Tsai <oleksii.tsai@gmail.com>
* Oliver Braun
* Oliver Braun <obraun@FreeBSD.org>
* Oliver Fromme
* Oliver Lehmann
* Oliver Lehmann <lehmann@ans-netz.de>
* Oliver Lehmann <oliver@FreeBSD.org>
* Olivier Cochard-Labbe <olivier@FreeBSD.org>
* Olivier Duchateau
* Olivier Duchateau <duchateau.olivier@gmail.com>
* Otacilio de Araujo Ramos Neto <otacilio.neto@bsd.com.br>
* Palle Girgensohn <girgen@FreeBSD.org>
* Palle Girgensohn <girgen@pingpong.net>
* Parv <parv@pair.org>
* Patrice Clement <monsieurp@gentoo.org>
* Patrick Alken <alken@colorado.edu>
* Patrick Li <pat@databits.net>
* Patrick MARIE <mycroft@virgaria.org>
* Paul Mather <paul@gromit.dlib.vt.edu>
* Pav Lucistnik <pav@FreeBSD.org>
* Pawel Pekala <pawel@FreeBSD.org>
* Pedro F Giffuni
* Pedro F. Giffuni
* Pedro F. Giffuni <giffunip@asme.org>
* Pedro Giffuni
* Pedro Giffuni <pfg@FreeBSD.org>
* Pete Fritchman <petef@databits.net>
* Peter Bozarov (kingofgib@users.sourceforge.net)
* Peter Haight <peterh@sapros.com>
* Peter Jeremy <peterjeremy@acm.org>
* Peter Johnson <johnson.peter@gmail.com>
* Peter Pentchev <roam@FreeBSD.org>
* Peter Schuller <peter.schuller@infidyne.com>
* Peter Vereshagin <peter@vereshagin.org>
* Petr Holub <hopet@ics.muni.cz>
* Petri Totterman <petri.totterman@hmv.fi>
* Phil Maker <pjm@gnu.org>
* Phil Oleson <oz@nixil.net>
* Philip Drapeau <pdrapeau@advanis.ca>
* Philip M. Gollucci
* Philip Paeps <philip@FreeBSD.org>
* Philip Paeps <philip@paeps.cx>
* Philip Schulz <phs@deadc0.de>
* Philippe Audeoud <jadawin@tuxaco.net>
* Pietro Cerutti <gahr@FreeBSD.org>
* Piotr Florczyk <p.florczyk@adminworkshop.pl>
* Piotr Kubaj <emulation@FreeBSD.org$
* Piotr Kubaj <pkubaj@anongoth.pl>
* Po-Chien Lin <linpc@cs.nctu.edu.tw>
* Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Rainer Hurling <rhurlin@gwdg.de>
* Ralf Gebhart <gebhart@secnetix.de>
* Ralf S. Engelschall
* Ralf S. Engelschall <rse@gnu.org>
* Randall Hopper <aa8vb@nc.rr.com>
* Remington Lang <MrL0Lz@gmail.com>
* René Ladan <rene@freebsd.org>
* Richard Gallamore <ultima@freebsd.org>
* Robert Gogolok <gogo@cs.uni-sb.de>
* Robert Noland <rnoland@FreeBSD.org>
* Robert Schlotterbeck <robert@rs.tarrant.tx.us>
* Rod Person <rodperson@rodperson.com>
* Rod Taylor <ports@rbt.ca>
* Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl>
* Rodrigo OSORIO <rodrigo@FreeBSD.org>
* Roger Hardiman <roger@freebsd.org>
* Roland van Laar <roland@micite.net>
* Romain Tartiere <romain@FreeBSD.org>
* Romain Tartiere <romain@blogreen.org>
* Roman Bogorodskiy <novel@FreeBSD.org>
* Roman Shterenzon <romanbsd@yahoo.com>
* Ronald Klop <ronald@echteman.nl>
* Rong-En Fan <rafan@FreeBSD.org>
* Rong-En Fan <rafan@infor.org>
* Ross Timson <ross@rosstimson.com>
* Rouslan Iskhakov <rouslan@rshell.net>
* Rozhuk Ivan
* Ruben de Groot <rdg@bzerk.org>
* Ruben van Staveren
* Rui Lopes (<rgl ruilopes com>)
* Rui Lopes (rgl ruilopes com)
* Rui Lopes <rgl ruilopes com>
* Rui Lopes <rui@ruilopes.com>
* Rui Paulo <rpaulo@FreeBSD.org>
* Rusmir Dusko <nemysis@FreeBSD.org>
* Russell Francis <johntabularasa@users.sf.net>
* Ryan Steinmetz (<rpsfa@rit.edu>)
* Ryan Steinmetz <rpsfa@rit.edu>
* Ryan Steinmetz <zi@FreeBSD.org>
* SADA Kenji <sada@FreeBSD.org>
* Sahil Tandon <sahil@FreeBSD.org>
* Sahil Tandon <sahil@tandon.net>
* Sam Lawrance <boris@brooknet.com.au>
* Samuel Tardieu <sam@rfc1149.net>
* Samy Al Bahra <samy@kerneled.com>
* Samy Al Bahra <samy@kerneled.org>
* Sander Vesik <sander@haldjas.folklore.ee>
* Sandro Sigala
* Seamus Venasse <svenasse@polaris.ca>
* Sean Chittenden <sean@chittenden.org>
* Sean Chittenden <seanc@FreeBSD.org>
* Sean Farley <sean-freebsd@farley.org>
* Sean McLaughlin <sigma.zx@gmail.com>
* Serge Gagnon <serge.gagnon.1@ulaval.ca>
* Serge Gagnon <serge.gagnon@b2b2c.ca>
* Sergei Gnezdov <sergeiga@yahoo.com>
* Sergei Kolobov <sergei@kolobov.com>
* Sergei Vyshenski
* Sergei Vyshenski <svysh.fbsd@gmail.com>
* Sergei Vyshenski <svysh@pn.sinp.msu.ru>
* Sergey A. Osokin <osa@FreeBSD.org>
* Sergey Golyashov <svvord@soft-wizard.ru>
* Sergey Kozlov <kozlov.sergey.404@gmail.com>
* Sergey Matveychuk <sem@ciam.ru>
* Sergey Skvortsov <skv@FreeBSD.org>
* Sergey Skvortsov <skv@protey.ru>
* Sergey V. Dyatko <Sergey.Dyatko@gmail.com>
* Sergey V. Dyatko <sergey.dyatko@gmail.com>
* Serguei Okladnikov <oklaspec@gmail.com>
* Shane Ambler <FreeBSD@Shaneware.biz>
* Shaun Amott <shaun@FreeBSD.org>
* Sheldon Hearn <sheldonh@FreeBSD.org>
* Shell Hung <shell@shellhung.org>
* Shin-ya MURAKAMI <murashin@gfd-dennou.org>
* Shinsuke Matsui <smatsui@karashi.org>
* Simon Barner <barner@gmx.de>
* Simon Marlow <simonmar@microsoft.com>
* Simon Olofsson <simon@olofsson.de>
* Simun Mikecin <numisemis@yahoo.com>
* Sir l33tname <sirl33tname@gmail.com>
* Sofian Brabez <sbrabez@gmail.com>
* Sofian Brabez <sbz@FreeBSD.org>
* Stanislav Sedov <ssedov@mbsd.msk.ru>
* Stanislav Sedov <stas@FreeBSD.org>
* Stanislav Sedov <stas@fonon.realnet>
* Stefan Bethke <stb@lassitu.de>
* Stefan Ehmann <shoesoft@gmx.net>
* Stefan Pauly <stefan@fh-mainz.de>
* Stefan Wendler <stefan.wendler@tngtech.com>
* Stephen J. Roznowski <sjr@home.net>
* Stephon Chen <stephon@gmail.com>
* Steve Franks <stevefranks@ieee.org>
* Steve Wills <steve@mouf.net>
* Steve Wills <swills@FreeBSD.org>
* Steve Wills <swills@rubick>
* Steven Kreuzer <skreuzer@FreeBSD.org>
* Steven Kreuzer <skreuzer@exit2shell.com>
* Stéphane D'Alu <sdalu@sdalu.com>
* Sulev-Madis Silber <madis555@hot.ee>
* Sun Chang-Ming
* Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
* Sutra Zhou <zhoushuqun@gmail.com>
* Svyatoslav Lempert <svyatoslav.lempert@gmail.com>
* Sylvio Cesar <sylvio@FreeBSD.org>
* Sébastien Santoro <dereckson@gmail.com>
* TAKAHASHI Kaoru <kaoru@kaisei.org>
* TAKATSU Tomonari <tota@FreeBSD.org>
* TAKATSU Tomonari <tota@rtfm.jp>
* TERAMOTO Masahiro <markun@onohara.to>
* Takefu
* Takumi Takahashi <takumiiinn@gmail.com>
* Takuya Tsuchida <tsucchi@cpan.org>
* Tatsuya Ueda <ml+freebsd@tatsuya.info>
* Terry Sposato <terry@sucked-in.com>
* Thaddeus Covert <tcovert@grimmy.sahuagin.net>
* Thawatchai Piyawat <piyawat@usablelabs.com>
* Thierry Thomas (<thierry@FreeBSD.org>)
* Thierry Thomas (<thierry@pompo.net>)
* Thierry Thomas <thierry@pompo.net>
* Thinker K.F. Li <thinker@eeebox.branda.to>
* Thomas Abthorpe <thomas@goodking.ca>
* Thomas Gellekum <tg@FreeBSD.org>
* Thomas Gellekum <tg@freebsd.org>
* Thomas Zander <riggs@FreeBSD.org>
* Thomas-Martin Seck <tmseck@netcologne.de>
* Tillman Hodgson <tillman@seekingfire.com>
* Tim Bishop <tdb@FreeBSD.org>
* Tim Bishop <tim@bishnet.net>
* Tim Niemueller <tim@niemueller.de>
* Tim Vanderhoek <hoek@FreeBSD.org>
* Timothy Beyer <beyert@cs.ucr.edu>
* Timur I. Bakeyev <bat@cpan.org>
* Ting-Wei Lan <lantw44@gmail.com>
* Tobias Gion <freebsd@gionet.de>
* Tobias Roth <ports@fsck.ch>
* Tom Judge <tj@FreeBSD.org>
* Tom Judge <tom@tomjudge.com>
* Tom McLaughlin <tmclaugh@sdf.lonestar.org>
* Tomoyuki Sakurai <cherry@trombik.org>
* Toni Andjelkovic <toni@soth.at>
* Toni Viemerö <toni.viemero@iki.fi>
* Tony Maher <tonym@biolateral.com.au>
* Tony Narlock <tony@git-pull.com>
* Torsten Zuehlsdorff <ports@toco-domains.de>
* Torsten Zuehlsdorff <tz@FreeBSD.org>
* Torsten Zuhlsdorff <ports@toco-domains.de>
* Torsten Zühlsdorff <ports@toco-domains.de>
* Travis Campbell <hcoyote@ghostar.org>
* Trevor Caira <trevor@bitba.se>
* Tsung-Han Yeh <snowfly@yuntech.edu.tw>
* Uffe Jakobsen <uffe@uffe.org>
* Ulrich Spoerlein <uspoerlein@gmail.com>
* Vadim Vatlin
* Valery Komarov <komarov@valerka.net>
* Vanilla I. Shu <vanilla@FreeBSD.org>
* Vany Serezhkin <ivan@serezhkin.com>
* Vasil Dimov <vd@datamax.bg>
* Veniamin Gvozdikov <vg@FreeBSD.org>
* Viacheslav Mikerov <SlavaMikerov@gmail.com>
* Vitaly Magerya <vmagerya@gmail.com>
* Vivek Khera <vivek@khera.org>
* Vladimir Chukharev
* Vladimir Gorelov <virtual.lark@gmail.com>
* Vladimir Kondratiev <wulf@mail.mipt.ru>
* Vladimir Kondratyev <wulf@FreeBSD.org>
* Vladimir Perepelitsa <mons@cpan.org>
* Vladimir Timofeev <vovkasm@gmail.com>
* Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
* Volker Stolz <vs@FreeBSD.org>
* Volodymyr Kostyrko <c.kworr@gmail.com>
* Vsevolod Stakhov <vsevolod@highsecure.ru>
* Waitman Gobble <waitman@waitman.net>
* Warner Losh <imp@FreeBSD.org>
* Warren Block <wblock@wonkity.com>
* Wen Heping <ruby@FreeBSD.org>
* Wen Heping <wen@FreeBSD.org>
* Wen Heping <wenheping@gmail.com>
* Wen Heping<wen@FreeBSD.org>
* Wen Heping<wenheping@gmail.com>
* Wes Peters <@FreeBSD.org>
* Wes Peters <wes@FreeBSD.org>
* Will Andrews <andrews@technologist.com>
* Will Andrews <will@FreeBSD.org>
* William Grzybowski
* William Grzybowski <sunpoet@FreeBSD.org>
* William Grzybowski <wg@FreeBSD.org>
* William Grzybowski <william88@gmail.com>
* Xavier Beaudouin <kiwi@oav.net>
* Xin LI <delphij@FreeBSD.org>
* Xin Li <delphij@FreeBSD.org>
* Yarema <yds@CoolRat.org>
* Yasuhiro KIMURA <yasu@utahime.org>
* Yen-Ming Lee <leeym@FreeBSD.org>
* Yen-Ming Lee <leeym@leeym.com>
* Yevgen Drachenko <geka@sippysoft.com>
* Yi-Huan Chan <yhchan@csie.nctu.edu.tw>
* Yi-Jheng Lin <yzlin@FreeBSD.org>
* Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
* Ying-Chieh Chen
* Ying-Chieh Liao <ijliao@FreeBSD.org>
* Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
* Yinghong Liu <relaxbsd@gmail.com>
* Yoshihiko Sarumaru <mistral@imasy.or.jp>
* Yuan-Chen Cheng <ycheng@sinica.edu.tw>
* Yuan-Chung Hsiao & <ychsiao@ychsiao.org>
* Yuan-Chung Hsiao <ychsiao@ychsiao.idv.tw>
* Yuan-Chung Hsiao <ychsiao@ychsiao.org>
* Yuichiro NAITO <naito.yuichiro@gmail.com>
* Yukihiro Nakai <nakai@FreeBSD.org>
* Yuri Victorovich <yuri@rawbw.com>
* Zach Thompson <hideo@lastamericanempire.com>
* Zane C, Bowers <vvelox@vvelox.net>
* Zane C. Bowers-Hadley <vvelox@vvelox.net>
* Zeus Panchenko <zeus@gnu.org.ua>
* aaron@FreeBSD.org
* ache
* adamw
* ade@FreeBSD.org
* alan <Alan@Wave2.org>
* alepulver
* alexander smishlajev
* alfred
* alfred@FreeBSD.org
* andreas@syndrom23.de
* andrew morton
* andrew@scoop.co.nz
* andrey@kostenko.name
* antoine@FreeBSD.org
* arved
* asmith
* aturetta@commit.it
* autrijus@autrijus.org
* b.f. <bf@FreeBSD.org>
* bf <bf2006a@yahoo.com>
* bf <bf@FreeBSD.org>
* bland@FreeBSD.org
* blubee <hello@blubee.me>
* bms
* bms@FreeBSD.org
* bra@fsn.hu
* brix@FreeBSD.org
* buganini@gmail.com
* chinsan
* chinsan <chinsan.tw@gmail.com>
* christian
* chuckr@FreeBSD.org
* clsung
* clsung@dragon2.net
* darius@dons.net.au
* dcf@aracnet.com
* dchapes@zeus.leitch.com
* devin@spamcop.net
* dlowe
* dom
* dom@happygiraffe.net
* dpejesh@yahoo.com
* dwm
* ejc@bazzle.com
* elbarto
* erik@habatech.no
* estith
* frase@frase.id.au
* gahr
* gahr@FreeBSD.org
* gebhart@secnetix.de
* giffunip
* glarkin
* glarkin@
* glewis
* gno@yahoo-inc.com
* gordon@FreeBSD.org
* gugu
* iblis <iblis@hs.ntnu.edu.tw>
* ijliao
* ijliao@FreeBSD.org
* is grammatically incorrect in this context.
* jaapb@kerguelen.org
* jagapen@home.com
* jaharkes
* janos.mohacsi@bsd.hu
* jasone
* jeffhung
* jesse@cs.uni-magdeburg.de
* jessekempf@gmail.com
* jhanna@home.com
* jkh
* jkoshy
* jnlin@freebsd.cs.nctu.edu.tw
* joerg
* joerg@FreeBSD.org
* jraynard
* jupengfei <jupengfei@gmail.com>
* kargl@apl.washington.edu
* kevit
* kipz <somicide@gmail.com>
* knu@FreeBSD.org
* kris@FreeBSD.org
* kuriyama
* lars.eggert@gmx.net
* lbartoletti <lbartoletti@FreeBSD.org>
* lbr
* lbr@FreeBSD.org
* lightside <lightside@gmx.com>
* lippe
* lonewolf@flame.org
* lth@FreeBSD.org
* matthew.closson@gmail.com
* meka
* mfechner@FreeBSD.org
* mi@aldan.algebra.com
* michael johnson <ahze@ahze.net>
* mig
* mikeh@FreeBSD.org
* milki <milki@rescomp.berkeley.edu>
* milki@rescomp.berkeley.edu
* mk
* mm
* moeding
* mp39590@gmail.com
* mr
* mr@freebsd.org
* mukai
* mwest@uct.ac.za
* nbm
* ndewing@experts-exchange.com
* netchild@FreeBSD.org
* never@nevermind.kiev.ua
* nils@guru.ims.uni-stuttgart.de
* nork@FreeBSD.org
* nork@cityfujisawa.ne.jp
* novator24 <novator24@gmail.com>
* nox@FreeBSD.org
* obraun@FreeBSD.org
* olevole@olevole.ru
* olgeni@FreeBSD.org
* osa
* petef
* petef@FreeBSD.org
* philip@FreeBSD.org
* ports@c0decafe.net
* ports@c0decafe.net <ports@c0decafe.net>
* pst@FreeBSD.org
* pvh@egenetics.com
* rafan@FreeBSD.org
* redcrash@gmail.com
* renchap@cocoa-x.com
* roam@FreeBSD.org
* roberto
* rooneg@electricjellyfish.net
* rousskov
* rpsfa@rit.edu
* rv@FreeBSD.org
* rv@gnu.org
* simond@irrelevant.org
* skreuzer@FreeBSD.org
* skreuzer@exit2shell.com
* sobomax
* stas
* stas@FreeBSD.org
* sunghyuk
* tdb
* thierry@pompo.net
* thinker@branda.to
* tiger <tiger@whitetigersd.com>
* tiger@whitetigersd.com
* tobez
* tobez@FreeBSD.org
* torstenb@FreeBSD.org
* trasz <trasz@pin.if.uz.zgora.pl>
* trevor
* trociny
* vanilla
* vanilla@
* vazquez@iqm.unicamp.br
* vsevolod
* wahjava
* wenheping@gmail.com
* wghicks@bellsouth.net
* will
* ws Christoph Kick
* xenophon+fbsdports@irtnog.org
* # Created by Matthias Fechner <mfechner@FreeBSD.org>
* # Created by johalun0@gmail.com
* //www.tomek.cedro.info)
* org>
With hat: portmgr
aa6eefd |
Tuesday, 12 Jul 2022
|
20:56 Brad Davis (brd)
devel/git: Update to 2.37.1
Approved by: garga
Sponsored by: Rubicon Communications, LLC ("Netgate")
febb00c |
Monday, 27 Jun 2022
|
20:14 Renato Botelho (garga)
devel/git: Update to 2.37.0
Sponsored by: Rubicon Communications, LLC ("Netgate")
7a2cc88 |
Tuesday, 7 Jun 2022
|
05:14 Matthias Fechner (mfechner)
devel/git: fix bug commit-graph requires overflow generation data
Using www/gitlab-ce I see problems that git repositories got broken.
Gitlab includes some patches for the git binary they build:
https://gitlab.com/gitlab-org/gitaly/-/tree/master/_support/git-patches
These patches should have no impact to normal git usage but fixes some
ref handling problems, like:
https://gitlab.com/gitlab-org/gitaly/-/blob/master/_support/git-patches/v2.36.0.gl1/0006-refs-skip-hooks-when-deleting-uncovered-packed-refs.patch
The problem got visible that at any point it can happen that the repository
got broken (by merges happen) and if you try to fetch it you get:
"C:\Program Files\Git\bin\git.exe" pull --progress "origin"
fatal: commit-graph requires overflow generation data but has none
fatal: the remote end hung up unexpectedly
Done
PR: 263867
Approved by: garga (maintainer)
57d9640 |
Monday, 9 May 2022
|
15:04 Renato Botelho (garga)
devel/git: Update to 2.36.1
Sponsored by: Rubicon Communications, LLC ("Netgate")
541b88b |
Wednesday, 20 Apr 2022
|
23:02 Yasuhiro Kimura (yasu)
devel/git: Update to 2.36.0
ReleaseNotes: https://github.com/git/git/blob/v2.36.0/Documentation/RelNotes/2.36.0.txt
PR: 263399
Approved by: garga (maintainer)
c472db1 |
Tuesday, 12 Apr 2022
|
18:28 Renato Botelho (garga)
devel/git: Update to 2.35.2
Security: CVE-2022-24765
Sponsored by: Rubicon Communications, LLC ("Netgate")
4467747 |
Wednesday, 2 Feb 2022
|
11:06 Renato Botelho (garga) Author: Yasuhiro Kimura
devel/git: Update to 2.35.1
PR: 261442
Sponsored by: Rubicon Communications, LLC ("Netgate")
575abbd |
Friday, 26 Nov 2021
|
00:53 Yasuhiro Kimura (yasu)
devel/git: Update to 2.34.1
ReleaseNotes: https://github.com/git/git/blob/v2.34.1/Documentation/RelNotes/2.34.1.txt
ReleaseNotes: https://github.com/git/git/blob/v2.34.0/Documentation/RelNotes/2.34.0.txt
PR: 259858
Approved by: maintainer
317ce5d |
Saturday, 30 Oct 2021
|
06:22 Yasuhiro Kimura (yasu)
devel/git: Update to 2.33.1
ReleaseNotes: https://github.com/git/git/blob/v2.33.1/Documentation/RelNotes/2.33.1.txt
PR: 259116
Approved by: maintainer timeout (> 2 weeks)
67be9a9 |
Sunday, 17 Oct 2021
|
20:48 Stefan Eßer (se)
devel/git: Remove duplicate CPE_VENDOR definition
Reported by: yuri
1edfb96 |
17:37 Stefan Eßer (se)
devel/git: Add CPE information
Approved by: portmgr (blanket)
a7aa63e |
Tuesday, 12 Oct 2021
|
15:18 Renato Botelho (garga) Author: Yasuhiro Kimura
devel/git: Update to 2.33.0
PR: 257894
Sponsored by: Rubicon Communications, LLC ("Netgate")
6583166 |
15:18 Renato Botelho (garga)
devel/git: Split into subpackages
Removed CVS, GUI, PERFORCE and SUBVERSION options and also gui and svn
FLAVORS, and create 4 new subports:
devel/git-cvs
devel/git-gui
devel/git-p4
devel/git-svn
All these packages depend of devel/git and install only additional files
and manpages. This work is based on initial patch submitted by grembo@i
at review D30238.
PR: 251090
Sponsored by: Rubicon Communications, LLC ("Netgate")
Differential Revision: https://reviews.freebsd.org/D32369
ff5ded7 |
Friday, 10 Sep 2021
|
21:17 Bernhard Froehlich (decke)
devel/git: Add CPE information
Approved by: portmgr (blanket)
6c74d47 |
Wednesday, 30 Jun 2021
|
05:09 Fukang Chen (loader)
Mk/bsd.options.desc.mk: Add shared version control OPTIONS & descriptions
- Add CVS description
- Add DARCS description
- Add GIT description
- Add MERCURIAL description
- Add PERFORCE description
- Rename SVN to SUBVERSION
devel/anjuta:
- Rename OPTION SVN to SUBVERSION
- Sort OPTIONS_DEFINE and OPTIONS_DEFAULT
- Change SUBVERSION_DESC to use the default description
devel/git:
- Rename OPTION P4 to PERFORCE
- Rename OPTION SVN to SUBVERSION
- Change PERFORCE_DESC to use the default description
devel/ocaml-opam:
- Rename OPTION HG to MERCURIAL
- Sort OPTIONS_DEFINE and OPTIONS_DEFAULT
- Change {DARCS,GIT,MERCURIAL}_DESC to use the default description
devel/thunar-vcs-plugin:
- Rename OPTION SVN to SUBVERSION
- Sort OPTIONS_DEFINE
- Change GIT_DESC to use the default description
devel/viewvc-devel:
- Rename OPTION SVN to SUBVERSION
- Sort OPTIONS_DEFINE, OPTIONS_DEFAULT and OPTIONS_SINGLE
net-mgmt/observium:
- Rename OPTION SVN to SUBVERSION
net-mgmt/rancid3:
- Rename OPTION SVN to SUBVERSION
- Sort OPTIONS_SINGLE_SCM
- Change {CVS,GIT,SUBVERSION}_DESC to use the default description
ports-mgmt/portshaker:
- Rename OPTION SVN to SUBVERSION
- Rename HG to MERCURIAL
- Sort OPTIONS_DEFINE
- Change {GIT,MERCURIAL}_DESC to use the default description
security/hydra:
- Rename OPTION SVN to SUBVERSION
security/medusa:
- Rename OPTION SVN to SUBVERSION
- Sort OPTIONS_DEFINE
shells/scponly:
- Rename OPTION SVN to SUBVERSION
- Sort OPTIONS_DEFINE
- Typo fix in SVNSERVE_DESC
www/trac-devel:
- Rename OPTION SVN to SUBVERSION
- Sort OPTIONS_DEFINE, OPTIONS_DEFAULT and OPTIONS_MULTI_DATABASE
- Change {GIT,SUBVERSION}_DESC to use the default description
Reviewed by: koobs, adamw, dvl, garga, hannes_mehnert.org, rm, dbaio, romain
Approved by: koobs (ports, mentor)
Differential Revision: https://reviews.freebsd.org/D17459
MFH: No (OPTION description updates)
f76aa00 |
Tuesday, 22 Jun 2021
|
17:42 Renato Botelho (garga) Author: Chris Hutchinson
devel/git: Fix contrib installation
In some cases installation is aborted when try to copy test.netrc.gpg,
which is an empty file. This file is not actually needed so the fix
here is to stop trying to install it
PR: 255885
Sponsored by: Rubicon Communications, LLC ("Netgate")
c3dd347 |
17:42 Renato Botelho (garga) Author: Yasuhiro Kimura
devel/git: Update to 2.32.0
PR: 256442
Sponsored by: Rubicon Communications, LLC ("Netgate")
754ca6f |
Tuesday, 6 Apr 2021
|
15:29 Renato Botelho (garga)
devel/git: Disable SVN and create flavor
Ports tree moved to git. Disable SVN option by default on main port to
reduce dependencies and create a new flavor "svn" that looks exactly how
main port was before this change
PR: 254719
Reported by: grembo
Sponsored by: Rubicon Communications, LLC ("Netgate")
64d5a3b |
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Tuesday, 30 Mar 2021
|
11:17 garga
devel/git: Update to 2.31.1
Sponsored by: Rubicon Communications, LLC ("Netgate")
 |
Wednesday, 17 Mar 2021
|
12:02 garga
devel/git: Update to 2.31.0 and other fixes
- Update to 2.31.0
https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.31.0.txt
- Removed PCRE option since support for pcre 1.x was dropped
- Sort OPTIONS_DEFINE and OPTIONS_DEFAULT
- Move installation of bash completion to common post-install target and
always copy it to final destination to deduplicate code
PR: 254170
Submitted by: Yasuhiro Kimura <yasu@utahime.org>
Sponsored by: Rubicon Communications, LLC ("Netgate")
 |
Tuesday, 9 Feb 2021
|
13:10 garga
devel/git: Update to 2.30.1
PR: 253365
Submitted by: Yasuhiro Kimura <yasu@utahime.org>
Sponsored by: Rubicon Communications, LLC ("Netgate")
 |
Thursday, 31 Dec 2020
|
17:06 garga
devel/git: Update to 2.30.0
PR: 252244
Submitted by: Yasuhiro Kimura <yasu@utahime.org>
Sponsored by: Rubicon Communications, LLC (Netgate)
 |
Tuesday, 8 Dec 2020
|
22:14 adamw
devel/git: Add a "tiny" flavor that depends only on curl
This provides a minimal functioning git that depends only on
curl (and expat, which comes along for the ride).
PR: 251689
Approved by: maintainer (garga)
 |
Friday, 6 Nov 2020
|
17:19 garga
devel/git: Fix options for flavors
Only change OPTIONS_FILE when flavor is not empty or default. It fixes a
problem saving options on poudriere for default flavor
Reported by: madpilot
 |
11:49 garga
devel/git@gui: Make GUI option mandatory
Sponsored by: Rubicon Communications LLC (Netgate)
 |
Thursday, 5 Nov 2020
|
17:04 garga
devel/git: Update to 2.29.2 and small tweaks
- Update to 2.29.2 [1]
- Simplify logic to define COMMENT for each flavor
- Inspired in www/py-autobahn, save OPTIONS on a different file for each flavor
PR: 250472 [1]
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> [1]
Sponsored by: Rubicon Communications, LLC (Netgate)
 |
Tuesday, 13 Oct 2020
|
11:32 garga
Simplify logic to define COMMENT
Submitted by: bapt
 |
Monday, 12 Oct 2020
|
17:39 antoine
Fix COMMENT for default FLAVOR
 |
16:07 garga
Fix typo
 |
16:03 garga
Convert git slave ports to flavors
Create git@lite and git@gui flavors to replace slave ports
PR: 250281
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Sponsored by: Rubicon Communications, LLC (Netgate)
 |
Wednesday, 5 Aug 2020
|
12:22 garga
devel/git: Update to 2.28.0 and build with svn lts
- Update to 2.28.0 [1]
- Change dependency to p5-subversion-lts if WITH_SUBVERSION_VER=LTS
is set [2]
PR: 248308 [1]
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> [1]
des [2]
Sponsored by: Rubicon Communications, LLC (Netgate)
 |
Thursday, 4 Jun 2020
|
14:41 garga
devel/git: Update to 2.27.0
PR: 246927
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Sponsored by: Rubicon Communications, LLC (Netgate)
 |
Friday, 8 May 2020
|
12:32 garga
devel/git: Use rubygem-asciidoctor to build docs
asciidoctor and python2 are deprecated and upstream is moving to
asciidoctor gem as default tool to build documentation
PR: 245657
Submitted by: Bjorn Neergaard <bjorn@neersighted.com>
Sponsored by: Rubicon Communications, LLC (Netgate)
 |
Monday, 20 Apr 2020
|
20:34 garga
devel/git: Update to 2.26.2
MFH: 2020Q2
Security: CVE-2020-11008
Sponsored by: Rubicon Communications, LLC (Netgate)
 |
Tuesday, 14 Apr 2020
|
19:22 garga
devel/git: Update to 2.26.1
MFH: 2020Q2
Security: CVE-2020-5260
Sponsored by: Rubicon Communications, LLC (Netgate)
 |
Monday, 13 Apr 2020
|
20:05 garga
devel/git: Fix build
I've committed the wrong changes in r531622 breaking git build. Fix it now.
Reported by: mandree and jbeich
Sponsored by: Rubicon Communications, LLC (Netgate)
 |
17:44 garga
devel/git: Update to 2.26.0
Sponsored by: Rubicon Communications, LLC (Netgate)
 |
Friday, 20 Mar 2020
|
15:04 garga
devel/git: Update to 2.25.2
Sponsored by: Rubicon Communications, LLC (Netgate)
 |
Monday, 17 Feb 2020
|
13:03 garga
devel/git: Update to 2.25.1
PR: 244187 (Based on)
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Sponsored by: Rubicon Communications, LLC (Netgate)
 |
Tuesday, 14 Jan 2020
|
13:28 garga
devel/git: Update to 2.25.0
PR: 243347 (Based on)
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Sponsored by: Rubicon Communications, LLC (Netgate)
 |
Monday, 30 Dec 2019
|
14:53 garga
devel/git: helpful description for CURL option
Turning off CURL OPTIONS knob has somewhat unexpected consequences, ie.
disables HTTPS transport, thus no Github access.
This is not evident from the default option description. The tiny patch
adds non standard knob description specifically mentioning HTTPS
unavailability, when it gets turned off.
While here, sort *_DESC variables alphabetically.
PR: 242682
Submitted by: Piotr Smyrak <ps.ports@smyrak.com>
Sponsored by: Rubicon Communications, LLC (Netgate)
 |
Tuesday, 10 Dec 2019
|
22:28 garga
devel/git: Update to 2.24.1
MFH: 2019Q4
Security: CVE-2019-1348, CVE-2019-1349, CVE-2019-1350, CVE-2019-1351
CVE-2019-1352, CVE-2019-1353, CVE-2019-1354, CVE-2019-1387
Sponsored by: Rubicon Communications, LLC (Netgate)
 |
Friday, 22 Nov 2019
|
17:25 brooks
Enable subversion support by default and remove git-subversion.
Without PROVIDES/REQUIRES support, ports must depend on exactly one git
port/pkg. Subversion is currently FreeBSD's primiary version control
system and it is widely used with git so it makes sense to enable it by
default and provide a consistent user experience.
Approved by: garga
Differential Revision: https://reviews.freebsd.org/D22496
 |
Monday, 4 Nov 2019
|
14:20 garga
devel/git: Update to 2.24.0
Sponsored by: Rubicon Communications, LLC (Netgate)
 |
Monday, 19 Aug 2019
|
18:59 garga
devel/git: Update to 2.23.0
Sponsored by: Rubicon Communications, LLC (Netgate)
 |
Wednesday, 14 Aug 2019
|
15:36 garga
devel/git: Update to 2.22.1
Sponsored by: Rubicon Communications, LLC (Netgate)
 |
Friday, 14 Jun 2019
|
19:29 jbeich
devel/git: update to 2.22.0
Changes: https://lkml.org/lkml/2019/6/7/1177
Changes: https://github.blog/2019-06-07-highlights-from-git-2-22/
PR: 238442
Approved by: garga (maintainer)
 |
Thursday, 28 Feb 2019
|
21:36 sunpoet
Fix typo
Approved by: portmgr (blanket)
 |
Monday, 25 Feb 2019
|
13:22 garga
- Update devel/git to 2.21.0 [1]
- Fix git-p4 shebang [2]
PR: 236020 [1] (based on), 235045 [2]
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> [1]
John Hein <jcfyecrayz@liamekaens.com> [2]
Sponsored by: Rubicon Communications, LLC (Netgate)
 |
Monday, 17 Dec 2018
|
21:02 garga
devel/git: Update to 2.20.1
Sponsored by: Rubicon Communications, LLC (Netgate)
 |
Monday, 10 Dec 2018
|
18:51 garga
devel/git:
- Update to 2.20.0
- Fix build when DEVELOPER env var is set [1]
PR: 233485 [1]
Submitted by: John Hein <z7dr6ut7gs@snkmail.com> [1]
Sponsored by: Rubicon Communications, LLC (Netgate)
 |
Wednesday, 21 Nov 2018
|
16:09 garga
devel/git: Update to 2.19.2
Sponsored by: Rubicon Communications, LLC (Netgate)
 |
Friday, 5 Oct 2018
|
18:07 garga
devel/git: Update to 2.19.1
MFH: 2018Q4
Security: CVE-2018-17456
Sponsored by: Rubicon Communications, LLC (Netgate)
 |
Friday, 28 Sep 2018
|
12:48 garga
devel/git: Keep original bash completion filename
Do not rename git-completion.bash to git.sh to make it easier for users
that follow git docs, which point to original filename. Add a note in
pkg-message to let users know about it.
PR: 231775
Submitted by: pierogmorski@gmail.com
Sponsored by: Rubicon Communications, LLC (Netgate)
 |
Thursday, 13 Sep 2018
|
16:49 garga
Update devel/git to 2.19.0
PR: 231342
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Sponsored by: Rubicon Communications, LLC (Netgate)
 |
Monday, 20 Aug 2018
|
05:07 koobs
devel/git: Add missing (send-email) dependency
The send-email command uses (require's) IO:Socket:SSL directly, and the
devel/git port previously depended on mail/p5-Net-SMTP-SSL, which depended on
and brought in the security/p5-IO-Socket-SSL port to satisfy it.
ports r431794 [1] removed the dependency on p5-Net-SMTP-SSL due to deprecation
which prevented the (direct) dependency from being installed (via another
dependency), resulting in breaking function for encrypted/secured mail
destinations.
This change adds a direct dependency on IO::Socket::SSL as it ought to have
been originally.
[1] https://svnweb.freebsd.org/changeset/ports/431794
Reported by: ns5 (via IRC)
Approved by: portmgr (blanket: broken dependencies)
MFH: 2018Q3
 |
Wednesday, 11 Jul 2018
|
13:03 garga
- Fix build with PCRE using --with-pcre1 configure option since git moved
default --with-pcre to use version 2
- Add a new OPTION PCRE2 to let it build with devel/pcre2
- Bump PORTREVISION
PR: 229366
Submitted by: mat
MFH: 2018Q3
Sponsored by: Rubicon Communications, LLC (Netgate)
 |
Friday, 22 Jun 2018
|
12:14 garga
Update devel/git to 2.18.0
Sponsored by: Rubicon Communications, LLC (Netgate)
 |
Tuesday, 29 May 2018
|
19:20 garga
Update devel/git to 2.17.1
MFH: 2018Q2
Security: CVE-2018-11233 CVE-2018-11235
Sponsored by: Rubicon Communications, LLC (Netgate)
 |
Friday, 20 Apr 2018
|
14:34 garga
Fix PLIST with GITWEB option enabled
PR: 227652
Reported by: rozhuk.im@gmail.com and w.schwarzenfeld@utanet.at
Sponsored by: Rubicon Communications, LLC (Netgate)
 |
12:01 garga
Install a gitweb.conf initial file and update pkg-message to make it easier
to configure it
PR: 218229
Submitted by: Zsolt Udvari <uzsolt@uzsolt.hu>
Sponsored by: Rubicon Communications, LLC (Netgate)
 |
Thursday, 19 Apr 2018
|
10:05 garga
- Register p5-CGI dependency when GITWEB option is enabled [1]
- Bump PORTREVISION since GITWEB is on by default
- While here, unmute install command and make portlint happy
PR: 225358 [1]
Submitted by: Fabian Kell <fk@fabiankeil.de> [1]
MFH: 2018Q2
Sponsored by: Rubicon Communications, LLC (Netgate)
 |
Tuesday, 3 Apr 2018
|
12:51 garga
Update devel/git to 2.17.0
Sponsored by: Rubicon Communications, LLC (Netgate)
 |
Friday, 23 Mar 2018
|
15:20 garga
Update devel/git to 2.16.3
Sponsored by: Rubicon Communications, LLC (Netgate)
 |
Monday, 19 Feb 2018
|
20:13 garga
Update devel/git to 2.16.2
Sponsored by: Rubicon Communications, LLC (Netgate)
 |
Monday, 22 Jan 2018
|
13:54 garga
Update devel/git to 2.16.1
Sponsored by: Rubicon Communications, LLC (Netgate)
 |
Friday, 19 Jan 2018
|
19:22 garga
Update devel/git to 2.16.0
Sponsored by: Rubicon Communications, LLC (Netgate)
 |
Sunday, 10 Dec 2017
|
09:00 amdmi3
- Add LICENSE_FILE
- Update WWW
Approved by: portmgr blanket
 |
Wednesday, 29 Nov 2017
|
23:30 garga
Update devel/git to 2.15.1
Sponsored by: Rubicon communications, LLC (Netgate)
 |
Wednesday, 1 Nov 2017
|
08:59 garga
Update devel/git to 2.15.0
Sponsored by: Rubicon Communiucations, LLC (Netgate)
 |
Monday, 23 Oct 2017
|
11:32 garga
Update devel/git to 2.14.3
Sponsored by: Rubicon Communications, LLC (Netgate)
 |
Monday, 9 Oct 2017
|
20:08 garga
Update devel/git to 2.14.2
Sponsored by: Rubicon Communications, LLC (Netgate)
 |
Thursday, 10 Aug 2017
|
20:43 garga
Update devel/git to 2.14.1
This version fixes a security issue:
A "ssh://..." URL can result in a "ssh" command line with a
hostname that begins with a dash "-", which would cause the "ssh"
command to instead (mis)treat it as an option. This is now
prevented by forbidding such a hostname (which will not be
necessary in the real world).
MFH: 2017Q3
Sponsored by: Rubicon Communications, LLC (Netgate)
 |
Thursday, 3 Aug 2017
|
12:15 garga
Update devel/git to 2.13.4
 |
Monday, 17 Jul 2017
|
17:33 garga
- Add diff-highlight back to package when CONTRIB option is set
- While here, remove unnecessary lines from pkg-plist
- Bump PORTREVISION
PR: 220804
Submitted by: martin@sugioarto.com
Sponsored by: Rubicon Communications, LLC (Netgate)
 |
Wednesday, 12 Jul 2017
|
23:38 garga
Update devel/git to 2.13.3
Sponsored by: Rubicon Communications, LLC (Netgate)
 |
Tuesday, 27 Jun 2017
|
13:39 garga
Update devel/git to 2.13.2
Sponsored by: Rubicon Communications (Netgate)
 |
Number of commits found: 368 (showing only 100 on this page) |