Wed Oct 21 18:03:19 2009 UTC ()
update to 2.28.1
This switches to the gnome-2.28 release branch.


(drochner)
diff -r1.97 -r1.98 pkgsrc/archivers/file-roller/Makefile
diff -r1.32 -r1.33 pkgsrc/archivers/file-roller/PLIST
diff -r1.49 -r1.50 pkgsrc/archivers/file-roller/distinfo

cvs diff -r1.97 -r1.98 pkgsrc/archivers/file-roller/Makefile (expand / switch to unified diff)

--- pkgsrc/archivers/file-roller/Makefile 2009/09/19 07:46:12 1.97
+++ pkgsrc/archivers/file-roller/Makefile 2009/10/21 18:03:19 1.98
@@ -1,20 +1,19 @@ @@ -1,20 +1,19 @@
1# $NetBSD: Makefile,v 1.97 2009/09/19 07:46:12 ahoka Exp $ 1# $NetBSD: Makefile,v 1.98 2009/10/21 18:03:19 drochner Exp $
2# 2#
3 3
4DISTNAME= file-roller-2.26.3 4DISTNAME= file-roller-2.28.1
5PKGREVISION= 2 
6CATEGORIES= archivers gnome 5CATEGORIES= archivers gnome
7MASTER_SITES= ${MASTER_SITE_GNOME:=sources/file-roller/2.26/} 6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/file-roller/2.28/}
8EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://fileroller.sourceforge.net/ 10HOMEPAGE= http://fileroller.sourceforge.net/
12COMMENT= Front-end to archiving programs like tar and zip 11COMMENT= Front-end to archiving programs like tar and zip
13LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
14 13
15DEPENDS+= gtar-base>=1.13.25:../../archivers/gtar-base 14DEPENDS+= gtar-base>=1.13.25:../../archivers/gtar-base
16DEPENDS+= unzip>=5.50nb2:../../archivers/unzip 15DEPENDS+= unzip>=5.50nb2:../../archivers/unzip
17DEPENDS+= zip>=2.3nb2:../../archivers/zip 16DEPENDS+= zip>=2.3nb2:../../archivers/zip
18 17
19PKG_DESTDIR_SUPPORT= user-destdir 18PKG_DESTDIR_SUPPORT= user-destdir
20 19
@@ -29,32 +28,24 @@ BUILDLINK_API_DEPENDS.glib2+= glib2>=2. @@ -29,32 +28,24 @@ BUILDLINK_API_DEPENDS.glib2+= glib2>=2.
29BUILDLINK_API_DEPENDS.gnome-vfs+= gnome-vfs>=2.10.0 28BUILDLINK_API_DEPENDS.gnome-vfs+= gnome-vfs>=2.10.0
30BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.10.0 29BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.10.0
31BUILDLINK_API_DEPENDS.libglade+= libglade>=2.4.0 30BUILDLINK_API_DEPENDS.libglade+= libglade>=2.4.0
32 31
33# Force to use unzip from pkgsrc as other installed versions in path 32# Force to use unzip from pkgsrc as other installed versions in path
34# may be incompatible. (For example NetBSD 6.0's unzip) 33# may be incompatible. (For example NetBSD 6.0's unzip)
35# 34#
36SUBST_CLASSES+= unzip 35SUBST_CLASSES+= unzip
37SUBST_STAGE.unzip= pre-build 36SUBST_STAGE.unzip= pre-build
38SUBST_MESSAGE.unzip= Hardcoding unzip path 37SUBST_MESSAGE.unzip= Hardcoding unzip path
39SUBST_FILES.unzip= src/fr-command-zip.c 38SUBST_FILES.unzip= src/fr-command-zip.c
40SUBST_SED.unzip= -e 's|@@UNZIP_COMMAND@@|${LOCALBASE}/bin/unzip|' 39SUBST_SED.unzip= -e 's|@@UNZIP_COMMAND@@|${LOCALBASE}/bin/unzip|'
41 40
42# XXX force regen, bundled one doesn't fit 
43# see gnome bugzilla #587869 
44post-extract: 
45 ${RM} ${WRKSRC}/src/fr-enum-types.c 
46 
47.include "../../devel/GConf/schemas.mk" 41.include "../../devel/GConf/schemas.mk"
48.include "../../devel/gettext-lib/buildlink3.mk" 42.include "../../devel/gettext-lib/buildlink3.mk"
49.include "../../devel/glib2/buildlink3.mk" 43.include "../../devel/glib2/buildlink3.mk"
50.include "../../devel/libgnome/buildlink3.mk" 
51.include "../../devel/libgnomeui/buildlink3.mk" 
52.include "../../devel/libglade/buildlink3.mk" 
53.include "../../graphics/hicolor-icon-theme/buildlink3.mk" 44.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
54.include "../../sysutils/desktop-file-utils/desktopdb.mk" 45.include "../../sysutils/desktop-file-utils/desktopdb.mk"
55.include "../../sysutils/gnome-vfs/buildlink3.mk" 
56#.include "../../sysutils/nautilus/buildlink3.mk" 46#.include "../../sysutils/nautilus/buildlink3.mk"
57.include "../../textproc/gnome-doc-utils/buildlink3.mk" 47.include "../../textproc/gnome-doc-utils/buildlink3.mk"
58.include "../../mk/omf-scrollkeeper.mk" 48.include "../../mk/omf-scrollkeeper.mk"
59.include "../../x11/gtk2/buildlink3.mk" 49.include "../../x11/gtk2/buildlink3.mk"
 50.include "../../x11/libSM/buildlink3.mk"
