Commit Graph

8830 Commits

Author SHA1 Message Date
ajacoutot
0914188dc6 Update to glib2-networking-2.34.0. 2012-09-27 08:58:43 +00:00
dcoppa
254018aeed Fix misuse of CMake
OK sthen@
2012-09-27 08:01:04 +00:00
bluhm
0b1719a6cb + p5-Net-IMP 2012-09-26 18:44:27 +00:00
bluhm
0f1a725609 Initial import of p5-Net-IMP 0.45
IMP is a protocol for inspection, modification and rejection of
data between two sides (client and server) using an analyzer
implementing this interface.

OK sthen@
2012-09-26 18:37:42 +00:00
sthen
2682873a14 removed snort flavours, from nigel@ 2012-09-26 15:46:36 +00:00
lteo
8003eddd81 Update Snort to 2.9.3.1.
Thank you to all who tested: Markus Lude (sparc64), abieber@ (macppc),
and Adam Jeanguenat (i386); I also tested on amd64 and i386.  Thank you
to Rodolfo Gouveia for help/tests on earlier versions, and brad@ for
comments on an earlier version.

From Markus Lude (maintainer), and includes changes done based on
feedback from sthen@ and myself.

OK abieber@ sthen@
2012-09-26 02:11:05 +00:00
lteo
46536bb29b +daq 2012-09-26 01:43:23 +00:00
lteo
ee6937f8d7 Import DAQ 1.1.1.
DAQ, or Data Acquisition library, is a library for packet I/O.  The DAQ
replaces direct calls to PCAP functions with an abstraction layer.

This port is needed by the upcoming Snort 2.9.3.1 update.

From Markus Lude, and includes a tweak from sthen@.
OK abieber@ sthen@
2012-09-26 01:40:32 +00:00
brad
30e1828ea2 Remove USE_GROFF and update distinfo.
Mentioned by and ok dcoppa@
2012-09-25 20:54:39 +00:00
brad
9eda9e18f9 Update to libgadu 1.11.2.
ok sthen@
2012-09-25 20:43:16 +00:00
brad
8aa757b05d Update to Samba 3.6.8 and fix potential fd leaks upon error with the utmp code.
ok sthen@ MAINTAINER
2012-09-25 20:11:11 +00:00
brad
71e24834f6 Enable threads support.
From Gregor Best <gbe at ring0 dot de>
ok sthen@
2012-09-25 20:01:56 +00:00
jasper
ed4cfb2b48 - bugfix update to telepathy-gabble-0.16.3 2012-09-25 13:24:09 +00:00
sthen
d33b83a518 oops, didn't notice this was already imported ;) since PLIST was synced
after pirofti's comments, bump REVISION.
2012-09-25 12:14:21 +00:00
sthen
928bd03277 import ports/net/gophernicus, from Brian Callahan with a few tweaks.
ok pirofti@ (who else!)

The Gophernicus Project is a one-man mission to modernize gopher, the
precursor of the evil that is WWW.
2012-09-25 12:12:33 +00:00
jasper
b16a3db0bb - bugfix update to telepathy-idle-0.1.12 2012-09-25 12:10:56 +00:00
jasper
0f3d4eeed6 - bugfix update to telepathy-mission-control-5.12.2 2012-09-25 12:10:40 +00:00
jasper
ed5960978b - update to telepathy-spec-0.27.0 2012-09-25 12:09:34 +00:00
bluhm
fd28e36f58 update p5-OSPF-LSDB to 1.07 2012-09-23 21:30:40 +00:00
jeremy
5542f53b23 Now that ruby 1.9 is the default ruby implementation for gem/extconf
ports, for the ports that are built both on ruby 1.8 and ruby 1.9,
switch the category Makefiles to explicitly list the ruby18 FLAVOR
instead of the ruby19 FLAVOR.

Also, for home_run, fastri, and fastercsv, explicitly build only the
ruby 1.8 version of the port.  These libraries can run on ruby 1.9, but
it doesn't make sense to build a ruby 1.9 version by default.
2012-09-23 17:20:41 +00:00
jeremy
e7549ddf5e Switch ruby plugin to use ruby 1.9 instead of ruby 1.8. 2012-09-23 17:05:49 +00:00
jeremy
4df01cf8a7 Explicitly set ports that only build or run on ruby 1.8 to have both
FLAVOR and FLAVORS set to ruby18, so attempting to build them without a
FLAVOR set still builds the ruby 1.8 version.
2012-09-23 17:00:49 +00:00
jeremy
9395e3f102 Bump revisions for ruby gem/extconf ports after the switch to ruby 1.9
by default, since the ruby 1.8 version now has a ruby18 explicit FLAVOR.

Remove MAINTAINER at his request.
2012-09-23 16:59:49 +00:00
jeremy
c3579f1baf Bump revisions for ruby gem/extconf ports after the switch to ruby 1.9
by default, since the ruby 1.8 version now has a ruby18 explicit FLAVOR.
2012-09-23 16:57:32 +00:00
landry
500bd5c7fe +focuswriter,gophernicus 2012-09-22 07:59:35 +00:00
landry
9549334624 Import gophernicus 1.3.
The Gophernicus Project is a one-man mission to modernize gopher, the
precursor of the evil that is WWW.

From Brian Callahan on ports@, ok sthen@
2012-09-22 07:58:28 +00:00
ajacoutot
ef5cb32a0f Stupid autohell is stupid...
The situation is this: even when we --disable-gtk-doc, if gtk-doc is
actually installed at configure stage, tools like gtkdoc-rebase will be
picked up and run during the install target. That is bad because the
gtk-doc package may have been removed by then, especially during dpb(1)
bulks (we explicitely disable support for it so why should it stay...).

