<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/UIDs, branch 2019Q3</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=2019Q3</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=2019Q3'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2019-05-08T03:23:29Z</updated>
<entry>
<title>[NEW PORT]: net/v2ray: Platform for building proxies to bypass network restrictions</title>
<updated>2019-05-08T03:23:29Z</updated>
<author>
<name>Fukang Chen</name>
<email>loader@FreeBSD.org</email>
</author>
<published>2019-05-08T03:23:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=58319c2c00e5694f0daf07f7c4a50a6460546567'/>
<id>urn:sha1:58319c2c00e5694f0daf07f7c4a50a6460546567</id>
<content type='text'>
Project V is a set of network tools that help you to build your
own computer network. It secures your network connections and
thus protects your privacy.

WWW: https://www.v2ray.com

PR:		235418
Submitted by:	Yanhui Shen &lt;shen.elf@gmail.com&gt;
Reviewed by:	koobs, mat
Approved by:	koobs (mentor)
Differential Revision:	https://reviews.freebsd.org/D19066
</content>
</entry>
<entry>
<title>security/vault: add vault user to daemon class</title>
<updated>2019-04-25T21:00:52Z</updated>
<author>
<name>Steve Wills</name>
<email>swills@FreeBSD.org</email>
</author>
<published>2019-04-25T21:00:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=1a9ac8c93a6b09a23be7fe7315eaf907bc3fdcbd'/>
<id>urn:sha1:1a9ac8c93a6b09a23be7fe7315eaf907bc3fdcbd</id>
<content type='text'>
This allows use of mlock() when vault is started via rc script.

Submitted by:	dch
Reviewed by:	jrm
Differential Revision:	https://reviews.freebsd.org/D20025
</content>
</entry>
<entry>
<title>New port: textproc/sonic</title>
<updated>2019-04-03T17:43:12Z</updated>
<author>
<name>Tobias Kortkamp</name>
<email>tobik@FreeBSD.org</email>
</author>
<published>2019-04-03T17:43:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=bf67630addf962962ce644c73e7d812da45cfa9e'/>
<id>urn:sha1:bf67630addf962962ce644c73e7d812da45cfa9e</id>
<content type='text'>
Sonic is a fast, lightweight, and schema-less search backend.  It
ingests search texts and identifier tuples that can then be queried
against in a microsecond's time.

Sonic can be used as a simple alternative to super-heavy and
full-featured search backends such as Elasticsearch in some use-cases.
It is capable of normalizing natural language search queries,
auto-completing a search query and providing the most relevant
results for a query.  Sonic is an identifier index, rather than a
document index; when queried, it returns IDs that can then be used
to refer to the matched documents in an external database.

A strong attention to performance and code cleanliness has been
given when designing Sonic.  It aims at being crash-free, super-fast
and puts minimum strain on server resources.

WWW: https://github.com/valeriansaliou/sonic
</content>
</entry>
<entry>
<title>Add deskutils/py-paperless, a Django application that allows to index and</title>
<updated>2019-03-30T12:27:52Z</updated>
<author>
<name>Michael Gmelin</name>
<email>grembo@FreeBSD.org</email>
</author>
<published>2019-03-30T12:27:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e69365603b644665878e2c25c4f580a9577fe3a0'/>
<id>urn:sha1:e69365603b644665878e2c25c4f580a9577fe3a0</id>
<content type='text'>
archive scanned paper documents.

PR:		236680
</content>
</entry>
<entry>
<title>Added new user rspamd to be used for mail/rspamd.</title>
<updated>2019-03-04T07:31:47Z</updated>
<author>
<name>Matthias Fechner</name>
<email>mfechner@FreeBSD.org</email>
</author>
<published>2019-03-04T07:31:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=7e72a8b09d538662b4a4b40af3b30dc1d3fb32b5'/>
<id>urn:sha1:7e72a8b09d538662b4a4b40af3b30dc1d3fb32b5</id>
<content type='text'>
Reason for this is, if you like to use rspamd to also sign emails using DKIM, ARC,
rspamd need access to the private key used for signing.
As user nobody is correctly used to run rspamd each service that fallback
to user nobody would have access to the private key, which is a security risk.

