| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
OwnTracks apps.
OwnTracks allows you to keep track of your own location. You can build
your private location diary or share it with your family and friends.
OwnTracks is open-source and uses open protocols for communication so
you can be sure your data stays secure and private.
Notes:
svn path=/head/; revision=507689
|
|
|
|
|
|
|
|
|
|
|
| |
API backend for the sysutils/restic backup software, enabling fast and
easy network backups
Approved by: jrm (mentor, implicit)
Sponsored by: SkunkWerks, GmbH
Notes:
svn path=/head/; revision=507353
|
|
|
|
|
|
|
|
|
|
|
|
| |
Lego is a new let's encrypt client write in Go with
support for number of ACME challenges and no external
dependencies.
PR: 237349
Submitted by: Matthew Horan <matt@matthoran.com>
Notes:
svn path=/head/; revision=507266
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
restrictions
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 <shen.elf@gmail.com>
Reviewed by: koobs, mat
Approved by: koobs (mentor)
Differential Revision: https://reviews.freebsd.org/D19066
Notes:
svn path=/head/; revision=500991
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=497739
|
|
|
|
|
|
|
|
|
| |
archive scanned paper documents.
PR: 236680
Notes:
svn path=/head/; revision=497249
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=494558
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 <michiel@vanbaak.eu>
Notes:
svn path=/head/; revision=493772
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 <daniel shafer cc>
Differential_Revision: https://reviews.freebsd.org/D18704
Notes:
svn path=/head/; revision=491596
|
|
|
|
|
|
|
|
|
|
| |
Versions 1.X and 2.X existed previously, but were removed due to build issues.
PR: 226377
Submitted by: Angelo Polo <language.devel@gmail.com>
Notes:
svn path=/head/; revision=491455
|
|
|
|
|
|
|
|
|
|
| |
qbittorrent-nox can now be run as service.
Submitted by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Differential Revision: D18814
Notes:
svn path=/head/; revision=491324
|
|
|
|
|
|
|
|
|
|
| |
libvirt-dbus wraps libvirt API to provide a high-level object-oriented API
better suited for dbus-based applications.
WWW: https://libvirt.org/dbus.html
Notes:
svn path=/head/; revision=490301
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Midpoint is a comprehensive identity management and identity
governance system. It is basically an complex integration tool
that can replicate and transform user records between numerous user
databases, management of the records, reporting, auditing and so
on. It allows very complex transformation and replication rules
including support for advanced RBAC and scripting. Its internal
mechanisms are based on state-of-the art concepts that are still
not yet widely used in the fieldof Identity Management.
WWW: https://evolveum.com/midpoint/
PR: 231766
Submitted by: Matthias Wolf <freebsd@rheinwolf.de>
Notes:
svn path=/head/; revision=489927
|
|
|
|
|
|
|
|
|
|
| |
PR: 232231
Submitted by: Julien Charbon <jcharbon@verisign.com>
Submitted by: Asbjorn Mikkelsen <amikkelsen@verisign.com>
Sponsored by: Verisign
Notes:
svn path=/head/; revision=484648
|
|
|
|
|
|
|
|
| |
PR: 232411
Submitted by: grahamyvr@gmail.com
Notes:
svn path=/head/; revision=482392
|
|
|
|
|
|
|
| |
PR: 230601
Notes:
svn path=/head/; revision=478488
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Update to 1.7.3
* Update dependencies
* Add GH_SUBDIR, remove post-patch target
* Add i386 arch
Submitted by: Dmitri Goutnik
PR: 230543
Notes:
svn path=/head/; revision=477056
|
|
|
|
| |
Notes:
svn path=/head/; revision=476740
|
|
|
|
|
|
|
|
|
|
| |
privilege separation, after its value was usurped by the new "ntpd"
user in 12.0-CURRENT.
PR: 229936
Notes:
svn path=/head/; revision=476321
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Apache Archiva is an extensible repository management software that helps taking
care of your own personal or enterprise-wide build artifact repository. It is
the perfect companion for build tools such as Maven, Continuum, and ANT.
Archiva offers several capabilities, amongst which remote repository proxying,
security access management, build artifact storage, delivery, browsing, indexing
and usage reporting, extensible scanning functionality and many more!
WWW: https://archiva.apache.org
PR: 203071
Submitted by: Dušan Vejnovič <freebsd@dussan.org>
Differential Revision: https://reviews.freebsd.org/D15656
Notes:
svn path=/head/; revision=474069
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
"nobody" should only be used by NFS and nothing should run as
it. Instead give tcpdump a dedicated user.
Also note that IPv6 is no longer optional, so just remove the option
Approved by: garga (maintainer, older version)
Reviewed by: matthew
Differential Revision: https://reviews.freebsd.org/D15841
Notes:
svn path=/head/; revision=472578
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
GeoDNS is a DNS server with per-client targeted responses. It powers the NTP
Pool system and other similar services.
WWW: https://github.com/abh/geodns
PR: 227492
Submitted by: Vinicius Zavam <egypcio@googlemail.com>
Differential Revision: https://reviews.freebsd.org/D15056
Notes:
svn path=/head/; revision=471924
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add a user and group to run the server
Full release note :
https://docs.payara.fish/release-notes/release-notes-173.html
PR: 224405
Submitted by: Dmytro Bilokha <dmytro@posteo.net> (maintainer)
Notes:
svn path=/head/; revision=470810
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Working RC script
- Rename config file to .env so it's obvious what it is
- Don't depend on Postgres server by default
- Depend on ca_root_nss so it can actually fetch articles over HTTPS
- Run as a dedicated user
PR: 228275
Approved by: maintainer
Notes:
svn path=/head/; revision=470038
|
|
|
|
|
|
|
|
| |
PR: 220871
Submitted by: knu, joshruehlig@gmail.com (MAINTAINER)
Notes:
svn path=/head/; revision=469847
|
|
|
|
| |
Notes:
svn path=/head/; revision=468808
|
|
|
|
|
|
|
|
|
|
| |
- pointy hat to pi
PR: 227154
Submitted by: Kirk Coombs <freebsd@coombscloud.com>
Notes:
svn path=/head/; revision=467398
|
|
|
|
| |
Notes:
svn path=/head/; revision=467218
|
|
|
|
|
|
|
|
|
| |
- Now runs as dedicated tautulli user
Changelog: https://github.com/Tautulli/Tautulli/releases/tag/v2.0.28
Notes:
svn path=/head/; revision=466727
|
|
|
|
|
|
|
|
|
| |
- Added logstash user/group
MFH: 2018Q2
Notes:
svn path=/head/; revision=466725
|
|
|
|
|
|
|
|
|
|
| |
Submitted by: swills
Reviewed by: mat, swills (mentor)
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D14841
Notes:
svn path=/head/; revision=466666
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Minimal IRC server which integrates with Mattermost and Slack.
Connect to your local/remote Mattermost installation or to Slack via your
IRC-client.
WWW: https://github.com/42wim/matterircd
PR: 227063
Submitted by: norrland@nullbyte.se
Notes:
svn path=/head/; revision=466052
|
|
|
|
| |
Notes:
svn path=/head/; revision=465646
|
|
|
|
| |
Notes:
svn path=/head/; revision=465638
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Port changes:
* Change to DISTVERSION
* Add USERS/GROUPS and corresponding entries in UIDs/GIDs
* Add USE_RC_SUBR
* Change MYSQL_USE=MYSQL=client -> MYSQL_USES=mysql:client
* Remove unnecessary +=
* Add pkg-message
* Change WWW to https
PR: 226667
Submitted by: Euan Thoms <euan@potensol.com> (maintainer)
Notes:
svn path=/head/; revision=465424
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
go-carbon is a go implementation of the carbon component of the graphite
project. It has support for multiple cpu's and can achieve higher concurrency.
WWW: https://github.com/lomik/go-carbon
PR: 226732
Submitted by: Andreas Andersson <a.andersson.thn@gmail.com>
Notes:
svn path=/head/; revision=465028
|
|
|
|
|
|
|
| |
Submitted by: Gyorgy Teubel <tgyurci gmail com>
Notes:
svn path=/head/; revision=464063
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is a port of osrm-backend of the open-streetmap project.
WWW: http://project-osrm.org/
PR: 215524
Submitted by: Andreas Andersson <a.andersson.thn@gmail.com>
Reviewed by: koobs, ultima, tz
Notes:
svn path=/head/; revision=461738
|
|
|
|
|
|
|
|
|
|
| |
Webapp of Mattermost server
PR: 225413
Submitted by: loic.blot@unix-experience.fr
Notes:
svn path=/head/; revision=460677
|
|
|
|
|
|
|
|
|
|
| |
PR: 224113
Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D13469
Notes:
svn path=/head/; revision=456695
|
|
|
|
|
|
|
|
|
|
|
| |
ArangoDB is a production ready highly available Multi-Model NoSQL database
PR: 223240
Submitted by: dev@dudu.ro
Differential Revision: https://reviews.freebsd.org/D12793
Notes:
svn path=/head/; revision=454616
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
cryptocurrency
It is open-source and accessible to all. With Monero, you are your own bank.
Only you control and are responsible for your funds. Your accounts and
transactions are kept private from prying eyes.
This is the command line interface from
https://github.com/monero-project/monero
https://getmonero.org/
Notes:
svn path=/head/; revision=453798
|
|
|
|
| |
Notes:
svn path=/head/; revision=452063
|
|
|
|
|
|
|
|
| |
PR: 222343
Pointyhat to: swills
Notes:
svn path=/head/; revision=449982
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Kafka is used for building real-time data pipelines and streaming apps.
It is horizontally scalable, fault-tolerant, wicked fast,
and runs in production in thousands of companies.
WWW: https://kafka.apache.org/
PR: 220793
Submitted by: timp87@gmail.com
Notes:
svn path=/head/; revision=449404
|
|
|
|
|
|
|
|
|
|
|
| |
sddm is a QML based X11 and Wayland display manager
https://github.com/sddm/sddm
Reviewed by: rakuco, groot_kde.org
Differential Revision: https://reviews.freebsd.org/D11619
Notes:
svn path=/head/; revision=449358
|
|
|
|
|
|
|
| |
Upstream changes: https://github.com/Jehops/zap/releases/tag/0.7.2
Notes:
svn path=/head/; revision=448997
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
and strongly-consistent key-value store. It scales horizontally;
survives disk, machine, rack, and even datacenter failures with
minimal latency disruption and no manual intervention; supports
strongly-consistent ACID transactions; and provides a familiar SQL
API for structuring, manipulating, and querying data.
CockroachDB is inspired by Google's Spanner and F1 technologies, and
it's completely open source.
PR: 221635
Submitted by: James Nugent <freebsd@jen20.com>
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D12088
Notes:
svn path=/head/; revision=448474
|
|
|
|
|
|
|
|
|
|
| |
- Missed in the first commit
PR: 219031
Submitted by: Daniel Ylitalo <daniel@blodan.se>
Notes:
svn path=/head/; revision=448077
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Jackett works as a proxy server: it translates queries from apps
(Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into
tracker-site-specific http queries, parses the html response, then sends
results back to the requesting software. This allows for getting recent
uploads (like RSS) and performing searches. Jackett is a single
repository of maintained indexer scraping & translation logic - removing
the burden from other apps.
WWW: https://github.com/Jackett/Jackett
PR: 218458
Notes:
svn path=/head/; revision=447248
|