notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: security/john/pkg-plist

Number of commits found: 19

Friday, 26 Nov 2021
07:34 Alexey Dokuchaev (danfe) search for other commits by this committer
security/john: belatedly update JtR to version 1.9.0-jumbo-1

Despite what Solar Designer had said earlier, community enhancements
were not offered as separate patch, so the top comment about JUMBO
option still stands.

Because supported SIMD features are detected during configure, force
SSE2 for x86 packages as reasonable default which most modern CPUs
should support these days.  Ideally we should probably do several build
rounds and produce binaries targeting different SIMD features (e.g.
like Arch Linux is doing this), but that's the task for another day.

Actualize the lists of binaries and symlinks (some programs had become
standalone, others had been converted to scripts offered as extras).

Drop BROKEN_mips64: it was added in r425682 five years ago for a
different version, since then similar breakage for aarch64 had been
fixed, and looking at the configure script, mips64 should be supported
(even if it's really not, that particular error message is no longer
accurate per grepping the sources).

Adjust LICENSE (GPLv2 or later) and fix the build with OpenCL support.

PR:	247229, 254922
commit hash: 4b7f7b97f1fffa5b008504c7255289f5a2948ba2 commit hash: 4b7f7b97f1fffa5b008504c7255289f5a2948ba2 commit hash: 4b7f7b97f1fffa5b008504c7255289f5a2948ba2 commit hash: 4b7f7b97f1fffa5b008504c7255289f5a2948ba2 4b7f7b9
Friday, 8 Mar 2019
12:12 danfe search for other commits by this committer
Do a little spring cleaning:

- Drop the note that we prefer -jumbo (community-enhanced) versions
  instead of vanilla JtR releases and accompanying PORTSCOUT knob,
  add a nota bene to handle this with next JtR version update
- Remove broken mirror (gd.tuwien.ac.at) from the MASTER_SITES
- Remove BROKEN_SSL knob, it should build fine after recent changes
- Shorten BROKEN_$arch messages and fix a minor typo there
- While Solar Designer recommends to pass JOHN_SYSTEMWIDE_HOME and
  JOHN_SYSTEMWIDE_EXEC overrides via command line, in practice it
  is easier and cleaner (avoids plenty of those ``warning: missing
  terminating '"' character [-Winvalid-pp-token]'' messages during
  configure stage) to patch `params.h' file in place, so do it
- For JOHN_SYSTEMWIDE=1, pass it via environment (as CFLAGS_EXTRA)
  instead of appending to global CFLAGS value
- GC `pfx2john' symlink (should've been part of r494924)
Original commitRevision:495038 
Tuesday, 5 Mar 2019
12:33 danfe search for other commits by this committer
- Remove SSH private keys format converter which is dead upstream, users
  should use `sshng2john.py' script instead
- Add a comment about how we should handle -jumbo versions in the future

Obtained from:	https://github.com/magnumripper/JohnTheRipper/commit/7a71705
Original commitRevision:494696 
Saturday, 24 Mar 2018
14:15 gerald search for other commits by this committer
- Simplify reference to ibiblio.org MASTER_SITE.
- Fully sort pkg-plist.

Approved by:	danfe (maintainer)
Original commitRevision:465452 
Saturday, 12 Nov 2016
15:16 danfe search for other commits by this committer
- Update `security/john' to 1.8.0-jumbo-1 (long overdue)
- Remove no longer needed build-related logic since they moved to GNU
  autotools' based build
- Disable OPENMP option for the moment; it will be reintroduced with
  others (e.g. OpenCL) in a separate commit
- Add upstream patch to fix the build on non-x86 architectures [2]
- Do not define _POSIX_SOURCE when compiling wordlist.c: this results
  in broken JtR binary at least on i386
- Define JOHN_SYSTEMWIDE_EXEC for the future when we start to provide
  fall-back binaries
- Stop moving john.conf to /etc.  We're not doing it for other *.conf
  files anyway (the include files); JtR is smart enough to locate its
  configuration files properly when built in system-wide mode [1]
