Commit Graph

75343 Commits

Author SHA1 Message Date
sthen
b7a1eae9f4 update vendor lists 2012-06-04 11:01:48 +00:00
ajacoutot
dd04d0cecc Typo in comment. 2012-06-04 08:22:13 +00:00
ajacoutot
acf77e3165 Committed upstream. 2012-06-04 07:54:36 +00:00
landry
00f3c2da53 Mark as BROKEN, it doesnt package as make fake gets stuck on 'Running
gui', that disturbs bulk builds and noone of the people using it got
enough incentive to look into it :)
2012-06-03 20:17:24 +00:00
pascal
70734078be Respect CC/CFLAGS for all parts of nqp; don't add -O3 in 3rdparty/dyncall.
prodded by and ok aja@
2012-06-03 12:17:54 +00:00
ajacoutot
c4486c33db Update to rhythmbox-2.97. 2012-06-03 11:12:30 +00:00
fgsch
ed7776d9d8 enter py-beautifulsoup4 2012-06-02 21:15:59 +00:00
fgsch
d16ce68119 Import beautifulsoup 4.1.0, a Python library designed for quick
turnaround projects like screen-scraping.

Original diff against py-beutifoulsup from wen heping, converted to
a stand alone port after some discussion in ports@.
2012-06-02 21:15:12 +00:00
fgsch
4c56c48c27 Update to sdlmame 0.146. 2012-06-02 16:09:40 +00:00
jasper
14bcd50f4b - update to 6.18.01
- take maintainership

tested by and ok matthieu@
2012-06-02 13:17:19 +00:00
jasper
588f2ae2fb sync 2012-06-02 12:25:11 +00:00
jasper
b9aaca8cf6 import elixir 0.5.0
Elixir is a programming language built on top of the Erlang VM. As
Erlang, it is a functional language built to support distributed,
fault-tolerant, non-stop applications with hot code swapping.

