Commit Graph

8873 Commits

Author SHA1 Message Date
jeremy
f683119254 Make the _tomcat script use ruby19 instead of ruby18. Since ruby isn't
an actual dependency, users of this script need to manually upgrade to
ruby 1.9.

While here, remove now incorrect comment.

OK sthen@
2012-09-03 18:00:32 +00:00
robert
e6291dd0bc update to 1.8.15 2012-09-03 16:14:59 +00:00
kili
0a415a67e0 Update to HTTP-4000.2.3. 2012-09-02 20:20:12 +00:00
gonzalo
7ef7a95262 Update for Arping with:
* Fix warnings reported by clang.
* Using -1 is the same as 0, except older libpcap left 0 undefined.
* Fixed non-conflict.
* Always process all waiting packets.

Tested on amd64.

Ok benoit@ (maintainer)
2012-09-02 19:52:41 +00:00
kili
066cece9de Mark as broken for now. It doesn't build with ghc-7.4. 2012-09-02 18:12:56 +00:00
sthen
cd1dbd9d02 fix epn-related bug in icinga, patch from upstream 2012-09-02 11:55:11 +00:00
naddy
4b2c0bced6 bump after DESCR changed when ratelimit flavor was added 2012-09-02 10:55:59 +00:00
gonzalo
31f09f54a6 Update for Icecast to 2.3.3:
* Improved HTTPS cipher handling and added support for chained certificates.
* Allow the source password to be undefined. There was a corner case,
  where a default password would have taken effect. It would require the
  admin to remove the 'source-password' from the icecast config to take
  effect. Default configs ship with the password set, so this
  vulnerability doesn't trigger there.
* Prevent error log injection of control characters by substituting
  non-alphanumeric characters with a '.' (CVE-2011-4612). Injection
  attempts can be identified via access.log, as that stores URL encoded
  requests. Investigation if further logging code needs to have
  sanitized output is ongoing.

Tested on amd64.

Reads fine aja@
2012-09-01 17:35:54 +00:00
ajacoutot
0bbbd35e32 register-plist did not catch the devel/glib2 -main -> empty change.
espie asked me in such a nice way to fix this that I'm bumping all ports
that have a direct dependency on glib2.
2012-09-01 14:36:56 +00:00
naddy
046d7dbf7d bsd.lib.mk does not build _pic.a libraries any longer 2012-09-01 12:02:26 +00:00
sthen
bd6b742e57 revert previous workaround, no longer needed with bsd.port.mk r1.1188 2012-08-31 16:57:23 +00:00
sthen
d40cbbfc5c update to OpenConnect 4.07, fixes handling of CSTP write stalls 2012-08-31 13:59:01 +00:00
sthen
a01f15a3eb sync patch with upstream; drop check for config_arg being NULL,
since that's impossible now the getopt string is fixed.
2012-08-31 13:41:28 +00:00
jasper
aa77be931f - update to 1.13.3
from Tom Doherty (MAINTAINER)
2012-08-31 12:52:12 +00:00
sthen
eb09d327e4 Don't crash with -p without a password, problem reported by Rodolfo Gouveia
(getopt string bug, fix is committed upstream too)
2012-08-31 12:30:56 +00:00
sthen
94ec942f9f add "ratelimit" flavour to net/isc-bind to build it with the experimental DNS
response rate limiting (DNS RRL) patchset, http://www.redbarn.org/dns/ratelimits
2012-08-31 09:16:35 +00:00
sthen
743cf4110d bugfix update to Icinga 1.7.2 2012-08-30 13:56:17 +00:00
jasper
1c1837ee41 - remove unneeded CONFIGURE_ENV and USE_GROFF 2012-08-29 18:27:53 +00:00
jasper
98d24f44e9 move CONFIGURE_STYLE to Makefile.inc 2012-08-29 17:50:55 +00:00
jasper
217700dc5e add patches from upstream to unbreak with new vala. 2012-08-29 14:11:55 +00:00
sthen
804301d75f update to icli 0.43 2012-08-29 13:31:20 +00:00
sthen
25fa27eeb7 Use SUBST_CMD-main explicitly rather than SUBST_CMD; following bsd.port.mk
r1.1183 this is now subpackage-dependent - nfsen sets a different PREFIX for
different subpackages and this change caused failures in DPB builds (but not
normal builds) as they pass the subpackage in SUBDIR.

