aboutsummaryrefslogtreecommitdiff
path: root/GIDs
Commit message (Collapse)AuthorAgeFilesLines
* Add litecoin user missed in r449977Steve Wills2017-09-171-1/+1
| | | | | | | | PR: 222343 Pointyhat to: swills Notes: svn path=/head/; revision=449982
* net/kafka: create portSteve Wills2017-09-071-1/+1
| | | | | | | | | | | | | | 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
* New port: x11/sddmTobias C. Berner2017-09-061-1/+1
| | | | | | | | | | | 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
* sysutils/zap: Update to version 0.7.2 and add zap user/groupJoseph Mingrone2017-08-301-1/+1
| | | | | | | Upstream changes: https://github.com/Jehops/zap/releases/tag/0.7.2 Notes: svn path=/head/; revision=448997
* CockroachDB is a distributed SQL database built on a transactionalKirill Ponomarev2017-08-211-1/+1
| | | | | | | | | | | | | | | | | | | 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
* www/selenium: add UIDs and GIDsKurt Jaeger2017-08-171-1/+1
| | | | | | | | | | - Missed in the first commit PR: 219031 Submitted by: Daniel Ylitalo <daniel@blodan.se> Notes: svn path=/head/; revision=448077
* Welcome net-p2p/jackett to the treeMark Felder2017-08-031-1/+1
| | | | | | | | | | | | | | | | | 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
* Reserve GID for _dnscrypt-proxy userMark Felder2017-08-031-1/+1
| | | | | | | It was incorrect of me to set the GID to 65534 Notes: svn path=/head/; revision=447244
* Reserve GID for couchpotato userMark Felder2017-08-031-1/+1
| | | | | | | It was incorrect of me to set the GID to 65534 Notes: svn path=/head/; revision=447242
* Reserve GID for synapse userMark Felder2017-08-031-1/+1
| | | | | | | It was incorrect of me to set the GID to 65534 Notes: svn path=/head/; revision=447238
* Reserve GID for sonarr and radarrMark Felder2017-08-031-2/+2
| | | | | | | It was incorrect of me to set the GID of these users to 65534. Notes: svn path=/head/; revision=447236
* This is tool to build a local copy of the National Vulnerabilities Database(NVD)Richard Gallamore2017-07-281-1/+1
| | | | | | | | | | | | | | | | | | and the Japan Vulnerability Notes (JVN). NVD and JVN contain security vulnerabilities according to their CVE identifiers, including exhaustive information and a risk score. The local copy is generated in sqlite format, and the tool has a server mode for easy querying. WWW: https://github.com/kotakanbe/go-cve-dictionary/ PR: 220561 Submitted by: Alexandru Ciobanu <iscandr@gmail.com> (maintainer) Reviewed by: matthew (mentor), koobs, mat Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D11745 Notes: svn path=/head/; revision=446843
* UIDs, GIDs: Create new IDs for prometheus alertmanager.Boris Samorodov2017-07-171-1/+1
| | | | | | | | PR: 216119 Submitted by: michal@hanu.la Notes: svn path=/head/; revision=446115
* - Fix LICENSECarlos J. Puga Medina2017-07-161-1/+1
| | | | | | | | | | | | | | | | | - Use GROUPS - Add sample config file - Add pkg-message - Pass maintainership to submitter - Bump PORTREVISION Submitted by: cpm Reviewed by: bapt, jbeich, hselasky, uqs Approved by: bapt (maintainer), jbeich, hselasky MFH: 2017Q3 Differential Revision: https://reviews.freebsd.org/D11328 Notes: svn path=/head/; revision=446043
* Commit the anvil user/group (missed in original commit) so it buildsDan Langille2017-07-151-1/+1
| | | | | | | | Sort pkg-plist Bump PORTREVISION Notes: svn path=/head/; revision=445869
* New port: net/frrOlivier Cochard2017-06-291-2/+2
| | | | | | | | | | | | | FRRouting (FRR) is an IP routing protocol suite for Linux and Unix platforms which includes protocol daemons for BGP, IS-IS, OSPF and RIP. FRR has its roots in the Quagga project. WWW: https://frrouting.org/ Sponsored by: Orange Notes: svn path=/head/; revision=444689
* New port, net-im/mastodon: GNU Social-compatible microblogging serverJoseph Mingrone2017-05-261-1/+1
| | | | | | | | | | | | WWW: https://github.com/tootsuite/mastodon Submitted by: feld, jrm, mmokhi Reviewed by: bapt, feld, roberto, saper@saper.info, mat, swills Approved by: swills (mentor, implicit) Differential Revision: https://reviews.freebsd.org/D10298 Notes: svn path=/head/; revision=441815
* Add rc.d scriptSunpoet Po-Chuan Hsieh2017-05-201-1/+1
| | | | | | | | | | | - Assign default UID and GID - Bump PORTREVISION for package change PR: 217083 Submitted by: Dave Cottlehuber <dch@skunkwerks.at> Notes: svn path=/head/; revision=441350
* A pure Unix shell script implementing ACME client protocolDan Langille2017-05-201-1/+1
| | | | | | | Differential Revision: https://reviews.freebsd.org/D10308 Notes: svn path=/head/; revision=441282
* Modernizing port, several improvements were done:Renato Botelho2017-04-251-1/+1
| | | | | | | | | | | | | | | | | | | * Use options helpers * Create user/group * Create necessary directories * Remove unnecessary dependencies * Add newsyslog conf * Pet portlint * Bump PORTREVISION PR: 218509 Submitted by: Danilo G. Baio (dbaio) <dbaio@bsd.com.br> Approved by: nistor@snickers.org (maintainer) Sponsored by: Rubicon Communications (Netgate) Differential Revision: https://reviews.freebsd.org/D10312 Notes: svn path=/head/; revision=439381
* Add UID/GID for gitlab-runnerSteve Wills2017-04-071-1/+1
| | | | | | | | | | | I forgot this when adding devel/gitlab-runner PR: 218457 Reported by: Matthias Fechner <idefix@fechner.net> Pointyhat to: swills Notes: svn path=/head/; revision=437923
* net/ceph-devel: Add port to the tree.Mahdi Mokhtari2017-03-301-1/+1
| | | | | | | | | | | | | | | Ceph is a distributed object store and file system designed to provide excellent performance, reliability and scalability. PR: 217046 Submitted by: Willem Jan Withagen <wjw@digiware.nl> Reported by: Willem Jan Withagen <wjw@digiware.nl> Reviewed by: asomers, feld, mat, mmokhi Approved by: asomers, feld (mentor) Differential Revision: https://reviews.freebsd.org/D9584 Notes: svn path=/head/; revision=437280
* add ports for Samhain Intrusion Detection SystemNikolai Lifanov2017-03-121-1/+1
| | | | | | | | | | | | | | | | | | | Samhain is an open source file integrity and host-based intrusion detection system for Linux and Unix. It can run as a daemon process, and and thus can remember file changes - contrary to a tool that runs from cron, if a file is modified you will get only one report, while subsequent checks of that file will ignore the modification as it is already reported (unless the file is modified again). Samhain can optionally be used as client/server system to provide centralized monitoring for multiple host. Logging to a (MySQL or PostgreSQL) database is supported. PR: 214623 Submitted by: Nikola Kolev <koue@chaosophia.net> Notes: svn path=/head/; revision=435996
* ClickHouse is an open-source column-oriented database managementDmitry Marakasov2017-03-011-1/+1
| | | | | | | | | | | | system that allows generating analytical data reports in real time. WWW: https://clickhouse.yandex/ PR: 216152 Submitted by: proler@gmail.com Notes: svn path=/head/; revision=435190
* www/minio: update to 2017.02.16.01.47.30Steve Wills2017-02-221-1/+1
| | | | | | | | | | While here, add rc script and user PR: 217173 Submitted by: jhixson@gmail.com (with changes) Notes: svn path=/head/; revision=434636
* Update net/chrony: enable privilege separation and other minor changes.Kirill Ponomarev2017-02-131-1/+1
| | | | | | | | | | | | | | | | | | - enables privilege separation - removes the build dependency on asciidoctor - removes the runtime dependency on makeinfo and readline - add a runtime dependency on libedit - do not install the HTML documentation (in favour of man pages) - update the post-install message (pkg-message) in light of privilege separation - set the permission of /var/db/chrony to the new "chronyd" user and group PR: 216737 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9570 Notes: svn path=/head/; revision=434012
* www/uwsgi: Further rc script security improvementsMark Felder2017-02-021-1/+1
| | | | | | | | | | | | | | This update introduces a dedicated user for uwsgi and introduces the uwsgi_socket_owner setting which by default is set to www:www. The previous change to socket mode of 600 has been modified to 660 as well. This change further increases security while restoring compatibility. MFH: 2017Q1 Differential Revision: https://reviews.freebsd.org/D9398 Notes: svn path=/head/; revision=433172
* new port: net-mgmt/netdataNikolai Lifanov2017-01-271-1/+1
| | | | | | | | | | | | | NetData is scalable, distributed real-time performance and health monitoring. PR: 216497 Submitted by: Mahdi Mokhtari <mokhi64@gmail.com> Reviewed by: lifanov, matthew Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D9351 Notes: svn path=/head/; revision=432544
* Add misc/py-cinder, Block Storage service for OpenStackRoman Bogorodskiy2017-01-141-1/+1
| | | | | | | | PR: 215850 Submitted by: Alexander Nusov Notes: svn path=/head/; revision=431474
* Rename sysutils/istatd to sysutils/istatserver and update to 3.01Babak Farrokhi2017-01-091-1/+1
| | | | | | | | | | | | PR: 215004 Reported by: dcarmich@dcarmichael.net Reviewed by: bapt Approved by: bapt MFH: 2017Q1 Differential Revision: https://reviews.freebsd.org/D9092 Notes: svn path=/head/; revision=430976
* Add UID/GID for net-mgmt/rubygem-oxidizedSteve Wills2017-01-041-1/+1
| | | | | | | | PR: 203374 Submitted by: Nick Hilliard <nick@foobar.org> Notes: svn path=/head/; revision=430552
* Add x11/lightdm and x11/lightdm-gtk-greeter.Ben Woods2016-12-261-1/+1
| | | | | | | | | | | | | | | | | | | Lightdm is a display manager that: * Is cross-desktop - supports different desktops * Supports different display technologies * Is lightweight - low memory usage and fast performance * Has a comprehensive test suite WWW: https://www.freedesktop.org/wiki/Software/LightDM/ lightdm-gtk-greeter is the reference GTK+ greeter for LightDM. WWW: https://launchpad.net/lightdm-gtk-greeter Approved by: adamw (mentor, implicit) Notes: svn path=/head/; revision=429481
* - Add rc.d scriptDmitry Marakasov2016-12-221-1/+1
| | | | Notes: svn path=/head/; revision=429158
* Add www/py-horizon, OpenStack DashboardRoman Bogorodskiy2016-12-191-1/+1
| | | | | | | | | | | | Horizon is a Django-based project aimed at providing a complete OpenStack Dashboard along with an extensible framework for building new dashboards from reusable components. PR: 215155 Submitted by: Alexander Nusov (alexander.nusov@nfvexpress.com) Notes: svn path=/head/; revision=428952
* New port: dns/dqKurt Jaeger2016-12-181-1/+1
| | | | | | | | | | | | Recursive DNS/DNSCurve server and comandline tool to debug DNS/DNSCurve WWW: https://mojzis.com/software/dq/ PR: 215073 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Notes: svn path=/head/; revision=428883
* Add emulators/py-nova 14.0.2, Openstack Compute ServiceRoman Bogorodskiy2016-12-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Please note that this is a development version of nova. Many features are not available. Currently nova works on FreeBSD 11 and supports QEMU and Xen. Common issues: - Security groups are not implemented - ARP spoofing, DHCP isolation protection are not implemented - Nova services work from the root user - No IPv6 support QEMU issues: - Need to enable serialconsole (TCP) - Need to disable online CPU tracking - Cannot mount cinder volumes Xen issues: - Live snapshots don't work - No support for cinder volume hot-plugging - XENBUS delay (5 min) when using qemu driver and COW images - Some Linux images cannot be booted For further FreeBSD specific notes please refer to port's pkg-message. PR: 215151 Submitted by: Alexander Nusov (alexander.nusov@nfvexpress.com) Notes: svn path=/head/; revision=428837
* - Add a UID/GID for bitcoin.Marcelo Araujo2016-11-251-1/+1
| | | | | | | | | | | | | | - Rewrite the rc script with new options that allows users to: - set config file. - set datadir. - set bitcoin limits. PR: ports/213235 Submitted by: Christopher Hall <hsw@bitmark.com> Approved by: maintainer timeout (1 month) Notes: svn path=/head/; revision=427077
* - Create znc user/groupDmitry Marakasov2016-11-231-1/+1
| | | | | | | | | | | | - Set permissions properly on ETCDIR - Add an information on znc user/group to pkg-message - Pass maintainership to dbaio PR: 200005 Submitted by: josh+freebsd@zevlag.com, dbaio@bsd.com.br Notes: svn path=/head/; revision=426896
* [NEW PORT] devel/nexus2-oss: Repository management softwareCarlos J. Puga Medina2016-11-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Nexus Repository Manager OSS provides you with an essential level of control over the external repositories you use and the internal repositories you create. It provides infrastructure and services for organizations that use repository managers to obtain and deliver software. If you create software libraries or applications for your end users, you can use Nexus Repository Manager OSS to distribute your software. If your software depends on open source software components, you can cache software components from remote repositories. Nexus Repository Manager OSS features: - Hosting repositories - Proxy remote repositories - Repository groups - Numerous repository formats - Hosting project websites - Fine-grained security model - Flexible LDAP integration - Component search - Scheduled rasks - REST services - Integration with m2eclipse WWW: https://www.sonatype.com/nexus-repository-oss PR: 203074 Submitted by: Dusan Vejnovic <freebsd@dussan.org>, Michael Osipov <1983-01-06@gmx.net> (maintainer) Reviewed by: feld, junovitch, koobs (mentors) Approved by: feld, junovitch, koobs (mentors) Notes: svn path=/head/; revision=425961
* Add OpenIKED, version 1.0Marcel Moolenaar2016-11-101-1/+1
| | | | | | | | | | | | | | | | This is OpenBSD's OpenIKED with fixes and improvements and additional features. Original author: Reyk Floeter <reyk@openbsd.org> Author: Marcel Moolenaar <marcel@brkt.com> Reviewed by: mat@ Approved by: mat@ Obtained from: https://github.com/xcllnt/openiked Sponsored by: Bracket Computing, Inc. Differential Revision: https://reviews.freebsd.org/D8417 Notes: svn path=/head/; revision=425847
* Add py-glance 13.0.0, OpenStack Image ServiceRoman Bogorodskiy2016-11-021-1/+1
| | | | | | | | PR: 213769 Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com> Notes: svn path=/head/; revision=425162
* New ports: devel/libfastcommon, ftp/fastdfs, ftp/php(56|70)-fastdfsPietro Cerutti2016-10-271-1/+1
| | | | | | | | | | | | | | FastDFS is an open source high performance distributed file system (DFS). It's major functions include: file storing, file syncing and file accessing, and design for high capacity and load balance. WWW: https://github.com/happyfish100/fastdfs PR: 213311 Submitted by: Daniel Ylitalo <daniel@blodan.se> Notes: svn path=/head/; revision=424743
* Improve RTG portMatthew Seaman2016-10-261-1/+1
| | | | | | | | | | | | | | | | | | Summary: Add 'rtg' user and group in UIDs/GIDs. Use daemon(8) to daemonize rtgpoll. Add prestart commands to set correct permissions for RTG's files. Reviewers: swills, allanjude, xmj, andrew.fengler_scaleengine.com, #contributor_reviewers_ports, matthew Reviewed By: #contributor_reviewers_ports, matthew Subscribers: matthew, mat Differential Revision: https://reviews.freebsd.org/D7486 Notes: svn path=/head/; revision=424678
* dns/openmdns: add new portJan Beich2016-10-261-1/+1
| | | | | | | | | | | OpenMDNS is a full implementation of MDNS/DNS-SD, it aims to be a light replacement for Avahi/Bonjour. Currently OpenMDNS is about 10% of the size of Avahi. http://www.haesbaert.org/openmdns/ Notes: svn path=/head/; revision=424664
* Fix format of keystone entry.Emanuel Haupt2016-10-211-1/+1
| | | | Notes: svn path=/head/; revision=424402
* Add py-keystone 10.0.0, OpenStack KeystoneRoman Bogorodskiy2016-10-201-1/+1
| | | | | | | | PR: 213542 Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com> Notes: svn path=/head/; revision=424340
* Import UID and GID for incoming www/py-octoprint portMark Felder2016-10-181-1/+1
| | | | | | | PR: 213327 Notes: svn path=/head/; revision=424220
* New port: net-mgmt/prometheusKurt Jaeger2016-10-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Prometheus is a systems and service monitoring system. It collects metrics from configured targets at given intervals, evaluates rule expressions, displays the results, and can trigger alerts if some condition is observed to be true. Prometheus' main distinguishing features as compared to other monitoring systems are: - a multi-dimensional data model (timeseries defined by metric name and set of key/value dimensions) - a flexible query language to leverage this dimensionality - no dependency on distributed storage; single server nodes are autonomous - timeseries collection happens via a pull model over HTTP - pushing timeseries is supported via an intermediary gateway - targets are discovered via service discovery or static configuration - multiple modes of graphing and dashboarding support - support for hierarchical and horizontal federation WWW: https://prometheus.io/ PR: 212468 Submitted by: Jev Bjoersell <jev@ecadlabs.com> Notes: svn path=/head/; revision=424001
* 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