90054 Commits

Author SHA1 Message Date
jasper
7f31c5acd5 - update to sonos-0.3.5
* includes various new features (such as adding spotify tracks by yours truly)
2014-02-04 16:23:47 +00:00
dcoppa
f1b72f206c Update to youtube-dl-2014.02.04
New extractors: iprima, mooshare
2014-02-04 15:43:48 +00:00
nigel
d84b118e3f Fix TDEP
Ok espie@
2014-02-04 15:41:36 +00:00
zhuk
a47212409d Rename KDE4 symlinks it creates in KDEHOME that point out to different
temporary areas. Now KDE3 and KDE4 use totally different "temp" areas and
programs from both worlds could work more or less fine together, even when
sharing KDEHOME (this is NOT a recommended way to do things, but sometimes
you have to, like me). The only two minor problems there I'm aware now are:

1. Konqueror (KDE3) can't open web sites (some KHTML or kio_http issue?).

2. kded (KDE3) hangs when run automatically through kdeinit; killing it and
   starting manually fixes the situation. May be kbuildsycoca-related, will
   investigate more.

If you see any other problems, like hardcoded paths to those symlinks,
don't stay silent.

Oh, and it's really NOT recommended to install this update while having
KDE4 apps running.
2014-02-04 15:25:44 +00:00
ajacoutot
d15ae48e64 Sync with what was committed usptream. 2014-02-04 14:49:53 +00:00
zhuk
08e3adddbe Make this sample file binary, to avoid expanding RCS tags that portcheck
notify of.
2014-02-04 13:21:54 +00:00
sthen
cea7c61adb update MAC address vendor list 2014-02-04 12:54:44 +00:00
dcoppa
30b154a04d Bugfix update to redis-2.8.5 2014-02-04 12:20:46 +00:00
sthen
7309d7f457 memtest86+ @sample's bootable files into the root partition; put them directly
in / rather than in /stand, which has been removed. reported by tedu, ok dcoppa
2014-02-04 10:14:52 +00:00
brad
74c7591824 Upgrade to ircd-hybrid 8.1.13.
ok sthen@
2014-02-04 09:46:48 +00:00
brad
3cce8b2370 Update to automake 1.14.1.
sthen> please mention in commit log that the texi2dvi problem jca noticed was
already present in 1.14.

< jca_p> grmpf, newer automake versions call texi2dvi --build-dir, which we
don't support

ok sthen@
2014-02-04 09:15:23 +00:00
zhuk
34ed887d6c Distinguish KDE4 temporary directories. Helps to run KDE 3 and 4 apps at
the same time.

It's highly recommended to install this update when no KDE is running (KDM
is fine).
2014-02-04 08:56:40 +00:00
ajacoutot
881645c773 Properly monitor for users changes (password, addition, removal...). 2014-02-04 08:53:34 +00:00
espie
b21aa00201 +p5-Devel-FastRef
+p5-Devel-Gladiator
2014-02-04 08:09:49 +00:00
espie
170b312876 perl can actually map ALL back references to ALL variables.
figure out WHAT doesn't allow your data to die (especially that pesky capture
in an anonymous sub).  Again very useful in tracking down memory usage in
pkg_add 

(suggested by pirofti@, thx)

