Commit graph

81 commits

Author SHA1 Message Date
wiz
f669fda471 *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
rillig
eb3c2b436e net: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
2019-11-03 11:45:28 +00:00
wiz
0d0e796eca gupnp: mark it as outdated 1.0 branch 2019-08-20 13:17:48 +00:00
maya
f34a8c24a3 PKGREVISION bump for anything using python without a PYPKGPREFIX.
This is a semi-manual PKGREVISION bump.
2019-04-25 07:32:34 +00:00
ryoon
6fc378bce9 Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
adam
16dd5de231 revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
leot
7f7915487e *: (belatedly) revbump for net/libsoup update
Thanks to <wiz>!
2018-10-24 21:11:45 +00:00
tnn
4f3f359cc2 Take care to not install dummy uuid.pc if it exists in the buildlink dir.
Doing so overwrites uuid.pc that belongs to libuuid through the symlink.
2018-09-29 17:37:49 +00:00
wiz
096eacdb40 gupnp: update to 1.0.3.
1.0.3
=====
- Avoid a crash in gupnp_root_device_constructor
- Propagage User-Agent from Cache
- Fix potential issue with boolean vs. bitwise evaluation
- Fix a crash in GUPnPServiceProxy::subscription_expire
- Accept broken Action header without the "
- Fix issue with strcpy destination buffer size in linux context manager
2018-08-16 11:34:18 +00:00
ryoon
b9c1e1d533 Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
adam
299d329d51 revbump after icu update 2018-04-14 07:33:52 +00:00
adam
8977d31a36 Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
wiz
9b4b177598 gupnp: update to 1.0.2.
1.0.2
=====
- Fix a potential crash of GUPnPProxy when trying to access a dangling
  GUPnPServiceProxy pointer of a server handler.

Bugs fixed in this release:
 - https://bugzilla.gnome.org/show_bug.cgi?id=777491

All contributors to this release:
 - Sven Neumann <neumann@teufel.de>

1.0.1
=====

- Connman CM: Various fixes
- Linux CM: Fix compiler warning about negative shift
- Documentation: Fix FSF address
- Documentation: Fix references
- Build: Update ax_append_link_flags

Bugs fixed in this release:
 - https://bugzilla.gnome.org/show_bug.cgi?id=770318

All contributors to this release:
 - Sven Neumann <neumann@teufel.de>
 - Jens Georg <mail@jensge.org>
 - Oliver Tappe <zooey@hirschkaefer.de>
2017-10-02 15:45:46 +00:00
maya
33ebf687dc revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
adam
75a9285105 Revbump after icu update 2017-04-22 21:03:07 +00:00
jperkin
1fe1a7e36f Find native SunOS libuuid. 2017-03-27 13:47:50 +00:00
ryoon
36ed025474 Recursive revbump from textproc/icu 58.1 2016-12-04 05:17:03 +00:00
wiz
26fc411c20 Updated gupnp to 1.0.0.
1.0.0
=====

- Only version changed

0.99.0
======
- Fix build on OS X

All contributors to this release:
 - Tomasz Pajor <tomek@polishgeeks.com>
 - Jens Georg <mail@jensge.org>

0.20.18
=======

- Retry description URL on failure.

Bugs fixed in this release:
 - https://bugzilla.gnome.org/show_bug.cgi?id=694450

All contributors to this release:
 - Jens Georg <mail@jensge.org>
 - Jozef Šiška <jozef.siska@streamunlimited.com>

0.20.17
=======

- Update autogen.sh from GNOME template
- Cache user agents by IP
- Remove intltool
- Use newTargetValue in light example

Bugs fixed in this release:
 - https://bugzilla.gnome.org/show_bug.cgi?id=653894
 - https://bugzilla.gnome.org/show_bug.cgi?id=763945
 - https://bugzilla.gnome.org/show_bug.cgi?id=764050

All contributors to this release:
 - Jens Georg <mail@jensge.org>
 - Philip Withnall <philip@tecnocode.co.uk>