Problem reported by krw, ok espie@.
2012-08-28 23:33:33 +00:00
ajacoutot
547f29c3e2 Correct the configure patch to patch the correct location so that the
bindtextdomain() check finds libintl as expected and remove the LDFLAGS
hack because the patch was not patching the correct location.

from Brad
2012-08-28 18:42:30 +00:00
sthen
32d7e0db91 missing / in MASTER_SITES, from rpe 2012-08-27 13:32:24 +00:00
gonzalo
e2abff372f Update for haproxy to 1.4.21 with some changes:
- MINOR: stats admin: allow unordered parameters in POST requests
    - BUG/MAJOR: possible crash when using capture headers on TCP frontends
    - MINOR: config: disable header captures in TCP mode and complain
    - CLEANUP: http: message parser must ignore HTTP_MSG_ERROR
    - BUG/MAJOR: checks: don't call set_server_status_* when no LB algo is set
    - MINOR: proxy: make findproxy() return proxies from numeric IDs too
    - BUG/MINOR: stop connect timeout when connect succeeds

And others (http://haproxy.1wt.eu/download/1.4/src/CHANGELOG), while here GROFF is not needed,
add a rc.d(8) script and maintainer drop maintainership.

Tested on i386.

Ok sthen@ (untested)
2012-08-27 13:03:06 +00:00
ajacoutot
e197aaebf5 Remove -pthread patching.
from Brad
2012-08-27 06:19:48 +00:00
ajacoutot
2ec950a657 Remove -pthread patching.
from Brad (maintainer)
2012-08-26 07:16:54 +00:00
ajacoutot
115f7f9fd9 Update to gnugk-3.1. 2012-08-25 13:19:37 +00:00
ajacoutot
1c213852c1 Update to opal-3.10.7. 2012-08-25 13:17:54 +00:00
ajacoutot
b34ccae0d5 --disable-h460p which requires development (unreleased) code from h323plus
for dependent ports to compile properly.
2012-08-25 13:16:30 +00:00
ajacoutot
3e47445b0c Remove pthread patch and fix static linking.
from Brad
2012-08-25 13:12:59 +00:00
ajacoutot
06241e4236 Simplify how the order of the _pkg_scripts entries get reversed on stop.
from rpe, ok sthen@
2012-08-25 10:14:37 +00:00
jasper
6fc40f4b57 Security fix for CVE-2012-3525
jabberd XMPP Dialback Protection Bypass Vulnerability

(this port could really use an update too fwiw)
2012-08-24 07:24:12 +00:00
ajacoutot
9b5b3baef7 Update to ipcalc-1.4.
from robert at peichaer dot org
2012-08-24 07:05:51 +00:00
sthen
c1da042370 update to OpenConnect 4.06, sitting in my tree since lock, a diff from
Rodolfo Gouveia reminded me about this.
2012-08-23 16:43:10 +00:00
sthen
9f9069554b sync wantlib 2012-08-23 15:50:05 +00:00
espie
6d25e1daac install rrsync support script, as requested by henning@ 2012-08-23 13:27:51 +00:00
ajacoutot
439dfcf169 The owncloud module is linked with libpthread, so we need to compile
csync with -pthread to prevent:
    dlopen: failed to open libpthread.so.XX.X
2012-08-21 15:28:18 +00:00
jasper
6fcd28866b - update to 0.12.2.1, which just adds this missing file 2012-08-21 06:17:44 +00:00
jasper
14edc88443 - update to 0.10.4 2012-08-20 08:54:07 +00:00
jasper
c549cfe082 - update to 0.10.3 2012-08-20 08:54:00 +00:00
jasper
a281d3d823 - update to 0.18.4
- tighten gssdp dependency
2012-08-20 08:53:39 +00:00
jasper
383e4fef0a - update to 0.12.2 2012-08-20 08:52:59 +00:00
ajacoutot
057028b194 RCS id cleanup; also add OpenBSD RCS Id where missing... 2012-08-19 22:30:36 +00:00
avsm
c53c905319 update to mldonkey-3.1.3 for the stable port
* replace MODOCAML_NATIVE by ocaml_native PROPERTY
* remove patches included upstream
ok espie@
From Christopher Zimmermann <madroach@gmerlin.de>
2012-08-18 23:47:27 +00:00
sthen
d34149590b update to dnsmasq 2.63, from Brad. 2012-08-18 21:34:33 +00:00
ajacoutot
7ab36748ae Remove irrelevant $FreeBSD RCS ids. 2012-08-18 12:41:37 +00:00
ajacoutot
b7eab0566c boring morning useless cleanup: remove the FreeBSD RCS tags; it makes
sense for ports Makefile but not really for categories.

ok espie@
2012-08-18 07:25:25 +00:00
sthen
e7517e8500 update to BIRD 1.3.8, from Brad. 2012-08-17 09:34:56 +00:00
bluhm
261d9891fc update p5-OSPF-LSDB to 1.04
ok sthen@
2012-08-17 01:50:18 +00:00
ajacoutot
ae1a656143 Update to csync-0.50.8. 2012-08-16 08:52:55 +00:00
jasper
edcd24d034 - update to 0.7.90 2012-08-15 10:58:25 +00:00
pascal
b6ee0c371b SECURITY update to tor 0.2.2.38. From the ChangeLog:
Changes in version 0.2.2.38 - 2012-08-12
  Tor 0.2.2.38 fixes a rare race condition that can crash exit relays;
  fixes a remotely triggerable crash bug; and fixes a timing attack that
  could in theory leak path information.
2012-08-13 16:39:35 +00:00
naddy
635d3f8dd9 0.98.9 does not require access to private libpng data structures any longer
ok maintainer, jasper@
2012-08-13 14:07:01 +00:00
jasper
c2d045892e - update to 0.98.9
from Azwaw OUSADOU (MAINTAINER)
2012-08-12 17:33:04 +00:00
bluhm
d074592c11 update p5-DNS-ZoneParse to 1.10
from Stefan Rinkes; ok Girish Venkatachalam (maintainer)
2012-08-07 21:20:23 +00:00
okan
40da2487b6 unbreak PLIST; ok sthen@ 2012-08-07 14:03:58 +00:00
naddy
ee86b61264 arpa/inet.h and netinet/in.h can now be #included in either order 2012-08-07 10:18:47 +00:00
sthen
c4cebc1945 Security update to BIND 9.9.1-P2, from Brad.
CVE-2012-3868: High TCP Query Load Can Trigger a Memory Leak
CVE-2012-3817: Heavy DNSSEC Validation Load Can Cause a "Bad Cache"
Assertion Failure
2012-08-07 07:44:27 +00:00
naddy
e35bc83fd4 fix prototypes; no need for groff 2012-08-06 17:35:34 +00:00
sthen
cebf0414ca use MODLUA_BIN to unbreak 2012-08-06 09:50:50 +00:00
sthen
082443441c unbreak path to lua binary 2012-08-06 09:47:20 +00:00
ajacoutot
6bb66a06ba ${SYSCONFDIR}/rc.d -> ${RCDIR} 2012-08-06 08:46:59 +00:00
naddy
8772c908e9 arpa/inet.h and netinet/in.h can now be #included in either order 2012-08-05 20:28:51 +00:00
jasper
141f87c6ce Security fix for CVE-2012-3435
'itemid' was not properly sanitized which would lead to an SQL injection flaw.

ok robert@ (MAINTAINER)
2012-08-05 19:29:35 +00:00
ajacoutot
44375fc467 Remove the samba,cups FLAVORs. 2012-08-05 09:57:23 +00:00
dcoppa
862fb57f81 Remove this; committed by mistake.
ok ajacoutot@, sthen@
2012-08-05 08:14:56 +00:00
sthen
7ce46402a0 We no longer patch the autoconf input files, so switch back to
CONFIGURE_STYLE=gnu - from Brad.
2012-08-05 08:02:11 +00:00
sthen
7c0e03bbef update to ISC-DHCP 4.2.4-P1, from Brad
CVE-2012-3570: An Error in the Handling of an Unexpected Client
Identifiers can Cause Server Crash When Serving DHCPv6

CVE-2012-3571: An Error in the Handling of Malformed Client Identifiers
can Cause a Denial-of-Service Condition in Affected Servers

CVE-2012-3954: Memory Leaks Found in ISC DHCP
2012-08-04 21:15:35 +00:00
sthen
73f342959a update to unbound 1.4.18; includes a crash fix (assertion failure).
- rc.d script now generates the unbound-control keys if they don't exist
and the sample config file is patched to enable this, various rc.d/unbound
actions depend on this, pointed out/ok aja@
2012-08-04 20:43:54 +00:00
ajacoutot
5787f3b87c Set rc_usercheck to NO. 2012-08-04 15:28:14 +00:00
ajacoutot
d09d99daf0 Fix WANTLIB/LIB_DEPENDS now that iniparser has been fixed. 2012-08-04 15:13:26 +00:00
ajacoutot
9824017b25 Remove the cups FLAVOR and depends on cups,-libs.
Fix to build with cups >= 1.6.
2012-08-04 14:45:34 +00:00
espie
39ab78796c ... and some of the patches I forgot to add 2012-08-04 14:25:33 +00:00
espie
6fdca43594 fix non-sensible libtool parameters, allows us to drop some very weird
libtool code.
2012-08-04 14:24:23 +00:00
sthen
c397356e55 +isc-bind 2012-07-19 08:37:02 +00:00
sthen
1fae95c381 import BIND 9.9.1-P1 as ports/net/isc-bind - this is newer than the
version of BIND than is in the base OS (some people require features
from this version e.g. DNS64), but note that it does not include
the hardening changes made to the version in base.

feedback from naddy@ giovanni@, ok giovanni@.

"BIND is open source software that implements the Domain Name System
(DNS) protocols for the Internet. It is a reference implementation
of those protocols, but it is also production-grade software,
suitable for use in high-volume and high-reliability applications."
2012-07-19 08:36:45 +00:00
jasper
1082d1b985 - update to 2.8.4
from piotr sikora (MAINTAINER)
2012-07-18 14:03:44 +00:00
jasper
e36ebe3043 Update to 2.10.6, includes a security fix for:
CVE-2012-3374 Fix a buffer overflow vulnerability when parsing incoming messagescontaining inline images.

from brad (MAINTAINER)
2012-07-18 13:31:49 +00:00
sthen
1883325b00 update to the version of queryperf distributed with BIND 9.9.1-P1 2012-07-18 10:22:44 +00:00
dcoppa
d2f37796e0 Update to mldonkey-3.1.2
While here, fix some errors wrt non-native ocaml architectures
2012-07-17 13:26:49 +00:00
jasper
3ddd3990e2 remove gnet, it's deprecated and shouldn't be used anymore since the
functionality has been in glib >= 2.22.

ok aja@
2012-07-17 10:49:13 +00:00
jasper
a6d1858786 unhook gnet 2012-07-17 10:48:57 +00:00
jasper
433ff4d7f4 sync 2012-07-17 10:46:41 +00:00
jasper
d554330325 remove outdated, deprecated and half-working cruft
ok sthen@
2012-07-17 10:46:23 +00:00
jasper
5267fbd152 remove broken scli, which also lacks working non-default community strings
ok sthen@
2012-07-17 10:46:01 +00:00
dcoppa
c3d8c9b9b0 Mention that miniupnpc wants 'multicast_host=YES'
suggestions/ok ajacoutot@
2012-07-17 08:30:58 +00:00
sthen
33753eb2d0 sync 2012-07-16 15:22:29 +00:00
sthen
173a380270 import ports/net/ttg, ok jasper@
TTG is a small command-line utility to display the throughput (bandwidth
usage) on an interface of a remote device such as a router, switch, etc.,
over SNMP.

Unlike tools like MRTG which sample bandwidth over a relatively long
interval (often 5 minutes), TTG is normally used to display throughput
over as little as one second.
2012-07-16 15:22:05 +00:00
landry
3c6705d52c Update to iftop 1.0pre2.
Better than what we have in tree, and upstream is practically dead.
Tested on amd64/ppc/sparc64.
From Brad, MAINTAINER timeout.
2012-07-16 08:49:38 +00:00
giovanni
7cc1504616 Major update to 6.01
tests & ok benoit@, thanks
2012-07-16 07:39:31 +00:00
dcoppa
5a72116b35 Back out the update to 0.13.2/0.9.2; too much problems to make
release.

OK sthen@, naddy@
2012-07-15 10:20:07 +00:00
espie
ffcdf26940 fix typo.
reported to Niels Provos, in case he still cares...
2012-07-13 17:51:42 +00:00
ajacoutot
42b587edf7 Bump to force rebuild so that a new package will be ready for 08/25.
requested by mlarkin@
2012-07-13 17:15:09 +00:00
ajacoutot
afa6611b95 --disable-static 2012-07-13 16:56:55 +00:00
sthen
599929145d update to OpenConnect 4.05 2012-07-12 23:10:23 +00:00
naddy
a4e4debdb1 update to 7.26.0 and update DESCR 2012-07-11 22:15:00 +00:00
sthen
6e611dc992 fix timestamps to avoid autotools cascade
regen patch while there
2012-07-11 09:38:39 +00:00
dcoppa
de5f8fb099 Fix a crash when total number of connections exceeds 1024
(from FreeBSD)

Fix a bug where manual tracker update for a preferred tracker that
fails would end up rerequesting instantly
(upstream git commit 78f56ee74cecd8e82d39baaea10395301fbec4b8)
2012-07-11 08:33:39 +00:00
william
2d7fd6010b Add dependency on logtail and enable the amavis, courier, mailscanner,
and perdition plugins.  The dependency can be satisfied by either the
logtail or logsentry ports (thanks to sthen for realizing this!)

ok sthen
2012-07-11 03:46:42 +00:00
espie
6ae86a797e somehow, some wrong options passed to gnu libtool vanish.
Correct to the right option
2012-07-10 22:53:57 +00:00
jasper
144e2930d7 handle multiple lua versions, for now everything builds with the "old" 5.1 in the new location.
use FLAVOR=lua52 to use lua 5.2 with these ports.
2012-07-10 15:22:44 +00:00
zinke
89d231cab6 tweak DESCR wording 2012-07-10 14:40:46 +00:00
zinke
d35691112e link net/sic 2012-07-10 14:09:01 +00:00
zinke
1e5e98ec23 import sic-1.1
sic is an extremely simple IRC client. It consists of less than 250
lines of code. It is the little brother of irc it.

ok giovanni@
2012-07-10 14:03:18 +00:00
sthen
59433e16d5 bump 2012-07-09 21:59:51 +00:00
jasper
905aa108f6 missing bump 2012-07-09 21:10:57 +00:00
sthen
fb84f8d022 tedu nepenthes' prelude support, pointed out naddy@ 2012-07-09 13:00:24 +00:00
sthen
15d1dad14a tedu the prelude support, pointed out by naddy 2012-07-09 12:58:16 +00:00
jasper
3420d04585 fix lua dependency 2012-07-09 10:01:20 +00:00
ajacoutot
0ea148f52a Unbreak with gnutls>=3. 2012-07-09 09:10:13 +00:00
ajacoutot
4c428e21c4 Add (obvious) missing category. 2012-07-08 21:30:22 +00:00
gonzalo
46a483b4b3 Update for mktorrent to 1.0 with a new implementation:
* Creates a BitTorrent metainfo file from a file or directory in a
simple and fast way.
* Supports multiple trackers.
* Can add a custom comment to the metainfo file.
* Can add the private flag to dissalow DHT and Peer Exchange.
* Can add web seed URLs.
* Hashing can be done multi threaded and supports multiple CPUs.

Change Web and MASTER_SITE, zap some white spaces and change License, and
put myself as maintainer.

Tested on i386 and sparc64.

Ok stsp@ (ex-maintainer) naddy@
2012-07-08 21:23:24 +00:00
steven
711ecb45f5 update to 3.0.6.2 2012-07-08 19:24:18 +00:00
steven
85977dedce update to 3.0.6.1 2012-07-08 19:20:58 +00:00
giovanni
d62f8e0d32 Update to 1.4.8
ok zinke@
2012-07-08 18:07:41 +00:00
sthen
18fb46ca5c - switch OpenConnect to using gnutls now that we have version 3
- fix default path to vpnc-script

(add missed patch, should have been with preceding commit)
2012-07-08 13:14:19 +00:00
sthen
f956eb5d99 - switch OpenConnect to using gnutls now that we have version 3
- fix default path to vpnc-script
2012-07-08 13:13:26 +00:00
sebastia
3ebd018cac update udns to 0.2
OK zinke@
2012-07-08 12:17:56 +00:00
sthen
7b7edc9840 update to OpenConnect 4.04 2012-07-05 15:22:54 +00:00
sthen
2e4d750576 ESXi 5.0u1 responds *really* slowly to hardware status requests, this is
a vmware bug, until they get round to fixing it let's at least document which
icinga/nagios variable you need to bump as a workaround.  ok merdely@
2012-07-05 14:39:10 +00:00
sthen
5dd4c3d72d include smilint in the COMMENT so blambert and other people can
find it more easily.
2012-07-05 12:23:18 +00:00
ajacoutot
771ed9034f Add comment that daemon_flags, daemon_user and daemon_class are not passed
to the child scripts.
2012-07-04 13:00:46 +00:00
bluhm
7aab912a21 - update p5-OSPF-LSDB to 1.02
- remove dependency to math/graphviz
OK sthen@
2012-07-04 08:25:45 +00:00
sthen
bf4fd4a2c5 remove 5-year-old unmaintained module in favour of a fork whose
maintainer responds within hours ;)  ok jasper@
2012-07-03 12:56:46 +00:00
sthen
d575d592e8 unlink Net::SMTP::TLS, link Net::SMTP::TLS::ButMaintained 2012-07-03 12:48:11 +00:00
sthen
6fae620fee switch to Net::SMTP::TLS::ButMaintained 2012-07-03 12:47:11 +00:00
sthen
9513d66c4a import ports/net/p5-Net-SMTP-TLS-ButMaintained, ok jasper@
Net::SMTP::TLS::ButMaintained is a TLS and AUTH capable SMTP client
which offers an interface that users will find familiar from Net::SMTP.