- Install full set of documentation files included with -jumbo
- Remove `xtract' symlink which hasn't been part of JtR for more than
  a decade; install more useful symlinks (unafs, unique, other un* and
  *2john) that were added in -jumbo instead
- Previously *.pl, *.rb, and *.py scripts were installed into DATADIR;
  Alexander wanted to see them along with the documentation, but that
  goes a bit too far; put them in ${DATADIR}/extra for the time being

PR:		197172 [1]
Obtained from:	http://www.openwall.com/lists/john-dev/2014/12/18/21 [2]
Original commitRevision:425958 
Sunday, 10 Apr 2016
09:41 bapt search for other commits by this committer
Convert to @sample
Original commitRevision:412909 
Thursday, 13 Nov 2014
09:02 antoine search for other commits by this committer
Cleanup plist
Original commitRevision:372514 
Tuesday, 31 Dec 2013
10:45 mat search for other commits by this committer
- Update from 1.7.9-jumbo-5 to 1.7.9-jumbo-7 [1]
- Support staging
- Minor fixes

maintainer timeout [1]

PR:		ports/180794, ports/185246 [1]
Submitted by:	Hung-Yi Chen, Royce Williams [1]
Original commitRevision:338280 
Sunday, 8 Jan 2012
11:21 danfe search for other commits by this committer
- Update to version 1.7.9-jumbo-5
- Add an OPTION to build with OpenMP support (disabled by default)
- Adjust `pre-build' target message to mention OpenMP support (with/without)
- Fix overly aggressive CFLAGS patching via REINPLACE_CMD
- Remove unneeded global modifiers from sed(1) expressions and kill one
  superfluous empty line while I am here
Original commit
Thursday, 10 Nov 2011
02:00 danfe search for other commits by this committer
Update to shiny new version 1.7.8-jumbo-8, most notably featuring optional
OpenMP to parallelize MD5-based crypt(3) and Apache $apr1$ when using SSE2,
as announced here: http://www.openwall.com/lists/john-users/2011/11/09/1

Submitted by:   Royce Williams
Original commit
Tuesday, 11 Oct 2011
14:44 danfe search for other commits by this committer
- Update to version 1.7.8-jumbo-7.  Unfortunately, GNU make is required now,
  as the build fails with BSD make
- Install mailer script and auxiliary configuration files for the sake of
  completeness
Original commit
Tuesday, 22 Jun 2010
02:44 danfe search for other commits by this committer
- Update to version 1.7.6
- Use ${ECHO_CMD} instead of ${ECHO} directly

Feature safe:   yes
Original commit
Saturday, 22 May 2010
11:08 danfe search for other commits by this committer
- Update to version 1.7.5 and the latest contributed patchset [*]
- Prefer HTTP mirrors as they are generally more accessible than FTP ones
- Install support scripts in addition to datafiles
- Simplify PORTDOCS handling, utilize BUILD_WRKSRC, and clean up things

PR:             ports/146114 [*]
Submitted by:   lme
Original commit
Saturday, 31 Dec 2005
04:28 ehaupt search for other commits by this committer
- Update to 1.6.40
- Be more picky about whats PORTDOCS and what not
- Moved john.conf from ${DATADIR} to ${PREFIX}/etc
- Preserve existing/changed config file on install/deinstall
- Remove files/patch-john.conf
Original commit
Wednesday, 5 Oct 2005
23:13 barner search for other commits by this committer
- Update to 1.6.39
- Use DATADIR
- Pass maintainership to submitter

Submitted by:   Emanuel Haupt <ehaupt@FreeBSD.org>
Approved by:    Dominic Marks <dom@goodforbusiness.co.uk> (old maintainer)
Original commit
Wednesday, 11 Aug 2004
22:10 pav search for other commits by this committer
- Install additional documentation
- Portlint

PR:             ports/69627
Submitted by:   Radim Kolar <hsn@netmag.cz>
Approved by:    maintainer timeout (14 days)
Original commit
Thursday, 16 Jan 2003
02:31 edwin search for other commits by this committer
security/john 1.6 -> 1.6.32

PR:             ports/47124
Submitted by:   Dominic Marks <dom@cus.org.uk>
Original commit
Saturday, 4 Jan 2003
22:34 anders search for other commits by this committer
Install lanman.chr.

PR:             45803
Submitted by:   Ulrich Spoerlein <q@uni.de>
Original commit
Wednesday, 22 Nov 2000
00:21 obrien search for other commits by this committer
Add $FreeBSD$, which help me in problem reports.    
Original commit

Number of commits found: 19