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.9.6 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.9.6 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
0.9.6 09 Jan 2022 23:18:42 |
Thomas Zander (riggs) |
net/uriparser: Update to upstream version 0.9.6
PR: 261056
Reviewed by: svysh.fbsd@gmail.com (maintainer)
Approved by: svysh.fbsd@gmail.com (maintainer)
MFH: 2022Q1
Security: CVE-2021-46141
CVE-2021-46142 |
0.9.5 21 Sep 2021 12:57:56 |
Bernhard Froehlich (decke) |
net/uriparser: Add CPE information
Approved by: portmgr (blanket) |
0.9.5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.9.5 28 Mar 2021 21:12:06 |
riggs |
Update to upstream version 0.9.5.
Details:
- Update 0.9.1 -> 0.9.5
Changes: https://github.com/uriparser/uriparser/blob/uriparser-0.9.5/ChangeLog
- Fetch distfiles from GitHub
- Use non-standard way to fetch tarbals from github, cf PR#221634:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221634
Case related to this port is called "H-tarball" there.
- Follow upstream's switch to cmake and bash
- Add optional build and run of googletest tests
- Add optional build and install of fancy docs in many formats
- Request maintainership as Ed Schouten is absent for 6+ years, see:
https://svnweb.freebsd.org/ports/head/net/uriparser/Makefile?view=log
PR: 247459
Submitted by: svysh.fbsd@gmail.com (new maintainer)
Approved by: previous maintainer timeout |
0.9.1 26 Jan 2019 10:52:44 |
riggs |
Update to upstream version 0.9.1
Details:
- Addressing an out-of-bounds read which might be exploitable,
see upstream changelog:
https://github.com/uriparser/uriparser/blob/uriparser-0.9.1/ChangeLog
PR: 234670
Submitted by: riggs
Approved by: maintainer timeout
MFH: 2019Q1 |
0.9.0 16 Dec 2018 14:31:41 |
riggs |
Update to upstream version 0.9.0; addresses multiple CVEs
PR: 233722
Submitted by: riggs
Reviewed by: mat
Approved by: maintainer timeout
MFH: 2018Q4
Security: CVE-2018-19198
CVE-2018-19199
CVE-2018-19200
Differential Revision: https://reviews.freebsd.org/D16999 |
0.8.4 27 Oct 2015 07:33:47 |
ed |
Update uriparser to version 0.8.4.
It looks like the latest release doesn't build because of a missing
#include. The source file depends on AF_INET and AF_INET6, which of
course requires <sys/socket.h>.
Submitted by: Torsten Zuhlsdorff
PR: 203972
Differential Revision: https://reviews.freebsd.org/D4001 |
0.7.9_1 22 Nov 2014 14:43:24 |
antoine |
Cleanup plist |
0.7.9_1 15 Jul 2014 20:09:52 |
tijl |
- USES=libtool pathfix tar:bzip2
- Add INSTALL_TARGET=install-strip |
0.7.9 25 Sep 2013 00:54:09 |
bdrewery |
- Remove NO_STAGE as these have been tested to be safe
With hat: portmgr |
0.7.9 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
0.7.9 15 Sep 2013 11:15:04 |
ed (src committer) |
Update uriparser to 0.7.9. |
0.7.7 17 Oct 2012 11:33:04 |
jhale |
- Update to 0.7.7 [1]
- Remove unneeded pkgconf dependency
- Trim Makefile header
PR: ports/171383
Submitted by: soulcatcher <soulcatcher13@gmail.com> [1]
Approved by: maintainer timeout (5 weeks) [1]
makc, avilla (mentors, implicit)
Feature safe: yes |
0.7.5 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.7.5 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
0.7.5 22 Aug 2009 00:32:25 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with N |
0.7.5 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
0.7.5 07 Mar 2009 11:19:17 |
ed |
Upgrade uriparser to 0.7.5.
This version now uses pkg-config. |
0.7.2 14 Oct 2008 16:51:59 |
ed |
Update three ports I maintain.
- net/uriparser 0.7.1 -> 0.7.2
- multimedia/libspiff 0.8.3 -> 1.0.0
- audio/herrie 2.1 -> 2.2
I'm updating these ports in a single commit, because herrie 2.2 requires
these up-to-date versions to compile properly. |
0.7.1 17 Jun 2008 07:55:18 |
ed |
Update uriparser and libspiff to their latest versions.
- uriparser 0.6.3 -> 0.7.1
- libspiff 0.8.2 -> 0.8.3
Approved by: philip (mentor), gahr |
0.6.3 12 Feb 2008 21:41:04 |
miwi |
- Update to 0.6.3
PR: 120563
Submitted by: Ed Schouten <ed@fxq.nl> (maintainer) |
0.6.0 24 Sep 2007 20:23:52 |
miwi |
- Update to 0.6.0
PR: 116580
Submitted by: Ed Schouten <ed@fxq.nl> (maintainer) |
0.5.2 16 Sep 2007 21:34:17 |
tabthorpe |
- update to 0.5.2
PR: Ed Schouten <ed@fxq.nl>
Submitted by: ports/116331
Approved by: clsung (mentor) |
0.5.1 15 Aug 2007 12:32:49 |
itetcu |
Update to 0.5.1. The library has been run through a code analyser, which has
revealed several flaws in Uriparser. This release fixes those issues.
PR: ports/115538
Submitted by: Ed Schouten (maintainer) |
0.4.1 06 Jul 2007 10:18:48 |
miwi |
- Update to 0.4.1
PR: 114352
Submitted by: Ed Schouten (maintainer) |
0.4.0 04 Jul 2007 08:05:00 |
miwi |
- Update to 0.4.0
PR: 114233
Submitted by: Ed Schouten <ed@fxq.nl> (maintainer) |
0.3.4 24 Apr 2007 22:12:17 |
miwi |
- Update to 0.3.4
PR: 112088
Submitted by: Ed Schouten <ed@fxq.nl> (maintainer |
0.3.3 04 Apr 2007 09:19:24 |
clsung |
Add uriparser 0.3.3, URI parsing library.
PR: ports/111052
Submitted by: Ed Schouten <ed at fxq.nl> |