0.20.16
=======

- Don't hardcode python path in gupnp-binding-tool
- Check for IFA_FLAGS to not bind ourselves to a recent kernel version
- Add missing m4 files
- Fix issues with introspection
- Make GUPnPServiceAction boxed
- Some JavaScript examples
- Distribute VAPI file in tarball

Bugs fixed in this release:
 - https://bugzilla.gnome.org/show_bug.cgi?id=760217
 - https://bugzilla.gnome.org/show_bug.cgi?id=760430
 - https://bugzilla.gnome.org/show_bug.cgi?id=761265

All contributors to this release:
 - Jens Georg <mail@jensge.org>
 - Ting-Wei Lan <lantw@src.gnome.org>

0.20.15
=======

- Remove gnome-common
- Fix issue with gupnp_service_signals_autoconnect() blocking endlessly.
- Fix return type for BIN_HEX.
- Update some m4 macros.
- Fix typos in API docs.

NetworkManager context manager:
 - Fix use-after-free issue.
 - Fix various static code analysis findings.

Netlink context manager:
 - Use proper macros for RTM_*ADDRESS messages.
 - Use device name from netlink.
 - Add possibility to dump received netlink packets for debugging.
 - Fix issues with losing contexts after DHCP renew happens.
 - Some style fixes.

Added/updated dependencies:
 - GSSDP >= 0.14.13

Bugs fixed in this release:
 - https://bugzilla.gnome.org/show_bug.cgi?id=736365
 - https://bugzilla.gnome.org/show_bug.cgi?id=741257
 - https://bugzilla.gnome.org/show_bug.cgi?id=750936
 - https://bugzilla.gnome.org/show_bug.cgi?id=752490
 - https://bugzilla.gnome.org/show_bug.cgi?id=759000

All contributors to this release:
 - Jens Georg <mail@jensge.org>
 - Debarshi Ray <debarshir@gnome.org>
 - Olivier Crête <olivier.crete@collabora.com>
 - Guillaume Marquebielle <guillaume.marquebielle@parrot.com>
 - Bastien Nocera <hadess@hadess.net>

0.20.14
=======

Changes since 0.20.13:

Added/updated dependencies:
 GLib 2.0 >= 2.40.0

- Simplify UUID handling.

Bugs fixed in this release:
 - https://bugzilla.gnome.org/show_bug.cgi?id=743072
 - https://bugzilla.gnome.org/show_bug.cgi?id=744221

All contributors to this release:
 - Jens Georg <mail@jensge.org>
2016-09-30 14:52:05 +00:00
prlw1
104960e18b revbump for libsoup's ABI issue 2016-05-03 11:40:00 +00:00
ryoon
ac20a93574 Recursive revbump from textproc/icu 57.1 2016-04-11 19:01:33 +00:00
agc
203292f73e 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-11-04 00:34:51 +00:00
ryoon
b141232e29 Recursive revbump from textproc/icu 2015-10-10 01:57:50 +00:00
youri
aa9044b427 Update libsoup references in buildlink files. 2015-06-07 14:14:04 +00:00
youri
d09cb86e35 Update libsoup buildlink path. 2015-06-07 14:05:57 +00:00
wiz
43c040b78a Add missing files after vala versioning change.
Bump PKGREVISION.
2015-06-06 20:33:32 +00:00
adam
9071d6b787 Revbump after updating textproc/icu 2015-04-06 08:17:13 +00:00
tnn
994d0da796 doesn't directly need sqlite3; gets pulled in via libsoup24 bl3.mk 2015-02-22 20:14:08 +00:00
bad
dfb10b1f2e libgupnp needs g_inet_socket_address_new_from_string. So require glib2
that provides that version.
PKGREVSION bump not necessary because the pkg would not build with too
old glib2.
2015-02-04 16:27:43 +00:00
wiz
7b35c03056 Add test target and some commented variables for easier debugging. 2015-01-25 08:15:34 +00:00
wiz
b617c60662 Add more error handling in UUID patch. Bump PKGREVISION. 2015-01-25 07:43:13 +00:00
wiz
f6e900e7e4 Add upstream bug report URL. 2015-01-20 10:12:25 +00:00
wiz
5c03aecc52 Style changes requested by upstream. No functional change intended. 2015-01-19 12:42:37 +00:00
wiz
086cc565a8 Add upstream bug report URL. 2015-01-17 09:35:46 +00:00
wiz
5b86669f06 Update to 0.20.13:
0.20.13
=======

