forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch to meson since autotools build system was removed. Changes in libsoup from 2.66.1 to 2.66.2: * Make gettext optional (might not be available in Windows) [Seungha Yang] * MSVC: set encoding to UTF-8 to avoid errors [Seungha Yang] * MinGW tests build fix [Tomas Popela] * Check for TLS support only when external glib dependency is available [Seungha Yang] Changes in libsoup from 2.66.0 to 2.66.1: * Fix dylib versioning in MacOS [Tom Schoonjans] * Visual Studio build fixes [Chun-wei Fan] * MinGW build fixes [Руслан Ижбулатов] * Meson build system improvements [Claudio Saavedra, Jakub Adam] * Fix random CI failures due to parallel apache tests [Claudio Saavedra] * Code cleanups [Claudio Saavedra] Changes in libsoup from 2.65.92 to 2.66.0: * Fix lookup for libxml2 on Visual Studio builds [Chun-wei Fan] Changes in libsoup from 2.65.91 to 2.65.92: * SoupConnection: Fix check for remote disconnectin idle state [Michael Catanzaro, #134] * Code cleanups and warnings fixed [Michael Catanzaro] * Remove stale .pc.in files [Claudio Saavedra, #137] * Updated translations: Dutch Changes in libsoup from 2.65.90 to 2.65.91: * Remove RFCs from sources [Tomas Popela, #133] Changes in libsoup from 2.65.2 to 2.65.90: * Avoid using threads in SoupRequestFile asynchronous API [Ignacio Casal Quinteiro] Changes in libsoup from 2.65.1 to 2.65.2: * Remove autotools build system and change to meson by default [#12, Tomas Popela] * Many fixes to Meson [Claudio Saavedra, Tomas Popela, Xavier Claessens] * Improvements to the continuous integration infrastructure [Xavier Claessens] * Make sure SoupSession features are not disposed until all pending messages are processed [#130, Claudio Saavedra] * Updated translations: Greek, Slovak, French. Changes in libsoup from 2.64.0 to 2.65.1: * Added MTLMv2 responses support [Michal Hrubý] * Many fixes to the meson build system [Tomas Popela] * Remove Visual Studio project files [Chun-wei Fan] * Enable VAPI by default [#119, Jeremy Bicha] * New strict header field parameter parsing API [Claudio Saavedra] * Code cleanups [Claudio Saavedra] * Updated translations: Belarusian, Serbian
- Loading branch information
Showing
5 changed files
with
24 additions
and
126 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
$NetBSD: distinfo,v 1.21 2018/10/23 07:17:53 leot Exp $ | ||
$NetBSD: distinfo,v 1.22 2019/08/16 13:08:58 wiz Exp $ | ||
|
||
SHA1 (libsoup-2.64.2.tar.xz) = 286b2dc5e4396b6328870da761798e61701f901a | ||
RMD160 (libsoup-2.64.2.tar.xz) = 12af987a048627f662788742ec3f66e3f8053348 | ||
SHA512 (libsoup-2.64.2.tar.xz) = c001495be4e1eafd169b904431b22e961b52f5a3202f2e75b0657281cbfd91153148765bd95378bba3e85a66d7eaca428750641f20c07ca3232d1f9bdabdc90f | ||
Size (libsoup-2.64.2.tar.xz) = 1793440 bytes | ||
SHA1 (patch-tests_Makefile.in) = 7144b1b29fc35a950f2f0c3e2a1600483636a645 | ||
SHA1 (libsoup-2.66.2.tar.xz) = f549a0ab984895a11053505806068bbad22a1dfc | ||
RMD160 (libsoup-2.66.2.tar.xz) = 787dc933e36ac75edb95438d47a4e495de5550ab | ||
SHA512 (libsoup-2.66.2.tar.xz) = 1df443470239f23d22301e37e36f3d34963352ee0122f317cd15b19d90115831091bddcee27bc6f0d4994adcf4e5bd9c0395de2bd7f39ae305ba0edea7789092 | ||
Size (libsoup-2.66.2.tar.xz) = 1446024 bytes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.