Elixir is also dynamic typed but, differently from Erlang, it is also
homoiconic, allowing meta-programming via macros. Elixir also supports
polymorphism via protocols (similar to Clojure's), dynamic records and
provides a reference mechanism.

Finally, Elixir and Erlang share the same bytecode and data types. This
means you can invoke Erlang code from Elixir (and vice-versa) without
any conversion or performance hit. This allows a developer to mix the
expressiveness of Elixir with the robustness and performance of Erlang.

feedback/ok sthen@
2012-06-02 12:24:13 +00:00
jasper
26f41e7051 - update to 1.3.2 2012-06-02 12:21:55 +00:00
sthen
b50ed7fbde +amtterm 2012-06-02 12:09:55 +00:00
sthen
ed5099f622 import ports/comms/amtterm, ok jasper@
amtterm provides gui and cli clients for Intel AMT serial-over-lan (sol),
and a perl script to gather information and control managed computers.

To reduce depencies when only the cli version is wanted, install the
amtterm-term subpackage instead.
2012-06-02 12:09:35 +00:00
ajacoutot
282e80f153 Missed bump, spotted by naddy@ 2012-06-02 12:06:37 +00:00
sthen
9a825bac33 update to icli 0.42, adds -U / --as-contact option to only operate on services
visible to a certain contact
2012-06-02 10:02:40 +00:00
ajacoutot
c30c23b74b Update to owncloud-4.0.0. 2012-06-02 06:54:57 +00:00
ajacoutot
d121383655 Tweak README to allow easier copy/paste. 2012-06-02 06:18:06 +00:00
landry
59b9711805 Add missing build_depends on boost, pointed out by nigel@, thanks! 2012-06-01 22:00:27 +00:00
ajacoutot
98edccd788 Fix from upstream:
Fix crash on double free if loading WAV file failed.
2012-06-01 15:58:13 +00:00
ajacoutot
acdcd5dbba Fixes from upstream:
- Fix alignment issues on strict alignment architectures.
- Don't unnecessarily byte-swap on big endian hosts.

from Brad
2012-06-01 15:58:00 +00:00
ajacoutot
612f280208 Fixes from upstream:
- Clean up symbol visibility.
- Don't force quit in signal handler, since we might double-free things.
- Disable reverb flag in modplug decoder. It's producing trash in some cases.
- Don't underflow array when parsing timidity config file.
- Fix read_config_file() not closing the file when there is an error.
- Honor the return code from recursive read_config_file() call.
- Reset some state on shutdown to prevent crash when reinitializing.

from Brad
2012-06-01 15:57:51 +00:00
ajacoutot
eee7df586d This was supposed to be commented. 2012-06-01 15:39:22 +00:00
ajacoutot
b28db4bc19 Add some commented examples on how to do most usual tasks (tag spam,
discard and/or quarantine virus mails...).

ok okan@ (maintainer)
2012-06-01 15:35:48 +00:00
ajacoutot
f852823107 Make the rc.d(8) script use pg_ctl all the way.
ok pea@ (maintainer)
2012-06-01 15:06:45 +00:00
espie
84455e0877 swapped arch and value for broken 2012-06-01 13:21:26 +00:00
landry
80032580e4 +dfc 2012-06-01 13:02:24 +00:00
landry
b6d7d7f6d8 Import dfc 3.0.0.
dfc is a simple tool that display file system space usage using graphs
and colors. It can also output to CSV, TeX or HTML.

ok jasper@ giovanni@
2012-06-01 13:01:45 +00:00
ajacoutot
8e69561317 Minor update to banshee-2.4.1. 2012-06-01 12:05:48 +00:00
pascal
02e910b7f3 Update to latest version 2.3. Also, remove a gcc3 workaround.
ok dcoppa@ (maintainer timeout)
2012-06-01 09:45:04 +00:00
pascal
25844d6524 Update to wdiff 1.1.1. Removes need for gsed during regress.
ok jasper@
2012-06-01 09:10:20 +00:00
sthen
5816d1b1b6 update to lighttpd 1.4.31, rolling in the backported patches. ok brad 2012-06-01 08:20:50 +00:00
ajacoutot
89e7fbd097 Remove '${DESTDIR}' from the html pages.
from gjones
2012-06-01 07:55:12 +00:00
jasper
7234d01e93 sync 2012-06-01 07:31:09 +00:00
jasper
053f265fbb import autoconf 2.69
from brad
ok sthen@
2012-06-01 07:30:46 +00:00
jasper
6d105eb08d Security fix for CVE-2012-2944: upsd can be remotely crashed
ok sthen@ (MAINTAINER)
2012-06-01 07:12:41 +00:00
ajacoutot
5f9fae9f61 Update to mimedefang-2.73.
Rework the port to comply with upstream defaults and generally simplify
it. Set default options in rc.d(8) following the default init script
behavior.
Activate ipheader and install gen-ip-validator.pl.

ok okan@ (maintainer)
2012-05-31 18:31:42 +00:00
landry
5dbe5158ed Unbreak. It doesnt respect CFLAGS but at least it builds. Reported by
naddy@.
2012-05-31 15:16:33 +00:00
espie
322737bd27 update for new modules 2012-05-31 15:11:40 +00:00
espie
0408156e0b more modules 2012-05-31 15:07:56 +00:00
espie
2f54a834d5 d6->d7 2012-05-31 15:07:03 +00:00
espie
c13dc96ada drupal6 -> drupal7 update 2012-05-31 15:06:39 +00:00
espie
b3fae4616f rc4 seems to work (needed for my sites updates) 2012-05-31 15:06:05 +00:00
espie
7a276dffa6 wasn't aware it was now ported to drupal7 2012-05-31 15:05:21 +00:00
dcoppa
febe067be4 Replace deprecated XKeycodeToKeysym() with XkbKeycodeToKeysym().
Committed upstream.
2012-05-31 08:39:59 +00:00
dcoppa
64e9a1c39b Override some variables into port's Makefile to reduce clutter from
patches/patch-src_Makefile; no pkg changes, no bump.

While here, reorganize port's Makefile as per template.
2012-05-31 08:25:50 +00:00
ajacoutot
f5d16d73ad Enable the Media Library now that SQLite is in base.
from Brad (maintainer)
2012-05-31 07:04:38 +00:00
ajacoutot
be1d124b68 Update to gnome-user-docs-3.4.2. 2012-05-31 06:06:32 +00:00
sthen
312710642c SECURITY update to Asterisk 1.8.12.2
AST-2012-007, AST-2012-008 fixed in the short-lived 1.8.12.1 release:

* A remotely exploitable crash vulnerability exists in the IAX2 channel
  driver if an established call is placed on hold without a suggested music
  class. Asterisk will attempt to use an invalid pointer to the music
  on hold class name, potentially causing a crash.

* A remotely exploitable crash vulnerability was found in the Skinny (SCCP)
  Channel driver. When an SCCP client closes its connection to the server,
  a pointer in a structure is set to NULL.  If the client was not in the
  on-hook state at the time the connection was closed, this pointer is later
  dereferenced. This allows remote authenticated connections the ability to
  cause a crash in the server, denying services to legitimate users.

Also from 1.8.12.2

* Resolve crash in subscribing for MWI notifications.

ASTOBJ_UNREF sets the variable to NULL after unreffing it, so the
variable should definitely not be used after that. To solve this in
the two cases that affect subscribing for MWI notifications, we
instead save the ref locally, and unref them in the error
conditions.
2012-05-30 22:45:26 +00:00