60.include "../../mk/bsd.pkg.mk" 51.include "../../mk/bsd.pkg.mk"

cvs diff -r1.32 -r1.33 pkgsrc/archivers/file-roller/PLIST (expand / switch to unified diff)

--- pkgsrc/archivers/file-roller/PLIST 2009/06/14 17:28:16 1.32
+++ pkgsrc/archivers/file-roller/PLIST 2009/10/21 18:03:19 1.33
@@ -1,16 +1,17 @@ @@ -1,16 +1,17 @@
1@comment $NetBSD: PLIST,v 1.32 2009/06/14 17:28:16 joerg Exp $ 1@comment $NetBSD: PLIST,v 1.33 2009/10/21 18:03:19 drochner Exp $
2bin/file-roller 2bin/file-roller
3libexec/file-roller/isoinfo.sh 3libexec/file-roller/isoinfo.sh
 4libexec/file-roller/rpm2cpio
4share/applications/file-roller.desktop 5share/applications/file-roller.desktop
5share/file-roller/icons/hicolor/16x16/actions/add-files-to-archive.png 6share/file-roller/icons/hicolor/16x16/actions/add-files-to-archive.png
6share/file-roller/icons/hicolor/16x16/actions/add-folder-to-archive.png 7share/file-roller/icons/hicolor/16x16/actions/add-folder-to-archive.png
7share/file-roller/icons/hicolor/16x16/actions/extract-archive.png 8share/file-roller/icons/hicolor/16x16/actions/extract-archive.png
8share/file-roller/icons/hicolor/24x24/actions/add-files-to-archive.png 9share/file-roller/icons/hicolor/24x24/actions/add-files-to-archive.png
9share/file-roller/icons/hicolor/24x24/actions/add-folder-to-archive.png 10share/file-roller/icons/hicolor/24x24/actions/add-folder-to-archive.png
10share/file-roller/icons/hicolor/24x24/actions/extract-archive.png 11share/file-roller/icons/hicolor/24x24/actions/extract-archive.png
11share/file-roller/ui/add-options.ui 12share/file-roller/ui/add-options.ui
12share/file-roller/ui/batch-add-files.ui 13share/file-roller/ui/batch-add-files.ui
13share/file-roller/ui/batch-password.ui 14share/file-roller/ui/batch-password.ui
14share/file-roller/ui/delete.ui 15share/file-roller/ui/delete.ui
15share/file-roller/ui/new.ui 16share/file-roller/ui/new.ui
16share/file-roller/ui/open-with.ui 17share/file-roller/ui/open-with.ui
@@ -27,26 +28,32 @@ share/gnome/help/file-roller/C/file-roll @@ -27,26 +28,32 @@ share/gnome/help/file-roller/C/file-roll
27share/gnome/help/file-roller/C/legal.xml 28share/gnome/help/file-roller/C/legal.xml
28share/gnome/help/file-roller/bg/figures/file-roller_home.png 29share/gnome/help/file-roller/bg/figures/file-roller_home.png
29share/gnome/help/file-roller/bg/figures/file-roller_leftarrow.png 30share/gnome/help/file-roller/bg/figures/file-roller_leftarrow.png
30share/gnome/help/file-roller/bg/figures/file-roller_main_window.png 31share/gnome/help/file-roller/bg/figures/file-roller_main_window.png
31share/gnome/help/file-roller/bg/figures/file-roller_rightarrow.png 32share/gnome/help/file-roller/bg/figures/file-roller_rightarrow.png
32share/gnome/help/file-roller/bg/figures/file-roller_uparrow.png 33share/gnome/help/file-roller/bg/figures/file-roller_uparrow.png
33share/gnome/help/file-roller/bg/file-roller.xml 34share/gnome/help/file-roller/bg/file-roller.xml
34share/gnome/help/file-roller/ca/figures/file-roller_home.png 35share/gnome/help/file-roller/ca/figures/file-roller_home.png
35share/gnome/help/file-roller/ca/figures/file-roller_leftarrow.png 36share/gnome/help/file-roller/ca/figures/file-roller_leftarrow.png
36share/gnome/help/file-roller/ca/figures/file-roller_main_window.png 37share/gnome/help/file-roller/ca/figures/file-roller_main_window.png
37share/gnome/help/file-roller/ca/figures/file-roller_rightarrow.png 38share/gnome/help/file-roller/ca/figures/file-roller_rightarrow.png
38share/gnome/help/file-roller/ca/figures/file-roller_uparrow.png 39share/gnome/help/file-roller/ca/figures/file-roller_uparrow.png
39share/gnome/help/file-roller/ca/file-roller.xml 40share/gnome/help/file-roller/ca/file-roller.xml
 41share/gnome/help/file-roller/cs/figures/file-roller_home.png
 42share/gnome/help/file-roller/cs/figures/file-roller_leftarrow.png
 43share/gnome/help/file-roller/cs/figures/file-roller_main_window.png
 44share/gnome/help/file-roller/cs/figures/file-roller_rightarrow.png
 45share/gnome/help/file-roller/cs/figures/file-roller_uparrow.png
 46share/gnome/help/file-roller/cs/file-roller.xml
