Commit Graph

6932 Commits

Author SHA1 Message Date
sthen
d1c6f80880 use REVISION, checked with before/after make show=PKGNAMES (plus some
extra-careful checking where there are complicated PSEUDO_FLAVORS).
2010-07-12 22:07:37 +00:00
sthen
95ea61be00 update to 2.8.6, from maintainer Markus Lude 2010-07-12 19:38:40 +00:00
naddy
b083429753 fix after removal of DLT_OLD_PFLOG; from Markus Lude <markus.lude@gmx.de> 2010-07-10 23:18:58 +00:00
naddy
9b2ec059c4 rename variable, REVISION has a special meaning now 2010-07-10 20:30:37 +00:00
naddy
1f6f6d3a51 update to 4.2.6p2, which incorporates most of our patches 2010-07-10 19:48:32 +00:00
naddy
b0858295bb fix dependencies 2010-07-10 14:58:20 +00:00
ajacoutot
d07eafe6c0 Add proper CONFIGURE_ARGS to fix SHARED_LIBS naming, spotted by naddy@
Bump SHARED_LIBS major.
Add proper disable-static args, this port is SHARED_ONLY.
2010-07-10 06:20:59 +00:00
sthen
46626dc2f9 update to 0.99.16 2010-07-09 11:46:02 +00:00
landry
50f1483d91 Fix fallout of SO_PEERCRED changes. while here, bring in string.h for
declarations of strcpy() and strlen().
2010-07-09 08:17:50 +00:00
landry
29c07cb70a Fix libpurple,-audio flavor PKGNAME - it's different from libpurple
unflavored package, so forcing FULLPKGNAME/FULLPKGPATH was fucking it.
While here, fix dependencies on gstreamer with audio FLAVOR, and
correctly depend on the -audio flavoured libpurple for -finch,audio and
-main,audio.
Looks fine to brad (MAINTAINER)
2010-07-09 06:10:16 +00:00
sthen
55d57922b7 SECURITY update to 0.092 from Brad
CVE-2010-2488 NULL pointer deref with traffic stats
2010-07-08 15:14:10 +00:00
sebastia
5f6294d106 fix build on gcc2 archs, also reported upstream to nmap-dev@.
OK from giovanni@, jasper@, sthen@, phessler@
2010-07-08 14:43:30 +00:00
fkr
712a318987 unbreak and adopt to the changes to rdomains/rtables in -current.
feedback and ok sthen@
2010-07-08 09:18:25 +00:00
ajacoutot
a9f0c77d3b SECURITY.
Fix for CVE-2010-2244:
    zero size is reported for corrupt packets. recvmsg() later could
    nevertheless get data from a good packet that followed the bad one.
    So get out early to avoid hitting an assertion.

Thanks to pea@ for the heads up.
2010-07-07 18:57:38 +00:00
sthen
9adc0b244d --disable-mcheck is no longer a valid configure argument; remove it,
fixing DEBUG build. Spotted by dhill@, fix from Brad.
2010-07-07 15:57:48 +00:00
espie
b660df6b9b zap reeeally old variable 2010-07-06 22:25:53 +00:00
espie
d59abd10d0 semantic change of LIB_DEPENDS (or abuse ?) avoid package change. 2010-07-06 15:20:36 +00:00
espie
03d45ee036 use new subpackage-dependent ONLY_FOR_ARCHS 2010-07-06 13:02:14 +00:00
sthen
6b103e74ba - fix build on 64-bit arch following last update
- tighten RUN_DEPENDS for -plugins
- remove some patches and most of the custom do-install in favour
of passing variables to make and using upstream's build infrastructure.
- tidy Makefile