Changes since 0.20.12:

- Fix cyclic includes.
- Avoid redefinition of symbols.
- Fix missing function declaration.
- Don't check von connman.pc.
- Allow actions without arguments.
- Respect "prefer_bigger" even if there is no icon size.
- DOAP fixes.
- Fix VAPI generation.
- Fix reference counting.
- Port to new libsoup API.

Bugs fixed in this release:
 - https://bugzilla.gnome.org/show_bug.cgi?id=722696
 - https://bugzilla.gnome.org/show_bug.cgi?id=731209
 - https://bugzilla.gnome.org/show_bug.cgi?id=731457
 - https://bugzilla.gnome.org/show_bug.cgi?id=733241
 - https://bugzilla.gnome.org/show_bug.cgi?id=740267
 - https://bugzilla.gnome.org/show_bug.cgi?id=742075

All contributors to this release:
 - Jens Georg <mail@jensge.org>
 - Sven Neumann <neumann@teufel.de>
 - Jussi Kukkonen <jku@goto.fi>
 - Olav Vitters <olav@vitters.nl>
 - Etienne Peron <etienne.peron@parrot.com>
 - Andre Klapper <a9016009@gmx.de>
2015-01-17 09:23:26 +00:00
adam
243c29c4cc Revbump after updating libwebp and icu 2014-10-07 16:47:10 +00:00
dholland
9ef6f2647f Fix build. Already fixed upstream I think... 2014-06-24 06:10:54 +00:00
wiz
4c68196029 Update to 0.20.12:
0.20.12
=======

Changes since 0.20.11:

- Several documentation fixes.
- Fix warning from clang.
- Prevent a critical if there's no DBus available and a DBus-based context
  manager is used.
- Don't try to use a DBus context manager if we don't have a system bus.
- Use g_return_val_if_fail.
- Fix a small leak of CallbackData in GUPnPServiceProxy.
- Add a gupnp_service_proxy_add_notify_full variant to be nice to
  gobject-introspection.
- Several code cleanups.
- Fix a reference leak in ACL.
- Make "document" property of GUPnPDeviceInfo readable.
- Add gupnp_service_proxy_add_raw_notify which can be used to get the raw
  xmlDoc received through notification.

Bugs fixed in this release:
 - https://bugzilla.gnome.org/show_bug.cgi?id=701446
 - https://bugzilla.gnome.org/show_bug.cgi?id=706123
 - https://bugzilla.gnome.org/show_bug.cgi?id=706127
 - https://bugzilla.gnome.org/show_bug.cgi?id=727709
 - https://bugzilla.gnome.org/show_bug.cgi?id=729827
 - https://bugzilla.gnome.org/show_bug.cgi?id=730359
 - https://bugzilla.gnome.org/show_bug.cgi?id=730690

All contributors to this release:
 - Jens Georg <mail@jensge.org>
 - Philip Withnall <philip.withnall@collabora.co.uk>

0.20.11
=======

Changes since 0.20.10:

- Disable the Unix context manager on Android.
- Fix Windows compilation.
- Fix a memory leak in Linux context manager.
- Fix libuuid dependencies in pkg-config files.
- Implement a simple ACL infrastructure.


Bugs fixed in this release:
 - https://bugzilla.gnome.org/show_bug.cgi?id=711027
 - https://bugzilla.gnome.org/show_bug.cgi?id=723715
 - https://bugzilla.gnome.org/show_bug.cgi?id=727539
 - https://bugzilla.gnome.org/show_bug.cgi?id=728889

