aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Polo <freebsd@omarpolo.com>2022-03-27 20:49:31 +0000
committerNeel Chauhan <nc@FreeBSD.org>2022-03-27 20:49:31 +0000
commitf5b552345edb95625e930bc84da747ab0f68dbe7 (patch)
treebb57ed291dec570b68e23e1d8d3c0c4d25f8f14d
parent9726a31ca2b99e6754254afdaaaaade996cb55e6 (diff)
downloadports-f5b552345edb95625e930bc84da747ab0f68dbe7.tar.gz
ports-f5b552345edb95625e930bc84da747ab0f68dbe7.zip
net/gmid: update to 1.8.3
Bug Fixes: * fix a CGI timing issue: if a connection handled by a CGI scripts is interrupted with the right timing it causes the server process to exit with "fatal in client_by_id: invalid id X". New Features: * add a new block `type { ... }' to define mime types mapping. Improvements: * use shell built-in `command' instead of which(1), prodded by cage and Allen Sobot. * configure script: allow to set MANDIR from cmdline (Allen Sobot) * add systemd-sysusers sample file in contrib/ (Nakaya) * [linux/seccomp] allow fstatat64(2), llseek(2) and sigreturn(2), needed by glibc on armv7. (Tobias Berger) * [linux/seccomp] tightens rules by allowing openat(2) only with the O_RDONLY flag. PR: 262832
-rw-r--r--net/gmid/Makefile2
-rw-r--r--net/gmid/distinfo6
2 files changed, 4 insertions, 4 deletions
diff --git a/net/gmid/Makefile b/net/gmid/Makefile
index 0f5e9c293410..b4086ffd1182 100644
--- a/net/gmid/Makefile
+++ b/net/gmid/Makefile
@@ -1,5 +1,5 @@
PORTNAME= gmid
-DISTVERSION= 1.8.1
+DISTVERSION= 1.8.3
CATEGORIES= net
MASTER_SITES= https://github.com/omar-polo/gmid/releases/download/${DISTVERSION}/
diff --git a/net/gmid/distinfo b/net/gmid/distinfo
index bb64aab52943..0e9c9f07c922 100644
--- a/net/gmid/distinfo
+++ b/net/gmid/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1644535162
-SHA256 (gmid-1.8.1.tar.gz) = 7605d3f692dc509540a85c4f72b0f5dbe1fc9099cc57a6345e0821cf6b028854
-SIZE (gmid-1.8.1.tar.gz) = 140350
+TIMESTAMP = 1648387071
+SHA256 (gmid-1.8.3.tar.gz) = f7b6cc1deaea6c5242301fa7440c0f5caaf282fea780ba1edcef480f7fa67fe1
+SIZE (gmid-1.8.3.tar.gz) = 141650