summaryrefslogtreecommitdiff
path: root/net-mgmt/net-snmp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *: fix tab vs. space issues, and comments according to the guide.Jimmy Olgeni2021-10-161-1/+1
|
* cleanup: drop support for EOL FreeBSD 11.XRene Ladan2021-09-301-1/+1
| | | | | | | | | | | | | | | | | Search criteria used: - 11.4 - OSREL* - OSVER* - *_FreeBSD_11 Input from: - adridg: devel/qca-legacy - jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds - sunpoet: security/p5-*OpenSSL* Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust Differential Revision: https://reviews.freebsd.org/D32008 Test Plan: make index
* net-mgmt/net-snmp: Fix CPE informationBernhard Froehlich2021-09-031-1/+1
| | | | Approved by: portmgr (blanket)
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-062-5/+1
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* net-mgmt/net-snmp: Fix packaging with Python 3.8 if option PYTHON is setKai Knoblich2021-03-291-1/+1
| | | | | PR: 253815 Approved by: python (with hat)
* - Move SCTP support to an OPTION, off by default, to reflect 13.x changesRyan Steinmetz2021-03-081-3/+8
| | | | | | - Bump PORTREVISION PR: 254056
* - Bring in upstream commit to resolve badly formed responses ↵Ryan Steinmetz2021-02-132-1/+27
| | | | | | | | (92f0fe9e0dc3cf7ab6e8cc94d7962df83d0ddbec) - Bump PORTREVISION PR: 253393
* - Add memory calculation fixRyan Steinmetz2020-11-152-0/+12
| | | | | | | - Bump PORTREVISION PR: 251103 Submitted by: ncrogers@gmail.com
* - Fix PYTHON OPTIONRyan Steinmetz2020-09-143-13/+24
| | | | | | | - Require python 3.5+ PR: 249298 Submitted by: John Hein <jcfyecrayz@liamekaens.com>
* - Update to 5.9Ryan Steinmetz2020-09-1224-989/+53
| | | | - Add OPTION to disable libpkg support
* - Add OPSYS to conditionalRyan Steinmetz2020-01-031-2/+2
| | | | PR: 243048
* Chase rename of security/openssl111Bernard Spil2020-01-011-2/+2
| | | | | | - Categories n-z MFH: 2020Q1
* Drop the ipv6 virtual category for n* category as it is not relevant anymoreBaptiste Daroussin2019-10-091-1/+1
|
* net-mgmt/net-snmp: revert back to 5.7.3 due to side-effectsKurt Jaeger2019-09-3024-135/+783
| | | | | | PR: 232025 Submitted by: dvl Reviewed by: zi, otis@sk.FreeBSD.org
* net-mgmt/net-snmp: fix for first byte of IF-MIB::ifPhysAddress is always 0Kurt Jaeger2019-09-291-0/+24
| | | | | | | | | | | | - netsnmp_arch_interface_container_load() writes terminating NUL directly to the sdl_data *past* the length specified in sdl_nlen, overwriting first byte of physadrr. PR: 231996 Submitted by: Yuri Pankov <yuripv@yuripv.net> Reviewed by: Bart Van Assche <bvanassche@acm.org> (upstream maintainer) Approved by: zi (maintainer) Obtained from: https://sourceforge.net/p/net-snmp/code/merge-requests/20/
* net-mgmt/net-snmp: Do not set LIB_DEPENDS twiceTobias Kortkamp2019-09-291-2/+0
|
* net-mgmt/net-snmp: update 5.7.3 -> 5.8Kurt Jaeger2019-09-2824-781/+135
| | | | | | PR: 232025 Approved by: zi (maintainer timeout) Relnotes: https://sourceforge.net/p/net-snmp/mailman/message/36386084/
* Convert to UCL & cleanup pkg-message (categories n)Mathieu Arnold2019-08-141-0/+6
| | | | (and missed 3 missed files from previous categories.)
* - Real unbreak with openssl111 from portsDima Panov2019-07-071-5/+7
| | | | | | | | | | | - Use ${OPENSSLBASE} instead of hardcode path - Add more conditions to check for extra patch - TLS option is fine now PR: 228898 Submitted by: myself (this patch) Approved by: maintainer timeout (>2 months after submission) MFH: 2019Q3
* - Add 13.x supportRyan Steinmetz2018-12-252-1/+8
| | | | | PR: 234395 Submitted by: Mark Linimon <linimon@freebsd.org>
* security/openssl-devel was removed, but there is a security/openssl111 now.Mathieu Arnold2018-11-101-1/+1
|
* Remove compatibility code for FreeBSD < 11.2 from all ports.Rene Ladan2018-11-021-5/+1
| | | | | | | Simplify some ports where DragonFlyBSD no longer needs to be special-cased. Submitted by: rene Reviewed by: bapt, jbeich Differential Revision: https://reviews.freebsd.org/D17724
* - Unbreak build on 13-CURRENTRyan Steinmetz2018-10-313-1/+13
|
* Fix build with OpenSSL 1.1.1 in base.Mathieu Arnold2018-10-312-0/+227
| | | | | | | PR: 228898 Submitted by: w.schwarzenfeld@utanet.at Reported by: brnrd Approved by: maintainer
* - Bump PORTREVISION to chase pkg PORTREVISION bumpRyan Steinmetz2018-10-111-1/+1
|
* - Make newsyslog config file installation OPTIONableRyan Steinmetz2018-09-022-5/+9
| | | | | | | - Convert USE_MYSQL to USES=mysql PR: 231085 Submitted by: Dries Michiels <driesm.michiels@gmail.com>
* Use BROKEN_SSLSunpoet Po-Chuan Hsieh2018-02-171-4/+2
| | | | Approved by: portmgr (blanket)
* - Do not try to build under mips/mips64 as SSP is broken per r306364Ryan Steinmetz2018-02-071-8/+3
| | | | Reported by: sbruno
* Bump PORTREVISION after r459281.Mathieu Arnold2018-02-051-1/+1
| | | | Sponsored by: Absolight
* - Resolve build failure under 12-CURRENTRyan Steinmetz2018-01-171-1/+1
| | | | | PR: 217589 Submitted by: pi@
* - Add flavor support for pythonRyan Steinmetz2017-12-041-3/+3
| | | | | PR: 224092 Submitted by: Henrik Hudson
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464
* - Update MFD descriptionRyan Steinmetz2017-09-141-1/+1
| | | | PR: 222331
* - MASTER_SITES cleanupRyan Steinmetz2017-08-011-1/+2
|
* Fix LIB_DEPENDS of ports which link to libpkg.soMark Felder2017-06-121-1/+3
| | | | | | | spine and snmpd link to libpkg.so, but it is not properly declared in the port. MFH: 2017Q2
* Fixing net-snmpd after src revision r317061 (struct vmmeter changes),Gleb Smirnoff2017-04-202-1/+50
| | | | | | | | | | | | | | | I discovered that net-snmpd tries to read { CTL_VM, VM_TOTAL } mib into 'struct vmmeter' variable, instead of 'struct vmtotal'. Of course, sysctl(3) fails, but net-snmpd doesn't check for errors. Basicly this is broken for all supported FreeBSD versions, and I believe for all unsupported as well. OIDs that report interruprs, context switches, paging and swap in/out were returning garbage from the application stack. To patch that problem, provide dummy struct __vmmeter, which works both on pre-r317061 and after, and add block of code that reads all necessary stats one by one. To keep with the style of the file, do not check for errors from sysctl(3).
* Always pass MNT_NOWAIT to getfsstat() as documented in the manpage.John Baldwin2017-04-102-1/+12
| | | | | | | | | | | | | One of the four calls in net-snmp currently passes 0 which triggers an EINVAL change after recent changes in HEAD and 11-stable to add stricter argument checking for the flags passed to getsstat(). Bump PORTREVISION. PR: 218011 Reported by: Slawa Olhovchenkov <slw@zxy.spb.ru> Reviewed by: brooks Approved by: maintainer (zi)
* Fix build when IPv6 is disabled.Gleb Smirnoff2017-04-071-8/+20
| | | | Submitted by: kan
* - Force use of base OpenSSL for now (libpkg links against this) to resolve ↵Ryan Steinmetz2017-03-211-2/+2
| | | | | | | | build failures under 10.3 i386 PR: 210299 Submitted by: Michael Osipov Reported by: software@bertram-scharpf.de
* Make it compilable on FreeBSD 12 after struct inpcb and struct tcpcb wereGleb Smirnoff2017-03-215-16/+122
| | | | stopped being exported.
* Rename python setuptools ports to better match other python portsAntoine Brodin2017-03-161-2/+2
| | | | | | Reviewed by: mat, sunpoet With hat: portmgr Differential Revision: https://reviews.freebsd.org/D9983
* Bump portrevision as it is linked to libpkgBaptiste Daroussin2017-02-251-1/+1
| | | | Reported by: madpilot
* - Always check OPSYS along with OSVERSIONDmitry Marakasov2017-01-121-2/+2
| | | | Approved by: portmgr blanket
* - Add TLS OPTION to net-mgmt/net-snmpRenato Botelho2017-01-112-3/+11
| | | | | | | | | - While here replace USE_OPENSSL by USES=ssl Approved by: maintainer (zi@) Obtained from: pfSense Sponsored by: Rubicon Communications (Netgate) Differential Revision: https://reviews.freebsd.org/D9140
* Mark some ports as not openssl-devel ready.Mathieu Arnold2016-11-291-0/+4
| | | | Sponsored by: Absolight
* Fix build on head (freebsd 12)Antoine Brodin2016-07-101-1/+2
| | | | Reported by: pkg-fallout
* Rename all files containing a : in their filename.Mathieu Arnold2016-06-172-1/+1
| | | | | | | While there, run make makepatch on affected ports, and rename patches accordingly. Sponsored by: Absolight
* Fix usage of WITH_OPENSSL_BASE, WITH_OPENSSL_PORT and OPENSSL_PORT.Mathieu Arnold2016-06-161-1/+1
| | | | | | | | | | | WITH_OPENSSL_* can't be set after bsd.port.pre.mk. Fold all other usage into using SSL_DEFAULT == foo PR: 210149 Submitted by: mat Exp-run by: antoine Sponsored by: The FreeBSD Foundation, Absolight Differential Revision: https://reviews.freebsd.org/D6577
* - Add OPTION to pass --disable-snmptrapd-subagent to configureRyan Steinmetz2016-05-311-1/+6
| | | | | PR: 209885 Submitted by: emz@norma.perm.ru