ok sebastia@, maintainer timeout
2010-07-06 07:41:46 +00:00
espie
c70197b59e oh yeah, iconv is in gettext, sure. ;( 2010-07-05 22:52:38 +00:00
espie
f5afbcfae8 don't let packages vanish depending on arches. If they don't build, they
don't.
2010-07-05 08:25:08 +00:00
ajacoutot
f0627254a7 Tweak a comment. 2010-07-05 06:15:23 +00:00
naddy
87b33f29ca update to 4.2.6p1 and remove a lot of cruft 2010-07-03 02:49:43 +00:00
naddy
e3ee31b058 Kill all instances of the dangerous RUN_DEPENDS=${BUILD_DEPENDS} idiom.
Bump pkgname where necessary.
2010-07-03 02:44:13 +00:00
espie
4ebdd5a50c fix build AND packaging of the ruby bindings 2010-07-03 01:55:24 +00:00
giovanni
59c7a9b962 Tell the user how to correctly enable samba as a Pdc
ok Ian McWilliam (Maintainer)
2010-07-02 14:42:29 +00:00
landry
e5e145c7e7 Add a -ruby subpackage providing rrdruby (aka RRD.so ruby module), not the
same interface as ruby-rrdtool.
General mumbling of agreement from msf@ bernd@ sthen@
2010-07-01 15:49:24 +00:00
kili
f19ee7273f WANTLIB += pthread and bump PKGNAME. 2010-06-30 15:41:01 +00:00
lum
baba61bd4e update to filezilla-3.3.3
ok jim@ landry@
2010-06-30 14:58:58 +00:00
ajacoutot
ced5f3e96e Fix -mono dependency. 2010-06-28 19:50:10 +00:00
ajacoutot
6dd6fbdcd4 Fix the mono FLAVOR, it requires gtk.
While here, regen WANTLIB and file dllmap files.
2010-06-28 19:30:13 +00:00
robert
5fbf19fa7a revert previous commit 2010-06-28 18:52:31 +00:00
robert
4b56714558 add mono-zeroconf 2010-06-28 18:42:53 +00:00
robert
e09e6cba0e import of mono-zeroconf:
Mono.Zeroconf is a cross platform Zero Configuration Networking library
for Mono and .NET. It provides a unified API for performing the most
common zeroconf operations on a variety of platforms and subsystems: all
the operating systems supported by Mono and both the Avahi
and Bonjour/mDNSResponder transports.
2010-06-28 18:42:21 +00:00
robert
f16280502f bump pkgname 2010-06-28 18:33:59 +00:00
robert
fb2f92750c update mono-avahi 2010-06-28 18:33:41 +00:00
jasper
d576563f59 - add p5-Net-IPTrie 2010-06-28 13:32:39 +00:00
jasper
b39c74ce29 import p5-Net-IPTrie 0.5
Perl module for building IPv4 and IPv6 address space hierarchies fast.

from sten spans, with some tweaks by me
2010-06-28 13:31:32 +00:00
ajacoutot
648a4067a7 s/lpthread/pthread 2010-06-27 01:30:33 +00:00
ckuethe
5c2a960006 Update to latest release, and abandon maintainership
ok sthen
2010-06-26 14:32:15 +00:00
sthen
78d25392e8 update to 3.5.4, from new maintainer, Ian McWilliam. 2010-06-25 17:39:12 +00:00
sthen
05ffb4fa07 fix the plist 2010-06-25 12:29:03 +00:00
sthen
6878f40b3a update to 1.2-beta; N.B. default http port changed to 9080. 2010-06-25 11:45:12 +00:00
sthen
02c8576232 fix PLIST-main to include the pf plugins and bump;
problem pointed out by Yun Zheng Hu, thanks!
2010-06-24 16:20:49 +00:00
fgsch
f06b38f7bb be more cautious when loading modules. spotted by naddy@. 2010-06-23 16:53:15 +00:00
steven
f3696556fd use gnu libtool (needs ltdl) 2010-06-23 16:27:57 +00:00
kevlo
4cbdf3385c update to 4.0.9.
"reads good to me" jasper@
2010-06-23 02:13:06 +00:00
sthen
ea9fe0cc5c Update to 0.10.0 from maintainer Markus Hennecke, tested by
Simon Kuhnle and robert at openbsd dot pap dot st; with a few
tweaks by me tested by Simon Kuhnle.
2010-06-20 14:08:32 +00:00
benoit
00b7da21b3 - update tor to 0.2.1.26
ok rui@
2010-06-20 07:57:07 +00:00
jakob
a8533f1cef upgrade unbound to v1.4.4 2010-06-19 21:26:07 +00:00
jakob
8d0f1c07f6 upgrade to LDNS v1.6.5 2010-06-19 21:18:11 +00:00
jasper
28af1f79db - sync with lua.port.mk 2010-06-18 17:59:06 +00:00
bluhm
6ba93a2a29 update p5-IO-Socket-INET6 to 2.65 2010-06-18 17:25:04 +00:00
ajacoutot
09e399bf8b Fix the no_x11 FLAVOR to build against glib2.
While here, fix wantlib and tweak DESCR.

ok sthen@
2010-06-18 10:41:03 +00:00
pea
c43354b999 Update to 2.1.9
"looks good" sthen@
Tested by ajacoutot@ (Thanks !)
ok rui@ (maintainer)
2010-06-17 13:40:08 +00:00
sthen
5b585671d9 update to 1.7.1.2, various fixes (build fixed with -Wall in
CFLAGS as spotted by Landry, also LP64, endianness, and some
ssl problems).

ok rui@ landry@ kili@
2010-06-16 10:25:05 +00:00
jasper
215a0d5db9 - unhook micq 2010-06-16 08:12:00 +00:00
jasper
2bc95ef2fc - remove obsolete micq, as prompted by jiri b. on ports@
it's been superseded by climm, but nobody even said there were using it anymore.
alternatives would be irssi/bitlbee or pidgin,-finch

maintainer timed-out.
2010-06-16 08:11:53 +00:00
kili
73f62484da Add gmp and bump. 2010-06-15 17:59:24 +00:00
kili
c78948cdd1 Bump after ghc update. 2010-06-15 17:18:50 +00:00
fgsch
c1444e6a2b Update to 1.7. From maintainer. 2010-06-15 17:16:13 +00:00
landry
24fc1b6e56 Don't cast char* return value to an int, check if != NULL instead.
Fixes quirc on amd64/sparc64/gcc4.
2010-06-15 16:20:42 +00:00
lum
fa6a6224b8 update to filezilla-3.3.2.1
ok jasper@
2010-06-15 16:08:21 +00:00
sebastia
c48b2da0a1 update to olsrd-0.6.0, adding two subpackages -gui and -plugins
general OK from MAINTAINER, after cleanup, OK from landry@ and sthen@
2010-06-14 12:36:34 +00:00
steven
a36fdf71cd bring back old patch chunk apparently needed by gcc3
noticed and tested by naddy@
2010-06-12 16:28:46 +00:00
landry
03414cb7c2 No need to -O0 on sparc64 anymore since it switched to gcc4.
From Brad.
2010-06-11 21:10:28 +00:00
landry
8126d56553 Remove sparc64-specific patch now that it switched to gcc4.
From Brad
2010-06-11 19:22:32 +00:00
dcoppa
bbefcfb05a Switch to glib2, minor cleanups.
OK jasper@, phessler@, landry@
2010-06-11 13:56:33 +00:00
steven
5aa610b4df update to 2.7.1
from Brad (maintainer)
2010-06-10 20:13:33 +00:00
lum
1b0986c33c update to darkstat 3.0.713. Bugfix and some new features
The new --syslog option requires a local patch, upstream
has been informed.
ok ckuethe@
2010-06-10 03:57:30 +00:00
lum
b8ea20feb8 darkstat-3.0.713 patches for new --syslog option
ok ckuethe@
2010-06-10 03:51:39 +00:00
steven
cdf47a9819 update to 1.67 2010-06-09 18:26:03 +00:00
jasper
c1873a7406 - workaround "build-failure" on loongson, the resulting files doesn't differ
from what's generated elsewhere, so why error out?
2010-06-09 08:51:59 +00:00
ajacoutot
2e7fec715b s/LOCALBASE/PREFIX/ 2010-06-08 08:05:20 +00:00
sthen
3ee42fb038 - save users from touching mirmon.db
- fix sample command-line
(and bump)
2010-06-08 00:26:45 +00:00
sthen
5592b7baf6 +mirmon 2010-06-08 00:04:11 +00:00
sthen
857b72166f import ports/net/mirmon
Mirmon helps administrators in keeping an eye on the mirror sites.
In a concise graphic format, mirmon shows each site's status history
of the last two weeks. It is easy to spot stale or dead mirrors.
2010-06-08 00:03:55 +00:00
jsg
85a4b84d82 the way errors were caught before now picks up non fatal things
like "Melde dich an Kommentar zu posten" so don't treat errors
as fatal any more.
2010-06-07 22:43:26 +00:00
kili
9dbe725bcb Adjust WANTLIB and bump.
Don't panic, I'm not starting a wave of WANTLIB spam, I just ran into
some build problems with mldonkey and a (slightly) outdated lablgtk2
and found some missing wantlib entries in both ports.
2010-06-06 13:57:20 +00:00
kili
9447bf1337 Remove empty patch file. 2010-06-06 11:04:48 +00:00
kili
158027911f Bump after the stupid ABI changes in GHC. 2010-06-06 10:06:44 +00:00
avsm
728c98eb63 update to mldonkey-3.0.2; from dcoppa@ 2010-06-04 17:28:51 +00:00
phessler
5231142c8a The icb protocol limits each message to 255 chars, so automagically
split at a reasonable length, so the messages actually get delivered to
the server.

Patch taken from pkgsrc
OK sthen@, landry@
2010-06-04 14:16:22 +00:00
sthen
bfee2d9b00 Build nftrack (from nfsen contribs directory), allowing tracking of
TCP/UDP ports. To be used in conjunction with the PortTracker plugin for
NfSen (not yet packaged).

It's included in the nfprofile subpackage as it's normally used in
conjunction with nfprofile and, like nfprofile, depends on the RRD
libraries.
2010-06-04 11:28:42 +00:00
sthen
a618f366f6 +aircontrol 2010-06-04 09:04:38 +00:00
sthen
9923023b05 import ports/net/aircontrol
airControl is a powerful and intuitive web based server network
management application which allows operators to centrally manage
entire networks of Ubiquiti wireless network devices.
2010-06-03 23:30:45 +00:00
sthen
8ff9d48002 - Client: Fix signature verification double free
- Packet engine: prevent divide by 0
- SKE: Make sure failure received from remote results in error status

From upstream repo via Brad
2010-06-02 00:10:18 +00:00
sthen
a839823e70 update to 0.12.2 2010-06-01 19:11:23 +00:00
kevlo
c73c263673 Update to 0.25
ok pea@
2010-06-01 09:46:48 +00:00
bluhm
76bbf76b1e update p5-IO-Socket-INET6 to 2.63 2010-05-31 18:58:27 +00:00
ajacoutot
0a481528ba Update to opal-3.6.8. 2010-05-31 06:31:39 +00:00
sthen
93c2be1071 update to 2.2e 2010-05-29 20:20:17 +00:00
kili
e41a445d9d Add missing dependencies.
Noticed by naddy@
2010-05-29 00:00:37 +00:00
espie
d670d0f889 fix build on gcc4 2010-05-28 09:49:21 +00:00
espie
c67a081008 kill sentinel problems 2010-05-28 09:19:53 +00:00
sthen
22848f50e4 PKG_ARCH=* and bump. 2010-05-28 09:07:36 +00:00
espie
1fb374ee6a forgot to commit. naddy complains 2010-05-27 15:46:02 +00:00
robert
94daaa3301 add missing dependency for p5-List-MoreUtils 2010-05-27 12:08:22 +00:00
weerd
1d139989a3 Update ladvd to 0.9.0. New version adds improved (aka sane) chrooting
logic, better ifdescr support and support for vlan encapsulated
advertisements amongst other things.

Tested on i386, amd64, sparc64 and arm by various people - thanks.
Brad reminded to switch off PIE on hppa.

ok stephan@ jasper@ kili@
2010-05-26 17:03:59 +00:00
ajacoutot
5f0670b6d4 Bugfix update to gnugk-2.3.2. 2010-05-26 14:33:01 +00:00