git: f3f8da66b18b - main - net/gmid: Update to 2.0.4
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 06 Jun 2024 19:08:07 UTC
The branch main has been updated by diizzy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f3f8da66b18bdc46953c707cc1fcaef6c4b19f4b
commit f3f8da66b18bdc46953c707cc1fcaef6c4b19f4b
Author: Omar Polo <freebsd@omarpolo.com>
AuthorDate: 2024-06-06 15:59:35 +0000
Commit: Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-06-06 19:05:49 +0000
net/gmid: Update to 2.0.4
Changelog: https://github.com/omar-polo/gmid/releases/tag/2.0.4
PR: 279557
---
net/gmid/Makefile | 3 +--
net/gmid/distinfo | 6 +++---
net/gmid/files/gmid.conf.sample | 5 +++--
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/net/gmid/Makefile b/net/gmid/Makefile
index 77f762ac6788..49d248a77038 100644
--- a/net/gmid/Makefile
+++ b/net/gmid/Makefile
@@ -1,6 +1,5 @@
PORTNAME= gmid
-DISTVERSION= 2.0
-PORTREVISION= 1
+DISTVERSION= 2.0.4
CATEGORIES= net
MASTER_SITES= https://github.com/omar-polo/${PORTNAME}/releases/download/${DISTVERSION}/ \
https://ftp.omarpolo.com/
diff --git a/net/gmid/distinfo b/net/gmid/distinfo
index b2e6a36c737f..48811c06894a 100644
--- a/net/gmid/distinfo
+++ b/net/gmid/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1704989207
-SHA256 (gmid-2.0.tar.gz) = b6e0213eea014ce00326e9e0417150632e1988d79eab1d8d044c7dd3ea018f9d
-SIZE (gmid-2.0.tar.gz) = 182861
+TIMESTAMP = 1717683832
+SHA256 (gmid-2.0.4.tar.gz) = 820613f57d1993fece827b97faf7bc70169c35fde68045887d7369212992df94
+SIZE (gmid-2.0.4.tar.gz) = 192183
diff --git a/net/gmid/files/gmid.conf.sample b/net/gmid/files/gmid.conf.sample
index b4680f8d2acf..8ce5a0ec3823 100644
--- a/net/gmid/files/gmid.conf.sample
+++ b/net/gmid/files/gmid.conf.sample
@@ -1,12 +1,13 @@
# drop privileges
user "_gmid"
-# it's a good idea to enable chroot, but
-# beware that can make CGI scripting harder
+# it's a good idea to enable chroot
chroot "/var/gemini"
# An example of a server block:
server "localhost" {
+ listen on * port 1965
+
# set the directory to serve; it's relative to the
# chroot (if enabled)
root "/localhost"