Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
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) |
0.2.0 07 Sep 2022 21:10:59 |
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.
(Only the first 15 lines of the commit message are shown above ) |
0.2.0 20 Jul 2022 14:23:05 |
Tobias C. Berner (tcberner) |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
0.2.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.2.0 07 May 2015 20:24:16 |
mat |
Update ports in the remaining categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
0.2.0 09 Feb 2015 20:44:25 |
pawel |
Update to version 0.2.0
Bugs:
- Fix NULL check against lcap data from the jail which was actually setting
lcap to NULL. This lines up with similar code in jexec(8). Github PR #1
- Fix compile warning and segfault if lcap was actually NULL - can't cast
the jusername struct to string output Github PR #2
Enhancements:
- Support dynamic maximum number of groups rather than relying on
compile-time NGROUPS Github PR #2
- Support specify target jail by jailname or jail ID through use of libjail
jail_get_id() Github PR #3
- Return more specific details when username/UID mapping into jail
fails Github PR #3
PR: 197207
Submitted by: Nicholas Kiraly <kiraly.nicholas@gmail.com>
Approved by: steve.polyack@intermedix.com (maintainer) |
0.1_1 04 Nov 2014 13:30:11 |
robak |
sysutils/jailme: multiple minor fixes
- Add LICENSE
- Change maintainer
- Fix COMMENT
- Change pkg-descr url
- Change to USE_GITHUB
PR: 194694
Submitted by: Steve Polyack <steve.polyack@intermedix.com>
Approved by: mentors (implicit) |
0.1 06 Sep 2014 13:16:12 |
antoine |
Allow staging as a regular user |
0.1 17 Jul 2014 08:57:51 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories P-S.
CR: D422
Approved by: portmgr (bapt) |
0.1 29 Apr 2014 13:35:32 |
ehaupt |
- Stage
- Make PREFIX safe
- Use tar:bzip2 |
0.1 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
0.1 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
0.1 18 Apr 2007 19:59:09 |
itetcu |
Remove 4.x support.
PR: ports/111772
Submitted by: Marcelo Araujo (araujo@bsdmail.org)
Approved by: maintainer |
0.1 19 Jan 2007 09:13:00 |
miwi |
- Unbreak DNS is back |
0.1 18 Jan 2007 19:46:12 |
miwi |
- Broken Unfetchable |
0.1 03 Jan 2007 23:21:11 |
miwi |
jailme is a modified version of FreeBSD's jexec.
This version is installed setuid and does some sanity checking
to ensure the username and UID match between the jail and the
host system.
WWW: http://people.collaborativefusion.com/~wmoran/code/jailme.html
PR: ports/107441
Submitted by: wmoran |