Next | Query returned 70 messages, browsing 61 to 70 | previous

History of commit frequency

CVS Commit History:


   2016-03-21 23:52:34 by Pierre Pronchery | Files touched by this commit (2)
Log message:
Relax the requirement on libncurses to any implementation

As suggested by wiz@. net/gssdp still builds with this change.
   2016-03-21 20:22:14 by Pierre Pronchery | Files touched by this commit (2)
Log message:
More accurate fix for packages depending on net/libsoup

Apparently linking with libsoup requires devel/ncurses too now.
   2016-03-21 20:09:09 by Pierre Pronchery | Files touched by this commit (3)
Log message:
Register missing dependency on devel/ncurses

Found with an unprivileged bootstrap on NetBSD/amd64 (--prefer-pkgsrc yes)
   2016-01-04 15:46:37 by Leonardo Taccari | Files touched by this commit (2)
Log message:
Downgrade net/libsoup to 2.52.2 (latest stable version).

Standard GNOME packages uses odd major version numbers in for unstable
packages.

Thanks to wiz@.
   2016-01-04 15:24:32 by Leonardo Taccari | Files touched by this commit (3)
Log message:
Update net/libsoup to 2.53.2.

Changes:
Changes in libsoup from 2.53.1 to 2.53.2:
	* Fixed up symbol visibility handling for mingw by copying
          GLib's system [Ignacio Casal Quinteiro, #757146]
	* Finally marked the old SoupSessionAsync and SoupSessionSync
          methods as deprecated [Ignacio Casal Quinteiro, Dan Winship,
          #757146]
	* Added libsoup-2.4.deps for valac [Rico Tzschichholz]
	* Make it possible to build from git without gtk-doc being
          installed [Ignacio Casal Quinteiro]
	* Updated translations:
	  Norwegian bokmål, Occitan

Changes in libsoup from 2.52.1 to 2.53.1:
	* Really fixed build under MinGW for sure this time [Ignacio
          Casal Quinteiro]
        * Fixed SoupServer Web Sockets code so that the
	  SoupClientContext passed to a SoupServerWebsocketCallback is
	  fully usable (rather than crashing when you try to do most
	  things).

Changes in libsoup from 2.52.0 to 2.52.1:
	* Fixed build under MinGW [Chun-wei Fan]
	* Fixed build with --disable-introspection [#755389, Quentin
          Glidic]
	* Fixed HTTP authentication protection space handling for
          files directly under the root directory. [#755617, Carlos
          Garcia Campos]
	* Fixed a warning when loading data from SoupCache while using
          an authenticated proxy. [#756076, Carlos Garcia Campos]
	* Updated translations:
	  German, Vietnamese

Changes in libsoup from 2.51.92 to 2.52.0:
	* Removed duplicate test paths from tests/date so it will pass
          with glib 2.46.0

Changes in libsoup from 2.51.90 to 2.51.92:
	* Added g_autoptr() support for all libsoup types. [#754721,
          Kalev Lember]
	* Added a missing (allow-none) annotation to
          soup_uri_normalize() [#754776, Jens Georg]
	* Updated translations:
	  Polish

Changes in libsoup from 2.51.3 to 2.51.90:
	* Added a new GVariant-based XMLRPC API, and deprecated the
          old GValue-based API (along with the associated
          GValue-manipulating utilities). [#746495, Xavier Claessens]
	* Multiple build fixes for Visual Studio [#752952, Chun-wei Fan]
	* Added VAPI generation [#750679, Daniel Espinosa]
	* Fixed the mode bits on soup-cookie.c, which was previously
          marked executable for some reason. [rh #1247285]
	* Updated translations:
	  Norwegian bokmål, Portuguese, Thai, Turkish

Changes in libsoup from 2.50.0 to 2.51.3:
	* Fixed "make check" in non-English locales [rh #1224989,
	  #749397]
	* Fixed some compiler warnings [#748514, Philip Withnall]
	* New/Updated translations:
	  Aragonese, Catalan, Occitan, Russian
   2016-01-04 13:43:06 by Niclas Rosenvik | Files touched by this commit (3)
Log message:
Remove gnome options in libsoup and always build libsoup-gnome.
this is done since gnomekeyring is not used by libsoup anymore.
   2015-11-04 01:35:47 by Alistair G. Crooks | Files touched by this commit (748)
Log message:
Add SHA512 digests for distfiles for net category

Problems found with existing digests:
	Package haproxy distfile haproxy-1.5.14.tar.gz
	159f5beb8fdc6b8059ae51b53dc935d91c0fb51f [recorded]
	da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated]

Problems found locating distfiles:
	Package bsddip: missing distfile bsddip-1.02.tar.Z
	Package citrix_ica: missing distfile citrix_ica-10.6.115659/en.linuxx86.tar.gz
	Package djbdns: missing distfile djbdns-1.05-test25.diff.bz2
	Package djbdns: missing distfile djbdns-cachestats.patch
	Package djbdns: missing distfile 0002-dnscache-cache-soa-records.patch
	Package gated: missing distfile gated-3-5-11.tar.gz
	Package owncloudclient: missing distfile owncloudclient-2.0.2.tar.xz
	Package poink: missing distfile poink-1.6.tar.gz
	Package ra-rtsp-proxy: missing distfile rtspd-src-1.0.0.0.tar.gz
	Package ucspi-ssl: missing distfile ucspi-ssl-0.70-ucspitls-0.1.patch
	Package waste: missing distfile waste-source.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2015-10-10 03:58:23 by Ryo ONODERA | Files touched by this commit (399)
Log message:
Recursive revbump from textproc/icu
   2015-06-08 16:52:33 by Thomas Klausner | Files touched by this commit (1)
Log message:
Remove gobject-introspection here -- this is only a build dependency
of libsoup.
   2015-06-07 16:03:20 by Youri Mouton | Files touched by this commit (6)
Log message:
Import libsoup-2.50.0 as net/libsoup, replaces net/libsoup24.

Libsoup is an HTTP library implementation in C. It was originally part
of a SOAP (Simple Object Access Protocol) implementation called Soup, but
the SOAP and non-SOAP parts have now been split into separate packages.

libsoup uses the Glib main loop and is designed to work well with GTK
applications. This enables GNOME applications to access HTTP servers
on the network in a completely asynchronous fashion, very similar to
the Gtk+ programming model (a synchronous operation mode is also
supported for those who want it).

Features:
  * Completely Asynchronous
  * Connection cache
  * HTTP chunked transfer support
  * HTTP, SOCKS4, and SOCKS5 authenticated proxy support
  * SSL Support using OpenSSL or GnuTLS
  * Client support for Digest, NTLM, and Basic authentication
  * HTTP server
  * Server support for Digest and Basic authentication

Next | Query returned 70 messages, browsing 61 to 70 | previous