notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: net/cjdns/Makefile
SVNWeb

Number of commits found: 28

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:6a378e5659b93de6dbe8956246fb3bf971677624  commit hash:6a378e5659b93de6dbe8956246fb3bf971677624  commit hash:6a378e5659b93de6dbe8956246fb3bf971677624  6a378e5  (Only the first 10 of 1159 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Fri, 12 Nov 2021
[ 05:54 Matthias Fechner (mfechner) search for other commits by this committer ]    commit hash:f4ffcdfe611a0e2147bbcb9697ecdffb4538acb7  commit hash:f4ffcdfe611a0e2147bbcb9697ecdffb4538acb7  commit hash:f4ffcdfe611a0e2147bbcb9697ecdffb4538acb7  f4ffcdf  (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
*/*: use new nodejs USES flag

Simply define which nodejs version is required using the nodejs USES flag.

PR:                     259783
Differential Revision:	https://reviews.freebsd.org/D32790
Tue, 26 Oct 2021
[ 18:46 Piotr Kubaj (pkubaj) search for other commits by this committer ]    commit hash:9815645834977fe2ada5052d3c81881b7624bed7  commit hash:9815645834977fe2ada5052d3c81881b7624bed7  commit hash:9815645834977fe2ada5052d3c81881b7624bed7  9815645 
net/cjdns: fix build on powerpc64*

On powerpc64 and powerpc64le systems, os.cpus(), gets defined to []:
> cpus = os.cpus()
[]

It has type object:
> typeof cpus
'object'

This causes jobs to be 0:
> Math.floor((typeof cpus === 'undefined' ? 1 : cpus.length) * 1.25);
0

Change it so that instead of comparing type to undefined, we compare to 0:
> Math.floor((os.cpus() == 0 ? 1 : cpus.length) * 1.25);
1
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Sun, 20 Dec 2020
[ 19:50 yuri search for other commits by this committer ] Original commit   Revision:558768
net/cjdns: Update 21 -> 21.1
Sat, 19 Sep 2020
[ 16:45 yuri search for other commits by this committer ] Original commit   Revision:549042
net/cjdns: Update 20.7 -> 21

Reported by:	portscout
Fri, 26 Jun 2020
[ 01:46 yuri search for other commits by this committer ] Original commit   Revision:540413
net/cjdns: Update 20.6 -> 20.7

Reported by:	portscout
Mon, 18 May 2020
[ 01:21 linimon search for other commits by this committer ] Original commit   Revision:535701
Mark as BROKEN on powerpc64:

  cjdns-cjdns-v20.3/cjdroute: No such file or directory

Approved by:	portmgr (tier-2 blanket)
Tue, 14 Apr 2020
[ 13:26 yuri search for other commits by this committer ] Original commit   Revision:531688
net/cjdns: Remove the deprecation notice because it doesn't use python2 any more
[ 13:09 yuri search for other commits by this committer ] Original commit   Revision:531684
net/cjdns: Update 20.5 -> 20.6

Reported by:	portscout
Sun, 23 Feb 2020
[ 15:25 antoine search for other commits by this committer ] Original commit   Revision:526925 (Only the first 10 of 257 ports in this commit are shown above. View all ports for this commit)
Deprecate a few ports

With hat:	portmgr
Thu, 23 Jan 2020
[ 05:42 yuri search for other commits by this committer ] Original commit   Revision:523899
net/cjdns: Update 20.4 -> 20.5

Reported by:	repology
Sat, 21 Sep 2019
[ 16:15 yuri search for other commits by this committer ] Original commit   Revision:512521
net/cjdns: Update 20.3 -> 20.4

Reported by:	portscout
Sat, 4 May 2019
[ 02:57 yuri search for other commits by this committer ] Original commit   Revision:500777
net/cjdns: Update 20.2 -> 20.3; Unbreak

amd64 now builds.
I would speculate that armvxx should build too.

Reported by:	portscout
Thu, 7 Mar 2019
[ 15:31 antoine search for other commits by this committer ] Original commit   Revision:494957
Mark BROKEN: fails to build

internal/modules/cjs/loader.js:651
    throw err;
    ^

Error: Cannot find module '/wrkdirs/usr/ports/net/cjdns/work/cjdns-cjdns-v20.2'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:649:15)
    at Function.Module._load (internal/modules/cjs/loader.js:575:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:862:12)
    at internal/main/run_main_module.js:21:11
You have a version of node [node] but it is too old [v11.11.0]
### Installing node.js (you can bypass this step by manually installing node.js
v4.6.2 or newer)

No nodejs executable available for freebsd-amd64
Please install nodejs (>= v4.6.2) from your distribution package repository or
source

Reported by:	pkg-fallout
Fri, 2 Nov 2018
[ 13:32 rene search for other commits by this committer ] Original commit   Revision:483807 (Only the first 10 of 243 ports in this commit are shown above. View all ports for this commit)
Remove compatibility code for FreeBSD < 11.2 from all ports.

Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by:	rene
Reviewed by:	bapt, jbeich
Differential Revision:	https://reviews.freebsd.org/D17724
Thu, 12 Jul 2018
[ 17:13 yuri search for other commits by this committer ] Original commit   Revision:474525
net/cjdns: Unbreak on aarch64

PR:		229730
Submitted by:	Greg V <greg@unrelenting.technology>
Fri, 22 Jun 2018
[ 01:15 linimon search for other commits by this committer ] Original commit   Revision:473012 (Only the first 10 of 26 ports in this commit are shown above. View all ports for this commit)
Mark these ports as broken on aarch64, and, where appropriate, on armvX.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Thu, 3 May 2018
[ 20:57 yuri search for other commits by this committer ] Original commit   Revision:468988
net/cjdns: Update 20.1 -> 20.2

Removed patches that now updatream.

Reported by:	portscout
Thu, 12 Apr 2018
[ 17:48 yuri search for other commits by this committer ] Original commit   Revision:467173
net/cjdns: Unbreak on 12 by adding 2 upstream patches
Tue, 27 Mar 2018
[ 18:40 yuri search for other commits by this committer ] Original commit   Revision:465732
net/cjdns: Mark BROKEN on 12 i386

Reported by:	fallout
Sat, 3 Feb 2018
[ 19:33 yuri search for other commits by this committer ] Original commit   Revision:460838
net/cjdns: Update to 20.1

Reported by:	portscout
Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D14149
Wed, 13 Dec 2017
[ 16:05 antoine search for other commits by this committer ] Original commit   Revision:456217
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
- For totem, the pylint command is needed,  not the pylint module
Mon, 26 Jun 2017
[ 10:10 bhughes search for other commits by this committer ] Original commit   Revision:444361
net/cjdns: Update 19.1 -> 20

PR:		220725
Submitted by:	Yuri Victorovich <yuri@rawbw.com> (maintainer)
Approved by:	robak (mentor)
Differential Revision:	https://reviews.freebsd.org/D11367
Thu, 2 Mar 2017
[ 15:43 krion search for other commits by this committer ] Original commit   Revision:435244
Update net/cjdns to 19.1

PR:		217360
Submitted by:	maintainer
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9808
Thu, 3 Nov 2016
[ 04:07 jbeich search for other commits by this committer ] Original commit   Revision:425188
net/cjdns: update to 18

Changes:	https://github.com/cjdelisle/cjdns/compare/cjdns-v17.4...cjdns-v18
PR:		213605
Submitted by:	Yuri Victorovich <yuri@rawbw.com> (maintainer)
Sun, 31 Jul 2016
[ 14:26 pi search for other commits by this committer ] Original commit   Revision:419383
New port: net/cjdns

Cjdns implements an encrypted IPv6 network using public-key cryptography for
address allocation and a distributed hash table for routing. This provides
near-zero-configuration networking, and prevents many of the security and
scalability issues that plague existing networks.

WWW: https://github.com/cjdelisle/cjdns

PR:		210730
Submitted by:	Yuri Victorovich <yuri@rawbw.com>

Number of commits found: 28