Commit Graph

33 Commits

Author SHA1 Message Date
Andrew Sun
675d878e9b libuv: update to 1.25.0 (#4879) 2019-01-21 08:01:03 +03:00
Alexey Pavlov
c6c9e21499 libuv: Update to 1.24.1 2018-12-18 13:34:48 +03:00
Andrew Sun
47f6b3bd0a libuv: update to 1.24.0 (#4661) 2018-11-16 15:23:02 +10:00
Andrew Sun
72714aeaf2 libuv: update to 1.23.2 (#4522) 2018-10-10 07:23:21 +03:00
Andrew Sun
07ba0abea4 libuv: update to 1.23.1 (#4437) 2018-09-24 08:27:27 +03:00
Andrew Sun
f631923392 libuv: update to 1.23.0 (#4292) 2018-08-24 11:01:39 +03:00
OTLabs
edf6dd9629 Update libuv to 1.22.0 (#4084) 2018-07-16 08:19:39 +03:00
Andrew Sun
2b8be92a8d libuv: update to 1.21.0 (#3999) 2018-06-24 22:19:32 +03:00
Andrew Sun
49f3175273 libuv: update to 1.20.3 (#3713)
This updates libuv to 1.20.3.
2018-05-10 08:26:04 +03:00
Andrew Sun
32997d0c4a libuv: update to 1.20.2 (#3671)
This updates libuv to 1.20.2.
2018-05-02 20:39:09 +03:00
J. Peter Mugaas
71f8747fdd libuv - Update to latest version 1.20.0 (#3614) 2018-04-17 22:51:47 +03:00
Christoph Reiter
895e1b9420 libuv: Update to 1.15.0 (#3054) 2017-10-15 22:10:19 +03:00
Christoph Reiter
fdc3566dea libuv: Update to 1.14.1 (#2862) 2017-09-07 11:39:26 +03:00
Christoph Reiter
35bfc3d74a libuv: Update to 1.14.0 (#2800) 2017-08-19 17:37:05 +03:00
Christoph Reiter
f4c82e3c9a libuv: Update to 1.13.1 (#2692) 2017-08-13 00:29:45 +03:00
Christoph Reiter
a4f77743a3 libuv: Update to 1.12.0 (#2566) 2017-06-07 22:49:10 +03:00
Christoph Reiter
63de9af769 libuv: Update to 1.11.0; Drop patches contained in the new release (#2507) 2017-05-22 11:19:59 +03:00
J. Peter Mugaas
24e6785be2 mingw-w64-cmake 1.7.2 - rebuild with the latest version of libuv and jsoncpp. Note that jsoncpp now also builds shared libraries in addition to static ones and libuv requires a patch. The patch will be in the next versionso it will be dropped accordingly. (#2140) 2017-01-31 20:15:04 +03:00
J. Peter Mugaas
8962c8f1b1 mingw-w64-boost - Update to 1.63.0 (#2058)
* mingw-w64-boost - Update to 1.63.0
mingw-w64-sqlite - update to 3.16.0
mingw-w64-nghttp2 - Update to 1.18.0 and add c-ares dependency
mingw-w64-libuv -  Update to 0.9.7
mingw-w64-libtiff - Update to 4.0.7
mingw-w64-jemalloc - Update to 4.4.0, dependency on doxbook-xsl, rekey patch
mingw-w64-imagemagick - Update to 7.0.4 - Update to latest version, fix pkgconfig file, rekey patches and remove one that is no longer applicable
mingw-w64-harfbuzz - Update to 1.3.4
mingw-w64-freetype - Update to 2.7.1
mingw-w64-cairo - Update to 1.15.4
mingw-w64-c-ares - Update to 1.12.0

* mingw-w64-fossil - rebuild for libreadline 7.0
mingw-w64-sqlite-analyzer - Update to 3.16.1
mingw-w64-sqlite3 - Update to 3,16,1

* mingw-w64-gdk-pixbuf2 - Update to 2.36.3 - latest version and drop 0001-windows-Remove-old-codepage-ABI-compat-code.patch.  It's in the new version of the source-code.
2017-01-12 07:11:59 +03:00
J. Peter Mugaas
b4b191b2c0 Cmake and deps (#1931)
* mbedtls: Updated to 2.4.0 (#1868)

* mingw-w64-clang 3.9.0 - rev 2 delete files created by patch (#1867)

Delete files created by patches in case we are not deleting from srource
directory.

* jemalloc: Update to 4.2.1 (#1866)

* lua sqlite3 wrapper (#1861)

* Adds a TUI in GNU debugger, GDB. (#1869)

* nghttp2 - 1.16.0 Update to latest version (#1871)

Do not use --enable-lib-only for featureproofing.

* Readline (#1872)

* readline - 7.0 - Update to latest veersion - NOTE:  Will probably break stuff - rebuild what depends upon it

Rekeyed patch for new version and ifdef'ed out chown calls if not
available

* Rebuild some packages that depend upon readline for good measure

* libssh2 - 1.8.0 - Upgrade to latest version (#1876)

* Adding library: flickcurl (#1875)

* Adding library:flickcurl

* Flickcurl: fixing dependency on gtk-doc

* Libarchive (#1878)

* libarchive : 3.2.2

Update to altest version

* libarchive: 3.2.2 - add back dependency on lz4

* Nsis (#1879)

* nsis 3.0 update to release version

* mingw-w64-nsis: 33.

Download should point to main to main site, not mirror
Use https when possible

* g-i-parser: fix race condition (#1881)

* Remove rmtree debugging patch

It is shadowing exceptions thrown from the main "try" block of
GDumpParser._execute_binary_get_tree().

There does seem to be a race condition, but it seems to be related to
subprocess.check_call() and what it does on Windows. At the point
xml.[blah].parse() is called, "dump.xml" is often absent!

* More tolerant rmtreeing

If shutil.rmtree() is failing due to some funky race condition that results
in files the walk doesn't know about being left, then don't worry about it
and continue.

This may leave uniquely named junk lying around in the build tree, but that
is by design not a problem with g-i-scanner. Just don't install the
tmp-introspectXXXXXX folder by accident.

* giscanner debugging: asserts and waits

Make absence of dump.xml or functions.txt fatal, but only after giving them
plenty of time time to appear.

Yes, this is horrible code. But it fixes broken builds almost completely on
my 64-bit Win7 with NTFS.

* Wait for XML to be parsed completely

It's possible that dump.xml might exist but be incompletely written. This
nasty sleep-till-it-parses loop covers that case.

Plus the usual logging so we can see if it's really needed ☺

* gobject-introspection: bump pkgrel

* Updated to stable release 190600_20161030 (#1880)

A fresh new stable release since January 30, 2014!

* go: update to 1.7.3 (#1882)

* Cmake and some prerequisits

mingw-w64-cmake - 3.7.0 - Update to latest version, note dependency upon
libuv
mingw-w64-jsoncpp - 1.7.1 - Update to latest version
mingw-w64-libarchive - 3.2.2 - Changed build to cmake and made patch to
enable Crypto-Next-Generation using bcrypt
mingw-w64-libuv - 1.10.0 - Update to latest version and include two
checkins for bug-fixes.
2016-11-14 08:46:45 +03:00
J. Peter Mugaas
4f536bec6d mingw-w64-libuv: 1.9.1 Update to latest version a
Update to latest release 1.9.1
Run testsuite
Remove 0001-Revert-fs-pipe-no-trailing-terminator-in-exact-sized.patch
because it does not apply to the current code.
2016-05-18 12:37:12 -04:00
Renato Silva
267230e352 Update several package versions. 2016-04-05 13:35:54 -03:00
Yusuke Sasaki
7c803d2668 add pkgbase entry 2016-03-07 00:33:13 +09:00
Alexey Pavlov
4293803a24 === Rebuild with GCC-5.x. Part XIV === 2015-07-20 00:49:34 +03:00
Martell Malone
cc0f20c9a2 libuv: fix pipe_getsockname_blocking regression 2015-06-28 17:33:15 +01:00
Alexpux
d8e7c50a39 libuv: Rename source archive on download. 2015-06-27 10:34:41 +03:00
Martell Malone
734eb0b73e libuv: Update to 1.6.1 and new description 2015-06-26 18:27:47 +01:00
Alexpux
971fb0817e libuv: Update to 1.2.1 2015-01-18 18:22:22 +03:00
Masanori Shirayama
3d8521ed65 libuv: Update to 0.11.29 2014-09-09 15:55:18 +09:00
Alexpux
d92815a652 Fix scripts to use new global MINGW_PACKAGE_PREFIX variable instead locally defined 2014-06-11 07:11:51 +04:00
Alexpux
e65ec8eef2 libuv: Update to 0.11.25 2014-06-01 23:49:41 +04:00
Alexpux
228bb23d40 Fix formatting. Replace TAB with two spaces 2014-04-22 16:46:15 +04:00
Alexpux
34785e1c98 Add libuv package. 2014-02-10 00:13:55 +04:00