pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/nginx



Module Name:    pkgsrc
Committed By:   kim
Date:           Sun Jan 19 07:42:42 UTC 2020

Modified Files:
        pkgsrc/www/nginx: distinfo
        pkgsrc/www/nginx/patches: patch-src_http_ngx__http__special__response.c

Log Message:
Mention CVE-2019-20372 in the patch file as well.


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 pkgsrc/www/nginx/distinfo
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/www/nginx/patches/patch-src_http_ngx__http__special__response.c

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

Modified files:

Index: pkgsrc/www/nginx/distinfo
diff -u pkgsrc/www/nginx/distinfo:1.71 pkgsrc/www/nginx/distinfo:1.72
--- pkgsrc/www/nginx/distinfo:1.71      Sun Jan 19 07:28:36 2020
+++ pkgsrc/www/nginx/distinfo   Sun Jan 19 07:42:42 2020
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.71 2020/01/19 07:28:36 kim Exp $
+$NetBSD: distinfo,v 1.72 2020/01/19 07:42:42 kim Exp $
 
 SHA1 (array-var-nginx-module-0.05.tar.gz) = c69fac77814947009ab783a471783b3c95a63a26
 RMD160 (array-var-nginx-module-0.05.tar.gz) = 89bd4efc04864e3e90781588a337338951ec8733
@@ -53,4 +53,4 @@ SHA1 (patch-ab) = 7d126a4372aa8575ef01a4
 SHA1 (patch-auto_cc_conf) = 5e6a479ba419cd16dedeb3b4c47dc685d126ef6a
 SHA1 (patch-auto_lib_pcre_conf) = 8cf03fe38e7f75ef6892cc8b93be5cb18c381e97
 SHA1 (patch-src_event_modules_ngx__eventport__module.c) = c8e919f48d68bd5bffc4ad11d9c79dc6da3a0de2
-SHA1 (patch-src_http_ngx__http__special__response.c) = ab1fcd9727d13b3d8697bc16a7bacce7718e8b4c
+SHA1 (patch-src_http_ngx__http__special__response.c) = 7ac84762cc42932c43dc5191888fbe33c2125c3b

Index: pkgsrc/www/nginx/patches/patch-src_http_ngx__http__special__response.c
diff -u pkgsrc/www/nginx/patches/patch-src_http_ngx__http__special__response.c:1.1 pkgsrc/www/nginx/patches/patch-src_http_ngx__http__special__response.c:1.2
--- pkgsrc/www/nginx/patches/patch-src_http_ngx__http__special__response.c:1.1  Sun Jan 19 07:28:36 2020
+++ pkgsrc/www/nginx/patches/patch-src_http_ngx__http__special__response.c      Sun Jan 19 07:42:42 2020
@@ -1,7 +1,9 @@
-$NetBSD: patch-src_http_ngx__http__special__response.c,v 1.1 2020/01/19 07:28:36 kim Exp $
+$NetBSD: patch-src_http_ngx__http__special__response.c,v 1.2 2020/01/19 07:42:42 kim Exp $
 
 Discard request body when redirecting to a URL via error_page.
 
+Fixes CVE-2019-20372.
+
 https://github.com/nginx/nginx/commit/c1be55f97211d38b69ac0c2027e6812ab8b1b94e.patch
 
 --- src/http/ngx_http_special_response.c



Home | Main Index | Thread Index | Old Index