[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pkgsrc-changes
Subject:    CVS commit: pkgsrc/www/firefox
From:       "Ryo ONODERA" <ryoon () netbsd ! org>
Date:       2017-03-30 19:11:14
Message-ID: 20170330191114.DC369FBE4 () cvs ! NetBSD ! org
[Download RAW message or body]

This is a multi-part message in MIME format.

--_----------=_14909010743480
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset="US-ASCII"

Module Name:	pkgsrc
Committed By:	ryoon
Date:		Thu Mar 30 19:11:14 UTC 2017

Modified Files:
	pkgsrc/www/firefox: Makefile PLIST distinfo

Log Message:
Update to 52.0.2

Changelog:
Fixed:
    Use Nirmala UI as fallback font for additional Indic languages (Bug 1342787)

    Fix loading tab icons on session restore (Bug 1338009)

    Fix a crash on startup on Linux (Bug 1345413)

    Fix new installs erroneously not prompting to change the default browser setting \
(Bug 1343938)


To generate a diff of this commit:
cvs rdiff -u -r1.290 -r1.291 pkgsrc/www/firefox/Makefile
cvs rdiff -u -r1.117 -r1.118 pkgsrc/www/firefox/PLIST
cvs rdiff -u -r1.276 -r1.277 pkgsrc/www/firefox/distinfo

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


--_----------=_14909010743480
Content-Disposition: inline
Content-Length: 2994
Content-Transfer-Encoding: binary
Content-Type: text/x-diff; charset=us-ascii

Modified files:

Index: pkgsrc/www/firefox/Makefile
diff -u pkgsrc/www/firefox/Makefile:1.290 pkgsrc/www/firefox/Makefile:1.291
--- pkgsrc/www/firefox/Makefile:1.290	Sat Mar 18 23:00:12 2017
+++ pkgsrc/www/firefox/Makefile	Thu Mar 30 19:11:14 2017
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.290 2017/03/18 23:00:12 ryoon Exp $
+# $NetBSD: Makefile,v 1.291 2017/03/30 19:11:14 ryoon Exp $
 
 FIREFOX_VER=		${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
 MOZ_BRANCH=		52.0
-MOZ_BRANCH_MINOR=	.1
+MOZ_BRANCH_MINOR=	.2
 
 DISTNAME=	firefox-${FIREFOX_VER}.source
 PKGNAME=	firefox-${MOZ_BRANCH}${MOZ_BRANCH_MINOR:S/b/beta/:S/esr//}

Index: pkgsrc/www/firefox/PLIST
diff -u pkgsrc/www/firefox/PLIST:1.117 pkgsrc/www/firefox/PLIST:1.118
--- pkgsrc/www/firefox/PLIST:1.117	Tue Mar  7 20:45:43 2017
+++ pkgsrc/www/firefox/PLIST	Thu Mar 30 19:11:14 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.117 2017/03/07 20:45:43 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.118 2017/03/30 19:11:14 ryoon Exp $
 bin/firefox
 lib/firefox/application.ini
 lib/firefox/browser/blocklist.xml
@@ -2376,6 +2376,8 @@ lib/firefox/browser/extensions/{972ce4c6
 lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf
 lib/firefox/browser/features/aushelper@mozilla.org/bootstrap.js
 lib/firefox/browser/features/aushelper@mozilla.org/install.rdf
+lib/firefox/browser/features/deployment-checker@mozilla.org/bootstrap.js
+lib/firefox/browser/features/deployment-checker@mozilla.org/install.rdf
 lib/firefox/browser/features/e10srollout@mozilla.org/bootstrap.js
 lib/firefox/browser/features/e10srollout@mozilla.org/install.rdf
 lib/firefox/browser/features/firefox@getpocket.com/bootstrap.js

Index: pkgsrc/www/firefox/distinfo
diff -u pkgsrc/www/firefox/distinfo:1.276 pkgsrc/www/firefox/distinfo:1.277
--- pkgsrc/www/firefox/distinfo:1.276	Sat Mar 18 23:00:12 2017
+++ pkgsrc/www/firefox/distinfo	Thu Mar 30 19:11:14 2017
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.276 2017/03/18 23:00:12 ryoon Exp $
+$NetBSD: distinfo,v 1.277 2017/03/30 19:11:14 ryoon Exp $
 
-SHA1 (firefox-52.0.1.source.tar.xz) = 1d0871889fd57a51ffa38c3ec9e7a2125b38e6bf
-RMD160 (firefox-52.0.1.source.tar.xz) = 1140dd948eb024ee4968dc3da8ae63996c247436
-SHA512 (firefox-52.0.1.source.tar.xz) = \
535e2cc0ee645d4ebe9f1d2d1f4fbb16ff5d1745ce493add6b2e323ca3b0907c3054705c5a15eaadb314d5d6474ba1825554fd1ff0780ab7f76fd3f9672a6974
                
-Size (firefox-52.0.1.source.tar.xz) = 211464084 bytes
+SHA1 (firefox-52.0.2.source.tar.xz) = 5631e49d8ae064764b64643534acfdd619061ba9
+RMD160 (firefox-52.0.2.source.tar.xz) = 2a02867e597ba41fa1048c9b9458449b8c63f8b9
+SHA512 (firefox-52.0.2.source.tar.xz) = \
15668625d212acf874b560d0adf738faf3e0df532c549ab94e1d91944542e13bf16265f08fca1eded42820f9b7ad3f0ff70a8b5bc9adde0a79d11e022bb1158e
 +Size (firefox-52.0.2.source.tar.xz) = 211407880 bytes
 SHA1 (patch-aa) = c1084caa275e57b716c3499301f7fc3f99ef5026
 SHA1 (patch-ao) = 1564bc503670dc07ec8b9b43927f0c5879f3a44d
 SHA1 (patch-as) = 632ebd35287f8f97d18721d39a0514d4cdbb12cc


--_----------=_14909010743480--


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic