pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/netsurf



Module Name:    pkgsrc
Committed By:   nros
Date:           Mon Nov 11 10:33:30 UTC 2019

Modified Files:
        pkgsrc/www/netsurf: distinfo
        pkgsrc/www/netsurf/patches: patch-netsurf_frontends_gtk_download.c

Log Message:
Add comment about upstream fix

Add comment about upstream fix so that the one who updates this
knows that it can be removed.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/netsurf/distinfo
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/www/netsurf/patches/patch-netsurf_frontends_gtk_download.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/netsurf/distinfo
diff -u pkgsrc/www/netsurf/distinfo:1.14 pkgsrc/www/netsurf/distinfo:1.15
--- pkgsrc/www/netsurf/distinfo:1.14    Wed Sep 18 20:32:47 2019
+++ pkgsrc/www/netsurf/distinfo Mon Nov 11 10:33:30 2019
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.14 2019/09/18 20:32:47 nros Exp $
+$NetBSD: distinfo,v 1.15 2019/11/11 10:33:30 nros Exp $
 
 SHA1 (netsurf-all-3.9.tar.gz) = 392aa7cf94b303228a00e6887c74e5763a81f3a4
 RMD160 (netsurf-all-3.9.tar.gz) = 3f7aff04cfd253f2b18590830b0aa2fca0123b3c
 SHA512 (netsurf-all-3.9.tar.gz) = 3223b0a3bc9721ea1a5a81bbabdda11e1d0f63850074a5dea3ea8999e53c92f07228f58befbf10359c028965131426888a8b9595d6c3cd7a5cde33ca256cf987
 Size (netsurf-all-3.9.tar.gz) = 8416458 bytes
-SHA1 (patch-netsurf_frontends_gtk_download.c) = 25bbb146ed57ddfc943155b366cb73850e4ff0ac
+SHA1 (patch-netsurf_frontends_gtk_download.c) = 8a449c0b46859be104f2eb87860960f84ebd38ad
 SHA1 (patch-netsurf_utils_config.h) = 947eb55fbef10b50b651f2df18f95d30e82078e2
 SHA1 (patch-nsgenbind_src_Makefile) = 9024fe193c532fefec83b86a8cf85f1bcffb614e

Index: pkgsrc/www/netsurf/patches/patch-netsurf_frontends_gtk_download.c
diff -u pkgsrc/www/netsurf/patches/patch-netsurf_frontends_gtk_download.c:1.1 pkgsrc/www/netsurf/patches/patch-netsurf_frontends_gtk_download.c:1.2
--- pkgsrc/www/netsurf/patches/patch-netsurf_frontends_gtk_download.c:1.1       Wed Sep 18 20:21:39 2019
+++ pkgsrc/www/netsurf/patches/patch-netsurf_frontends_gtk_download.c   Mon Nov 11 10:33:30 2019
@@ -1,5 +1,7 @@
-$NetBSD: patch-netsurf_frontends_gtk_download.c,v 1.1 2019/09/18 20:21:39 nros Exp $
+$NetBSD: patch-netsurf_frontends_gtk_download.c,v 1.2 2019/11/11 10:33:30 nros Exp $
 * fix crash when downloading files (nullpointer dereference)
+* fixed upstream
+  http://source.netsurf-browser.org/netsurf.git/commit/frontends/gtk/download.c?id=1f0dc9dd6e014e0e5d4093fef53c41cd09854897
 --- netsurf/frontends/gtk/download.c.orig      2019-07-17 15:37:00.000000000 +0000
 +++ netsurf/frontends/gtk/download.c
 @@ -89,6 +89,8 @@ struct gui_download_window {



Home | Main Index | Thread Index | Old Index