40share/gnome/help/file-roller/de/figures/file-roller_home.png 47share/gnome/help/file-roller/de/figures/file-roller_home.png
41share/gnome/help/file-roller/de/figures/file-roller_leftarrow.png 48share/gnome/help/file-roller/de/figures/file-roller_leftarrow.png
42share/gnome/help/file-roller/de/figures/file-roller_main_window.png 49share/gnome/help/file-roller/de/figures/file-roller_main_window.png
43share/gnome/help/file-roller/de/figures/file-roller_rightarrow.png 50share/gnome/help/file-roller/de/figures/file-roller_rightarrow.png
44share/gnome/help/file-roller/de/figures/file-roller_uparrow.png 51share/gnome/help/file-roller/de/figures/file-roller_uparrow.png
45share/gnome/help/file-roller/de/file-roller.xml 52share/gnome/help/file-roller/de/file-roller.xml
46share/gnome/help/file-roller/el/figures/file-roller_home.png 53share/gnome/help/file-roller/el/figures/file-roller_home.png
47share/gnome/help/file-roller/el/figures/file-roller_leftarrow.png 54share/gnome/help/file-roller/el/figures/file-roller_leftarrow.png
48share/gnome/help/file-roller/el/figures/file-roller_main_window.png 55share/gnome/help/file-roller/el/figures/file-roller_main_window.png
49share/gnome/help/file-roller/el/figures/file-roller_rightarrow.png 56share/gnome/help/file-roller/el/figures/file-roller_rightarrow.png
50share/gnome/help/file-roller/el/figures/file-roller_uparrow.png 57share/gnome/help/file-roller/el/figures/file-roller_uparrow.png
51share/gnome/help/file-roller/el/file-roller.xml 58share/gnome/help/file-roller/el/file-roller.xml
52share/gnome/help/file-roller/en_GB/figures/file-roller_home.png 59share/gnome/help/file-roller/en_GB/figures/file-roller_home.png
@@ -124,26 +131,27 @@ share/locale/af/LC_MESSAGES/file-roller. @@ -124,26 +131,27 @@ share/locale/af/LC_MESSAGES/file-roller.
124share/locale/am/LC_MESSAGES/file-roller.mo 131share/locale/am/LC_MESSAGES/file-roller.mo
125share/locale/ar/LC_MESSAGES/file-roller.mo 132share/locale/ar/LC_MESSAGES/file-roller.mo
126share/locale/as/LC_MESSAGES/file-roller.mo 133share/locale/as/LC_MESSAGES/file-roller.mo
127share/locale/ast/LC_MESSAGES/file-roller.mo 134share/locale/ast/LC_MESSAGES/file-roller.mo
128share/locale/az/LC_MESSAGES/file-roller.mo 135share/locale/az/LC_MESSAGES/file-roller.mo
129share/locale/be/LC_MESSAGES/file-roller.mo 136share/locale/be/LC_MESSAGES/file-roller.mo
130share/locale/be@latin/LC_MESSAGES/file-roller.mo 137share/locale/be@latin/LC_MESSAGES/file-roller.mo
131share/locale/bg/LC_MESSAGES/file-roller.mo 138share/locale/bg/LC_MESSAGES/file-roller.mo
132share/locale/bn/LC_MESSAGES/file-roller.mo 139share/locale/bn/LC_MESSAGES/file-roller.mo
133share/locale/bn_IN/LC_MESSAGES/file-roller.mo 140share/locale/bn_IN/LC_MESSAGES/file-roller.mo
134share/locale/br/LC_MESSAGES/file-roller.mo 141share/locale/br/LC_MESSAGES/file-roller.mo
135share/locale/bs/LC_MESSAGES/file-roller.mo 142share/locale/bs/LC_MESSAGES/file-roller.mo
136share/locale/ca/LC_MESSAGES/file-roller.mo 143share/locale/ca/LC_MESSAGES/file-roller.mo
 144share/locale/ca@valencia/LC_MESSAGES/file-roller.mo