All contributors to this release:
 - Philip Withnall <philip.withnall@collabora.co.uk>
 - Jens Georg <mail@jensge.org>
 - Olivier Crête <olivier.crete@collabora.com>
 - Luciana Fujii <luciana.fujii@collabora.com>
2014-06-06 12:33:41 +00:00
wiz
3faf991a33 Bump applications PKGREVISIONs for python users that might be using
python3, since the default changed from python33 to python34.

I probably bumped too many. I hope I got them all.
2014-05-17 16:10:41 +00:00
obache
d8fc20e0b0 recursive bump from icu shlib major bump. 2014-04-09 07:26:56 +00:00
drochner
d0a98186bf update to 0.20.10
changes: bugfixes
2014-02-05 17:30:20 +00:00
wiz
0108053253 Update to 0.20.9:
0.20.9
======

Changes since 0.20.8:

- Enforce HTTP 1.1 for device description requests.
- Add libuuid to Requires.private of pkg-config file.
- Deprecate gupnp_service_proxy_{begin,send}_action_hash as they cannot
  guarantee the argument order.
- Add gupnp_service_info_get_introspection_async_full() that makes it possible
  to cancel an introspcetion request using GCancellable.
- Fix a crash when running with GSSDP < 0.14.6.

Bugs fixed in this release:
 - https://bugzilla.gnome.org/show_bug.cgi?id=704867
 - https://bugzilla.gnome.org/show_bug.cgi?id=710491
 - https://bugzilla.gnome.org/show_bug.cgi?id=711027
 - https://bugzilla.gnome.org/show_bug.cgi?id=711167
 - https://bugzilla.gnome.org/show_bug.cgi?id=720369
 - https://bugzilla.gnome.org/show_bug.cgi?id=720372

All contributors to this release:
 - Jussi Kukkonen <jussi.kukkonen@intel.com>
 - Jens Georg <mail@jensge.org>
 - Philip Withnall <philip.withnall@collabora.co.uk>
 - Parthiban Balasubramanian <p.balasubramanian@cablelabs.com>
2014-01-02 18:58:25 +00:00
wiz
e03c03b6dc Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
drochner
c3a0e47873 update to 0.20.8
changes: minor feature additions and fixes
2013-12-04 12:45:36 +00:00
adam
63c018902c Revbump after updating textproc/icu 2013-10-19 09:06:55 +00:00
wiz
2bf30a5d14 Update to 0.20.7:
0.20.7
======

Changes since 0.20.6:
- Fix GCC warnings about local includes.
- Do not hand out libxml2-allocated strings.
- Fix a crash when a notification host was not available.
- Always call action call-back asynchronously, even when there was an error.
- Add performance measurement options to light-server/-client.

Bugs fixed in this release:
 - https://bugzilla.gnome.org/show_bug.cgi?id=669729
 - https://bugzilla.gnome.org/show_bug.cgi?id=703263
 - https://bugzilla.gnome.org/show_bug.cgi?id=708162
 - https://bugzilla.gnome.org/show_bug.cgi?id=708575
 - https://bugzilla.gnome.org/show_bug.cgi?id=708751

All contributors to this release:
 - Jens Georg <mail@jensge.org>
 - Andrzej Bieniek <andyhelp@gmail.com>
 - Emanuele Aina <emanuele.aina@collabora.com>

0.20.6
======

Changes since 0.20.5:
 - Don't do excessive network rescans.

Bugs fixed in this release:
 - https://bugzilla.gnome.org/show_bug.cgi?id=706996

All contributors to this release:
 - Ludovic Ferrandis <ludovic.ferrandis@intel.com>
 - Jens Georg <mail@jensge.org>

0.20.5
======

Changes since 0.20.4:
 - Add some missing G_{BEGIN,END}_DECLS guards.
 - Fix uninitialized variable use introduced in previous version.
 - Add simple network device whitelisting infrastructure.
 - Port gupnp-binding-tool so it's usable with python3.
 - Minor code fixes.
 - Fix crashes in NetworkManager context manager during some async calls.
 - Fix a small memory leak in the unix and windows CM.
 - Always enable GTest tests.
 - Upgrade gtk-doc stuff.
 - Fix the service example in documentation.
 - Remove the test for inverted arguments in the GUPnPContext tests.

