Version: 5.9.3, Package name: net-snmp-5.9.3 |
Maintained by: Stuart Henderson |
Master sites: |
Flavors (export FLAVOR=xyz, setenv FLAVOR xyz):
|
Description-main Simple Network Management Protocol (SNMP) is a widely used protocol for monitoring health and statistics of many types of equipment (e.g. routers, computers, printers, power systems, environmental monitors, etc). Net-SNMP provides a library, daemons and utilities: - snmpd responds to SNMP queries. It has built-in support for a wide range of information, and can be extended. Not to be confused with the SNMP daemon in the OpenBSD base OS which is recommended in most cases. Manuals are netsnmp-snmpd(8) and netsnmp-snmpd.conf(5) to avoid conflict. - snmptrapd receives notifications from devices (TRAP and INFORM). It can log, run external handlers, or forward over the network. - tools for standard queries (snmpget*, snmpwalk, snmpbulk*), writes (snmpset), and sending notifications (snmpinform, snmptrap). - tools with special output types; snmpdelta displays differences over time, snmptable collates information from SNMP tables (e.g. ifTable), and there are single-purpose tools like snmpstatus, snmpdf, snmpps, snmptop, snmpnetstat. - snmptranslate converts between numerical and textual forms of MIB OIDs, and displays MIB content and structure. Flavor: readonly - removes all SET support from the code. Description-tkmib Simple Network Management Protocol (SNMP) is a widely used protocol for monitoring the health of network equipment (eg. routers), computer equipment and even devices like UPSs. Net-SNMP is a suite of applications used to implement SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6. This package contains tkmib, a graphical (Tk/perl) MIB browser. |
Filesize: 6491.162 KB |
Version History (View Complete History) |
|
2021-07-30 14:07:41 by Stuart Henderson | Files touched by this commit (2) |
Log message: fix typo in #include filename |
2020-09-07 04:18:15 by Stuart Henderson | Files touched by this commit (3) |
Log message: net-snmp -Wl,-no-undefined issue: switch to diff committed upstream |
2020-09-04 14:06:11 by Stuart Henderson | Files touched by this commit (1) |
Log message: net-snmp: expand the comment explaining why the -Wl,-no-undefined autoconf check is neutered. (when -no-undefined is used, build fails with missing libc symbols when trying to link net-snmp's shared library). |
2020-09-04 13:46:15 by Stuart Henderson | Files touched by this commit (13) |
Log message: update to net-snmp 5.9 |
2020-07-11 16:54:41 by Stuart Henderson | Files touched by this commit (98) |
Log message: switch my maintainer email addresses to my own domain |
2020-02-22 15:45:59 by Stuart Henderson | Files touched by this commit (3) |
Log message: sync net/net-snmp with upstream autoconf patches (10823f019, d63e35a3a, #72) |
2020-02-21 08:14:58 by Stuart Henderson | Files touched by this commit (5) |
Log message: update to Net-SNMP 5.8.1.pre2, bring back --enable-blumenthal-aes with an patch to autoconf files to add the libm linkage to libnetsnmp. |
2020-02-13 14:48:25 by Stuart Henderson | Files touched by this commit (1) |
Log message: disable --enable-blumenthal-aes again, it uses ceil(3) and a combination of bogus autoconf tests and missing pieces result in libnetsnmp.so not being linked to libm, causing breakage that is most noticable in collectd/cups-libs ports when linking with ld.bfd. bump major due to removed functions and add comments to Makefile with more info. |
2020-01-03 15:34:36 by Stuart Henderson | Files touched by this commit (10) |
Log message: Update to net-snmp 5.8.1pre1. Enable installing snmpps/snmptop, they have been around for a while but were just segfaulting in tests before - turns out this was actually only when pointed at OpenBSD snmpd which doesn't handle hrSWRunPerfMem/hrSWRunPerfCPU and was OK pointed at net-snmp snmpd - so patch to fix the segfault. |
2019-12-16 05:25:22 by Stuart Henderson | Files touched by this commit (2) |
Log message: fix typos in DESCR, one from florian@ plus one I spotted on the next line ;) |
2019-11-24 09:28:05 by Stuart Henderson | Files touched by this commit (1) |
Log message: add a debug package for net-snmp -main |
2019-10-29 08:49:19 by Stuart Henderson | Files touched by this commit (4) |
Log message: net-snmp tweaks: - enable pre-RFC AES192/256 support ("--enable-blumenthal-aes"), diff from martijn@ (adds symbols so I added a library minor bump for this). - disable hidden dep on lpstat from cups; if present this resulted in adding a function to libnetsnmpmibs so a major bump is needed for this. - recognize openbsd 7.x |
2019-06-25 14:25:24 by Stuart Henderson | Files touched by this commit (77) |
Log message: bump REVISION in a bunch of ports known or likely to use struct kinfo_proc, there may be some missing as my unpacked ports source is a little out of date but this should catch the main things people might run into the struct was reordered a second time in sysctl.h r1.192 to improve compatibility but amd64 snapshot packages made it out before that happened so the bumps are still needed |
2019-06-03 10:06:58 by Stuart Henderson | Files touched by this commit (153) |
Log message: s/PERMIT_PACKAGE_CDROM/PERMIT_PACKAGE/ and some light whitespace tidying in ports which I maintain |
2019-05-20 02:45:11 by Stuart Henderson | Files touched by this commit (2) |
Log message: add patch, 'Avoid off-by-one error when logging "" to a file' from net-snmp upstream via Fabian Raetz |
2019-02-15 13:15:17 by Stuart Henderson | Files touched by this commit (1) |
Log message: Since libelf was added to base, net-snmp started picking it up (it thought it was useful for getting nlist). Poison CONFIGURE_ENV to disable this. |
2018-07-17 07:53:25 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to net-snmp 5.8 final release |
2018-06-29 12:40:26 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to net-snmp-5.8.rc4 |
2018-06-02 14:53:37 by Stuart Henderson | Files touched by this commit (50) |
Log message: update to net-snmp 5.8rc3 to get some wider testing (hoping the release isn't too far off, and I'm fed up with this mega-diff sitting in my tree gathering C's :) add a flavour "readonly" which uses --enable-read-only, this disables all code handling SETs. |
2018-06-01 09:35:50 by Stuart Henderson | Files touched by this commit (1) |
Log message: bump (CPUSTATES/etc), out of the main set because I have to juggle patches for this one |
2018-04-26 08:19:03 by Stuart Henderson | Files touched by this commit (2) |
Log message: Add backported patch from upstream to fix CVE-2015-5621, dup'd in CVE-2018-1000116 |
2018-04-26 08:18:22 by Stuart Henderson | Files touched by this commit (2) |
Log message: Add backported patch from upstream to fix CVE-2015-5621, dup'd in CVE-2018-1000116 |
2018-01-11 12:27:12 by Robert Peichaer | Files touched by this commit (624) |
Log message: Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d daemon scripts and bump subpackages that contain the *.rc scripts. discussed with and OK aja@ OK tb |
2016-10-12 04:50:33 by Stuart Henderson | Files touched by this commit (25) |
Log message: add patches to net-snmp, from upstream via afresh1, that will be needed for perl 5.24+ |
2016-10-11 14:47:43 by Stuart Henderson | Files touched by this commit (2) |
Log message: Use the -r flag in net-snmp's rc.d script, as figured out by Theodore Wynnychenko. This tells it not to exit when it can't open /dev/kmem etc. Fixes startup now that this access is disabled by default in OpenBSD. Some MIBs won't work, but in general these should be rewritten to use sysctl interfaces. |
2016-07-09 02:25:14 by Stuart Henderson | Files touched by this commit (1) |
Log message: missed bump, spotted by naddy |
2016-07-08 10:48:21 by Stuart Henderson | Files touched by this commit (10) |
Log message: sync WANTLIB |
2016-05-12 16:00:14 by Stuart Henderson | Files touched by this commit (6) |
Log message: untangle net-snmp to stop using openbsd{4,5}.h etc. |
2016-03-16 15:19:39 by Christian Weisgerber | Files touched by this commit (46) |
Log message: remove SHARED_ONLY from ports that use only the gnu module |
2016-03-11 13:28:34 by Christian Weisgerber | Files touched by this commit (247) |
Log message: garbage collect CONFIGURE_SHARED |
2016-01-07 05:35:53 by Stuart Henderson | Files touched by this commit (3) |
Log message: Set pexp="${daemon}.*" for net-snmp; avoids a long delay at boot if the user has set a command-line arguments containing '+' (not totally uncommon). Otherwise rc_check() now waits for pexp to match, which fails due to the + being handled as part of a regular expression. |
2015-12-08 09:50:41 by Jeremie Courreges-Anglas | Files touched by this commit (2) |
Log message: Unbreak: stop using if_var.h/struct ifnet to retrieve ipv6 data. "looks fine to me" jasper@, ok sthen@ |
2015-11-05 16:43:46 by Stuart Henderson | Files touched by this commit (5) |
Log message: Run net-snmp as _netsnmp instead of root, doing this currently requires disabling the ipv6 mib - this is done in the rc script so it can be overridden with netsnmpd_flags if required (but just run snmpd from base, really ....) Reported by Pierre Kim. Drop unnecessary patch while there, the problem it was meant to fix was already fixed in 5.7.3. |
2015-11-05 14:44:56 by Stuart Henderson | Files touched by this commit (2) |
Log message: install net-snmp's sample snmpd.conf with mode 600, it may contain secrets. reported by Pierre Kim. |
2015-11-05 14:44:04 by Stuart Henderson | Files touched by this commit (2) |
Log message: install net-snmp's sample snmpd.conf with mode 600, it may contain secrets. reported by Pierre Kim. |
2015-10-08 15:19:23 by Stuart Henderson | Files touched by this commit (33) |
Log message: Bump some ports which reference if_msghdr in their source, so that package updates are triggered. This is following the struct if_data ABI change a few days ago; if_msghdr has an embedded if_data. Some may be unnecessary, but some are definitely needed and bumps are cheaper than debugging. Problem reported with wpa_supplicant by Mikolaj Kucharski. |
2015-09-11 10:33:05 by Stuart Henderson | Files touched by this commit (3) |
Log message: handle ifmedia64 interface_openbsd.c seems unused but patch there as well anyway in case anything else uses it later.. |
2015-04-13 02:49:54 by Stuart Henderson | Files touched by this commit (2) |
Log message: SECURITY fix, use calloc instead of malloc to zero the netsnmp_variable_list struct, to avoid issues when processing malicious PDUs. Reported by Qinghao Tang on oss-sec. http://www.openwall.com/lists/oss-security/2015/04/13/1 Attempt #2 - I forgot 'cvs add' before, spotted by Brad. |
2015-04-13 02:43:51 by Stuart Henderson | Files touched by this commit (1) |
Log message: SECURITY fix, use calloc instead of malloc to zero the netsnmp_variable_list struct, to avoid issues when processing malicious PDUs. Reported by Qinghao Tang on oss-sec. http://www.openwall.com/lists/oss-security/2015/04/13/1 |
2015-04-13 02:42:37 by Stuart Henderson | Files touched by this commit (2) |
Log message: SECURITY fix, use calloc instead of malloc to zero the netsnmp_variable_list struct, to avoid issues when processing malicious PDUs. Reported by Qinghao Tang on oss-sec. http://www.openwall.com/lists/oss-security/2015/04/13/1 |
2015-04-13 02:41:36 by Stuart Henderson | Files touched by this commit (2) |
Log message: SECURITY fix, use calloc instead of malloc to zero the netsnmp_variable_list struct, to avoid issues when processing malicious PDUs. Reported by Qinghao Tang on oss-sec. http://www.openwall.com/lists/oss-security/2015/04/13/1 |
2014-12-09 08:20:06 by Stuart Henderson | Files touched by this commit (15) |
Log message: update to Net-SNMP 5.7.3 - roll -perl subpackage into -main, this greatly simplifies PLIST handling for package updates. bumps to dependent ports to follow after this commit. |
2011-07-19 15:32:38 by Stuart Henderson | Files touched by this commit (3) |
Log message: - remove an unnecessary hackish #define now we have 5.x in version strings - better fix for the mib parser error-message spam |
2011-07-08 05:53:28 by Stuart Henderson | Files touched by this commit (4) |
Log message: better DESCRs |
2011-07-07 15:51:22 by Stuart Henderson | Files touched by this commit (1) |
Log message: zap pointless patch fragment |
2011-07-07 14:02:02 by Stuart Henderson | Files touched by this commit (39) |
Log message: update to Net-SNMP 5.7 and clean up the patches a lot. - rc scripts added (names suggested by Nigel Taylor, I was having a hard time coming up with something nice that avoid a conflict with base snmpd now the rc.d namespace is shared). |
2011-07-06 16:02:26 by Stuart Henderson | Files touched by this commit (3) |
Log message: update net-snmp to 5.6.1.1 |
2011-07-06 15:32:58 by Stuart Henderson | Files touched by this commit (15) |
Log message: - convert kinfo_proc2 -> kinfo_procs - don't use "#if defined(openbsd3) || defined(openbsd4)" all over the place, this is definitely not web scale - zap some pointless ifdefs |
2011-07-06 07:06:10 by Stuart Henderson | Files touched by this commit (3) |
Log message: remove some patch insanity |
2011-05-11 06:03:20 by Jasper Lievisse Adriaanse | Files touched by this commit (44) |
Log message: Sanitize some @unexec/@extraunexec calls to rm: move them up in the PLIST and delete everything under the @sample'd directory instead of the directory itself to prevent a warning from pkg_delete(1) trying to remove a non existing directory and to help preventing left-over files and directories. ok aja@ |
2011-03-16 16:45:20 by Stuart Henderson | Files touched by this commit (2) |
Log message: - remove a patch which is a noop - remove a CONFIGURE_ARGS which is a noop - bump REVISION; gratuitous really, but there's no point in not doing so at this time. |
2011-01-15 02:38:31 by Stuart Henderson | Files touched by this commit (6) |
Log message: update to 5.6.1 |
2010-11-19 15:31:39 by Marc Espie | Files touched by this commit (372) |
Log message: new depends |
2010-10-25 18:42:21 by Stuart Henderson | Files touched by this commit (3) |
Log message: feed the right size to kvm_getproc2 |
2010-10-25 16:59:12 by Stuart Henderson | Files touched by this commit (28) |
Log message: update Net-SNMP to 5.6 and switch to kvm_getproc2, thanks landry for testing "commit it!" landry@ |
2010-10-18 12:37:00 by Marc Espie | Files touched by this commit (357) |
Log message: USE_GROFF=Yes |
2010-09-21 04:43:04 by Stuart Henderson | Files touched by this commit (8) |
Log message: update Net-SNMP to 5.4.3 and pick up OpenBSD mibs from /usr/share/snmp/mibs |
2010-07-12 16:07:42 by Stuart Henderson | Files touched by this commit (244) |
Log message: use REVISION, checked with before/after make show=PKGNAMES (plus some extra-careful checking where there are complicated PSEUDO_FLAVORS). |
2010-05-22 03:50:06 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: - remove now unneeded workaround for mips64 |
2010-05-19 09:50:00 by Stuart Henderson | Files touched by this commit (2) |
Log message: Build with --enable-mfd-rewrites to allow 64-bit counters to work. Requested/tested by Johan Karlsson. |
2010-02-09 05:23:59 by Jasper Lievisse Adriaanse | Files touched by this commit (19) |
Log message: - extend archtecture tests for mips64el ok naddy@ phessler@ |
2009-11-22 08:36:33 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: unbreak net-snmp on mips64, allowing another 30 or so ports to build |
2009-08-17 08:58:45 by Giovanni Bechis | Files touched by this commit (5) |
Log message: Add a -tkmib package ok ajacoutot@ with a similar diff |
2009-08-16 07:35:25 by Rui Reis | Files touched by this commit (1) |
Log message: Drop maintainership and bump. I don't actively use net-snmp anymore. |
2009-02-13 02:39:38 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: - 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 |
2008-12-22 03:43:59 by Stuart Henderson | Files touched by this commit (2) |
Log message: 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-11-07 06:56:56 by Bernd Ahlers | Files touched by this commit (1) |
Log message: 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 02:48:40 by Stuart Henderson | Files touched by this commit (3) |
Log message: 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-10-12 02:21:21 by Brad Smith | Files touched by this commit (2) |
Log message: Enable the IPv6 support. ok maintainer |
2008-10-07 08:57:21 by Stuart Henderson | Files touched by this commit (2) |
Log message: bump package versions, for perl 5.10.0 |
2008-09-22 12:46:36 by Stuart Henderson | Files touched by this commit (2) |
Log message: - 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-20 16:15:52 by Rui Reis | Files touched by this commit (8) |
Log message: - maintenance update to net-snmp 5.4.2. Check the Changelog for more information. ok sthen@ |
2008-07-03 02:07:56 by Stuart Henderson | Files touched by this commit (1) |
Log message: - disable kmem-related code, it is not 64-bit clean and causes problems on i386. - bump package ok rui@ (maintainer) |
2008-06-14 01:48:23 by Stuart Henderson | Files touched by this commit (2) |
Log message: 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-10 12:00:35 by Stuart Henderson | Files touched by this commit (4) |
Log message: 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-09 15:28:56 by Nikolay Sturm | Files touched by this commit (1) |
Log message: missing PKGNAME-perl bump after MAINTAINER changed |
2008-06-05 09:52:21 by Okan Demirmen | Files touched by this commit (2) |
Log message: - fix-up PLIST - rui takes MAINTAINER ok rui@ |
2008-02-28 11:26:28 by Okan Demirmen | Files touched by this commit (2) |
Log message: HW_(PHYS|USER)MEM64 fix ok naddy@ |
2007-09-26 14:03:42 by Rui Reis | Files touched by this commit (21) |
Log message: 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-15 16:37:00 by Michael Erdely | Files touched by this commit (333) |
Log message: Remove surrounding quotes in COMMENT*/PERMIT_*/BROKEN/ERRORS Add $OpenBSD$ to p5-SNMP-Info/Makefile (ok kili@, simon@) |
2007-06-14 12:19:24 by Antoine Jacoutot | Files touched by this commit (10) |
Log message: - remove powerpc compile tweak now that drahn@ fixed vmparam.h - regen patches while here |
2007-06-13 09:15:01 by Antoine Jacoutot | Files touched by this commit (3) |
Log message: - fix compilation under powerpc discussed with and ok rui@ |
2007-05-19 04:52:07 by Rui Reis | Files touched by this commit (14) |
Log message: update net-snmp to 5.4, maintainer timeout - changelog: http://www.net-snmp.org/about/ChangeLog.html ok steven@ |
2007-04-05 10:20:19 by Marc Espie | Files touched by this commit (912) |
Log message: base64 checksums. |
2006-11-24 14:14:29 by Steven Mestdagh | Files touched by this commit (9) |
Log message: new MULTI_PACKAGES |
2006-11-05 12:47:38 by Nikolay Sturm | Files touched by this commit (2) |
Log message: MFC: make access to various memory bits like the enterprises.ucdavis.memory tree work again on OpenBSD 4 |
2006-09-30 16:03:56 by Steven Mestdagh | Files touched by this commit (2) |
Log message: 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-07-28 14:17:52 by Nikolay Sturm | Files touched by this commit (2) |
Log message: explicitly mention startup code, it's goint to be removed from rc.local |
2006-06-18 06:00:03 by Steven Mestdagh | Files touched by this commit (1) |
Log message: fix WANTLIB for p5-SNMP package, bump PKGNAME. |
2006-02-14 22:14:30 by David Krause | Files touched by this commit (8) |
Log message: replace /usr/local with PREFIX and bump PKGNAME ok wilfried@ sturm@ |
2006-01-10 12:08:22 by Steven Mestdagh | Files touched by this commit (2) |
Log message: - unbreak build which failed due to machine/types.h removal - do not run ldconfig during fake, noticed by Moritz Grimm. ok naddy@ |
2006-01-08 04:36:04 by Steven Mestdagh | Files touched by this commit (4) |
Log message: remove LIBname_LTVERSION variables from patches |
2006-01-03 10:37:18 by Steven Mestdagh | Files touched by this commit (8) |
Log message: SHARED_LIBS and USE_LIBTOOL ok bernd@ |
2005-11-12 04:32:01 by Nikolay Sturm | Files touched by this commit (2) |
Log message: MFC: Don't include -lwrap in 'net-snmp-config --libs' output. This unbreaks some ports which depend on net-snmp. Bump PKGNAMEs. |
2005-11-12 04:31:00 by Nikolay Sturm | Files touched by this commit (2) |
Log message: MFC: Don't include -lwrap in 'net-snmp-config --libs' output. This unbreaks some ports which depend on net-snmp. Bump PKGNAMEs. |
2005-11-11 17:30:48 by Bernd Ahlers | Files touched by this commit (2) |
Log message: 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-07 14:15:27 by Nikolay Sturm | Files touched by this commit (5) |
Log message: MFC: Security update to net-snmp-5.1.3. - fix potential race condition in fixproc script - fix DOS vulnerability on tcp connections |
2005-11-07 14:09:03 by Nikolay Sturm | Files touched by this commit (5) |
Log message: MFC: Security update to net-snmp-5.1.3. - fix potential race condition in fixproc script - fix DOS vulnerability on tcp connections |
2005-11-05 12:09:38 by Bernd Ahlers | Files touched by this commit (13) |
Log message: 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-09-09 13:10:52 by Marc Matteo | Files touched by this commit (4) |
Log message: Take 2: CVS ate my first commit... Add support for static arches. |
2005-06-13 16:42:01 by Christian Weisgerber | Files touched by this commit (2) |
Log message: Fix for route addition/deletion. Originally from Darwin, found by Alexandre Anriot. |
2005-06-13 14:33:17 by Christian Weisgerber | Files touched by this commit (5) |
Log message: sync patches |
2005-05-25 22:03:09 by Robert Nagy | Files touched by this commit (2) |
Log message: SECURITY: fix an insecure temporary file creation in fixproc; bump PKGNAME http://www.vuxml.org/openbsd/75ecb34c-cc7d-11d9-8e94-00065bd5b0b6.html ok brad@ |
2005-05-25 22:01:57 by Robert Nagy | Files touched by this commit (2) |
Log message: SECURITY: fix an insecure temporary file creation in fixproc; bump PKGNAME http://www.vuxml.org/openbsd/75ecb34c-cc7d-11d9-8e94-00065bd5b0b6.html ok brad@ |
2005-05-25 21:34:21 by Robert Nagy | Files touched by this commit (2) |
Log message: 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-04-09 17:31:28 by Marc Espie | Files touched by this commit (1) |
Log message: fix inter-package dependencies |
2005-01-05 10:15:08 by Christian Weisgerber | Files touched by this commit (250) |
Log message: SIZE |
2004-12-26 05:33:17 by Nikolay Sturm | Files touched by this commit (2) |
Log message: reorder PLIST slightly in order to silence pkg_delete warnings no objections from maintainer |
2004-12-15 17:31:27 by Aleksander Piotrowski | Files touched by this commit (179) |
Log message: Add WANTLIB markers |
2004-10-13 12:59:33 by Dan Harnett | Files touched by this commit (34) |
Log message: initial sweep for MESSAGE decoration removal; ok espie@ |
2004-10-12 20:08:59 by Dan Harnett | Files touched by this commit (1) |
Log message: remove conflict with ucd-snmp |
2004-10-08 12:41:39 by Dan Harnett | Files touched by this commit (2) |
Log message: replace @exec/@unexec |
2004-10-08 10:30:52 by Dan Harnett | Files touched by this commit (1) |
Log message: comment out PACKAGE_* macros from final net-snmp-config.h |
2004-10-03 15:43:57 by Marc Matteo | Files touched by this commit (1) |
Log message: Uncomment the autosplit lines. The Perl modules fail w/o them. Maintainer timeout... danh@ ok. |
2004-09-18 07:01:48 by Marc Espie | Files touched by this commit (8) |
Log message: new style conflicts. |
2004-09-15 12:17:48 by Marc Espie | Files touched by this commit (262) |
Log message: new plists, kill a few INSTALL scripts. |
2004-08-10 07:36:08 by Dan Harnett | Files touched by this commit (3) |
Log message: update to net-snmp 5.1.2 ; ok maintainer |
2004-08-09 09:04:17 by Dan Harnett | Files touched by this commit (5) |
Log message: update PLIST and fix a manual page |