So for now, let's add the following env to configure whenever we use
--disable-gtk-doc, until a bettersolution is found...
CONFIGURE_ENV +=ac_cv_path_GTKDOC_CHECK="" \
		ac_cv_path_GTKDOC_REBASE="" \
		ac_cv_path_GTKDOC_MKPDF=""
2012-09-21 14:48:05 +00:00
jasper
b35d6abbf2 add two more commits to unbreak with new goi;
only comments changed; no bump.
2012-09-21 10:27:22 +00:00
jasper
c879b2facf - add patches from upstream git to fix build with upcoming
gobject-introspection update.
2012-09-21 07:01:54 +00:00
sthen
46b6a18c80 update to Quagga 0.99.21 2012-09-19 16:35:06 +00:00
bluhm
6468772301 update p5-OSPF-LSDB to 1.06 2012-09-19 10:10:26 +00:00
jasper
c3990dee0b sync after recent lua.port.mk change 2012-09-19 08:15:08 +00:00
dcoppa
ccb1d8d3cc Unbreak build with HaXml>=1.22 2012-09-18 17:12:56 +00:00
jasper
91c889f28a - dont hardcode /usr/local 2012-09-18 11:28:23 +00:00
henning
16ca457949 fix rsync path (/usr/bin/ vs /usr/local/bin). I had forgotten I had changed
this early on, long beforewhen asking espie to include rrsync, sorry.
ok & "bump revision" espie
2012-09-18 11:00:55 +00:00
pea
eecc83d003 Update to 2.2.0
Fix for CVE-2012-3547.
Lots of bugfixes and improvements.

With help/tweaks from sthen@

ok sthen@
2012-09-16 12:44:02 +00:00
jeremy
fc111005c8 Remove pure ruby gem ports that aren't compatible with ruby 1.9.
Most OK sthen@, ruby-prawn OK claudio@
2012-09-15 17:55:15 +00:00
jeremy
d9028f61a8 Unlink pure ruby gem ports that aren't compatible with ruby 1.9.
Most OK sthen@, ruby-prawn OK claudio@
2012-09-15 17:53:15 +00:00
sthen
29df1f9179 don't hide output from configure/build/install steps of the BIND Export libs.
ok jakob@
2012-09-15 10:44:04 +00:00
sthen
3bbd34b389 update to ISC DHCP 4.2.4-P2; CVE-2012-3955 ok jakob@
An issue with the use of lease times was found and fixed.  Making
  certain changes to the end time of an IPv6 lease could cause the
  server to abort.  Thanks to Glen Eustace of Massey University,
  New Zealand for finding this issue.
2012-09-15 10:43:40 +00:00
sthen
a0c624ff98 update check_mssql_health to 1.5.10; various bugfixes 2012-09-15 10:37:22 +00:00
jasper
c48cbbd555 - no need for groff
- use MODLUA_RUN_DEPENDS so we pull in the right lua flavors
- add dependency on luadbi
- mention luadbi in the README

ok MAINTAINER
2012-09-14 21:51:19 +00:00
pascal
e0085ac361 Update to tor 0.2.2.39, reminded by sthen@
Changes in version 0.2.2.39 - 2012-09-11
  Tor 0.2.2.39 fixes two more opportunities for remotely triggerable
  assertions.

  o Security fixes:
    - Fix an assertion failure in tor_timegm() that could be triggered
      by a badly formatted directory object. Bug found by fuzzing with
      Radamsa. Fixes bug 6811; bugfix on 0.2.0.20-rc.
    - Do not crash when comparing an address with port value 0 to an
      address policy. This bug could have been used to cause a remote
      assertion failure by or against directory authorities, or to
      allow some applications to crash clients. Fixes bug 6690; bugfix
      on 0.2.1.10-alpha.

No CVEs for these vulnerabilities yet.
2012-09-12 21:09:28 +00:00
sthen
26a3298ab2 SECURITY update to BIND 9.9.1-P3, fixes CVE-2012-4244
https://kb.isc.org/article/AA-00778

If a record with RDATA in excess of 65535 bytes is loaded into a
nameserver, a subsequent query for that record will cause named to exit
with an assertion failure.

This vulnerability can be exploited remotely against recursive servers
by inducing them to query for records provided by an authoritative
server. It affects authoritative servers if a zone containing this type
of resource record is loaded from file or provided via zone transfer.
2012-09-12 17:21:52 +00:00
sthen
95de1d0bcc build isc-bind,ratelimit in bulks 2012-09-12 08:26:27 +00:00
sthen
3f3999dd76 Remove netdude/libnetdude, as proposed on ports@ about a week ago
with no objections. It relies on a GUI toolkit which hasn't been updated
in 10 years, needs to run as root in order to get tcpdump to parse
capture files, and even then it still doesn't work.
2012-09-12 08:26:05 +00:00
sthen
913fa727f2 sync OUI database 2012-09-11 14:54:05 +00:00
sthen
21170d46d8 lp64 header fixes for tacacs+, pointed out by Sascha Retzki on ports@ 2012-09-11 12:45:44 +00:00
sthen
bcb8855409 regen patch 2012-09-11 12:29:56 +00:00
ajacoutot
c0a045b049 Explicitely patch for DATADIRNAME; the hack from the gnome MODULE will
be removed soon.
2012-09-11 07:58:06 +00:00