pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/got
Module Name: pkgsrc
Committed By: vins
Date: Sat Oct 11 18:37:20 UTC 2025
Modified Files:
pkgsrc/devel/got: Makefile distinfo
Log Message:
devel/got: 0.120
* got 0.120; 2025-10-03
- disable gotwebd authentication if it is not enabled in /etc/gotwebd.conf
- ensure that GOTWEBD_LOGIN_TIMEOUT is used consistently at build time
- prevent date-specific gotsysd regress failures due to asctime_r whitespace
- make gotwebd refuse to start up if the _gotwebd user is root
- make gotwebd warn if the webserver's user is set to root in /etc/gotwebd.conf
- add /etc/gotwebd.conf parameters for hiding repositories
- reject bad hostnames provided to the gotsh weblogin command
- allow gotwebd to optionally display a login hint when authentication fails
* got 0.119; 2025-09-29
- clean up gotwebd requests before freeing sockets; avoids deref of NULL sock
- fix wrong process names in gotwebd error messages
- use an absolute URL in redirects generated by gotwebd
- fix an issue where histedit would not merge added files correctly
- tweak gotwebd deferred accept handling to work more like httpd's
- add a 'weblogin' command to gotsh for use with gotwebd user authentication
- add user authentication support to gotwebd
- make gotwebd IPC sockets use non-blocking I/O as intended to fix hang
- prevent gotd looping on unhandled errors raised by accept()
- fix gotsysd.conf "listen on" statement failing on non-existent sockets
- pass gotwebd.conf's www user setting to every gotwebd child process
* got 0.118; 2025-09-09
- security fix for -portable: gotwebd can be tricked into reading repositories
outside its repos_path; bug introduced in got-0.111; OpenBSD is not affected
- make 'tog diff' show the repository name in names of patches written to /tmp
- plug memory leaks which were making gotwebd regress tests fail
- fix parallel processing of requests in gotwebd, improving responsiveness
- set gotwebd pledges according to address families of listening sockets
- run gotwebd fcgi parameter parsing in a dedicated process under pledge "stdio"
- make gotd commit notifications only show history which is unique to the branch
- enable sftp/scp support in the sshd_config file generated by gotsysd
- make gotsysd-managed repositories readable for the _gotd group
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/got/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/got/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/got/Makefile
diff -u pkgsrc/devel/got/Makefile:1.26 pkgsrc/devel/got/Makefile:1.27
--- pkgsrc/devel/got/Makefile:1.26 Sun Sep 28 14:45:23 2025
+++ pkgsrc/devel/got/Makefile Sat Oct 11 18:37:20 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2025/09/28 14:45:23 khorben Exp $
+# $NetBSD: Makefile,v 1.27 2025/10/11 18:37:20 vins Exp $
-DISTNAME= got-portable-0.118
+DISTNAME= got-portable-0.120
PKGNAME= ${DISTNAME:S/-portable//}
CATEGORIES= devel
MASTER_SITES= https://gameoftrees.org/releases/portable/
@@ -28,8 +28,8 @@ PKG_HOME._gotd= /nonexistent
GNU_CONFIGURE= yes
CONFIGURE_ENV+= YACC=${YACC:Q}
-CONFIGURE_ENV+= CFLAGS=${CFLAGS:Q}
-CONFIGURE_ENV+= LDFLAGS=${LDFLAGS:Q}
+CONFIGURE_ENV+= CFLAGS=${CFLAGS:M*:Q}
+CONFIGURE_ENV+= LDFLAGS=${LDFLAGS:M*:Q}
CONFIGURE_ARGS+= --enable-gotd
CONFIGURE_ARGS+= --enable-cvg
CONFIGURE_ARGS+= --with-gotd-empty-path=${VARBASE}/empty
Index: pkgsrc/devel/got/distinfo
diff -u pkgsrc/devel/got/distinfo:1.19 pkgsrc/devel/got/distinfo:1.20
--- pkgsrc/devel/got/distinfo:1.19 Sun Sep 28 14:45:23 2025
+++ pkgsrc/devel/got/distinfo Sat Oct 11 18:37:20 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.19 2025/09/28 14:45:23 khorben Exp $
+$NetBSD: distinfo,v 1.20 2025/10/11 18:37:20 vins Exp $
-BLAKE2s (got-portable-0.118.tar.gz) = eec21df21bce246b4977fc7a4378fcbe6598605c7dc27cf0d8c55d550fb1c2f6
-SHA512 (got-portable-0.118.tar.gz) = e733256d703adceb152b792443fbf25f7594a2bc1dbbdde01bd30dd8de046d5f6785ac10308ee969915d80b3c861dda1db09436f99f467829a5beb0011b22699
-Size (got-portable-0.118.tar.gz) = 1587727 bytes
+BLAKE2s (got-portable-0.120.tar.gz) = 7d5ad9737ef69b71c0df00831ac3d3f7b6857160207b7b6c65d23365a70182e4
+SHA512 (got-portable-0.120.tar.gz) = 15ef4db91921195fd514b7c23f2563c0dbd9f6f54124a70fc013a1a553c587b5c279b3bd924297af2adc6441d6cdadefa7dbf3ca15b5db57cc20bbe51342299f
+Size (got-portable-0.120.tar.gz) = 1679016 bytes
SHA1 (patch-gotd_log.h) = f978464fe9a16d3b51051aed0611e73308251dfe
Home |
Main Index |
Thread Index |
Old Index