Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.42_1 28 May 2023 12:07:55 |
Rene Ladan (rene) |
security/zxid: Remove expired port:
2023-05-27 security/zxid: Do not build with OpenSSL 1.1.1e and later |
1.42_1 27 Apr 2023 18:42:43 |
Muhammad Moinur Rahman (bofh) |
security/zxid: Mark DEPRECATED
- Do not build with OpenSSL 1.1.1e and later
- Fails to build with all version of ssl from base
- Fails to build with any version of ssl from ports
- Set EXPIRATION_DATE 2023-05-27 |
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) |
1.42_1 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 ) |
1.42_1 20 Jul 2022 14:22:56 |
Tobias C. Berner (tcberner) |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.42_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.42_1 01 Sep 2018 07:35:29 |
riggs |
Fix memleak, update MAINTAINER
Details:
- Fix a memory leak in ZXID caused by using system hexdump() function
instead of the one included in ZXID.
- Set MAINTAINER'ship to admins@perceptyx.com
PR: 230978
Submitted by: amontalban@gmail.com (new maintainer)
MFH: 2018Q3 |
1.42 15 Mar 2017 14:45:31 |
mat |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight |
1.42 19 May 2016 10:53:06 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
1.42 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
1.42 13 Mar 2016 02:19:18 |
amdmi3 |
- Fix license. COPYING explicitly states that APACHE20 does not apply, the
license is actually commercial:
Commercial software. Please write info@synergetics.be for licensing terms.
LICENSE-2.0.txt does not apply. It is only provided for information,
e.g. on some related software packages.
- Switch to options helpers
- Regenerate patches with `make makepatch` |
1.42 01 Mar 2016 16:16:17 |
adamw |
Update zxid and p5-Net-SAML to 1.42.
While here:
- Strip the p5-Net-SAML XS module.
- use Uses:localbase in zxid
- Replace obtuse compound statements with more straightforward invocations
- Add spacing for legibility |
1.22 20 Sep 2015 14:35:58 |
danfe |
Remove BROKEN on Tier-2 systems statements which no longer true at least
on PowerPC (verified for all of them) and some also on SPARC (whenever I
was able to test those on flame.freebsd.org) and even IA64 (which should
be OK to remove anyways, because it was never really supported system in
ports land and was officially killed in -CURRENT a while ago. |
1.22 04 Nov 2014 17:33:48 |
pawel |
- Update to version 1.22
- Clean pkg-plist
PR: 194501
Submitted by: tkato432@yahoo.com |
1.18 23 Aug 2014 13:13:27 |
marino |
security/xzid: suppress broken and unnecesary missing target check
Line 606 of the vendor Makefile has a malformed error message that comes
up if the makefile is given no target. For reasons I don't understand,
the gmake on FreeBSD tolerates it and the same exact gmake on DragonFly
catches it. Just amend the sed command the remove the line completely
as it's never executed in the ports framework. |
1.18 07 Aug 2014 23:30:51 |
marino |
security/zxid: Upgrade version 1.05 => 1.18
PR: 192481
Submitted by: Ports Fury |
1.05_1 29 Jul 2014 19:11:53 |
adamw |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports) |
1.05_1 24 Jul 2014 16:33:10 |
bapt |
Reset maintainership for ports not staged with no pending PR
With hat: portmgr |
1.05_1 14 Jul 2014 18:42:04 |
bapt |
Modernize LIB_DEPENDS
With hat: portmgr |
1.05_1 21 Feb 2014 13:39:24 |
ehaupt |
Remove trailing whitespaces from category security |
1.05_1 10 Feb 2014 13:54:28 |
ehaupt |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
1.05_1 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
1.05_1 26 Aug 2013 17:24:10 |
bapt |
Remove --export-all-symbols which is not supported and makes 'make install'
fail. |
1.05_1 01 Aug 2013 21:25:36 |
bapt |
Properly fix build with clang
Fix build without gcc |
1.05_1 11 Jul 2013 16:26:27 |
sunpoet |
- Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
- Add COOKIES
- Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
- Add GSSAPI and SPNEGO [2]
- Remove KERBEROS4
- Rename LIBIDN to IDN
- Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile
Changes: http://curl.haxx.se/changes.html
PR: ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by: miwi |
1.05 27 May 2013 13:20:35 |
bapt |
Fix build with clang
While here convert NOPORTDOCS -> PORT_OPTIONS:MDOCS
Trim headers |
1.05 12 Feb 2012 14:06:03 |
sunpoet |
- Update to 1.05
PR: ports/163738
Submitted by: sunpoet (myself)
Approved by: clsung (maintainer, via IRC) |
0.38_1 03 Jul 2011 14:03:52 |
ohauer |
-remove MD5 |
0.38_1 17 Dec 2010 19:22:18 |
pgollucci |
- Mark MAKE_JOBS_UNSAFE
Reported by: P6 TB |
0.38_1 03 Apr 2010 10:44:36 |
roam |
Chase the ftp/curl shlib version bump. |
0.38 01 Apr 2010 05:50:11 |
linimon |
Also mark as broken on powerpc.
Hat: portmgr |
0.38 18 Dec 2009 03:57:54 |
clsung |
- Update to 0.38
PR: ports/140148
Submitted by: Denis Shaposhnikov <dsh_AT_wizard dot volgograd dot ru> |
0.25_1 23 Jan 2009 15:43:14 |
roam |
Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working. |
0.25 18 Apr 2008 07:58:33 |
clsung |
- Update to 0.25 |
0.22 01 Feb 2008 12:45:08 |
linimon |
Mark as broken on sparc64: fails to install. |
0.22 24 Oct 2007 00:49:32 |
clsung |
- Update to 0.22
- Reset maintainership
PR: ports/117408
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
0.17_1 10 Jul 2007 02:33:53 |
clsung |
- Add a post-install routine to link file.
- Bump PORTREVISION. (since pkg-plist change)
PR: ports/114428
Submitted by: maintainer (Gea-Suan Lin) |
0.17 09 Jul 2007 02:24:04 |
clsung |
ZXID aims at full stack implementation of all federated identity
management and identity web services protocols. Initial goal is
supporting SP role, followed by ID-WSF WSC and IdP roles.
ZXID is light weight, has a small foot print, and is implemented in C.
It is suitable for both high performance and embedded applications.
Scripting languages are supported using SWIG, including Perl, PHP and
Java. The "full stack" nature of ZXID means it's self contained and
has minimal external library dependencies (see downloads).
WWW: http://zxid.org/
PR: ports/114346
Submitted by: Gea-Suan Lin <gslin at gslin.org> |