Commit Graph

55 Commits

Author SHA1 Message Date
jasper
e01c06b201 - remove now unneeded workaround for mips64 2010-05-22 09:50:06 +00:00
sthen
6d90a631bc Build with --enable-mfd-rewrites to allow 64-bit counters to work.
Requested/tested by Johan Karlsson.
2010-05-19 15:50:00 +00:00
jasper
228964a8d2 - extend archtecture tests for mips64el
ok naddy@ phessler@
2010-02-09 12:23:59 +00:00
jasper
f8e2b01df9 unbreak net-snmp on mips64, allowing another 30 or so ports to build 2009-11-22 15:36:33 +00:00
giovanni
8ff2e5415d Add a -tkmib package
ok ajacoutot@ with a similar diff
2009-08-17 14:58:45 +00:00
rui
0cda6d1f14 Drop maintainership and bump. I don't actively use net-snmp anymore. 2009-08-16 13:35:25 +00:00
jasper
dedfb1acca - roll in a security fix for SA33884, which could disclose sensitive information
* patch taken from upstream svn

"<sthen_p> makes sense if you can get it in before lock" on rui's diff
ok rui@ (MAINTAINER) who came up with the same diff
2009-02-13 09:39:38 +00:00
sthen
c32f7d80bb teach net-snmp how to skip routing messages with the wrong version;
fixes route display in IP-MIB. from joel@.

"if it works for you go ahead" rui@ (maintainer).
2008-12-22 10:43:59 +00:00
bernd
9b16d3bb5b PKGNAME-main got removed with the last commit. Put it back so we don't end up
with net-snmp-5.4.2.1-main.

No cookie.
2008-11-07 13:56:56 +00:00
sthen
6134570789 SECURITY fix, update to 5.4.2.1, CVE-2008-4309:
A bug in the getbulk handling code could let anyone with even minimal
access crash the agent.

(straight out of malloc(3) "be careful to avoid...")

ok rui@ (maintainer)
2008-11-07 09:48:40 +00:00
brad
9ff5af73e3 Enable the IPv6 support.
ok maintainer
2008-10-12 08:21:21 +00:00
sthen
eda16f8aef bump package versions, for perl 5.10.0 2008-10-07 14:57:21 +00:00
sthen
fa21bd3ed4 - re-enable kmem support, with 5.4.2 there don't seem to be
any problems on tested arch (including the ones that used to
have trouble).

- repair sysctl() use in cpu_sysctl.c, it was using the wrong
type and at least on some arch the system call was failing, so
because the code isn't careful about checking return codes and
thus used uninitialized space, it tried to allocate memory for
info structures for 128 million CPUs on one of my systems...

"definitely ok" rui@
2008-09-22 18:46:36 +00:00
rui
5315fbba5b - maintenance update to net-snmp 5.4.2. Check the Changelog for more information.
ok sthen@
2008-09-20 22:15:51 +00:00
sthen
2d3521c63b - disable kmem-related code, it is not 64-bit clean and causes
problems on i386.

- bump package

ok rui@ (maintainer)
2008-07-03 08:07:56 +00:00
sthen
bffc2c2c8c Avoid a divide-by-zero which kills Net-SNMP's snmpd running
on sparc64 when you snmpwalk against it.

From http://marc.info/?l=openbsd-ports&m=119175114720453&w=2

ok rui
2008-06-14 07:48:23 +00:00
sthen
b374203f48 SECURITY update to fix CVE-2008-0960, http://secunia.com/advisories/30574/
A vulnerability has been reported in Net-SNMP, which can be exploited
by malicious people to spoof authenticated SNMPv3 packets.

The authentication code reads the length to be checked from sender
input, this allows the sender to supply single byte HMAC code and
have a 1 in 256 chance of matching the correct HMAC and authenticating,
as only the first byte will be checked. The sender would need to
know a valid username.

ok rui (maintainer)
2008-06-10 18:00:35 +00:00
sturm
539374ed41 missing PKGNAME-perl bump after MAINTAINER changed 2008-06-09 21:28:56 +00:00
okan
8e481d18b7 - fix-up PLIST
- rui takes MAINTAINER

ok rui@
2008-06-05 15:52:21 +00:00
okan
dd181a31e6 HW_(PHYS|USER)MEM64 fix
ok naddy@
2008-02-28 18:26:28 +00:00
rui
11d8b0dd79 update net-snmp to 5.4.1, also adds a patch from claudio@ to allow 64bit network counters.
Changelog: http://net-snmp.sourceforge.net/about/ChangeLog.html

