| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Approved by: portmgr (blanket)
|
| |
|
| |
|
|
|
|
|
| |
PR: 253815
Approved by: python (with hat)
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: 254056
|
|
|
|
|
|
|
|
| |
(92f0fe9e0dc3cf7ab6e8cc94d7962df83d0ddbec)
- Bump PORTREVISION
PR: 253393
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: 251103
Submitted by: ncrogers@gmail.com
|
|
|
|
|
|
|
| |
- Require python 3.5+
PR: 249298
Submitted by: John Hein <jcfyecrayz@liamekaens.com>
|
|
|
|
| |
- Add OPTION to disable libpkg support
|
|
|
|
| |
PR: 243048
|
|
|
|
|
|
| |
- Categories n-z
MFH: 2020Q1
|
| |
|
|
|
|
|
|
| |
PR: 232025
Submitted by: dvl
Reviewed by: zi, otis@sk.FreeBSD.org
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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/
|
| |
|
|
|
|
|
|
| |
PR: 232025
Approved by: zi (maintainer timeout)
Relnotes: https://sourceforge.net/p/net-snmp/mailman/message/36386084/
|
|
|
|
| |
(and missed 3 missed files from previous categories.)
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
| |
PR: 234395
Submitted by: Mark Linimon <linimon@freebsd.org>
|
| |
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
| |
PR: 228898
Submitted by: w.schwarzenfeld@utanet.at
Reported by: brnrd
Approved by: maintainer
|
| |
|
|
|
|
|
|
|
| |
- Convert USE_MYSQL to USES=mysql
PR: 231085
Submitted by: Dries Michiels <driesm.michiels@gmail.com>
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Reported by: sbruno
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
| |
PR: 217589
Submitted by: pi@
|
|
|
|
|
| |
PR: 224092
Submitted by: Henrik Hudson
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
PR: 222331
|
| |
|
|
|
|
|
|
|
| |
spine and snmpd link to libpkg.so, but it is not properly declared in
the port.
MFH: 2017Q2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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).
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
Submitted by: kan
|
|
|
|
|
|
|
|
| |
build failures under 10.3 i386
PR: 210299
Submitted by: Michael Osipov
Reported by: software@bertram-scharpf.de
|
|
|
|
| |
stopped being exported.
|
|
|
|
|
|
| |
Reviewed by: mat, sunpoet
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D9983
|
|
|
|
| |
Reported by: madpilot
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
| |
Reported by: pkg-fallout
|
|
|
|
|
|
|
| |
While there, run make makepatch on affected ports, and rename patches
accordingly.
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
PR: 209885
Submitted by: emz@norma.perm.ru
|