<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/security/john, branch release/12.3.0</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=release%2F12.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=release%2F12.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2021-04-06T14:31:07Z</updated>
<entry>
<title>Remove # $FreeBSD$ from Makefiles.</title>
<updated>2021-04-06T14:31:07Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2021-04-06T11:55:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=305f148f482daf30dcf728039d03d019f88344eb'/>
<id>urn:sha1:305f148f482daf30dcf728039d03d019f88344eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump PORTREVISION for ports depending on the canonical version of GCC</title>
<updated>2019-07-26T20:46:53Z</updated>
<author>
<name>Gerald Pfeifer</name>
<email>gerald@FreeBSD.org</email>
</author>
<published>2019-07-26T20:46:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=ea8c8ec7da96df12146a2cc428077258141791cf'/>
<id>urn:sha1:ea8c8ec7da96df12146a2cc428077258141791cf</id>
<content type='text'>
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
</content>
</entry>
<entry>
<title>These ports now build on aarch64.</title>
<updated>2019-05-03T21:06:51Z</updated>
<author>
<name>Mark Linimon</name>
<email>linimon@FreeBSD.org</email>
</author>
<published>2019-05-03T21:06:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=922dee671e2e111408aede429ebf504e03c94cc6'/>
<id>urn:sha1:922dee671e2e111408aede429ebf504e03c94cc6</id>
<content type='text'>
Where necessary, pet portlint.

Approved by:	portmgr
Obtained from:	aarch64 TRYBROKEN run
</content>
</entry>
<entry>
<title>Do a little spring cleaning:</title>
<updated>2019-03-08T12:12:57Z</updated>
<author>
<name>Alexey Dokuchaev</name>
<email>danfe@FreeBSD.org</email>
</author>
<published>2019-03-08T12:12:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=5d1ae4f258d9572ee92ff9768dc11e00ae79d3cd'/>
<id>urn:sha1:5d1ae4f258d9572ee92ff9768dc11e00ae79d3cd</id>
<content type='text'>
- 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)
</content>
</entry>
<entry>
<title>Drop the raw SHA-0 format, it's unlikely anyone will ever need it.</title>
<updated>2019-03-08T08:59:20Z</updated>
<author>
<name>Alexey Dokuchaev</name>
<email>danfe@FreeBSD.org</email>
</author>
<published>2019-03-08T08:59:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e45ef3e5e0350268241ee6f04c85b5c349320dae'/>
<id>urn:sha1:e45ef3e5e0350268241ee6f04c85b5c349320dae</id>
<content type='text'>
Obtained from:	https://github.com/magnumripper/JohnTheRipper/commit/40f0aae
</content>
</entry>
<entry>
<title>Drop OpenSSL dependency from WPA-PSK format support code.</title>
<updated>2019-03-07T15:02:36Z</updated>
<author>
<name>Alexey Dokuchaev</name>
<email>danfe@FreeBSD.org</email>
</author>
<published>2019-03-07T15:02:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=bbb8ccee213c80ec6d939ada34d12a7f7635650d'/>
<id>urn:sha1:bbb8ccee213c80ec6d939ada34d12a7f7635650d</id>
<content type='text'>
Obtained from:	https://github.com/magnumripper/JohnTheRipper/commit/a286ca6
</content>
</entry>
<entry>
<title>Stop using (old) OpenSSL EVP in RAR3 format support code.</title>
<updated>2019-03-07T14:21:40Z</updated>
<author>
<name>Alexey Dokuchaev</name>
<email>danfe@FreeBSD.org</email>
</author>
<published>2019-03-07T14:21:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=30d313d6651c3b51cc844f22cdcc07511d1a8535'/>
<id>urn:sha1:30d313d6651c3b51cc844f22cdcc07511d1a8535</id>
<content type='text'>
Obtained from:	https://github.com/magnumripper/JohnTheRipper/commit/6fcc147
</content>
</entry>
<entry>
<title>Unbreak GPG format plugin against newer versions of OpenSSL.</title>
<updated>2019-03-07T14:09:35Z</updated>
<author>
<name>Alexey Dokuchaev</name>
<email>danfe@FreeBSD.org</email>
</author>
<published>2019-03-07T14:09:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e4e9ed9f35ce0a29bb074f2c54a316ee84fde9e2'/>
<id>urn:sha1:e4e9ed9f35ce0a29bb074f2c54a316ee84fde9e2</id>
<content type='text'>
Obtained from:	https://github.com/magnumripper/JohnTheRipper/commit/c0557e7
</content>
</entry>
<entry>
<title>- Replace OpenSSL HMAC-SHA1 code with JtR own code</title>
<updated>2019-03-07T13:46:10Z</updated>
<author>
<name>Alexey Dokuchaev</name>
<email>danfe@FreeBSD.org</email>
</author>
<published>2019-03-07T13:46:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=12ce36657321f9d188456d8b0e5cd6b040f7aa17'/>
<id>urn:sha1:12ce36657321f9d188456d8b0e5cd6b040f7aa17</id>
<content type='text'>
- Remove use of EVP in favor of the low-level API
- Add generic check_pkcs_pad() function in jumbo.c

Obtained from:	https://github.com/magnumripper/JohnTheRipper/commit/f837171
		https://github.com/magnumripper/JohnTheRipper/commit/04d2b35
</content>
</entry>
<entry>
<title>- Replace OpenSSL HMAC-SHA1 code with JtR code</title>
<updated>2019-03-07T12:03:20Z</updated>
<author>
<name>Alexey Dokuchaev</name>
<email>danfe@FreeBSD.org</email>
</author>
<published>2019-03-07T12:03:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=37c54dcdd67f6ea567dc5c54fa9b6c56aa6f353d'/>
<id>urn:sha1:37c54dcdd67f6ea567dc5c54fa9b6c56aa6f353d</id>
<content type='text'>
- Fix the build against newer OpenSSL versions

Obtained from:	https://github.com/magnumripper/JohnTheRipper/commit/9a5c84c
		https://github.com/magnumripper/JohnTheRipper/commit/aaeff8b
</content>
</entry>
</feed>
