aboutsummaryrefslogtreecommitdiff
path: root/GIDs
Commit message (Collapse)AuthorAgeFilesLines
* textproc/apache-solr: 5.5.2 -> 6.2.0Kurt Jaeger2016-09-111-1/+1
| | | | | | | | | | | - submitter becomes maintainer PR: 201455, 212313 Changes: https://lucene.apache.org/solr/6_2_0/changes/Changes.html Submitted by: Matthias Fechner <idefix@fechner.net> Notes: svn path=/head/; revision=421815
* Add PostgreSQL-9.6 RC1Palle Girgensohn2016-09-051-1/+1
| | | | | | | | | | Please read the entry from 20160905 in UPDATING: daemon user has changed to `postgres' ICU is default on Notes: svn path=/head/; revision=421360
* New port: dns/knot-resolverKurt Jaeger2016-09-041-1/+1
| | | | | | | | | | | | | The Knot DNS Resolver is a caching full resolver implementation, including both a resolver library and a daemon. WWW: https://www.knot-resolver.cz/ PR: 212215 Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com> Notes: svn path=/head/; revision=421347
* New port: www/ufdbguard: squidGuard fork compatible with newer squid versionsKurt Jaeger2016-08-241-1/+1
| | | | | | | | | | | | | | | | | ufdbGuard is a URL filter for the Squid web proxy. Besides blocking access from PCs and smartphones to undesired websites, ufdbGuard has safety features to make browsing safer and to block remote access. ufdbGuard supports configuration of groups with different web access policies, SafeSearch enforcement, SSH tunnel detection, safer HTTPS traffic, time-based access rules and much more. WWW: https://www.urlfilterdb.com/ PR: 212044 Submitted by: Pavel Timofeev <timp87@gmail.com> Notes: svn path=/head/; revision=420758
* Add a rc script and have taskd run as an unprivileged userSteven Kreuzer2016-08-111-1/+1
| | | | | | | | PR: 204757 Submitted by: Ike Eichorn <ike@michaeleichorn.com> Notes: svn path=/head/; revision=420083
* Add comments in the GIDs and UIDs to show free entries.Mathieu Arnold2016-08-111-0/+591
| | | | | | | | | | | | | | People always go to the end and see that it's 999 and that we must be out of entries. Now, they'll just have to pick a free entry. Generated with (should be idempotent): awk -F: '$3>=100 && $3 < 1000 && $3 != old+1 && !/^#/ {while (old+1 <= $3-1) {old=old+1; print "# free: "old}} /^# free/ {next} {print; old=$3}' UIDs Discussed with: swills (on irc) Sponsored by: Absolight Notes: svn path=/head/; revision=420074
* New port: audio/sndioKurt Jaeger2016-08-031-0/+1
| | | | | | | | | | | | | | | | | | | Sndio is a small audio and MIDI framework part of the OpenBSD project. It provides an lightweight audio & MIDI server and a fully documented user-space API to access either the server or directly the hardware in a uniform way. Sndio is designed to work for desktop applications, but pays special attention to synchronization mechanisms and reliability required by music applications. Reliability through simplicity are part of the project goals. WWW: http://www.sndio.org/ PR: 210124 Submitted by: Tobias Kortkamp <t@tobik.me> Notes: svn path=/head/; revision=419497
* OTPW is a one-time password system which is robust against the passwordJung-uk Kim2016-07-071-0/+1
| | | | | | | | | list being stolen and race for the last digit attacks. WWW: https://www.cl.cam.ac.uk/~mgk25/otpw.html Notes: svn path=/head/; revision=418200
* New port: www/uchiwaKurt Jaeger2016-06-301-0/+1
| | | | | | | | | | | | Uchiwa is a simple dashboard for the Sensu monitoring framework. WWW: http://uchiwa.io/ PR: 210071 Submitted by: Alexander Holte-Davidsen <ports@treg.io> Notes: svn path=/head/; revision=417836
* mail/davmail: update 4.6.1 -> 4.7.2Jason Unovitch2016-06-261-0/+1
| | | | | | | | | | | | | | | | | | | | - Update rc.d script to run as davmail user rather than root - Update rc.d script to take advantage of daemon(8) rather than hand-rolling process management - Update rev info (checksums, refresh patches, etc.) - Remove .md5 files - Appease testport by removing empty dirs in STAGEDIR not in plist UIDs/GIDs: add davmail user Changes: https://sourceforge.net/p/davmail/code/2427/tree/trunk/releasenotes.txt PR: 209354 Submitted by: John Hein <z7dr6ut7gs@snkmail.com> Approved by: maintainer timeout (7 weeks) Notes: svn path=/head/; revision=417509
* - Add databases/tile38Dmitry Marakasov2016-06-231-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Tile38 is an open source (MIT licensed), in-memory geolocation data store, spatial index, and realtime geofence. It supports a variety of object types including lat/lon points, bounding boxes, XYZ tiles, Geohashes, and GeoJSON. Features: Spatial index with search methods such as NEARBY, WITHIN, and INTERSECTS. Realtime geofencing through persistent sockets or webhooks. Object types of lat/lon, bbox, Geohash, GeoJSON, QuadKey, and XYZ tile. Support for lots of Clients Libraries written in many different langauges. Variety of client protocols, including http (curl), websockets, telnet, and the Redis RESP. Server responses are RESP or JSON. Full command line interface. Leader / follower replication. In-memory database that persists on disk. WWW: http://tile38.com/ PR: 210147 Submitted by: olevole@olevole.ru Notes: svn path=/head/; revision=417404
* Nomad is a cluster manager and schedular that provides a common workflowKris Moore2016-06-221-0/+1
| | | | | | | | | | | | | | to deploy applications across an infrastructure. Deploy virtualized, containerized, or standalone application workloads across a fleet of servers to maximize resource utilization. https://www.nomadproject.io/ PR: 210456 Submitted by: John Hixson <jhixson@gmail.com> Notes: svn path=/head/; revision=417330
* Restore deleted port: net/ntopngGuido Falsi2016-05-281-0/+1
| | | | | | | | | | | ntopng is a new generation flexible and feature-rich tool for monitoring and troubleshooting local area networks. It provides command line and web interfaces, the latter via an embedded web server. ntop is based on libpcap. WWW: http://www.ntop.org/products/ntop/ Notes: svn path=/head/; revision=416074
* New port: net/ntpaGuido Falsi2016-05-281-0/+1
| | | | | | | | | | | | | | | | | NTP Analyzer is a tool dedicated to analyze the operation of time servers. NTP Analyzer works by collecting data from the ntp daemon. Graphs and web pages can then be generated to visualize the activities of hosts and peers. WWW: https://bitbucket.org/anguist/ntpa PR: 208940 Submitted by: Carsten Larsen <cs at innolan.dk> Notes: svn path=/head/; revision=416000
* mail/opensmtpd: Update to 5.9.2Bernard Spil2016-05-261-0/+1
| | | | | | | | | | | | | | | | | | - Update to 5.9.2p1 - Remove usernamelen patch (default 255+1) - Fix renamed configure args - Add symlink for makemap (now included in smtpctl) - Align versioning with other OpenBSD projects - Add _smtpq group - Add UPDATING entry for existing installs - Update pkg-message for existing installs Reviewed by: adamw, mat Approved by: adamw, maintainer (implicit) Differential Revision: D6421 Notes: svn path=/head/; revision=415877
* - Add seafile user and group, needed for libsearpc, ccnet, seafile* and ↵Dmitry Marakasov2016-05-241-0/+1
| | | | | | | | | | other related ports PR: 205669 Submitted by: Ultima1252@gmail.com (maintainer) Notes: svn path=/head/; revision=415777
* New port: net/mlvpnOlivier Cochard2016-05-091-0/+1
| | | | | | | | | | | | | | | MLVPN allow to bond your internet links to increase bandwidth, secure your internet connection by actively monitoring your links and removing the faulty ones, without loosing your TCP connections and secure your internet connection to the aggregation server using cryptography. WWW: https://zehome.github.io/MLVPN/ Approved by: mat Differential Revision: https://reviews.freebsd.org/D6034 Notes: svn path=/head/; revision=414837
* - Update to 1.0.0 releaseCarlos J. Puga Medina2016-04-251-0/+1
| | | | | | | | | | | | | | | | - Use USERS/GROUPS framework - Install the dnsdist binary in ${PREFIX}/sbin - Fix rc script - Fix pkg-plist Changelog: http://dnsdist.org/changelog/#dnsdist-100 Reported by: Bryan Seitz <seitz@bsd-unix.net> Approved by: junovitch (mentor) Differential Revision: D6066 Notes: svn path=/head/; revision=413967
* New port: sysutils/hfmKurt Jaeger2016-03-201-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | hfm is an application to run tests in parallel at a high frequency. If the outcome of the test results in a state change, other commands can be executed. It is designed to be a general purpose, loosely-coupled tool, by having both the tests and the state change commands be executed by the operating system. For example, one could write the test in shell or c, and have it called through the exec facility. In practice, the overhead of spawning a new process per test limits frequency that can be achieved by the tests, and their results. Anecdotally, 5ms intervals have been seen to be achievable. An example application is to poll other network services for health, and to take actions based on their health status changes. WWW: https://github.com/derekmarcotte/hfm PR: 207392 Submitted by: 554b8425@razorfever.net Notes: svn path=/head/; revision=411516
* New port: sysutils/graylogMark Felder2016-03-101-0/+1
| | | | | | | | | | | | | | Graylog is a centralized log server that accepts various structured and unstructred log data. Logs are stored in Elasticsearch. Graylog let's you search and analyze logs using a REST HTTP API. WWW: http://www.graylog.org PR: 199894 Submitted by: Thomas Bartelmess <thomas@bartelmess.io> Notes: svn path=/head/; revision=410795
* devel/gogs (new port, not yet in the tree): reserve UIDs and GIDsKurt Jaeger2016-02-161-0/+1
| | | | | | | | PR: 207206 Submitted by: Matthias Fechner <idefix@fechner.net> Notes: svn path=/head/; revision=408986
* New port: net/guacamole-serverKurt Jaeger2016-02-061-0/+1
| | | | | | | | | | | | | | | | | | | | | | The guacamole-server package is a set of software which forms the basis of the Guacamole stack. It consists of guacd, libguac, and several protocol support libraries. guacd is the Guacamole proxy daemon used by the Guacamole web application and framework. As JavaScript cannot handle binary protocols (like VNC and remote desktop) efficiently, a new test-based protocol was developed which would contain a common superset of the operations needed for efficient remote desktop access, but would be easy for JavaScript programs to process. guacd is the proxy which translates between arbitrary protocols and the Guacamole protocol. WWW: https://github.com/glyptodon/guacamole-server PR: 202754 Submitted by: Ultima1252@gmail.com Notes: svn path=/head/; revision=408301
* Take UID/GID 160 used by ypldap(8).Marcelo Araujo2016-01-271-0/+1
| | | | | | | Reference revision: r294896 Notes: svn path=/head/; revision=407338
* Domoticz is a Home Automation System that lets you monitor and configureDmitry Marakasov2016-01-261-0/+1
| | | | | | | | | | | | | | various devices like: Lights, Switches, various sensors/meters like Temperature, Rain, Wind, UV, Electra, Gas, Water and much more. Notifications/Alerts can be sent to any mobile device WWW: http://www.domoticz.com/ PR: 205583 Submitted by: kiwi@oav.net Notes: svn path=/head/; revision=407276
* New port: www/grafana2Kurt Jaeger2015-12-111-0/+1
| | | | | | | | | | | | | | Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, InfluxDB & OpenTSDB. WWW: https://github.com/grafana/grafana PR: 201682 Submitted by: Thomas Bartelmess <thomas@bartelmess.io>, loic.blot@unix-experience.fr Reviewed by: koobs Notes: svn path=/head/; revision=403502
* dqcache UID and GID was not supposed to be committedMark Felder2015-12-021-1/+0
| | | | Notes: svn path=/head/; revision=402837
* New port: security/titusMark Felder2015-12-021-0/+1
| | | | | | | | | | | | titus is a TLS/SSL proxy server (like stunnel or stud) that protects you from vulnerabilities in the TLS implementation such as Heartbleed (or worse). titus requires FreeBSD 10.2 or newer due to PROC_TRACE_CTL which was introduced at r277322 Notes: svn path=/head/; revision=402836
* - Update to 1.6.6Vsevolod Stakhov2015-11-181-0/+1
| | | | | | | | | | | | - Create a separate plist file - Add @sample option to the sample file - Rename rc script without .sh suffix - Switch from postfix user to _rmilter dedicated user - Add _rmilter:_rmilter to UIDs/GIDs - Add UPDATING entry Notes: svn path=/head/; revision=401837
* Add new port: devel/artifactory, a universal artifact repository managerThomas Zander2015-11-091-0/+1
| | | | | | | | PR: 204128 Submitted by: dharrigan@gmail.com (maintainer) Notes: svn path=/head/; revision=401165
* databases/opentsdb: Fix STAGE, missing UID and GIDMark Felder2015-11-081-0/+1
| | | | | | | | | | | | | Staging was broken due to touching /root/.java during build UID and GID was lost in old copy of the review While here, also fix hardcoded path to ETCDIR Pointyhat: me Differential Revision: https://reviews.freebsd.org/D4083 Notes: svn path=/head/; revision=401060
* www/varnish4: Update to 4.1.0Mark Felder2015-10-191-0/+1
| | | | | | | | | | | | | | | | | - Add varnish and varnishlog UIDs - Add varnish GID - varnishd, varnishncsa, and varnishlog no longer run as root Users upgrading may see permissions errors on start due to change in uid running the processes. Please see the UPDATING entry for more details. Changelog: https://github.com/varnish/Varnish-Cache/blob/varnish-4.1.0/doc/sphinx/whats-new/changes.rst Differential Revision: https://reviews.freebsd.org/D3878 Notes: svn path=/head/; revision=399688
* Resurrect textproc/pootle and update it to 2.5.1.3Rene Ladan2015-10-021-0/+1
| | | | | | | | | | | | There might be some rough edges with getting it running properly, but time will tell. Add UID/GID 158 for pootle. Differential Revision: https://reviews.freebsd.org/D1234 Notes: svn path=/head/; revision=398437
* www/sogo: fix UIDs/GIDs, as numerical value 845 collides with hastKurt Jaeger2015-09-291-1/+1
| | | | | | | | PR: 200750 Submitted by: Euan Thoms <euan@potensol.com> (maintainer) Notes: svn path=/head/; revision=398158
* net/mediatomb: remove BROKEN, fix buildKurt Jaeger2015-09-241-0/+1
| | | | | | | | | | | | - now uses UIDs/GIDs - fix build in certain cases PR: 198436, 202467 Submitted by: Pavel Nedoshivkin <nedoshivkin@gmail.com>, dim Approved by: maintainer (timeout) Notes: svn path=/head/; revision=397755
* New port: www/sogoKurt Jaeger2015-09-231-0/+1
| | | | | | | | | | | | | | | SOGo is a fully supported and trusted groupware server with a focus on scalability and open standards. It provides a rich AJAX-based Web interface and supports multiple native clients through the use of standard protocols such as CalDAV, CardDAV and GroupDAV. WWW: http://sogo.nu/ PR: 200750 Submitted by: Euan Thoms <euan@potensol.com> Notes: svn path=/head/; revision=397608
* New Port: net-mgmt/fastnetmon 1.1.2 - high performance DoS/DDoS load analyzerBabak Farrokhi2015-08-311-0/+1
| | | | | | | | Approved by: mat Differential Revision: https://reviews.freebsd.org/D3532 Notes: svn path=/head/; revision=395657
* New port: net/ocserv: server implementing the AnyConnect SSL VPN protocolKurt Jaeger2015-08-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OpenConnect server (ocserv) is an SSL VPN server. Its purpose is to be a secure, small, fast and configurable VPN server. It implements the OpenConnect SSL VPN protocol, and has also (currently experimental) compatibility with clients using the AnyConnect SSL VPN protocol. The OpenConnect protocol provides a dual TCP/UDP VPN channel, and uses the standard IETF security protocols to secure it. Both IPv4 and IPv6 are supported. Ocserv's main features are security through provilege separation and sandboxing, accounting, and resilience due to a combined use of TCP and UDP. Authentication occurs in an isolated security module process, and each user is assigned an unprivileged worker process, and a networking (tun) device. That not only eases the control of the resources of each user or group of users, but also prevents data leak (e.g., heartbleed-style attacks), and privilege escalation due to any bug on the VPN handling (worker) process. A management interface allows for viewing and querying logged-in users. WWW: http://www.infradead.org/ocserv/ PR: 202253 Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es> Reviewed by: pi Notes: svn path=/head/; revision=394422
* Register group id 44, as used in CURRENT from rev 286524.Koop Mast2015-08-091-0/+1
| | | | Notes: svn path=/head/; revision=393802
* Add new polkit UID and GID.Koop Mast2015-08-091-0/+1
| | | | | | | Forgotten in r393789 Notes: svn path=/head/; revision=393790
* - Add bareos to UIDs and GIDsJose Alonso Cardenas Marquez2015-08-091-0/+1
| | | | Notes: svn path=/head/; revision=393758
* Add aprsd to dialer group in GIDs so membership is automatically handledMark Felder2015-07-301-1/+1
| | | | Notes: svn path=/head/; revision=393252
* - fix and undeprecateRene Ladan2015-07-221-0/+1
| | | | | | | | | | | | | | - add license (GPLv2) - update MASTER_SITES and CONFLICTS - tidy up pkg-descr - pass maintainership to submitter PR: 197495 Submitted by: Chris Hutchinson MFH: 2015Q3 Notes: svn path=/head/; revision=392664
* - Update to 1.6.5Veniamin Gvozdikov2015-07-071-0/+1
| | | | | | | - Added tarantool user and group Notes: svn path=/head/; revision=391515
* Correct copy and paste errorSteve Wills2015-06-261-1/+1
| | | | Notes: svn path=/head/; revision=390655
* security/vault: create portSteve Wills2015-06-261-0/+1
| | | | | | | | | | | | Vault is a tool for securely accessing secrets. A secret is anything that you want to tightly control access to, such as API keys, passwords, certificates, and more. Vault provides a unified interface to any secret, while providing tight access control and recording a detailed audit log. WWW: https://vaultproject.io/ Notes: svn path=/head/; revision=390652
* databases/influxdb: create portSteve Wills2015-06-261-0/+1
| | | | | | | | | | | | An open-source, distributed, time series database with no external dependencies. WWW: http://influxdb.com PR: 198073 Submitted by: Stefan Lambrev <cheffo@freebsd-bg.org> Notes: svn path=/head/; revision=390632
* Add rcynic and rpkirtr users groups for upcoming rpki portsMuhammad Moinur Rahman2015-06-211-0/+2
| | | | Notes: svn path=/head/; revision=390267
* - Add science/orthancDmitry Marakasov2015-06-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Orthanc aims at providing a simple, yet powerful standalone DICOM server. It is designed to improve the DICOM flows in hospitals and to support research about the automated analysis of medical images. Orthanc can turn any computer running Windows, Linux, FreeBSD or OS X into a DICOM store (in other words, a mini-PACS system). Its architecture is lightweight and standalone, meaning that no complex database administration is required, nor the installation of third-party dependencies. What makes Orthanc unique is the fact that it provides a RESTful API. Thanks to this major feature, it is possible to drive Orthanc from any computer language. The DICOM tags of the stored medical images can be downloaded in the JSON file format. Furthermore, standard PNG images can be generated on-the-fly from the DICOM instances by Orthanc. Orthanc lets its users focus on the content of the DICOM files, hiding the complexity of the DICOM format and of the DICOM protocol. WWW: http://www.orthanc-server.com/ PR: 199146 Submitted by: mp39590@gmail.com Notes: svn path=/head/; revision=388534
* - Revive mail/smfsavDmitry Marakasov2015-05-311-0/+1
| | | | | | | | | | | | | | | - Fix staging - Add LICENSE_FILE - Modernize pthread flags usage - Modernize user/group handling - Regenerate patches - Pass maintainership to submitter PR: 199081 Submitted by: sasaki@fcc.ad.jp Notes: svn path=/head/; revision=388093
* - Update www/kannel to 1.4.4 (note that it's newer than development version ↵Dmitry Marakasov2015-05-151-0/+1
| | | | | | | | | | | | | | | 1.5.0) - Add license - Add kannel user/group - Split and fix rc script - Pass maintainership to submitter PR: 200061 Submitted by: dbaio@bsd.com.br Notes: svn path=/head/; revision=386476