Commit Graph

8639 Commits

Author SHA1 Message Date
jasper
436c07027a unhook ser 2012-06-07 10:30:16 +00:00
sthen
005f61a896 fix DESCR, icinga-web is not packaged yet. pointed out by henning@ 2012-06-07 10:22:28 +00:00
jakob
19a3e37e74 upgrade to LDNS v1.6.13; from brad 2012-06-06 15:01:49 +00:00
dcoppa
f00570ed25 Better fix for the endianness bug in EC
(upstream git commit ec79c81d6825b55ed826b6519287112056859735)
2012-06-05 08:42:31 +00:00
pascal
9fd4bd3254 Make use of new PROPERTIES:Mle.
ok naddy@ espie@
2012-06-04 20:20:07 +00:00
sthen
ac0f638eec update arpwatch's vendor list, now generated at build-time from the
oui-iab tar also used for arp-scan.
2012-06-04 11:04:27 +00:00
sthen
b7a1eae9f4 update vendor lists 2012-06-04 11:01:48 +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
sthen
4ac2ff0e75 sync with mtr change, thanks nigel@ for pointing out 2012-05-30 13:10:54 +00:00
sthen
9a7982c4d0 update mtr to 0.82. x11 support is broken (and was before this update),
so rename the current no_x11 flavour to the default (with @pkgpath to
allow updates to work), rename what was the default flavour to gtk and
mark that broken.  maintainer timeout.
2012-05-29 23:43:47 +00:00
sthen
3e53e70724 ...and fix SYSCONFDIR in README, also from robert at peichaer / org..
so tempting to just put this back to the 'gnu old' way...
2012-05-27 19:42:42 +00:00
sthen
d6ebb614f4 fix rc scripts since SYSCONFDIR change; robert at peichaer / org 2012-05-27 19:39:28 +00:00
sthen
18e9be7fd3 Unbreak default configs following the localstatedir changes, problem
reported by robert at. peichaer org
2012-05-27 09:49:49 +00:00
ajacoutot
38195679c7 Create symlinks for _pic versions of the libraries. They're already
built PIC but libtool only recognizes the _pic named libraries as
being PIC.
This is required for live555 support in vlc.

from Brad
2012-05-27 09:04:11 +00:00
sthen
1225972fc7 arp-scan no longer needs groff, as mandoc can now handle the alignment
of the table headings (thanks to schwarze@).
2012-05-26 22:47:03 +00:00
sthen
5c8e78da59 Put PLIST back into the correct order so /var/icinga is created with the
correct ownership. From robert at. peichaer dot. org
2012-05-26 22:19:15 +00:00
naddy
2a204fed1e maintenance update to 2.52 2012-05-26 15:43:55 +00:00
matthieu
1b2782f607 Univ's Tromso sites pasta.cs.uit.no and www.vermicelli.pasta.cs.uit.no
don't seem to exist anymore. Update the 2 ports that refer to them.
ok sten@
2012-05-26 12:40:30 +00:00
pascal
6c1c40420b Update to tor 0.2.2.36, including SECURITY fixes and various other bugfixes.
- Never use a bridge or a controller-supplied node as an exit, even
  if its exit policy allows it.
- Only build circuits if we have a sufficient threshold of the total
  descriptors that are marked in the consensus with the "Exit"
  flag.
- Provide controllers with a safer way to implement the cookie
  authentication mechanism. With the old method, if another locally
  running program could convince a controller that it was the Tor
  process, then that program could trick the contoller into telling
  it the contents of an arbitrary 32-byte file. The new "SAFECOOKIE"
  authentication method uses a challenge-response approach to prevent
  this attack.

We are not affected by the openssl vulnerability.

Full release notes:
https://gitweb.torproject.org/tor.git/blob/release-0.2.2:/ReleaseNotes

ok sthen@ jasper@
2012-05-26 11:08:44 +00:00
sthen
14aded122e Add --disable-farstream to avoid hidden dep, ok jasper@ 2012-05-25 08:59:04 +00:00
lteo
dd42426cff Make the test suite actually build and run:
- Set REGRESS_DEPENDS = ${FULLPKGPATH} because the test suite needs the
  libnetdude package itself to be installed in order to build and run.

- Make the "check" target in test/Makefile actually execute the test
  suite, instead of just building the test programs and exiting.

- Change the test suite program (test/lnd-test.c) to include
  netinet/if_ether.h instead of net/ethernet.h which does not exist on
  OpenBSD.

- Fix the last test to report the correct result.

- Let lnd-test exit with exit code 1 if any tests fail (previously it
  would always exit with exit code 0 even if tests fail).

The test suite still fails due to the failure of one test, but at least
it builds and runs now. :)