PR:		230766
</content>
</entry>
<entry>
<title>New port: security/hockeypuck</title>
<updated>2019-02-24T16:50:03Z</updated>
<author>
<name>Kurt Jaeger</name>
<email>pi@FreeBSD.org</email>
</author>
<published>2019-02-24T16:50:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=7c35630f1b90ade3a8970aec389b177e594c8f9c'/>
<id>urn:sha1:7c35630f1b90ade3a8970aec389b177e594c8f9c</id>
<content type='text'>
Hockeypuck implements the HKP draft protocol specification,
as well as several extensions to the protocol supported by SKS.

Public key material conforming to RFC 4880 is supported by the keyserver,
as are RFC 6637 ECC keys.
As-of-yet unsupported key material, such as recent Ed25519 signing keys,
may be distributed by Hockeypuck, however Hockeypuck is not able to
validate them yet.

WWW: https://hockeypuck.github.io

PR:		235904
Submitted by:	Michiel van Baak &lt;michiel@vanbaak.eu&gt;
</content>
</entry>
<entry>
<title>Add UID 129 for digdag</title>
<updated>2019-02-18T21:52:06Z</updated>
<author>
<name>Emanuel Haupt</name>
<email>ehaupt@FreeBSD.org</email>
</author>
<published>2019-02-18T21:52:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=78714222f76e54825f1ef712b6aba6cf3683752c'/>
<id>urn:sha1:78714222f76e54825f1ef712b6aba6cf3683752c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[NEW PORT] news/nzbhydra2: Usenet meta search</title>
<updated>2019-01-29T20:14:34Z</updated>
<author>
<name>Tobias C. Berner</name>
<email>tcberner@FreeBSD.org</email>
</author>
<published>2019-01-29T20:14:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=8c06f3f1583edc4516ab4c114bc901b724cf1b70'/>
<id>urn:sha1:8c06f3f1583edc4516ab4c114bc901b724cf1b70</id>
<content type='text'>
NZBHydra 2 is a meta search for NZB indexers. It provides easy access to a
number of raw and newznab based indexers. You can search all your indexers
from one place and use it as an indexer source for tools like Sonarr,
Radarr or CouchPotato.

WWW: https://github.com/theotherp/nzbhydra2

PR:		234537
Submitted by:	Daniel Shafer &lt;daniel shafer cc&gt;
Differential_Revision:	https://reviews.freebsd.org/D18704
</content>
</entry>
<entry>
<title>New port: databases/cassandra3: Highly scalable distributed database</title>
<updated>2019-01-28T06:12:18Z</updated>
<author>
<name>Yuri Victorovich</name>
<email>yuri@FreeBSD.org</email>
</author>
<published>2019-01-28T06:12:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=bef05937a8798ab597726af582eb4db58d326c7e'/>
<id>urn:sha1:bef05937a8798ab597726af582eb4db58d326c7e</id>
<content type='text'>
Versions 1.X and 2.X existed previously, but were removed due to build issues.

PR:		226377
Submitted by:	Angelo Polo &lt;language.devel@gmail.com&gt;
</content>
</entry>
<entry>
<title>net-p2p/qbittorrent: Add rc.d support for nox flavor</title>
<updated>2019-01-27T04:28:26Z</updated>
<author>
<name>Yuri Victorovich</name>
<email>yuri@FreeBSD.org</email>
</author>
<published>2019-01-27T04:28:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=6bc9d3d76535bd967ce557d67ff7fe8a04b8816a'/>
<id>urn:sha1:6bc9d3d76535bd967ce557d67ff7fe8a04b8816a</id>
<content type='text'>
qbittorrent-nox can now be run as service.

Submitted by:	Daniel Engberg &lt;daniel.engberg.lists@pyret.net&gt;
Differential Revision:	D18814
</content>
</entry>
</feed>
