Commit Graph

43045 Commits

Author SHA1 Message Date
espie
d4f049fe76 zap keep-alive scaffolds, it's on all the time now. 2008-03-24 18:05:54 +00:00
simon
764a999f9a Major update to version 8.3.1 - be sure to dump your databases before
you apply this and restore afterwards!

Additionally, implicit typecasts are history and not supported anymore.
Versions prior to 8.3 had the feature (some say bug) that functions,
expecting an argument to be of a certain type, have casted a variable of
any other type to the expected type, if possible.
This has changed now.  Tests surfaced rare occurrences of regressions,
which were then fixed in about ten minutes - and that code was not even
in the ports tree;  no issues found there.

A few more things have changed, namely tsearch2 went from contrib to the
core and native uuid type support was added;  for details read the
release announcement at
http://www.postgresql.org/docs/8.3/static/release-8-3.html.

tests & ok mbalmer@ (maintainer)
2008-03-24 17:26:12 +00:00
simon
1ae079219e Remove -pgsql subpackage to avoid an endless loop as the next version of
postgresql will provide native uuid support, which depends on uuid.

Except a few function names your databases will need no changes.

For the list of new functions look at the postgresql-docs package or
http://www.postgresql.org/docs/8.3/static/uuid-ossp.html.

tests & ok mbalmer@
2008-03-24 17:25:49 +00:00
eric
d7a7ffd969 - update to 1.4.12
- remove SHARED_ONLY
- change my email

ok jasper@
2008-03-24 13:43:13 +00:00
ajacoutot
500fa0499d - we have some kind of os.statvfs now 2008-03-24 13:31:59 +00:00
jasper
e06e97cfb1 - fix segfault when marking all items read, when no items are selected
from liferea cvs
2008-03-24 13:24:27 +00:00
steven
fca8be156d update to 2.4.0.
feedback/ok brad@ (maintainer), tested/ok merdely@ on similar diff
2008-03-24 08:23:22 +00:00
jakemsr
c3a88cc59a disable jack for now 2008-03-24 06:51:04 +00:00
jakemsr
da524839bc disable jack output for now 2008-03-24 06:39:55 +00:00
jakemsr
3b8934473d explicitly disable jack and polyp (pulse) audio for now 2008-03-24 05:50:05 +00:00
jakemsr
46383da97f - use the capture parameters argument instead of the playback
parameters argument with Pa_IsFormatSupported() when checking if
  certain capture parameters are supported.
- take maintainership per former MAINTAINER's suggestion
2008-03-24 05:31:48 +00:00
jakemsr
27ee0a793c - maintainence update to revision 1360
- add jack support
2008-03-24 05:26:46 +00:00
jakemsr
6254971cbe - fix esound output
- disable jack for the time being
2008-03-24 04:48:08 +00:00
jakemsr
0307b9a632 add jack subpackage 2008-03-24 04:46:26 +00:00
jakemsr
972b64c1c1 -update to xine-lib-1.1.11
SECURITY: CVE-2008-0073: libreal (RTSP) boundary error

-add jack subpackage

update is from Brad, thanks
2008-03-24 03:26:34 +00:00
jakemsr
a19847dd45 add jack support
discussed with MAINTAINER
2008-03-24 03:15:27 +00:00
jakemsr
756b4a6473 - default to /dev/audio for the audio device, but allow other
devices to be used as well

- add jack output.  these patches are back ported from hydrogen
subversion.

discussed with MAINTAINER
2008-03-24 03:09:42 +00:00
jakemsr
e48bbfab1c add jack 2008-03-24 03:07:25 +00:00
jakemsr
9e62d5e750 import jack (jack-audio-connection-kit)
JACK is a low-latency audio server, written for POSIX conformant
operating systems. It can connect a number of different applications to
an audio device, as well as allowing them to share audio between
themselves. Its clients can run in their own processes (ie. as normal
applications), or can they can run within the JACK server (ie. as a
"plugin").

JACK was designed from the ground up for professional audio work, and
its design focuses on two key areas: synchronous execution of all
clients, and low latency operation.

ok kili@
2008-03-24 03:01:28 +00:00
sthen
c109ae4c1c from Brad:
- Maintenance update of XCache, also tested by myself.

from me:
- adjust for /var/www/conf/php5 symlinks
- add re2c as BUILD_DEPENDS, configure picks it up if installed
ok brad@ (maintainer)
2008-03-23 21:36:20 +00:00
ajacoutot
b2c463d0c0 - use pre-install instead of pre-fake; from bernd@ 2008-03-23 12:50:54 +00:00
ajacoutot
9466375421 - s/etc/$SYSCONFDIR
- simpler rc.local example; remove UNMESSAGE
- remove /var/run @sample from PLIST as this gets removed at reboot
- don't try to install dir outside of $PREFIX

