jasper
012cae3de1
SECURITY UPDATE to telepathy-gabble 0.16.5, addresses
...
CVE-2013-1769: remotely-triggered NULL pointer dereference in telepathy-gabble
2013-03-04 18:49:29 +00:00
jasper
371ded7e61
- update to telepathy-gabbler-0.16.4
2012-11-13 10:54:02 +00:00
ajacoutot
e7fe5251ee
Fix telepathy-gabble-xmpp-console.
2012-09-28 06:44:18 +00:00
jasper
ed4cfb2b48
- bugfix update to telepathy-gabble-0.16.3
2012-09-25 13:24:09 +00:00
ajacoutot
ef5cb32a0f
Stupid autohell is stupid...
...
The situation is this: even when we --disable-gtk-doc, if gtk-doc is
actually installed at configure stage, tools like gtkdoc-rebase will be
picked up and run during the install target. That is bad because the
gtk-doc package may have been removed by then, especially during dpb(1)
bulks (we explicitely disable support for it so why should it stay...).
So for now, let's add the following env to configure whenever we use
--disable-gtk-doc, until a bettersolution is found...
CONFIGURE_ENV +=ac_cv_path_GTKDOC_CHECK="" \
ac_cv_path_GTKDOC_REBASE="" \
ac_cv_path_GTKDOC_MKPDF=""
2012-09-21 14:48:05 +00:00
jasper
98d24f44e9
move CONFIGURE_STYLE to Makefile.inc
2012-08-29 17:50:55 +00:00
jasper
edf459eb4f
- these patches (or chunks) are not needed anymore since arpa/inet.h -r1.12
...
no pkg change
2012-06-26 12:30:37 +00:00
ajacoutot
d477005699
Sync dependencies after libnice update.
2012-04-30 09:38:37 +00:00
ajacoutot
10995fca56
Missed bump.
2012-04-03 09:37:07 +00:00
ajacoutot
e0848dd8e8
OpenSSL support is broken an non maintained, so use the default which is
...
GNUTls; it's already in the dep chain because of libsoup anyway.
2012-04-03 09:26:30 +00:00
ajacoutot
3902616fc7
py-gobject3 is needed a RUN_DEPENDS.
2012-04-03 08:03:18 +00:00
ajacoutot
06453f2e8c
Tweak BUILD_DEPENDS for tests.
2012-04-03 07:29:09 +00:00
ajacoutot
4f2dabc486
Update to telepathy-gabble-0.16.0.
2012-04-03 07:13:00 +00:00
ajacoutot
2af9fde46d
Fix build with glib >= 2.31.20.
2012-03-23 13:28:25 +00:00
ajacoutot
8d7eda3146
Update to telepathy-gabble-0.14.1.
2012-02-26 12:53:09 +00:00
jasper
71cfffa6ef
- update telepathy-gabble to 0.12.7
2011-11-17 14:38:07 +00:00
ajacoutot
e6d8f66705
Add WRKSRC to MODGNU_CONFIG_GUESS_DIRS.
...
ok jasper (maintainer)
2011-10-31 10:25:04 +00:00
ajacoutot
b1be8c1e8e
Use openssl instead of gnutls.
...
ok jasper@ (maintainer)
2011-10-27 16:22:45 +00:00
jasper
b299e80161
- prettify a few specs
...
- tweak WANTLIB
2011-09-16 20:00:46 +00:00
jasper
5e0c320056
- update to 0.12.6
2011-09-16 19:53:24 +00:00
espie
d0fa01c846
normalize pkgpath
2011-09-16 11:13:37 +00:00
jasper
26eb29f2b7
- zap USE_GROFF where not needed
2011-09-14 13:35:24 +00:00
jasper
88f8f0add6
bump after default python version switch
2011-06-08 18:00:49 +00:00
jasper
8c5d4081e4
- update to 0.12.0
2011-04-26 06:59:11 +00:00
jasper
df38c8e81f
more spring cleaning; these aren't needed anymore since we don't need the
...
NULL casts patches anymore.
2011-04-20 18:04:41 +00:00
jasper
c601c4be0a
- slightly improve readability of Makefiles by using a shorthand for TELEPATHY
2011-04-05 19:53:03 +00:00
jasper
bb721813ee
- update telepathy-gabble to 0.10.5
...
(this must've been the first telepathy update in years that didn't
require the latest linux kernel apis...what a breeze!)
2011-04-05 18:55:42 +00:00
jasper
693fafbdb8
Security fix for CVE-2011-1000
2011-03-02 14:41:18 +00:00
jasper
1a2aea7a8d
- use ac_cv_prog_PYTHON and remove patch
...
ok aja@
2011-01-17 17:58:29 +00:00
jasper
0e55f90356
- update telepathy-gabble to 0.10.4
2011-01-17 00:15:56 +00:00
ajacoutot
f388da3fce
Prefer GnuTLS over openssl. This is the recommended way and it actually
...
fixes several issues connecting to jabber servers over tls connection.
While here, add missing MODGNU_CONFIG_GUESS_DIRS.
2010-12-21 11:12:00 +00:00
jasper
c7b5b66d34
- use DIST_SUBDIR
2010-11-23 10:39:47 +00:00
espie
9ff53f35ab
remaining WANTLIB go .>= to >=
2010-11-22 10:16:08 +00:00
espie
0397d65db0
new depends
2010-11-19 22:31:32 +00:00
sthen
0666992301
fix tabs
2010-10-18 21:50:38 +00:00
espie
47ff75aa46
USE_GROFF=Yes
2010-10-18 18:36:45 +00:00
jasper
32a9f8c98f
- remove these workarounds, our pkg-config(1) is able to deal with
...
Requires: pkg-config >= 0.21
now. you'll need a very recent pkg-config for this to work though!
2010-09-29 16:51:09 +00:00
ajacoutot
ccf8595190
Remove unused patch, code path is ifdef __linux
2010-09-24 13:28:20 +00:00
ajacoutot
8e28f707cf
Fix connection to jabber by using openssl instead of gnutls.
...
Tighten dependencies, set a proper CA certificate file path and don't
pass socket options we don't support.
2010-09-24 10:06:19 +00:00
jasper
23e6df3b8d
- move USE_LIBTOOL to Makefile.inc too
2010-09-23 14:24:22 +00:00
jasper
1e8ed4b77c
- move USE_GMAKE to Makefile.inc and set it to No for pinnochio
2010-09-23 14:19:10 +00:00
jasper
2787bccf56
- remove unneeded patches which would be hard to maintain with future updates
2010-09-23 13:55:53 +00:00
jasper
4393909bd6
- update telepathy-gabble to 0.10.0
...
- enable uuid
2010-09-23 13:37:12 +00:00
sthen
e4ac0adf0f
And now for something completely different. More python bumps.
2010-08-30 21:26:30 +00:00
sthen
cad99f0e35
use REVISION.
2010-07-13 21:08:00 +00:00
espie
c67a081008
kill sentinel problems
2010-05-28 09:19:53 +00:00
jasper
7ad1c1a65a
- add myself as maintainer.
2010-04-23 17:59:12 +00:00
jasper
a0b8852f7d
- update telepathy-gabble to 0.9.10
2010-04-23 12:41:16 +00:00
jasper
6b3e0101c8
- tidy after defining EAI_OVERFLOW
2009-06-02 17:10:42 +00:00
jasper
f06d00cb46
- update telepathy-gabble to 0.7.27
2009-06-02 04:43:33 +00:00