Bugs fixed in this release:
 - https://bugzilla.gnome.org/show_bug.cgi?id=694454
 - https://bugzilla.gnome.org/show_bug.cgi?id=704094
 - https://bugzilla.gnome.org/show_bug.cgi?id=704383
 - https://bugzilla.gnome.org/show_bug.cgi?id=705712
 - https://bugzilla.gnome.org/show_bug.cgi?id=706326

All contributors to this release:
 - Jens Georg <mail@jensge.org>
 - Ludovic Ferrandis <ludovic.ferrandis@intel.com>
 - Olivier Crête <olivier.crete@collabora.com>
 - Bohuslav Kabrda <bkabrda@redhat.com>
2013-10-17 08:01:02 +00:00
wiz
6fd6d63f77 Update to 0.20.4:
0.20.4
======

Changes since 0.20.3:
- Fix warnings in gtk-doc run.
- Some minor improvements to the documentation.
- Make the user-agent ASCII-only to fix issues with discovery when
  g_get_application_name () returned a translated string.
- Force HTTP version to be 1.1 in SOAP requests.
- Fix potential crashes in XML parsing.
- Fix potential memory leak in gupnp_service_proxy_send_action_valist.
- Some codestyle fixes.
- Add gupnp_device_info_list_dlna_device_class_identifier () to retrieve the
  content of <dlna:X_DLNADOC> nodes.

Bugs fixed in this release:
 - https://bugzilla.gnome.org/show_bug.cgi?id=704953
 - https://bugzilla.gnome.org/show_bug.cgi?id=702555
 - https://bugzilla.gnome.org/show_bug.cgi?id=704094
 - https://bugzilla.gnome.org/show_bug.cgi?id=700947

All contributors to this release:
  Ludovic Ferrandis <ludovic.ferrandis@intel.com>
  Jens Georg <mail@jensge.org>
  Sébastien Bianti <sebastien.bianti@linux.intel.com>
  Bastien Nocera <hadess@hadess.net>
2013-09-02 17:03:48 +00:00
ryoon
c04858b1b9 Bump BUILDLINK_{API,ABI}_DEPENDS to 0.20.3. 2013-07-06 16:19:56 +00:00
ryoon
89757616be Update to 0.20.3
* Enable gobject-introspection support.

Changelog:
0.20.3
======

Changes since 0.20.2:
- Add a gupnp_context_manager_rescan_control_points feature.
- Fix VAPI generation if g-i version is >= 1.36.
- Some internal documentation updates.
- Check SID and return a proper error.
- Fix error code returned on invalid NT and NTS headers.
- Fix SEQ to be a uint32.
- Fall-back to unix static CM if netlink sockets are not availabe on runtime.
- Prevent some C++ name mangling in the examples.
- Fix compiling with -Wall -Wextra.

Bugs fixed in this release:
 - https://bugzilla.gnome.org/show_bug.cgi?id=697314
 - https://bugzilla.gnome.org/show_bug.cgi?id=696289
 - https://bugzilla.gnome.org/show_bug.cgi?id=698192
 - https://bugzilla.gnome.org/show_bug.cgi?id=698125

All contributors to this release:
  Jens Georg <mail@jensge.org>
  Jussi Kukkonen <jussi.kukkonen@intel.com>
  Sébastien Bianti <sebastien.bianti@linux.intel.com>

Changes in dependencies:
  vapigen >= 0.20 if gobject-introspection is >= 1.36
2013-07-06 16:14:34 +00:00
wiz
b96a5e5ce3 Bump PKGREVISION for libproxy shlib major bump. 2013-05-24 18:23:32 +00:00
adam
1ab43a036f Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu. 2013-05-09 07:39:04 +00:00