git: f5b552345edb - main - net/gmid: update to 1.8.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 27 Mar 2022 20:50:26 UTC
The branch main has been updated by nc:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f5b552345edb95625e930bc84da747ab0f68dbe7
commit f5b552345edb95625e930bc84da747ab0f68dbe7
Author: Omar Polo <freebsd@omarpolo.com>
AuthorDate: 2022-03-27 20:49:31 +0000
Commit: Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2022-03-27 20:49:31 +0000
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
---
net/gmid/Makefile | 2 +-
net/gmid/distinfo | 6 +++---
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