non port: security/stoken/Makefile |
SVNWeb
|
Number of commits found: 18 |
Tue, 11 Jul 2023
|
[ 14:55 Oleksii Samorukov (samm) ] e50d178
security/stoken: upgrade to 0.9.3
- Change source to the GitHub
- Add desktop-utils uses for the X11 build
- Add test command
- Remove outdated patches
ChangeLog: https://github.com/stoken-dev/stoken/blob/main/CHANGES
Reported by: repology
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 857c05f (Only the first 10 of 840 ports in this commit are shown above. )
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 )
|
Sun, 10 Apr 2022
|
[ 19:11 Charlie Li (vishwin) ] d63665f (Only the first 10 of 892 ports in this commit are shown above. )
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
|
Sat, 26 Mar 2022
|
[ 08:27 Matthias Fechner (mfechner) ] 247c7db (Only the first 10 of 867 ports in this commit are shown above. )
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Thu, 13 Feb 2020
|
[ 14:27 sunpoet ] (Only the first 10 of 21 ports in this commit are shown above. )
Update MAINTAINER: use @FreeBSD.org
|
Fri, 8 Nov 2019
|
[ 13:17 tobik ] (Only the first 10 of 36 ports in this commit are shown above. )
security: Add missing USES={gnome,php}
|
Sun, 13 Oct 2019
|
[ 18:16 samm ] (Only the first 10 of 16 ports in this commit are shown above. )
Replace my personal email address to the samm@freebsd.org
Approved by: krion (mentor)
Differential Revision: https://reviews.freebsd.org/D22013
|
Mon, 7 Oct 2019
|
[ 07:52 meta ]
security/stoken: Unbreak
it is actually not broken. Builds fine without any modifications.
Marking as BROKEN was MFH'ed, so MFH unbreak again.
PR: 240940
Reported by: Rubin Simons <rubin@xs4all.nl>
Approved by: samm@os2.kiev.ua (maintainer)
MFH: 2019Q4
|
Sat, 13 Apr 2019
|
[ 06:05 antoine ]
Mark BROKEN: fails to configure
checking for NETTLE... no
configure: error: Package requirements (nettle >= 2.4) were not met:
Package 'nettle', required by 'virtual:world', not found
Reported by: pkg-fallout
MFH: 2019Q2
|
Mon, 10 Sep 2018
|
[ 13:14 mat ] (Only the first 10 of 995 ports in this commit are shown above. )
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine
|
Mon, 12 Feb 2018
|
[ 07:58 yuri ]
security/stoken: Update to 0.92
Additional port changes:
* Changed license
* Added LICENSE_FILE
* Added USES=localbase
* Added to Gnome USES
* Silenced patch commands in post-patch
* Removed docs because 2 files weren't docs, and README isn't really helpful
* Updated WWW
PR: 224978
Submitted by: samm@os2.kiev.ua (maintainer)
Approved by: tcberner (mentor, implicit)
|
Tue, 23 Jan 2018
|
[ 09:25 gahr ]
security/stoken: fix constant that was renamed in libtommath 1.18.1
See https://github.com/libtom/libtomcrypt/commit/3522c7
Reported by: antoine
|
Thu, 12 Jan 2017
|
[ 01:02 vanilla ]
Update to 0.91.
PR: 215980
Submitted by: maintainer
|
Fri, 1 Apr 2016
|
[ 14:25 mat ] (Only the first 10 of 2099 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
|
Thu, 14 May 2015
|
[ 10:15 mat ] (Only the first 10 of 1814 ports in this commit are shown above. )
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
|
Tue, 12 Aug 2014
|
[ 12:39 wg ]
security/stoken: Software Token for UNIX compatible with RSA SecurID
Stoken is an open source tokencode generator compatible with RSA SecurID 128-bit
(AES) tokens. It is a hobbyist project, not affiliated with or endorsed by RSA
Security.
WWW: http://stoken.sourceforge.net
PR: 192517
Submitted by: samm os2 kiev ua
|
Number of commits found: 18 |