ok jasper@ landry@ bernd@
2008-03-23 10:53:55 +00:00
mbalmer
6b1bf122c1 Add json-c 2008-03-23 09:00:15 +00:00
mbalmer
c294c0c02a json-c-0.7.0, a JSON implementation in C and licensed under the MIT license. 2008-03-23 08:57:02 +00:00
fgsch
629c8da8bf fix crash when obtaining the number of users. ok from martynas@ some time ago.
while i'm here remove some unneeded printf's and fix the reply users
callback.  bump package.
2008-03-23 05:46:29 +00:00
fgsch
10075a6267 remove patch not needed anymore. ok okan@ some time ago. 2008-03-23 02:41:06 +00:00
sthen
2c3aea7ddc SECURITY update: fixes possible buffer overflow in PKCS#1 message decoding.
Version update 1.0 -> 1.1 as tested by several people.
2008-03-22 23:06:50 +00:00
sthen
c1d86122bc SECURITY update: fixes possible buffer overflow in PKCS#1 message decoding.
From Brad.
2008-03-22 22:50:23 +00:00
merdely
b23cda1ed4 Remove un-needed stuff from the Makefile. The gimp build process takes
care of these things (--enable-altivec, --enable-mmx, --enable-sse).

From brad@
2008-03-22 22:46:12 +00:00
sthen
d3ec5bd5d4 SECURITY update: fixes possible buffer overflow in PKCS#1 message decoding.
From Brad.
2008-03-22 22:38:00 +00:00
ajacoutot
64766c5b7c - bugfix update to version 1.0.1.1 2008-03-22 17:34:49 +00:00
steven
526c0f9d45 update to 1.76
from Jeremy Evans (maintainer)
2008-03-22 11:44:42 +00:00
rui
309af38807 - maintenance update to dnsmasq 2.41
ok merdely@
2008-03-21 20:46:08 +00:00
rui
6887f4085e - maintenance update to tcpreplay-3.2.5.
"looks fine" steven@
2008-03-21 19:28:13 +00:00
rui
5cb040a00c - update freeradius to 2.0.3. Check the Changelog for more information.
"if it works for you, I'd say commit it" ajacoutot@
2008-03-21 19:25:33 +00:00
merdely
53f92f03e4 Add altivec FLAVOR to the right file.
Pointed out by ajacoutot (thanks)
2008-03-21 15:27:21 +00:00
merdely
e1a09eda8d Add gimp altivec flavor to bulk builds.
Requested by ajacoutot
2008-03-21 15:09:07 +00:00
merdely
8ec8f2c9a9 Update to 2.4.5.
From Giovanni.
ok simon@, kili@
2008-03-21 14:53:51 +00:00
ajacoutot
b6c242761c - "0xbe is the command, not a format string"... from jakemsr@ 2008-03-21 12:41:22 +00:00
kurt
ca7bea7a8d - add VMEM_WARNING
- adjust memory calculations so this has a chance of building on systems
  with 256M of real memory. Reported by Dongsheng Song
- bring the the rest of IcedTea's icedtea-graphics.patch and fix typo that
  prevented interactive apps from launching. I expect I will eventually
  will want to convert over to using IcedTea in full in the future.
2008-03-21 02:46:43 +00:00
sthen
15bb9ed03d change @unexec to @extraunexec for the /var/www/conf/php5 directory
where users are supposed to create symlinks to config file fragments
in ../php5.sample, otherwise the symlinks are destroyed when someone
updates php5/core.

ok brad, seems ok to landry.
2008-03-20 23:06:53 +00:00
pvalchev
b39cde2e27 4.3 2008-03-20 22:04:26 +00:00
pvalchev
546f4316e3 @X_LIBS@ and @C_CFLAGS@ for pkg-config too, from brad 2008-03-20 22:00:15 +00:00
ian
b38df514fa += gsutil 2008-03-20 19:01:41 +00:00
ian
9ea200f654 dump/restore Grandstream device configurations, ok sthen@ 2008-03-20 18:59:15 +00:00
jasper
e0ea8e2469 - add libcdio 2008-03-20 18:26:01 +00:00
jasper
ad7e20a098 import libcdio 0.80
The libcdio package contains a library which encapsulates CD-ROM reading
and control. Applications wishing to be oblivious of the OS- and
device-dependant properties of a CD-ROM can use this library.

with and ok ajacoutot@
2008-03-20 18:24:42 +00:00
jasper
aa63e6ef6c - update liboil to 0.3.14
- remove MAINTAINER (per her request)
2008-03-20 18:21:39 +00:00
jasper
1a15a77772 - update homepage
- remove MAINTAINER (per his request)

ok naddy@ (former MAINTAINER)
2008-03-20 17:23:04 +00:00
sthen
33870e5972 maintenance update to 2.3.3, ok okan 2008-03-20 16:02:25 +00:00