Personal patches
Go to file
Dima Panov 03fc8c2708 MFH: r522563
security/botan2: update to 2.13.0 release

* Fix a bug introduced in 2.12.0 where TLS::Channel::is_active and TLS::Channel::is_closed
could simultaneously return true. (GH #2174 #2171)
* Use std::shared_ptr instead of boost::shared_ptr in some examples. (GH #2155)
* Add Roughtime client (GH #2143 #1842)
* Add support for XMSS X.509 certificates (GH #2172)
* Add support for X.509 CRLs in FFI layer and Python wrapper (GH #2213)

https://botan.randombit.net/news.html

PR:		243239
Submitted by:	maintainer
Approved by:	maintainer

Approved by:	ports-secteam (joneum)
2020-01-11 12:16:33 +00:00
accessibility Remove expired ports: 2019-12-31 17:00:29 +00:00
arabic
archivers MFH: r521945 2020-01-03 15:10:30 +00:00
astro
audio MFH: r522036 2020-01-04 14:08:18 +00:00
base
benchmarks
biology
cad MFH: r522114 r522170 r522177 r522178 2020-01-06 01:52:57 +00:00
chinese
comms MFH: r522067 2020-01-04 23:35:42 +00:00
converters
databases MFH: r522436 2020-01-09 06:41:44 +00:00
deskutils Fix build on GCC-based systems: 2020-01-01 00:05:21 +00:00
devel MFH: r522674 2020-01-11 11:57:18 +00:00
dns Remove expired ports: 2019-12-31 17:00:29 +00:00
editors
emulators MFH: r522341 2020-01-07 15:57:23 +00:00
finance - Update gnucash to 3.8 2020-01-01 01:55:50 +00:00
french
ftp MFH: r521815 2020-01-02 09:29:48 +00:00
games MFH: r522567 2020-01-10 12:47:29 +00:00
german
graphics graphics/netpbm: Update to 10.89.00 2020-01-01 12:05:22 +00:00
hebrew
hungarian
irc MFH: r522048 2020-01-04 19:41:42 +00:00
japanese MFH: r521792 2020-01-02 02:16:03 +00:00
java
Keywords
korean
lang MFH: r522316 r522638 r522639 2020-01-11 09:32:58 +00:00
mail MFH: r522569 2020-01-10 13:35:46 +00:00
math MFH: r521784 2020-01-01 23:09:52 +00:00
misc MFH: r521925 2020-01-03 10:35:26 +00:00
Mk MFH: r521876 2020-01-02 22:08:28 +00:00
multimedia MFH: r522460 2020-01-08 21:40:19 +00:00
net MFH: r522457 2020-01-08 19:37:46 +00:00
net-im
net-mgmt MFH: r522268 r522343 2020-01-07 16:30:51 +00:00
net-p2p MFH: r522323 2020-01-11 08:00:17 +00:00
news
polish
ports-mgmt
portuguese
print Remove expired ports: 2019-12-31 17:00:29 +00:00
russian
science MFH: r521744 2020-01-01 20:24:02 +00:00
security MFH: r522563 2020-01-11 12:16:33 +00:00
shells
sysutils MFH: r522107 2020-01-05 04:49:42 +00:00
Templates
textproc MFH: r521868 2020-01-02 23:58:27 +00:00
Tools
ukrainian
vietnamese
www MFH: r522454 2020-01-08 19:19:15 +00:00
x11 MFH: r522277 2020-01-06 21:33:52 +00:00
x11-clocks
x11-drivers
x11-fm Remove expired ports: 2020-01-01 10:17:38 +00:00
x11-fonts Remove expired ports: 2019-12-31 17:00:29 +00:00
x11-servers
x11-themes
x11-toolkits MFH: r522235 2020-01-06 14:14:20 +00:00
x11-wm MFH: r522431 2020-01-08 16:03:55 +00:00
.arcconfig
.gitattributes
.gitauthors
.gitignore
.gitmessage
CHANGES
CONTRIBUTING.md
COPYRIGHT
GIDs
LEGAL Remove expired ports: 2019-12-31 17:00:29 +00:00
Makefile
MOVED Remove expired ports: 2020-01-01 14:20:43 +00:00
README
UIDs
UPDATING

This is the FreeBSD Ports Collection.  For an easy to use
WEB-based interface to it, please see:

	https://www.FreeBSD.org/ports

For general information on the Ports Collection, please see the
FreeBSD Handbook ports section which is available from:

	https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/ports.html
		for the latest official version
	or:
	The ports(7) manual page (man ports).

These will explain how to use ports and packages.

If you would like to search for a port, you can do so easily by
saying (in /usr/ports):

	make search name="<name>"
	or:
	make search key="<keyword>"

which will generate a list of all ports matching <name> or <keyword>.
make search also supports wildcards, such as:

	make search name="gtk*"

For information about contributing to FreeBSD ports, please see the Porter's
Handbook, available at:

	https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/porters-handbook/

NOTE:  This tree will GROW significantly in size during normal usage!
The distribution tar files can and do accumulate in /usr/ports/distfiles,
and the individual ports will also use up lots of space in their work
subdirectories unless you remember to "make clean" after you're done
building a given port.  /usr/ports/distfiles can also be periodically
cleaned without ill-effect.