137share/locale/cs/LC_MESSAGES/file-roller.mo 145share/locale/cs/LC_MESSAGES/file-roller.mo
138share/locale/cy/LC_MESSAGES/file-roller.mo 146share/locale/cy/LC_MESSAGES/file-roller.mo
139share/locale/da/LC_MESSAGES/file-roller.mo 147share/locale/da/LC_MESSAGES/file-roller.mo
140share/locale/de/LC_MESSAGES/file-roller.mo 148share/locale/de/LC_MESSAGES/file-roller.mo
141share/locale/dz/LC_MESSAGES/file-roller.mo 149share/locale/dz/LC_MESSAGES/file-roller.mo
142share/locale/el/LC_MESSAGES/file-roller.mo 150share/locale/el/LC_MESSAGES/file-roller.mo
143share/locale/en_CA/LC_MESSAGES/file-roller.mo 151share/locale/en_CA/LC_MESSAGES/file-roller.mo
144share/locale/en_GB/LC_MESSAGES/file-roller.mo 152share/locale/en_GB/LC_MESSAGES/file-roller.mo
145share/locale/es/LC_MESSAGES/file-roller.mo 153share/locale/es/LC_MESSAGES/file-roller.mo
146share/locale/et/LC_MESSAGES/file-roller.mo 154share/locale/et/LC_MESSAGES/file-roller.mo
147share/locale/eu/LC_MESSAGES/file-roller.mo 155share/locale/eu/LC_MESSAGES/file-roller.mo
148share/locale/fa/LC_MESSAGES/file-roller.mo 156share/locale/fa/LC_MESSAGES/file-roller.mo
149share/locale/fi/LC_MESSAGES/file-roller.mo 157share/locale/fi/LC_MESSAGES/file-roller.mo
@@ -152,26 +160,27 @@ share/locale/fur/LC_MESSAGES/file-roller @@ -152,26 +160,27 @@ share/locale/fur/LC_MESSAGES/file-roller
152share/locale/ga/LC_MESSAGES/file-roller.mo 160share/locale/ga/LC_MESSAGES/file-roller.mo
153share/locale/gl/LC_MESSAGES/file-roller.mo 161share/locale/gl/LC_MESSAGES/file-roller.mo
154share/locale/gu/LC_MESSAGES/file-roller.mo 162share/locale/gu/LC_MESSAGES/file-roller.mo
155share/locale/he/LC_MESSAGES/file-roller.mo 163share/locale/he/LC_MESSAGES/file-roller.mo
156share/locale/hi/LC_MESSAGES/file-roller.mo 164share/locale/hi/LC_MESSAGES/file-roller.mo
157share/locale/hr/LC_MESSAGES/file-roller.mo 165share/locale/hr/LC_MESSAGES/file-roller.mo
158share/locale/hu/LC_MESSAGES/file-roller.mo 166share/locale/hu/LC_MESSAGES/file-roller.mo
159share/locale/hy/LC_MESSAGES/file-roller.mo 167share/locale/hy/LC_MESSAGES/file-roller.mo
160share/locale/id/LC_MESSAGES/file-roller.mo 168share/locale/id/LC_MESSAGES/file-roller.mo
161share/locale/is/LC_MESSAGES/file-roller.mo 169share/locale/is/LC_MESSAGES/file-roller.mo
162share/locale/it/LC_MESSAGES/file-roller.mo 170share/locale/it/LC_MESSAGES/file-roller.mo
163share/locale/ja/LC_MESSAGES/file-roller.mo 171share/locale/ja/LC_MESSAGES/file-roller.mo
164share/locale/ka/LC_MESSAGES/file-roller.mo 172share/locale/ka/LC_MESSAGES/file-roller.mo
 173share/locale/kk/LC_MESSAGES/file-roller.mo
