| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
Sponsored by: Rubicon Communications, LLC ("Netgate")
Notes:
svn path=/head/; revision=566391
|
|
|
|
|
|
|
| |
No functional changes
Notes:
svn path=/head/; revision=531675
|
|
|
|
|
|
|
| |
Sponsored by: Rubicon Communications, LLC (Netgate)
Notes:
svn path=/head/; revision=521565
|
|
|
|
|
|
|
| |
Sponsored by: Rubicon Communications, LLC (Netgate)
Notes:
svn path=/head/; revision=516031
|
|
|
|
|
|
|
| |
Sponsored by: Rubicon Communications, LLC (Netgate)
Notes:
svn path=/head/; revision=514471
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
version
PR: 237194
Submitted by: raivo.hool@gmail.com
Obtained from: https://sourceforge.net/p/xmlrpc-c/code/2981/
MFH: 2019Q2
Sponsored by: Rubicon Communications, LLC (Netgate)
Notes:
svn path=/head/; revision=499350
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 1.51.03
- Fix build with OpenSSL 1.1.x [1]
PR: 235763 [1]
Sponsored by: Rubicon Communications, LLC (Netgate)
Notes:
svn path=/head/; revision=497115
|
|
|
|
|
|
|
| |
Sponsored by: Rubicon Communications, LLC (Netgate)
Notes:
svn path=/head/; revision=483400
|
|
|
|
|
|
|
|
|
|
| |
After r473964, expat source code is no longer present in the libwww tree.
Reported by: Q/A tests
Approved by: garga (maintainer)
Notes:
svn path=/head/; revision=473965
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This a security release for libwww to take into account security advisories
CVE-2016-9063 and CVE-2017-9233.
In order to take into account current and future expat security advisories,
the expat source code was removed from the libwww tree. The makefiles were
modified so that libwww dynamically links against the system's expat library.
Patches removed were incorporated upstream.
Bump PORTREVISION of dependent ports due shlib change.
Changes: https://raw.githubusercontent.com/w3c/libwww/5.4.2/ChangeLog
MFH: 2018Q3
Security: e375ff3f-7fec-11e8-8088-28d244aee256
Notes:
svn path=/head/; revision=473964
|
|
|
|
|
|
|
| |
Sponsored by: Rubicon Communications, LLC (Netgate)
Notes:
svn path=/head/; revision=473383
|
|
|
|
|
|
|
|
|
|
|
|
| |
server_abyss.cpp:88:14: error: assigning to 'int' from incompatible type '__bind<int &, sockaddr *,
unsigned long>'
rc = bind(this->fd, (struct sockaddr *)&sockAddr, sizeof(sockAddr));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Reported by: antoine (via bug 224669)
Notes:
svn path=/head/; revision=458274
|
|
|
|
| |
Notes:
svn path=/head/; revision=430986
|
|
|
|
| |
Notes:
svn path=/head/; revision=428225
|
|
|
|
|
|
|
|
|
|
|
| |
This version if a buffer overflow in STRSCAT
PR: 211257
Submitted by: w.schwarzenfeld@utanet.at
MFH: 2016Q3
Notes:
svn path=/head/; revision=421381
|
|
|
|
|
|
|
|
|
| |
- Remove conflict with xmlrpc-c-devel since it's going to be removed
Sponsored by: Rubicon Communications (Netgate)
Notes:
svn path=/head/; revision=416744
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412348
|
|
|
|
|
|
|
|
|
|
|
| |
openafs did not pass check-plist (pre-existing) so fixed and bumped.
Also, pkg-plist was sorted. mediatomb and spread also fail plist-checks
but they weren't fixed.
approved by: PTHREAD blanket
Notes:
svn path=/head/; revision=382278
|
|
|
|
|
|
|
|
| |
The main program did respect cflags, but the cpp example program did not.
Approved by: blanket
Notes:
svn path=/head/; revision=379348
|
|
|
|
| |
Notes:
svn path=/head/; revision=370155
|
|
|
|
|
|
|
|
|
| |
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=365331
|
|
|
|
|
|
|
| |
Approved by: portmgr (not really, but touches unstaged ports)
Notes:
svn path=/head/; revision=363374
|
|
|
|
| |
Notes:
svn path=/head/; revision=354245
|
|
|
|
| |
Notes:
svn path=/head/; revision=354236
|
|
|
|
|
|
|
|
| |
. Fix LICENSE
. Strip libraries
Notes:
svn path=/head/; revision=351322
|
|
|
|
| |
Notes:
svn path=/head/; revision=332308
|
|
|
|
|
|
|
| |
- Support staging
Notes:
svn path=/head/; revision=331334
|
|
|
|
|
|
|
| |
net)
Notes:
svn path=/head/; revision=327755
|
|
|
|
| |
Notes:
svn path=/head/; revision=325961
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
- Add COOKIES
- Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
- Add GSSAPI and SPNEGO [2]
- Remove KERBEROS4
- Rename LIBIDN to IDN
- Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile
Changes: http://curl.haxx.se/changes.html
PR: ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by: miwi
Notes:
svn path=/head/; revision=322783
|
|
|
|
| |
Notes:
svn path=/head/; revision=316388
|
|
|
|
| |
Notes:
svn path=/head/; revision=309253
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=307586
|
|
|
|
| |
Notes:
svn path=/head/; revision=305298
|
|
|
|
| |
Notes:
svn path=/head/; revision=303566
|
|
|
|
|
|
|
| |
- Pet portlint
Notes:
svn path=/head/; revision=300228
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=294376
|
|
|
|
|
|
|
|
|
| |
Submitted by: sunpoet (myself)
Tested by: exp-run by linimon
Approved by: linimon (with portmgr hat)
Notes:
svn path=/head/; revision=292936
|
|
|
|
| |
Notes:
svn path=/head/; revision=288182
|
|
|
|
| |
Notes:
svn path=/head/; revision=284884
|
|
|
|
|
|
|
|
|
|
| |
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Notes:
svn path=/head/; revision=279506
|
|
|
|
| |
Notes:
svn path=/head/; revision=278383
|
|
|
|
| |
Notes:
svn path=/head/; revision=276700
|
|
|
|
|
|
|
|
| |
PR: ports/154970
Submitted by: chinsan@
Notes:
svn path=/head/; revision=269534
|
|
|
|
| |
Notes:
svn path=/head/; revision=265663
|
|
|
|
| |
Notes:
svn path=/head/; revision=261277
|
|
|
|
| |
Notes:
svn path=/head/; revision=259072
|
|
|
|
| |
Notes:
svn path=/head/; revision=259064
|
|
|
|
| |
Notes:
svn path=/head/; revision=253693
|