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:   mef
Date:           Sun Jan  1 01:01:15 UTC 2023

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

Log Message:
(www/R-webfakes) Updated 1.1.3 to 1.1.6

# webfakes 1.1.6

* `response$send_file()` now handles `root = "/"` and absolute paths
  better on Windows.

* `new_app_process()` and `local_app_process()` are now faster,
  because the app object they need to copy to the subprocess is smaller.

# webfakes 1.1.5

* `mw_etag()` now handles the `If-None-Match` header properly, and sets
  the status code of the response to 304, and removes the response body.

# webfakes 1.1.4

* No user visible changes.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 pkgsrc/www/R-webfakes/Makefile:1.2
--- pkgsrc/www/R-webfakes/Makefile:1.1  Fri Apr 29 15:00:26 2022
+++ pkgsrc/www/R-webfakes/Makefile      Sun Jan  1 01:01:15 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2022/04/29 15:00:26 mef Exp $
+# $NetBSD: Makefile,v 1.2 2023/01/01 01:01:15 mef Exp $
 
 R_PKGNAME=     webfakes
-R_PKGVER=      1.1.3
+R_PKGVER=      1.1.6
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/www/R-webfakes/distinfo
diff -u pkgsrc/www/R-webfakes/distinfo:1.1 pkgsrc/www/R-webfakes/distinfo:1.2
--- pkgsrc/www/R-webfakes/distinfo:1.1  Fri Apr 29 15:00:26 2022
+++ pkgsrc/www/R-webfakes/distinfo      Sun Jan  1 01:01:15 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2022/04/29 15:00:26 mef Exp $
+$NetBSD: distinfo,v 1.2 2023/01/01 01:01:15 mef Exp $
 
-BLAKE2s (R/webfakes_1.1.3.tar.gz) = 5da4d086ccbbef925b159596b8ad0fb80c332bdf8c2f3c0bd4c2722a1c225b5d
-SHA512 (R/webfakes_1.1.3.tar.gz) = a7de5155cc79bd60a83f4fd974fbe3cf526857501dd463d3b6441af7e8a83f0c159ce819ef85237146e6f9d9e3e54e6d149c51a982b77e0e19ce604fda90a55c
-Size (R/webfakes_1.1.3.tar.gz) = 611974 bytes
+BLAKE2s (R/webfakes_1.1.6.tar.gz) = 7285848bc6ca30e8ec10079629e06dad86389d17c575cf880c375f2ed6a9b82f
+SHA512 (R/webfakes_1.1.6.tar.gz) = 03dce364771dbd04d5e3d364427ecaa50c1c84a232e502da1af1a72446bade46ade941679086aaf6ef87f8251d2eaba46afc1e61afc2ba844631b933ce35353c
+Size (R/webfakes_1.1.6.tar.gz) = 614997 bytes



Home | Main Index | Thread Index | Old Index