Net::SMTP::TLS::ButMaintained implements a subset of the methods
provided by that module, but certainly not (yet) a complete mirror
image of that API.

It is forked from the no-longer-maintained Net::SMTP::TLS.
2012-07-03 11:48:50 +00:00
sthen
dd1bc1f76a update to OpenConnect 4.03 2012-07-02 15:20:15 +00:00
sthen
f83ac4e038 update to ISC dhcpd 4.2.4, from Brad. 2012-07-02 10:59:03 +00:00
sthen
731bee596d more fixes from Net::SMTP::TLS::ButMaintained (via Mikolaj Kucharski, thanks). 2012-06-30 21:27:53 +00:00
steven
c6f69e05a6 drop maintainer 2012-06-29 23:48:48 +00:00
bluhm
8609774f11 +p5-OSPF-LSDB 2012-06-29 00:16:28 +00:00
bluhm
f23885678c Initial import of p5-OSPF-LSDB 1.01
OSPFView Perl module OSPF::LSDB reads the link-state database from
an OSPF daemon.  Then it creates a dot graphic which can be displayed
with graphviz.

The OSPF::LSDB Perl module and its submodules implement the
functionality to hold, parse, check, display the content of an OSPF
link-state database.

Additionally the OSPFView package contains command-line tools to
read the link-state database from an ospf daemon.  Then it creates
a dot graphic which can be displayed with graphviz.  At the moment
OpenBSD ospfd and ospf6d and gated 3.6 are supported.  Cisco support
is experimental.