ok sthen haesbaert henning
2012-05-25 01:42:29 +00:00
gonzalo
9c70d0b5fc add rc script 2012-05-24 18:41:34 +00:00
gonzalo
cc1e6eb4a7 Little update to make Makefile better to eyes, USE_GROFF is not needed,
fix the HOMEPAGE, add rc.d(8) script and cut the rc.local
parts on MESSAGE because now we have rc script.

Tested on i386.

Ok okan@, aja@, gsoares@
2012-05-24 18:40:49 +00:00
ajacoutot
e8f03b8304 Several fixes from upstream:
- Fix non-response to router-solicitations when router-advertisement
  configured, but DHCPv6 not configured.
- Fix a bug which broke DHCPv6/RA with prefix lengths which are not
  divisible by 8.

from Brad
2012-05-23 09:16:19 +00:00
jasper
03b37821de - update to 0.4.0 2012-05-23 07:31:46 +00:00
sthen
4a8788c3d1 samba autoconf picks up uuid/uuid.h if installed; set BUILD_DEPENDS on
e2fsprogs to make sure dpb doesn't junk it. unclear if it actually changes
anything in the package but bumping anyway to be sure.
2012-05-22 11:43:31 +00:00
jasper
038723014d - update to 0.3.0 2012-05-21 18:22:36 +00:00
kurt
aadb84e036 gftp project is dead upstream. Thread locking is a total mess and
the project has about 50 major bugs not fixed upstream.
Time for this to be ejected. okay ajacoutot@
2012-05-21 16:33:21 +00:00
sthen
94bc04cdb9 +check_postgres 2012-05-21 11:06:04 +00:00
sthen
85c831b5fe import ports/net/nagios/check_postgres, ok pea@
check_postgres is a script for monitoring various attributes of
your database (transaction id status, blocked queries, long running
queries, connection status and more). It is designed to work with
Nagios, MRTG, or in standalone scripts.
2012-05-21 11:05:38 +00:00
naddy
1e9e0e4066 strptime is XPG4v2 2012-05-20 19:55:55 +00:00
naddy
28587403a9 switch upstream to Bitbucket and update to REL_20120305 2012-05-20 16:44:53 +00:00
sthen
c16287e312 use a homedir for _icinga's @newuser line which actually exists. 2012-05-19 10:47:10 +00:00
sthen
17ee2ec39a Tweak powerdns wantlib; libz is common so put it in WANTLIB rather than
all the various WANTLIB-foo.  From Brad, no pkg change.
2012-05-17 21:39:44 +00:00
naddy
4812d0ac16 no need for groff 2012-05-17 11:49:07 +00:00
sthen
fc37d02bcf remove not-yet-ported REGRESS_DEPENDS 2012-05-17 11:21:30 +00:00
sthen
674aa55f4a sync, still not enabled by default though 2012-05-17 11:06:33 +00:00
sthen
a514f443ab update to icinga 1.7.0 - IDO users note, as well as the usual DB upgrade
steps, edit icinga.cfg and change broker_module=/usr/local/bin/idomod.o
to broker_module=/usr/local/lib/idomod.so, this is also mentioned in the
README.

Notable fixes:
- flexible downtimes now last the duration specified once triggered
- avoid insane looping through event list when rescheduling checks
2012-05-17 11:05:40 +00:00
sthen
54ba3d719d roll sqlite3 into the main PowerDNS package, remove sqlite2 support, from Brad. 2012-05-17 10:27:02 +00:00
jasper
07a378960e missing bump 2012-05-17 07:44:40 +00:00
sthen
8ba835d5a5 packaging fixes to vnstat, ok pea@ :
- remove bogus empty @sample line from PLIST causing "File /usr/local/
is not a file" messages at pkg_delete time

- grammar tweak in README
2012-05-17 07:30:27 +00:00
ajacoutot
86265ce150 Fix usage of the _POSIX_THREAD_PRIORITY_SCHEDULING macro.
from Brad
2012-05-17 05:01:35 +00:00
sthen
c2549ce5e5 tweak maintainer target to patch the OUI/name db to fix the ridiculous
"Oracle Corporation" entries and update the package using a regenerated
list.
2012-05-16 13:22:17 +00:00
sthen
4506b9af25 update to Net::Dict 2.09 from dhill, ok maintainer 2012-05-16 08:57:14 +00:00
jasper
cf8f4d9083 fold PFRAG.shared into PLIST 2012-05-15 20:36:28 +00:00
jasper
3583d15ad2 switch to lua.port.mk 2012-05-15 19:38:01 +00:00
jasper
d6d6ca72b2 various lua tweaks 2012-05-15 18:28:36 +00:00
jasper
fa4d879b11 adjust to new lua.port.mk 2012-05-15 15:15:19 +00:00
ajacoutot
91abd395e4 Bugfix update to glib2-networking-2.32.3. 2012-05-15 14:02:46 +00:00
sthen
887c043498 SECURITY update to socat 1.7.2.1, CVE-2012-0219: heap based buffer overflow
with potential for arbitrary code execution if malicious data is output to
READLINE without option "prompt" or "noprompt".  OK nigel@
2012-05-14 20:58:13 +00:00
espie
5b6b92cc32 missing BUILD_DEPENDENCY 2012-05-14 14:59:58 +00:00
ajacoutot
f357910c0d Several fixes from upstream:
- Fixed bug which caused missing periodic router advertisements with some configurations.
- Cope with router-solict packets which don't have a valid source address.