okay ajacoutot@
2014-02-04 08:05:18 +00:00
espie
d3ec6c005a walks all of perl live variables, can count them by type.
very useful in finding excessive memory usage in pkg_add.
(suggested by pirofti@, thx)
okay ajacoutot@
2014-02-04 08:02:32 +00:00
jasper
ceb0b22566 update to gupnp-tools-0.8.9 2014-02-04 07:42:09 +00:00
ajacoutot
f8724b87ff Update to gdk-pixbuf-2.30.4. 2014-02-04 07:28:11 +00:00
bluhm
4e725b2374 update p5-NetAddr-IP to 4.072 2014-02-04 03:14:56 +00:00
bluhm
f6651ab70f - update p5-Regexp-Common to 2013031301
- take MAINTAINER
- TEST_POD=1
- no USE_GROFF
- sort and indent Makefile according to template
input and OK gsoares@
2014-02-04 03:04:47 +00:00
william
efe5b60348 bump REVISION to force an update due to undefined symbol '__guard' in
dependent packages. bump SHARED_LIBS major for safety requested by sthen.
2014-02-04 02:51:15 +00:00
bluhm
e4c08f3a89 update p5-IO-Socket-INET6 to 2.72 2014-02-04 02:47:51 +00:00
bluhm
7a320e5624 update p5-Net-SIP to 0.684 2014-02-04 02:29:11 +00:00
bluhm
b76e466043 update p5-Test-TrailingSpace to 0.0204 2014-02-04 02:06:44 +00:00
bluhm
bdfb637f0c update p5-File-Find-Object-Rule to 0.0304 2014-02-04 01:58:03 +00:00
gsoares
70bfa52762 update to 0.6
OK jung@
2014-02-04 01:53:04 +00:00
zhuk
9e5060eee4 Avoid tests fail after import to CVS. One error still left, a totally
separate issue.
2014-02-03 22:40:25 +00:00
zhuk
3c9c222f85 Add a few files that portcheck should react upon. 2014-02-03 22:30:41 +00:00
zhuk
af27769efa Import regression tests suite for portcheck. With help support from espie@
and suggestions from others. A few files need to be added manually in the
next commit.
2014-02-03 22:28:41 +00:00
zhuk
b9c33cd718 The only real hard limit for text lines is 80 characters. 72 is good when
you cite in email, but noone stops you to !fmt the text. This removes the
corresponding parameter from check_long_lines() because it's not needed
anymore.

inspired in chat by bcallah@, idea okayed by sthen@, espie@ and naddy@
2014-02-03 22:13:55 +00:00
naddy
6fe45ff8b4 Security fix for CVE-2014-0015: re-use of wrong HTTP NTLM connection
http://curl.haxx.se/docs/adv_20140129.html
From: Donovan Watteau
2014-02-03 21:52:14 +00:00
jasper
2a66fa7584 Security fix for insecure temporary file use
(a CVE identifier has been requested but not assigned as of yet)

ok aja@ (MAINTAINER)
2014-02-03 19:06:42 +00:00
ajacoutot
bfeae11b20 Fix a possible segfault in the Region panel.
reported ages ago by pea@
2014-02-03 18:23:54 +00:00
jasper
b5a20cca35 add varconf removal quirk 2014-02-03 18:02:09 +00:00
jasper
1920a3f0c5 drop some deadweight which as a lib was never used by anything in tree.
ok aja@
2014-02-03 18:01:59 +00:00
jasper
c1457a9804 -varconf 2014-02-03 18:00:49 +00:00
bcallah
95929b3759 Add a .desktop file, from Debian.
Original diff from Donovan Watteau <tsoomi AT gmail DOT com> on ports@
Small tweaks by me.
ok sthen@
2014-02-03 17:56:54 +00:00
jasper
756caa5195 update to gupnp-av-0.12.5 2014-02-03 17:43:12 +00:00
jasper
4352c4f50f update to gupnp-0.20.10 2014-02-03 17:42:05 +00:00
naddy
c9f0d59cb2 sync, 8741 2014-02-03 17:42:03 +00:00
jasper
0229fef914 update to gssdp-0.14.6 2014-02-03 17:41:52 +00:00
robert
9f7c0a7353 update to 32.0.1700.102 2014-02-03 16:37:31 +00:00
dcoppa
1fa7a38d7b Update to youtube-dl-2014.02.03.1 2014-02-03 16:12:27 +00:00
dcoppa
3e958ce24e Add x-scheme-handler support to the Mumble .desktop file
From upstream git via ubuntu
2014-02-03 16:09:36 +00:00
dcoppa
da6ec61d3b Fix annoying warning with cmake>=2.8.12 2014-02-03 15:20:45 +00:00
ajacoutot
441a4290ce Drop CVS keyword from patch. 2014-02-03 13:56:38 +00:00
ajacoutot
9e302c2f3b Explicitely mark all files that can be removed when the next release is out. 2014-02-03 13:50:32 +00:00
ajacoutot
32aff4539f Sync with what was committed upstream to bring us closer to what FreeBSD
does.
Properly use the OpenBSD-specific code instead of the common one.

ok jasper@ (maintainer)
2014-02-03 13:46:19 +00:00
dcoppa
ed23930725 Update to miniupnpc-1.9 and fix dependant ports (games/megaglest
not affected)
2014-02-03 13:30:52 +00:00
jasper
c5e793f787 disable glade catalog installation which may get installed when glade
gets picked up.

spotted by nigel@
2014-02-03 13:00:29 +00:00