| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
"nobody" should only be used by NFS and nothing should run as
it. Instead give tcpdump a dedicated user.
Also note that IPv6 is no longer optional, so just remove the option
Approved by: garga (maintainer, older version)
Reviewed by: matthew
Differential Revision: https://reviews.freebsd.org/D15841
Notes:
svn path=/head/; revision=472578
|
|
|
|
|
|
|
|
|
|
| |
Details:
- See https://github.com/containous/traefik/releases/tag/v1.6.4
MFH: 2018Q2
Notes:
svn path=/head/; revision=472537
|
|
|
|
| |
Notes:
svn path=/head/; revision=472534
|
|
|
|
| |
Notes:
svn path=/head/; revision=472525
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE_FILE
- Pet portlint
- Whitespace fixes
- Remove always-true OSVERSION conditions
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=472468
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=472455
|
|
|
|
|
|
|
| |
Sponsored by: Pivotal Software, Inc
Notes:
svn path=/head/; revision=472447
|
|
|
|
|
|
|
|
| |
PR: 228862
Exp-run by: antoine
Notes:
svn path=/head/; revision=472427
|
|
|
|
| |
Notes:
svn path=/head/; revision=472421
|
|
|
|
|
|
|
|
| |
PR: 228983
Submitted by: Felix Hanley <felix@userspace.com.au> (maintainer)
Notes:
svn path=/head/; revision=472415
|
|
|
|
|
|
|
| |
2018-06-13 net/samba45: yes
Notes:
svn path=/head/; revision=472390
|
|
|
|
|
|
|
|
|
|
|
|
| |
ZConf is unmaintained with glaring issues in bits of it and the
developer did not have time to properly address them in over 8
years.
PR: 223471
Submitted by: Zane C. Bowers-Hadley <vvelox@vvelox.net> (maintainer and upstream developer)
Notes:
svn path=/head/; revision=472386
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=472381
|
|
|
|
|
|
|
|
|
|
|
| |
multiple versions of automake in years and probably won't in the future.
PR: 228809
Exp-run by: antoine
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=472376
|
|
|
|
| |
Notes:
svn path=/head/; revision=472357
|
|
|
|
| |
Notes:
svn path=/head/; revision=472356
|
|
|
|
|
|
|
|
| |
PR: 217565
Submitted by: avos (in part)
Notes:
svn path=/head/; revision=472340
|
|
|
|
|
|
|
| |
- remove dependency on devel/p5-Types-Serialiser
Notes:
svn path=/head/; revision=472331
|
|
|
|
|
|
|
| |
Sponsored by: Pivotal Software, Inc
Notes:
svn path=/head/; revision=472252
|
|
|
|
|
|
|
|
|
|
| |
- Update asterisk15 to 15.4.1
Security: 0137167b-6dca-11e8-a671-001999f8d30b,
f14ce57f-6dc8-11e8-a671-001999f8d30b
Notes:
svn path=/head/; revision=472216
|
|
|
|
|
|
|
| |
Reported by: tijl (thanks!)
Notes:
svn path=/head/; revision=472194
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
https://github.com/cisco/libsrtp/commit/84faa631a55235f6138cacda2e7f81980a43d13e
Refactor memory allocation for the symmetric ciphers context structures.
https://github.com/cisco/libsrtp/commit/5781341d99cd286a1f3d164e0576c2e837a444b7
Use the OpenSSL HMAC implementation, and thus also the OpenSSL EVP_sha1()
implementation.
Experiments show about a 1.5x speedup on Intel CPUs with AVX2.
https://github.com/cisco/libsrtp/commit/fb954450198c832c96b4191fcef3a1b9e2d15d8b
When building with OpenSSL, pass the AES_ICM key to the EVP context (and
thus, do AES key expansion) in srtp_cipher_init, not srtp_cipher_set_iv.
This means that AES key expansion is done once per key, rather than once
per packet, resulting in a 2-3x speedup for AES-128.
https://github.com/cisco/libsrtp/commit/1acba569915d8124b627a29dd5e3500332618eac
When building with OpenSSL, pass the AES_GCM key to the EVP context (and
thus, do AES key expansion) in srtp_cipher_init, not srtp_cipher_set_iv.
Improves AES_GCM performance 2x-3x.
https://github.com/cisco/libsrtp/commit/0b45423678ddc46d702f3a51614f20bfbd112ddd
Changes for OpenSSL 1.1.0 compatibility.
In OpenSSL 1.1.0, EVP_CIPHER_CTX, HMAC_CTX, and EVP_MD_CTX are opaque
types, and have to be allocated with *_new methods and deallocated with
*_free.
EVP_CIPHER_CTX_new/free is present in OpenSSL 1.0.1 and later, but
HMAC_CTX_new and EVP_MD_CTX_new are new in OpenSSL 1.1.0.
Use the _new unconditionally for ciphers, and conditionally use the old
or new APIs for HMAC and MD.
No noticible performance change for older OpenSSL.
PR: 228866
Notes:
svn path=/head/; revision=472170
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This will primarily help powerpc64.
For archs where clang is the default compiler, these changes will have no
effect, as the base compiler already has these capabilities (primarily, but
not exclusively, c++-11).
Tested for no-harm on amd64.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=472160
|
|
|
|
|
|
|
| |
PR: 228866
Notes:
svn path=/head/; revision=472142
|
|
|
|
| |
Notes:
svn path=/head/; revision=472130
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Pull in gcsplit from sysutils/coreutils when users try to embed
certificates via CERT= in MAKE_ARGS. This currently fails because
iPXE expects csplit to behave like GNU csplit and uses constructs
that our csplit does not support.
PR: 228835
Submitted by: Chad Jacob Milios <milios@ccsys.com> (based on)
Notes:
svn path=/head/; revision=472124
|
|
|
|
|
|
|
| |
Sponsored by: iXsystems Inc.
Notes:
svn path=/head/; revision=472086
|
|
|
|
| |
Notes:
svn path=/head/; revision=472046
|
|
|
|
| |
Notes:
svn path=/head/; revision=472000
|
|
|
|
|
|
|
| |
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=471974
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
from the previous versions:
* After update to 4.8.0 DC failed with "Failed to find our own NTDS Settings objectGUID" (bug #13335).
* Fix to the vfs_streams_xattr module which was corrupting AFP_AfpInfo attributes.
* Fix provisioning on the UFS2.
* Allow access to the .zfs/ hidden directory.
* Fix logging to the UTMP
Sponsored by: iXsystems Inc.
Notes:
svn path=/head/; revision=471963
|
|
|
|
| |
Notes:
svn path=/head/; revision=471953
|
|
|
|
| |
Notes:
svn path=/head/; revision=471950
|
|
|
|
|
|
|
|
|
|
|
| |
30th, 2018
- Suggest migrating to 4.4.x as it is a minor change from 4.3.x
Reported by: ISC
Notes:
svn path=/head/; revision=471946
|
|
|
|
|
|
|
| |
Sponsored by: Pivotal Software, Inc.
Notes:
svn path=/head/; revision=471938
|
|
|
|
| |
Notes:
svn path=/head/; revision=471929
|
|
|
|
|
|
|
|
|
|
| |
combines them into one multiple program stream that is suitable for
outputing to DVB-C modulator.
WWW: https://github.com/gfto/mptsd
Notes:
svn path=/head/; revision=471913
|
|
|
|
| |
Notes:
svn path=/head/; revision=471911
|
|
|
|
| |
Notes:
svn path=/head/; revision=471909
|
|
|
|
| |
Notes:
svn path=/head/; revision=471908
|
|
|
|
|
|
|
| |
MFH: 2018Q2
Notes:
svn path=/head/; revision=471883
|
|
|
|
|
|
|
| |
2018-06-02 net/py-pyldap: This code has merged back to python-ldap. Please use net/py-ldap instead
Notes:
svn path=/head/; revision=471855
|
|
|
|
|
|
|
|
|
|
| |
- Add missing dependency
- Update WWW
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=471830
|
|
|
|
|
|
|
|
|
|
|
| |
conn_pool.cpp:237:63: error: no matching constructor for initialization of 'apache::thrift::transport::TFramedTransport'
framedTransport = boost::shared_ptr<TFramedTransport>(new TFramedTransport(socket));
^ ~~~~~~
Reported by: pkg-fallout
Notes:
svn path=/head/; revision=471822
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=471820
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for package change
PR: 210014
Obtained from: Bob Willcox <bob@immure.com>
Submitted by: Masachika ISHIZUKA <ish@amail.plala.or.jp>
Notified by: riggs
Notes:
svn path=/head/; revision=471798
|
|
|
|
|
|
|
| |
Changes: https://github.com/shazow/urllib3/blob/master/CHANGES.rst
Notes:
svn path=/head/; revision=471788
|
|
|
|
|
|
|
|
|
| |
- Fix and update WWW
Approved by: portmgr (blanket)
Notes:
svn path=/head/; revision=471671
|
|
|
|
| |
Notes:
svn path=/head/; revision=471670
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Fix and update WWW
Notes:
svn path=/head/; revision=471669
|