from Brad
2012-05-14 13:57:09 +00:00
sthen
30ee7ddca9 update to Net::Cidr::Lite 0.21
- ok/updated email address from maintainer Matteo Cantoni
2012-05-14 11:26:25 +00:00
sthen
975c618bea update to Net::CIDR 0.15, from dhill
- ok/updated email address from maintainer Matteo Cantoni
2012-05-14 11:25:59 +00:00
sthen
d37c4c897b drop maintainer per his request 2012-05-14 10:08:54 +00:00
sthen
a03994ef8c update to Net::Netmask 1.9015 from dhill
- drop maintainer per his request
2012-05-14 10:03:58 +00:00
sthen
fcfeebc665 update to Net::DNS 0.68, from dhill
- drop USE_GROFF while there
2012-05-14 09:08:56 +00:00
jasper
cc395f0c8b Zap this, this project is completely useless without gists/pastebin and
upstream is dead.
2012-05-14 08:44:46 +00:00
jasper
67bee074ca unhook hs-pb 2012-05-14 08:44:10 +00:00
jasper
f6724fb170 github and pastebin api's changed too much and won't work anymore 2012-05-14 08:26:11 +00:00
ajacoutot
fcb9deccef Update to neon-0.29.6; needed by a WIP csync port.
tested in a bulk by jasper@, thanks!
from Markus Schatzl with several tweaks from me
ok jasper@
2012-05-14 06:26:19 +00:00
robert
2011e21537 update to zabbix 1.8.13 2012-05-12 17:55:44 +00:00
bluhm
71068ef429 update p5-NetAddr-IP to 4.061 2012-05-12 15:12:29 +00:00
jasper
ddda8698fa regen PLIST 2012-05-11 20:49:58 +00:00
sthen
eb99f54925 Rename snmpd(8) and snmpd.conf(5) manpages to have a netsnmp- prefix,
to avoid conflicting with manpages for base snmpd. Suggested by blambert@
2012-05-11 13:14:43 +00:00
jasper
8dcbd90a10 lua_open() has been deprecated (but still available) in lua 5.1; but it's been
removed in lua 5.2. so prevent libquvi from breaking with newer lua's.
2012-05-11 06:53:10 +00:00
dcoppa
fe979a182c bump after the wrong commit 2012-05-09 13:12:41 +00:00
dcoppa
f2068eec66 Oops. I dunno how this happened :( 2012-05-09 13:01:15 +00:00
dcoppa
0010293f0b Fix compilation with gcc 4.7
Disable another Kad assertion probably resulting from bad data from
external sources

Both from upstream
2012-05-09 12:51:01 +00:00
ajacoutot
19bba04a24 Sync with patch that was just committed upstream... 2012-05-09 08:34:42 +00:00
ajacoutot
ea24140a86 Properly call gtk.gdk.threads_enter and gtk.gdk.threads_leave to prevent
abort() on startup due to gtk trying to unlock a uninitialized mutex.

looks good to kurt@
ok pea@ (maintainer)
2012-05-09 08:29:37 +00:00
sthen
f64f15fae4 fix -u in arp-scan's update scripts, fix URLs, use newer iab/oui databases 2012-05-08 11:04:27 +00:00
sthen
43e2eabfa6 add a comment to munin's Makefile explaining how+why /usr/local
subst'ing is done the way it is.
2012-05-08 09:25:20 +00:00
dcoppa
aa6705b90d Remove excessive optimization
Fix install on non-native architectures

Proper fix for a thread related problem

Add comments to patches
2012-05-08 08:24:40 +00:00
jasper
5b1eb6ab8b missing run dependency 2012-05-08 07:11:48 +00:00
jasper
1ad74481b7 sync 2012-05-08 06:53:45 +00:00
jasper
b59dd8f301 import pidgin-sipe 1.13.1
This project develops a third-party plugin for the Pidgin multi-protocol
instant messenger. It implements the extended version of SIP/SIMPLE used
by various products:
Microsoft Office Communications Server (OCS 2007/2007 R2 and newer)
Microsoft Live Communications Server (LCS 2003/2005) Reuters Messaging
With this plugin you should be able to replace your Microsoft Office
Communicator client with Pidgin.

feedback/ok aja@
based on a submission by tom@singlesecond.com
2012-05-08 06:52:20 +00:00
jasper
48d957664a Security update to 2.10.4, fixes CVE-2012-2214, Pidgin Two Denial of Service Weaknesses
ok brad (MAINTAINER)
2012-05-08 06:49:41 +00:00
kili
354d7fd19c + hs-hostname 2012-05-07 18:52:26 +00:00
kili
f09f906c3a Very simple package providing a cross-platform means of determining
the hostname.

ok sthen@
2012-05-07 18:50:07 +00:00
ajacoutot
9fad053479 Set NO_REGRESS.
from Lawrence Teo
2012-05-07 05:09:47 +00:00
merdely
2b1f732cd1 Clarify that -i is needed in minissdpd_flags when specifying your
interface.

"Sure" aja
2012-05-05 14:26:32 +00:00
ajacoutot
1e9b2d95db Bugfix update to gnugk-3.0.2. 2012-05-05 06:12:13 +00:00
jasper
371e41ab6e - update to 0.18.3 2012-05-04 07:09:13 +00:00
pascal
d792e9704b - don't use FULLPKGNAME in PLIST
- link .desktop file and icon to proper places

noticed by and ok ajacoutot@, ok gonzalo@
2012-05-03 22:07:44 +00:00
jasper
64bd2d9a22 Security fix for Security fix for CVE-2012-2141 net-snmp: Array index error,
leading to out-of heap-based buffer read (snmpd crash)

ok sthen@ (MAINTAINER)
2012-05-03 20:06:51 +00:00
pascal
498b642d7f + net/arm 2012-05-03 18:01:50 +00:00
pascal
036956e414 The anonymizing relay monitor (arm) is a terminal status monitor
for Tor, intended for command-line aficionados, ssh connections,
and anyone with a tty terminal. This works much like top does for
system usage, providing real time statistics for:

* bandwidth, cpu, and memory usage
* relay's current configuration
* logged events
* connection details (ip, hostname, fingerprint, and consensus data)
* ... etc

ok gonzalo@
2012-05-03 18:00:51 +00:00
sthen
6291f884d9 Add a patch to net/aggregate: don't ignore prefix length from input
stream when -t and -p are used together.  From FreeBSD PR ports/131259.
2012-05-03 14:11:55 +00:00
sthen
2314056268 SECURITY update to Samba 3.6.5, from maintainer Ian McWilliam
http://www.samba.org/samba/security/CVE-2012-2111

Samba versions 3.4.x to 3.6.4 inclusive are affected by a
vulnerability that allows arbitrary users to modify privileges on a
file server.

Security checks were incorrectly applied to the Local Security
Authority (LSA) remote proceedure calls (RPC) CreateAccount,
OpenAccount, AddAccountRights and RemoveAccountRights allowing any
authenticated user to modify the privileges database.

This is a serious error, as it means that authenticated users can
connect to the LSA and grant themselves the "take ownership"
privilege. This privilege is used by the smbd file server to grant the
ability to change ownership of a file or directory which means users
could take ownership of files or directories they do not own.
2012-05-03 07:40:05 +00:00
dcoppa
e04a751d34 Update to rtorrent-0.9.2 2012-05-02 14:06:31 +00:00
dcoppa
ed1d940bf6 Update to libtorrent-0.13.2 2012-05-02 14:06:03 +00:00
sthen
b662b2910c Install send_nsca in usr/local/sbin so it's in a typical path, it's a
standalone utility anyway so libexec isn't really the right place for it.
Keep a symlink around to avoid breaking existing installations.
2012-05-02 13:40:09 +00:00
sthen
d0d89306c9 tweak check_email_delivery:
- drop pointless patch, we only install the _epn version
- add mail to categories
- allow --imap-username / --imap-password by itself (avoiding the need
to specify a username which applies to smtp if auth is enabled).
2012-05-02 13:15:53 +00:00
merdely
f744273784 "Bugfix in manufacturer discovery when cim entry not found or empty"
ok sthen@
2012-05-01 15:32:20 +00:00
naddy
88af685295 add a working mirror with legacy IP connectivity; spotted by espie@ 2012-04-30 17:38:19 +00:00
ajacoutot
d477005699 Sync dependencies after libnice update. 2012-04-30 09:38:37 +00:00
ajacoutot
6696c878a1 Long overdue update to libnice-0.1.2.
Add gupnp support.
2012-04-30 09:38:13 +00:00
ajacoutot
448cd57cfd Update to dnsmasq 2.61.
Add rc.d(8) script.

from Brad
2012-04-30 06:02:51 +00:00
naddy
1620613e82 update to 20111115; ok Brad 2012-04-29 19:00:14 +00:00