165share/locale/kn/LC_MESSAGES/file-roller.mo 174share/locale/kn/LC_MESSAGES/file-roller.mo
166share/locale/ko/LC_MESSAGES/file-roller.mo 175share/locale/ko/LC_MESSAGES/file-roller.mo
167share/locale/ku/LC_MESSAGES/file-roller.mo 176share/locale/ku/LC_MESSAGES/file-roller.mo
168share/locale/lt/LC_MESSAGES/file-roller.mo 177share/locale/lt/LC_MESSAGES/file-roller.mo
169share/locale/lv/LC_MESSAGES/file-roller.mo 178share/locale/lv/LC_MESSAGES/file-roller.mo
170share/locale/mai/LC_MESSAGES/file-roller.mo 179share/locale/mai/LC_MESSAGES/file-roller.mo
171share/locale/mg/LC_MESSAGES/file-roller.mo 180share/locale/mg/LC_MESSAGES/file-roller.mo
172share/locale/mk/LC_MESSAGES/file-roller.mo 181share/locale/mk/LC_MESSAGES/file-roller.mo
173share/locale/ml/LC_MESSAGES/file-roller.mo 182share/locale/ml/LC_MESSAGES/file-roller.mo
174share/locale/mn/LC_MESSAGES/file-roller.mo 183share/locale/mn/LC_MESSAGES/file-roller.mo
175share/locale/mr/LC_MESSAGES/file-roller.mo 184share/locale/mr/LC_MESSAGES/file-roller.mo
176share/locale/ms/LC_MESSAGES/file-roller.mo 185share/locale/ms/LC_MESSAGES/file-roller.mo
177share/locale/nb/LC_MESSAGES/file-roller.mo 186share/locale/nb/LC_MESSAGES/file-roller.mo
@@ -202,26 +211,27 @@ share/locale/th/LC_MESSAGES/file-roller. @@ -202,26 +211,27 @@ share/locale/th/LC_MESSAGES/file-roller.
202share/locale/tk/LC_MESSAGES/file-roller.mo 211share/locale/tk/LC_MESSAGES/file-roller.mo
203share/locale/tr/LC_MESSAGES/file-roller.mo 212share/locale/tr/LC_MESSAGES/file-roller.mo
204share/locale/uk/LC_MESSAGES/file-roller.mo 213share/locale/uk/LC_MESSAGES/file-roller.mo
205share/locale/ur/LC_MESSAGES/file-roller.mo 214share/locale/ur/LC_MESSAGES/file-roller.mo
206share/locale/ur_PK/LC_MESSAGES/file-roller.mo 215share/locale/ur_PK/LC_MESSAGES/file-roller.mo
207share/locale/vi/LC_MESSAGES/file-roller.mo 216share/locale/vi/LC_MESSAGES/file-roller.mo
208share/locale/xh/LC_MESSAGES/file-roller.mo 217share/locale/xh/LC_MESSAGES/file-roller.mo
209share/locale/zh_CN/LC_MESSAGES/file-roller.mo 218share/locale/zh_CN/LC_MESSAGES/file-roller.mo
210share/locale/zh_HK/LC_MESSAGES/file-roller.mo 219share/locale/zh_HK/LC_MESSAGES/file-roller.mo
211share/locale/zh_TW/LC_MESSAGES/file-roller.mo 220share/locale/zh_TW/LC_MESSAGES/file-roller.mo
212share/omf/file-roller/file-roller-C.omf 221share/omf/file-roller/file-roller-C.omf
213share/omf/file-roller/file-roller-bg.omf 222share/omf/file-roller/file-roller-bg.omf
214share/omf/file-roller/file-roller-ca.omf 223share/omf/file-roller/file-roller-ca.omf
 224share/omf/file-roller/file-roller-cs.omf