tested by Graeme Lee, ok mbalmer@
2007-09-26 20:03:42 +00:00
merdely
241b722760 Remove surrounding quotes in COMMENT*/PERMIT_*/BROKEN/ERRORS
Add $OpenBSD$ to p5-SNMP-Info/Makefile (ok kili@, simon@)
2007-09-15 22:36:51 +00:00
ajacoutot
f6e8f87061 - remove powerpc compile tweak now that drahn@ fixed vmparam.h
- regen patches while here
2007-06-14 18:19:24 +00:00
ajacoutot
24273ded69 - fix compilation under powerpc
discussed with and ok rui@
2007-06-13 15:15:01 +00:00
rui
fc2d401e39 update net-snmp to 5.4, maintainer timeout
- changelog: http://www.net-snmp.org/about/ChangeLog.html

ok steven@
2007-05-19 10:52:06 +00:00
espie
9eafbbfb35 base64 checksums. 2007-04-05 16:19:55 +00:00
steven
c90d0c9dfc new MULTI_PACKAGES 2006-11-24 21:14:29 +00:00
steven
b3cfb1453f make access to various memory bits like the enterprises.ucdavis.memory tree
work again on OpenBSD 4.

from Jim Dew <jdew at yggdrasil.ca>
2006-09-30 22:03:56 +00:00
sturm
e84cb5a44a explicitly mention startup code, it's goint to be removed from rc.local 2006-07-28 20:17:52 +00:00
steven
1c8e9e1e8b fix WANTLIB for p5-SNMP package, bump PKGNAME. 2006-06-18 12:00:03 +00:00
david
8a4bd3e07f replace /usr/local with PREFIX and bump PKGNAME
ok wilfried@ sturm@
2006-02-15 05:14:29 +00:00
steven
b60ba531a5 - unbreak build which failed due to machine/types.h removal
- do not run ldconfig during fake, noticed by Moritz Grimm.

ok naddy@
2006-01-10 19:08:21 +00:00
steven
3c4f742dab remove LIBname_LTVERSION variables from patches 2006-01-08 11:36:04 +00:00
steven
b2a70fdd85 SHARED_LIBS and USE_LIBTOOL
ok bernd@
2006-01-03 17:37:18 +00:00
bernd
d172697737 Don't include -lwrap in 'net-snmp-config --libs' output. This unbreaks
some ports which depend on net-snmp. Bump PKGNAMEs.

found by naddy@

a lot of help & ok sturm@
2005-11-12 00:30:48 +00:00
bernd
5f484e443f Security update to net-snmp-5.1.3.
- fix potential race condition in fixproc script
- fix DOS vulnerability on tcp connections

help & ok sturm@
2005-11-05 19:09:38 +00:00
marcm
91fec240c2 Take 2: CVS ate my first commit...
Add support for static arches.
2005-09-09 19:10:52 +00:00
marcm
fc0775022e Enable support on static arches.
MAINTAINER ok
2005-09-09 19:07:46 +00:00
naddy
305d75f0f5 Fix for route addition/deletion.
Originally from Darwin, found by Alexandre Anriot.
2005-06-13 22:42:00 +00:00
naddy
e44e91e6f4 sync patches 2005-06-13 20:33:17 +00:00
robert
5dac6a8388 SECURITY:
fix an insecure temporary file creation in fixproc; bump PKGNAME
http://www.vuxml.org/openbsd/75ecb34c-cc7d-11d9-8e94-00065bd5b0b6.html

ok naddy@
2005-05-26 03:34:21 +00:00
espie
189c30ee58 fix inter-package dependencies 2005-04-09 23:31:28 +00:00
naddy
fedfc3867f SIZE 2005-01-05 17:14:37 +00:00
sturm
79a7ff0d67 reorder PLIST slightly in order to silence pkg_delete warnings
no objections from maintainer
2004-12-26 12:33:16 +00:00
alek
2344f6d18c Add WANTLIB markers 2004-12-16 00:31:20 +00:00
danh
6362fb0bc7 initial sweep for MESSAGE decoration removal; ok espie@ 2004-10-13 18:59:18 +00:00
danh
11dbad1923 remove conflict with ucd-snmp 2004-10-13 02:08:59 +00:00
danh
cb235def2b replace @exec/@unexec 2004-10-08 18:41:39 +00:00
danh
5ec6b88ef3 comment out PACKAGE_* macros from final net-snmp-config.h 2004-10-08 16:30:52 +00:00
marcm
df4ccc4966 Uncomment the autosplit lines. The Perl modules fail w/o them.
Maintainer timeout... danh@ ok.
2004-10-03 21:43:57 +00:00