OK sthen@
2012-06-29 00:10:28 +00:00
sthen
14a538eac0 update nagios-plugins to 1.4.16, various fixes/new features
- the new code in check_user wants utmpx so those parts are reverted
to the old popen("/usr/bin/who",...) code for now.
2012-06-28 23:10:48 +00:00
bluhm
f6d8f833c7 update p5-NetAddr-IP to 4.062 2012-06-28 22:14:28 +00:00
sthen
2782c5366c +p5-Net-TCLink 2012-06-28 19:09:08 +00:00
sthen
925178c570 import ports/net/p5-Net-TCLink, from Chris Bennett, ok landry@
Net::TCLink is a module that allows for fast, secure, reliable credit
card and check transactions via the TrustCommerce IP gateway. The
module consists of a single function call that accepts a hash
describing the requested transaction and returns a map that describes
the result.
2012-06-28 19:08:45 +00:00
sthen
fc72a4ae3a update to OpenConnect 4.02
- thanks to David Woodhouse (upstream) for quickly fixing a build
problem I ran into with 4.01.
2012-06-28 15:43:21 +00:00
dcoppa
9a2078f7d9 Remove security/libgpg-error from LIB_DEPENDS, it's already pulled
in by security/libgcrypt

Ok landry@
2012-06-28 08:42:01 +00:00
naddy
0e9fe96aad remove workaround for gcc4 that is no longer needed 2012-06-27 19:30:04 +00:00
jasper
fa5ee7998b Fix build without openssl sslv2
from brad
2012-06-27 12:10:19 +00:00
sthen
cf0fe9c493 Update to Samba 3.6.6, from maintainer Ian McWilliam.
o  Fix possible memory leaks in the Samba master process (bug #8970).
o  Fix uninitialized memory read in talloc_free().
o  Fix joining of XP Pro workstations to 3.6 DCs (bug #8373).
2012-06-27 07:29:17 +00:00
jasper
af6e48b7ed - update to 2.1.11
ok maintainer
2012-06-26 20:23:29 +00:00
naddy
9597e5ff97 - these patches (or chunks) are not needed anymore since arpa/inet.h -r1.12 2012-06-26 18:24:26 +00:00
sthen
3d1420eb0e fix WANTLIB etc. 2012-06-26 16:56:54 +00:00
sthen
4cb71cf8c4 +weechat 2012-06-26 15:07:01 +00:00
sthen
7aa17af00c import ports/net/weechat, from Simon Kuhnle based on a port
from Jona Joachim, ok landry@.

WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat
environment for many operating systems. Everything can be done with a
keyboard. It is customizable and extensible with scripts.
2012-06-26 15:06:42 +00:00
jasper
e021936b1b - these patches (or chunks) are not needed anymore since arpa/inet.h -r1.12 2012-06-26 14:15:23 +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