diff options
author | Omar Polo <freebsd@omarpolo.com> | 2024-06-06 15:59:35 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2024-06-06 19:05:49 +0000 |
commit | f3f8da66b18bdc46953c707cc1fcaef6c4b19f4b (patch) | |
tree | 7d9427d3dfd1b4a98d30f0775a4c2c8e0d39a778 | |
parent | 0f04264e6ad94ab5068ee8de656e3bc3de06b6b3 (diff) |
net/gmid: Update to 2.0.4
Changelog: https://github.com/omar-polo/gmid/releases/tag/2.0.4
PR: 279557
-rw-r--r-- | net/gmid/Makefile | 3 | ||||
-rw-r--r-- | net/gmid/distinfo | 6 | ||||
-rw-r--r-- | 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" |