Changeset 215556 in webkit
- Timestamp:
- Apr 20, 2017, 3:24:37 AM (8 years ago)
- Location:
- trunk/Tools
- Files:
-
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r215554 r215556 1 2017-04-20 Xan Lopez <xlopez@igalia.com> 2 3 [GTK][jhbuild] Update glib and glib-networking to the latest stable versions 4 https://bugs.webkit.org/show_bug.cgi?id=170942 5 6 Reviewed by Carlos Garcia Campos. 7 8 Update glib and glib-networking to the last stable releases. This 9 is needed to get working TLS certificate verification at all at 10 least in Fedora. 11 12 * gtk/install-dependencies: add libmount, needed for newer glib. 13 * gtk/jhbuild.modules: update glib and glib-networking to last 14 stable releases. 15 1 16 2017-04-20 Joanmarie Diggs <jdiggs@igalia.com> 2 17 -
trunk/Tools/gtk/install-dependencies
r215409 r215556 119 119 libhyphen-dev \ 120 120 libjpeg-dev \ 121 libmount-dev \ 121 122 libmpg123-dev \ 122 123 libnotify-dev \ … … 289 290 ninja \ 290 291 ruby \ 292 util-linux \ 291 293 xorg-font-utils \ 292 294 wayland" … … 396 398 libgudev1-devel \ 397 399 libjpeg-turbo-devel \ 400 libmount-devel \ 398 401 libnotify-devel \ 399 402 libpng-devel \ -
trunk/Tools/gtk/jhbuild.modules
r214859 r215556 214 214 <dep package="libffi"/> 215 215 </dependencies> 216 <branch module="/pub/GNOME/sources/glib/2.44/glib-2.44.1.tar.xz" version="2.44.1" 217 repo="ftp.gnome.org" 218 hash="sha256:8811deacaf8a503d0a9b701777ea079ca6a4277be10e3d730d2112735d5eca07"> 219 <patch file="glib-warning-fix.patch" strip="1"/> 216 <branch module="/pub/GNOME/sources/glib/2.52/glib-2.52.1.tar.xz" version="2.52.1" 217 repo="ftp.gnome.org" 218 hash="sha256:948c26b817f2d77e2a6cdd5082c60a51bf5dea854890286a1d5d4ccde5ce586f"> 220 219 <patch file="gdate-suppress-string-format-literal-warning.patch" strip="1"/> 221 220 </branch> … … 229 228 <dep package="glib"/> 230 229 </dependencies> 231 <branch module="/pub/GNOME/sources/glib-networking/2. 41/glib-networking-2.41.4.tar.xz" version="2.41.4"232 repo="ftp.gnome.org" 233 hash="sha256: 930ad618865dcf81765d0f48cb6f13e22d76203efa59d30604aed0384ce80fd7"234 md5sum=" f88e163322c0834f9781d6224771ab2e"/>230 <branch module="/pub/GNOME/sources/glib-networking/2.50/glib-networking-2.50.0.tar.xz" version="2.50.0" 231 repo="ftp.gnome.org" 232 hash="sha256:3f1a442f3c2a734946983532ce59ed49120319fdb10c938447c373d5e5286bee" 233 md5sum="4d06d0224646f274918b1cb6da9a07f6"/> 235 234 </autotools> 236 235
Note:
See TracChangeset
for help on using the changeset viewer.