215share/omf/file-roller/file-roller-de.omf 225share/omf/file-roller/file-roller-de.omf
216share/omf/file-roller/file-roller-el.omf 226share/omf/file-roller/file-roller-el.omf
217share/omf/file-roller/file-roller-en_GB.omf 227share/omf/file-roller/file-roller-en_GB.omf
218share/omf/file-roller/file-roller-es.omf 228share/omf/file-roller/file-roller-es.omf
219share/omf/file-roller/file-roller-fi.omf 229share/omf/file-roller/file-roller-fi.omf
220share/omf/file-roller/file-roller-fr.omf 230share/omf/file-roller/file-roller-fr.omf
221share/omf/file-roller/file-roller-it.omf 231share/omf/file-roller/file-roller-it.omf
222share/omf/file-roller/file-roller-nl.omf 232share/omf/file-roller/file-roller-nl.omf
223share/omf/file-roller/file-roller-oc.omf 233share/omf/file-roller/file-roller-oc.omf
224share/omf/file-roller/file-roller-ru.omf 234share/omf/file-roller/file-roller-ru.omf
225share/omf/file-roller/file-roller-sv.omf 235share/omf/file-roller/file-roller-sv.omf
226share/omf/file-roller/file-roller-uk.omf 236share/omf/file-roller/file-roller-uk.omf
227share/omf/file-roller/file-roller-vi.omf 237share/omf/file-roller/file-roller-vi.omf

cvs diff -r1.49 -r1.50 pkgsrc/archivers/file-roller/distinfo (expand / switch to unified diff)

--- pkgsrc/archivers/file-roller/distinfo 2009/09/19 07:46:12 1.49
+++ pkgsrc/archivers/file-roller/distinfo 2009/10/21 18:03:19 1.50
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.49 2009/09/19 07:46:12 ahoka Exp $ 1$NetBSD: distinfo,v 1.50 2009/10/21 18:03:19 drochner Exp $
2 2
3SHA1 (file-roller-2.26.3.tar.bz2) = 92760312c9dddec695851170c289f692c2521176 3SHA1 (file-roller-2.28.1.tar.bz2) = 96341fd6e97253dee8052a068523b61ba36c6560
4RMD160 (file-roller-2.26.3.tar.bz2) = 4c8cb579c4849a6cdc92250df5b447f575be76a6 4RMD160 (file-roller-2.28.1.tar.bz2) = 82c8fa9e2125d1512c20f0609fb6661a04f783b6
5Size (file-roller-2.26.3.tar.bz2) = 1561967 bytes 5Size (file-roller-2.28.1.tar.bz2) = 1736551 bytes
6SHA1 (patch-aa) = 0e536d0b9c8e88b97ea7af600e3bb6d6ba496acf 6SHA1 (patch-aa) = 0e536d0b9c8e88b97ea7af600e3bb6d6ba496acf
7SHA1 (patch-unzip) = d1abae47ce713af26875c972b351fcd4d00ca22e 7SHA1 (patch-unzip) = d1abae47ce713af26875c972b351fcd4d00ca22e