pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/R-webfakes



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Sep 17 20:23:53 UTC 2026

Modified Files:
        pkgsrc/www/R-webfakes: Makefile distinfo

Log Message:
R-webfakes: update to 1.5.0.

Build fix.

# webfakes 1.5.0

* New `keep_alive_timeout_ms` option in `server_opts()` to configure the
  idle timeout of keep-alive connections. The default is 5000 ms, up from
  the underlying CivetWeb default of 500 ms (#114).

* Handler functions may now declare a `locals` argument, in which case
  webfakes passes `app$locals` to it directly, without having to access
  it through `req$app$locals` (#112).

* webfakes now builds on platforms where `ar` does not writes a symbol
  index by default (@barracuda156, #121).

* webfakes now parses HTTP date headers (e.g. `Date`, `Last-Modified`,
  `Expires`) correctly regardless of the user's `LC_TIME` setting
  (@lbm364dl, #124).

* Route matching now ignores trailing slashes. Use regular expressions
  (`new_regexp()`) if you need exact trailing slash matching (#120).

* `httpbin_app()`'s `/post`, `/put`, `/patch`, `/delete` and `/anything*`
  endpoints now return the request body in the `data` field for any
  `Content-Type`, matching `httpbin.org` (#115).

# webfakes 1.4.1

No changes.

# webfakes 1.4.0

* webfakes now supports HTTPS (#110).

* The cleanup of a `new_app_process()` (and thus `local_app_process()`)
  is now faster. Instead of sending an interrupt first and waiting for
  the subprocess to quite, it is killed instantly.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/R-webfakes/Makefile \
    pkgsrc/www/R-webfakes/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/R-webfakes/Makefile
diff -u pkgsrc/www/R-webfakes/Makefile:1.5 pkgsrc/www/R-webfakes/Makefile:1.6
--- pkgsrc/www/R-webfakes/Makefile:1.5  Sat Feb  1 12:21:37 2025
+++ pkgsrc/www/R-webfakes/Makefile      Thu Sep 17 20:23:53 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2025/02/01 12:21:37 mef Exp $
+# $NetBSD: Makefile,v 1.6 2026/09/17 20:23:53 wiz Exp $
 
 R_PKGNAME=     webfakes
-R_PKGVER=      1.3.2
+R_PKGVER=      1.5.0
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -29,6 +29,8 @@ TEST_DEPENDS+=        tex-url-[0-9]*:../../prin
 TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
 
 USE_LANGUAGES= c
+USE_TOOLS+=    bash
+REPLACE_BASH+= inst/cert/localhost/generate.sh
 
 .include "../../math/R/Makefile.extension"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/R-webfakes/distinfo
diff -u pkgsrc/www/R-webfakes/distinfo:1.5 pkgsrc/www/R-webfakes/distinfo:1.6
--- pkgsrc/www/R-webfakes/distinfo:1.5  Sat Feb  1 12:21:37 2025
+++ pkgsrc/www/R-webfakes/distinfo      Thu Sep 17 20:23:53 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2025/02/01 12:21:37 mef Exp $
+$NetBSD: distinfo,v 1.6 2026/09/17 20:23:53 wiz Exp $
 
-BLAKE2s (R/webfakes_1.3.2.tar.gz) = 3aadced984658f8c31a75869740d53d6550ee95ceac9961b67de07cf5e22a387
-SHA512 (R/webfakes_1.3.2.tar.gz) = a7dfcf3db37a27fae0b0d74b8e231844af5883cd900d5c5b54190695e6b2bd4b72d612c69f59bea45245e3166d82c3b483c8689f39f392b68bee57e6a4760be4
-Size (R/webfakes_1.3.2.tar.gz) = 435284 bytes
+BLAKE2s (R/webfakes_1.5.0.tar.gz) = 9dae39c28a8b39f72d40e9cc13acae15ef4d7f436393057d0d401e4a0e85cd05
+SHA512 (R/webfakes_1.5.0.tar.gz) = 7d05353283e074014b2a4c31b21a84532f77a6785ff95a5582a5411dc6b260e849db8be605ba65d440be2d6e6a4fbf2793d9321d87cf18861b1f09462e13f341
+Size (R/webfakes_1.5.0.tar.gz) = 1884047 bytes



Home | Main Index | Thread Index | Old Index