summaryrefslogtreecommitdiff
path: root/UIDs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* net-mgmt/metronome: Add rc.d scriptKirill Ponomarev21 hours1-1/+1
| | | | | PR: 239819 Reported by: freebsd_at_dns_d_company, tremere_at_cainites_d_net
* net-mgmt/net-snmp: Let snmpd run as a non-root userMark Johnston9 days1-1/+1
| | | | | | | | | | | | | | | | | | | - Compile without /dev/kmem access. This requires a small patch which opens libkvm in a dummy mode which uses sysctls to implement most of its interfaces rather than /dev/kmem access. This way we can drop the dependency on /dev/kmem without rewriting existing code. - Add a new snmpd user. Configure snmpd to drop privileges once it's finished initialization. - Remove the JAIL option. Now that snmpd avoids using /dev/kmem, there's no need to have a special mode for running snmpd in jails. The patch has been proposed upstream here: https://sourceforge.net/p/net-snmp/mailman/net-snmp-coders/thread/ZjEwNV5BiTOQ-Adi%40nuc/#msg58766857 Approved by: zi Sponsored by: Klara, Inc. Sponsored by: Stormshield Differential Revision: https://reviews.freebsd.org/D45031
* net/benthos: Add new portJimmy Olgeni13 days1-1/+1
| | | | | | | | | | | Benthos solves common data engineering tasks such as transformations, integrations, and multiplexing with declarative and unit testable configuration. This allows you to easily and incrementally adapt your data pipelines as requirements change, letting you focus on the more exciting stuff. Benthos is able to glue a wide range of sources and sinks together and hook into a variety of databases, caches, HTTP APIs, lambdas and more, enabling you to seamlessly drop it into your existing infrastructure.
* www/py-gunicorn: Update version 21.2.0=>22.0.0Muhammad Moinur Rahman2024-04-231-1/+1
| | | | | | | | | - Add rc file [1] Changelog: https://github.com/benoitc/gunicorn/releases/tag/22.0.0 PR: 278447 [1] Reported by: me@svmhdvn.name
* databases/percona-orchestrator: new port!Ryan Steinmetz2024-04-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Orchestrator is a replication topology manager for MySQL. Features include: * The topology and status of the replication tree is automatically detected and monitored. * Either a GUI, CLI or API can be used to check the status and perform operations. * Supports automatic failover of the master, and the replication tree can be fixed when servers in the tree fail - either manually or automatically. * It is not dependent on any specific version or flavor of MySQL (MySQL, Percona Server, MariaDB or even MaxScale binlog servers). * Orchestrator supports many different types of topologies, from a single master -> slave to complex multi-layered replication trees consisting of hundreds of servers. * Orchestrator can make topology changes and will do so based on the state at that moment; it does not require a configuration to be defined with what corresponds to the database topology. * The GUI is not only there to report the status - one of the cooler things you can do is change replication just by doing a drag and drop in the web interface (of course you can do this and much more through the CLI and API as well).
* databases/valkey: Add new portYasuhiro Kimura2024-04-021-1/+1
| | | | | Add databases/valkey, High-performance data structure server that primarily serves key/value workloads.
* UIDs/GIDs: Convert deprecated proxy65 UID/GID for use with proxysqlRyan Steinmetz2024-03-291-1/+1
|
* UIDs, GIDs: Claim ID 464 for LPJS (Lightweight, Portable Job Scheduler)Jason W. Bacon2024-03-181-1/+1
| | | | | This is a work-in-progress port that will be added to sysutils https://github.com/outpaddling/freebsd-ports-wip/tree/master/lpjs
* net/keycloak: update to 23.0.6Jose Alonso Cardenas Marquez2024-02-201-1/+1
| | | | | | | | | | | | - Update to 23.0.6 - Add keycloak user and group - Add pkg-message - Add support for development(start-dev) and production (start) mode at rc script - Export JAVA_HOME from rc script - Add keycloak build function into rc script PR: 275658 276859 Approved by: maintainer timeout (2 weeks)
* comms/svslink: Update svxlinkDiane Bruce2024-01-311-1/+1
| | | | | | - Update svxlink - add some startup scripts - fix module load
* security/certspotter: Add new portFlorian Smeets2024-01-291-1/+1
| | | | | | | | | Cert Spotter is a Certificate Transparency log monitor from SSLMate that alerts you when an SSL/TLS certificate is issued for one of your domains. Cert Spotter is easier to use than other open source CT monitors, since it does not require a database. It's also more robust, since it uses a special certificate parser that ensures it won't miss certificates.
* audio/mumble-server: update to 1.5.517Vladimir Druzenko2024-01-221-1/+1
| | | | | | | | | | | | | | Upstream renamed murmur to mumble-server. Changelogs: https://github.com/mumble-voip/mumble/releases/tag/v1.5.517 https://github.com/mumble-voip/mumble/releases/tag/v1.4.287 https://github.com/mumble-voip/mumble/releases/tag/v1.4.274 https://github.com/mumble-voip/mumble/releases/tag/v1.4.230 PR: 261395 Approved by: arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D41048
* www/sqlpage: Add new port for SQLPagePalle Girgensohn2024-01-151-1/+1
| | | | | SQLPage is an Open-source low-code web application server. It allows you to create full websites writing only simple database queries.
* net/eturnal: erlang-based TURN server (new port)Dave Cottlehuber2024-01-041-1/+1
| | | | | | | | - appease portclippy - sort pkg-plist PR: 275114 Sponsored by: SkunkWerks, GmbH
* sysutils/loki: Update to 2.9.2Christopher Beppler2023-11-171-1/+1
| | | | | | | Also, add dedicated group for promtail user. PR: 275124 Reported by: freebsd@funzi.org (maintainer)
* UIDs: Remove line marking UID 328 as freeGuido Falsi2023-11-171-1/+0
| | | | It is actually already used by www/galene
* databases/keydb: New port!Ryan Steinmetz2023-10-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | KeyDB is a high performance fork of Redis with a focus on multithreading, memory efficiency, and high throughput. In addition to performance improvements, KeyDB offers features such as Active Replication, FLASH Storage and Subkey Expires. KeyDB has a MVCC architecture that allows you to execute queries such as KEYS and SCAN without blocking the database and degrading performance. KeyDB maintains full compatibility with the Redis protocol, modules, and scripts. This includes the atomicity guarantees for scripts and transactions. Because KeyDB keeps in sync with Redis development KeyDB is a superset of Redis functionality, making KeyDB a drop in replacement for existing Redis deployments. On the same hardware KeyDB can achieve significantly higher throughput than Redis. Active-Replication simplifies hot-spare failover allowing you to easily distribute writes over replicas and use simple TCP based load balancing/failover. KeyDB's higher performance allows you to do more on less hardware which reduces operation costs and complexity. WWW: https://docs.keydb.dev/
* sysutils/loki: add promtail rc.d scriptEren Türkay2023-10-191-1/+1
| | | | | | | | | | Promtail is a log reader and it can be run as a service to gather the logs to be sent to remote loki server. For nodes that need to send logs only, promtail service and configuration file is needed PR: 274194, 274473 Signed-off-by: Christopher Beppler <freebsd@funzi.org> Approved by: Chirstopher Beppler <freebsd@funzi.org> (maintainer)
* devel/cirrus-cli: Add rc.d supportDanilo G. Baio2023-10-101-1/+1
| | | | | Approved by: bofh (maintainer) Differential Revision: https://reviews.freebsd.org/D42140
* www/galene: new portBaptiste Daroussin2023-09-011-0/+1
| | | | | | | | | | | | Galène (or Galene) is a videoconference server (an “SFU”) that is easy to deploy and that requires moderate server resources. It was originally designed for lectures, conferences and student tutorials, but is also useful for traditional meetings. Galène has been used in production at two major universities (Université de Paris and Sorbonne Université) for lectures, practicals, seminars, and for staff meetings. It has been used to host two conferences (SOCS'2020 and JFLA'2021).
* mail/py-dkimpy-milter: New portMatthew Seaman2023-08-051-1/+1
| | | | | | | This is a DKIM signing and verification milter. It has been tested with both Postfix and Sendmail. Of note: this supports RFC8463 ED25519-SHA256 DKIM signatures
* net-p2p/namecoin: Update to 24.0Chad Jacob Milios2023-06-061-1/+1
| | | | | | | | | | | | A few minor changes made to submitted patch: * Switch PORTVERSION to DISTVERSION * Use USES= localbase for UPNP option * Disable autodetection of sqlite when WALLET option is selected * Fix plist for net-p2p/namecoin-utils Changelog: https://github.com/namecoin/namecoin-core/releases/tag/nc24.0 PR: 270753
* net-mgmt/netdisco: Update to 2.061001geoffroy desvernay2023-06-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While here, fix install instructions. New features: * ACLs portctl_no and portctl_only for limiting port control targets * Config setting portctl_nowaps to prevent port control on WAP ports * Feature to gather SNMP Walk, use as Pseudo Device, and Browse Objects * Added SSHCollector::Platform::ASAContext * new addpseudodevice worker action * option to display vlan names instead of numbers in device ports * renumber device option in the device details web page * add option in device ports sidebar to hide vlan 1002-1005 * Group Cisco subinterfaces in Device Ports view (like LAG) * add FortiOS SSH collector implementation from @jpvelders * make Port VLAN mismatch respect setting hiding VLAN 1002-1005 * make VLAN hiding and VLAN names configurable options and move to port properties sidebar section * new discover_routed_neighbors setting to skip adding next-hops for discovery * new setting macsuck_no_deviceport to ignore nodes on a device port * implement ignore_deviceports and hide_deviceports settings * implement multi tenancy with tenant_databases setting * add worker to collect various PortAccessEntity (NAC) attributes * API Endpoints to submit arpnip and macsuck results * custom fields on devices and ports in the web from config * sidebar support for custom reports with bind params; add show_sidebar setting * support for FQDN node search while domain_suffix is set; add fallback to IPv4 host lookup search * implement ignore_layers, force_macsuck, force_arpnip config settings Many bug fixes and enhancements too, see https://metacpan.org/dist/App-Netdisco/changes for full list PR: 271329 Reported by: einar@isnic.is
* irc/soju: Update to 0.6.1Ashish SHUKLA2023-05-281-1/+1
| | | | | | | | | - Switch to using upstream Makefile - Add rc.d script - Specify a user/group - Purge patches which don't apply anymore PR: 271388
* security/tlsc: Update to 1.3Felix Palmen2023-05-111-1/+1
| | | | | | | | | Also add a dedicated user/group and use that by default instead of nobody. Changes: https://github.com/Zirias/tlsc/releases/tag/v1.3 Approved by: tcberner (mentor, implicit)
* */*: Add caldera user and groupJose Alonso Cardenas Marquez2023-05-101-1/+1
|
* net-im/teleirc: New portJesús Daniel Colmenares Oviedo2023-04-291-1/+1
| | | | | | | | | TeleIRC is a Go implementation of a Telegram <=> IRC bridge. TeleIRC works with any IRC channel and Telegram group. It bridges messages between a Telegram group and an IRC channel. PR: 265916 Approved by: Jesús Daniel Colmenares Oviedo (maintainer)
* irc/py-sopel: New portJesús Daniel Colmenares Oviedo2023-04-291-1/+1
| | | | | | | | | Sopel is a simple, lightweight, open source, easy-to-use IRC Utility bot, written in Python. It's designed to be easy to use, run and extend. PR: 265807 Approved by: Jesús Daniel Colmenares Oviedo (maintainer)
* sysutils/tuptime: installation upgrade with _tuptime UID/GIDRicardo Fraile2023-04-061-1/+1
| | | | | | | | | Create an unprivileged user/group for their execution. Also, add the cron file and update the rc.d script. PR: 270433 Reported by: r@rfmoz.eu Approved by: jeremy@smart-serv.net (maintainer)
* net/rustdesk-server: Add new portGuido Falsi2023-03-301-1/+1
| | | | | | | | | | | | RustDesk-server is a self hosted server for the RustDesk remote desktop software. WWW: https://rustdesk.com/server/ Patches obtained from/discussed in: https://github.com/rustdesk/rustdesk-server/pull/232 https://github.com/rustdesk/rustdesk-server/issues/209
* multimedia/jellyfin: Add portMichiel van Baak Jansen2023-03-031-1/+1
| | | | | | | | | | | | | | | | | | | | | Jellyfin is the volunteer-built media solution that puts you in control of your media. Stream to any device from your own server, with no strings attached. Your media, your server, your way. WWW: https://jellyfin.org/ Maintainer becomes submitter. Already maintainer of other ports. Port installs binaries downloaded from a website without any local compilation. The submitter has done the same for numerous previous ports due to difficulties in locally building .NET based ports. See PR for some discussion. PR: 269754 Approved by: flo (mentor) Differential Revision: https://reviews.freebsd.org/D38861
* net/xapsd: New port: Apple push notifications daemon for dovecotHenry2023-02-271-1/+1
| | | | | | | | | | | | | | | Apple push notification daemon for dovecot. Together with dovecot-xaps-plugin, this will enable push email for iOS devices that talk to your dovecot IMAP server. WWW: https://github.com/freswa/dovecot-xaps-daemon Submitter becomes maintainer. Is already maintainer of other ports. PR: 269748 Approved by: flo (mentor) Differential Revision: https://reviews.freebsd.org/D38779
* net-p2p/reticulum: Self-configuring, encrypted and resilient mesh networking ↵Carlo Strub2023-02-251-1/+1
| | | | stack
* net-mgmt/icingaweb2-module-director: Enable Icinga Director Background DaemonJochen Neumeister2023-02-061-1/+1
| | | | | | | | | | | Deploys in the director don't work/finish since the last update. The reason is, that the update didn't enable the Icinga Director Background Daemon, that has been mandatory since 1.7.0, see https://github.com/Icinga/icingaweb2-module-director/blob/master/doc/75-Background-Daemon.md PR: 269227 Reported by: flo Sponsored by: Netzkommune GmbH
* www/hedgedoc: NEW PORT web-hosted markdown doc editorDave Cottlehuber2023-01-191-1/+1
| | | | | | Reviewed by: Mina Galić <me@igalic.co> Sponsored by: SkunkWerks, GmbH Differential Revision: https://reviews.freebsd.org/D38058
* sysutils/nut*: Use a dedicated UID and GIDCy Schubert2023-01-171-1/+1
| | | | | | | | | | | | | To reduce conflicts with other packages and improve security, avoid using the uucp UID and GID. This avoids potential conflicts with the net/freebsd-uucp port. Users who wish to continue using the uucp user and group may add NUT_USER=uucp and NUT_GROUP=uucp to their make.conf. PR: 268960 Reported by: delphij MFH: 2023Q1
* net/lavinmq: new port AMQP-compliant message brokerDave Cottlehuber2023-01-111-1/+1
| | | | | | High performance AMQP-0.9.1 compatible, written in Crystal. Differential Revision: https://reviews.freebsd.org/D31410
* net-mgmt/promscale: Update to 0.16.0Mark Felder2022-11-021-1/+1
| | | | | | | | - take ownership - add simple rc script - run as dedicated promscale user/group Approved by: kbowling (maintainer, private email)
* Add www/rustypaste: Minimal file upload/pastebin serviceJesús Daniel Colmenares Oviedo2022-10-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rustypaste is a minimal file upload/pastebin service. Features: * File upload & URL shortening & upload from URL - supports basic HTTP authentication - random file names (optional) - pet name (e.g. capital-mosquito.txt) - alphanumeric string (e.g. yB84D2Dv.txt) - supports expiring links - auto-deletion of expired files (optional) - supports one shot links (can only be viewed once) - guesses MIME types - supports overriding and blacklisting - no duplicate uploads (optional) * Single binary * Simple configuration - supports hot reloading * No database - filesystem is used * Self-hosted - centralization is bad! * Written in Rust - blazingly fast! WWW: https://github.com/orhun/rustypaste/ PR: 267095
* www/darkhttpd: add rc scriptJesús Daniel Colmenares Oviedo2022-10-061-1/+1
| | | | | | PR: 266239 Reported by: DtxdF@disroot.org Approved by: henrichartzer@tuta.io (maintainer, timeout > 1 month)
* security/arti: Fix rc.d service using daemon, update URLCarlo Strub2022-09-251-1/+1
|
* sysutils/nomad: Change home of nomad user to /nonexistentJohn Hixson2022-08-191-1/+1
| | | | | | | | | | The port's default datadir is /var/tmp/nomad, which also happens to be its user's home directory. Therefore installing the package always creates a default datadir with permissions too lose to actually start the service. PR: 265230 Reported by: Michael Gmelin <grembo@FreeBSD.org>
* net-p2p/cardano-node: + Daemon for running Cardano blockchain node.Gleb Popov2022-08-141-1/+1
| | | | Sponsored by: Cardano BSD Alliance <cardanobsd.org>
* */*: Add wazuh user and groupJose Alonso Cardenas Marquez2022-07-291-1/+1
|
* databases/pgagroal: New PortMuhammad Moinur Rahman2022-06-261-0/+1
| | | | | | | | | | | | | | | pgagroal is a high-performance protocol-native connection pool for PostgreSQL. Which features High performance, Connection pool, Limit connections for users and databases, Prefill support, Remove idle connections, Connection validation, Enable / disable database access, Graceful / fast shutdown, Prometheus support, Grafana 8 dashboard, Remote management, Authentication query support, Failover support, Transport Layer Security (TLS) v1.2+ support, Daemon support, User vault, Lightweight connection pooler for PostgreSQL. WWW: https://agroal.github.io/pgagroal/ Sponsored by: Bounce Experts
* */*: Add jitsi ports users and groupsJose Alonso Cardenas Marquez2022-05-231-3/+3
| | | | - Preparing for jitsi update
* sysutils/loki: Add new portChristopher Beppler2022-05-171-1/+1
| | | | | | | | | | | Loki is a horizontally-scalable, highly-available, multi-tenant log aggregation system inspired by Prometheus. It is designed to be very cost effective and easy to operate. It does not index the contents of the logs, but rather a set of labels for each log stream. WWW: https://github.com/grafana/loki PR: 256030
* UIDs: claim 869 after eb0c36ff34edJan Beich2022-04-201-1/+0
|
* sysutils/keyd: update to 2.4.0Jan Beich2022-04-201-0/+1
| | | | | Changes: https://github.com/rvaiya/keyd/compare/v1.3.0...v2.4.0 Reported by: portscout
* net-im/gotosocial: new portMina Galić2022-04-041-0/+1
| | | | | | | | | | | | With GoToSocial, you can keep in touch with your friends, post, read, and share images and articles. All without being tracked or advertised to! GoToSocial provides a lightweight, customizable, and safety-focused entryway into the Fediverse, and is comparable to (but distinct from) existing projects such as Mastodon, Pleroma, Friendica, and PixelFed. WWW: https://docs.gotosocial.org/en/latest/