| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
Also update ftp/libfilezilla to the required version, filezilla is the
only consumer in the ports tree.
Changes: https://filezilla-project.org/versions.php
PR: 258505
Approved by: pi
|
|
|
|
| |
Reported by: lwhsu
|
| |
|
|
|
|
| |
Notes:
svn path=/head/; revision=535391
|
|
|
|
| |
Notes:
svn path=/head/; revision=517072
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
Notes:
svn path=/head/; revision=507372
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION of dependent ports for shlib change
- Fix build of devel/pijul [1]
Changes: https://git.lysator.liu.se/nettle/nettle/blob/master/NEWS
PR: 238991
Exp-run by: antoine
Thanks to: tobik [1]
Notes:
svn path=/head/; revision=506289
|
|
|
|
|
|
|
|
|
|
| |
Bump 48 ports.
Previous update to 1.34 broke jabberd.
PR: 228048
Notes:
svn path=/head/; revision=497546
|
|
|
|
|
|
|
| |
Discussed with: portmgr
Notes:
svn path=/head/; revision=493853
|
|
|
|
|
|
|
| |
Relnotes: https://filezilla-project.org/newsfeed.php
Notes:
svn path=/head/; revision=492203
|
|
|
|
|
|
|
| |
With hat: portmgr-secretary
Notes:
svn path=/head/; revision=492170
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
Notes:
svn path=/head/; revision=487272
|
|
|
|
|
|
|
|
|
|
| |
PR: 229139
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Approved by: rezny (maintainer timeout)
Relnotes: https://filezilla-project.org/versions.php
Notes:
svn path=/head/; revision=478657
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
While there, cleanup, and sort depends.
When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are:
1) use RUN_DEPENDS to set BUILD_DEPENDS:
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= foo:bar/baz
2) create another variable and use it:
MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS= ${MY_DEPENDS}
RUN_DEPENDS= ${MY_DEPENDS}
3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:
BUILD_DEPENDS= foo:bar/baz
RUN_DEPENDS:= ${BUILD_DEPENDS}
Sponsored by: Absolight
Notes:
svn path=/head/; revision=474242
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=455394
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
Notes:
svn path=/head/; revision=449591
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707
Notes:
svn path=/head/; revision=437439
|
|
|
|
|
|
|
|
| |
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D9385
Notes:
svn path=/head/; revision=433558
|
|
|
|
|
|
|
|
| |
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D9380
Notes:
svn path=/head/; revision=432850
|
|
|
|
|
|
|
| |
Approved by: portmgr (blanket)
Notes:
svn path=/head/; revision=430235
|
|
|
|
|
|
|
|
| |
PR: 215132
Submitted by: <matthew@reztek.cz> (maintainer)
Notes:
svn path=/head/; revision=429437
|
|
|
|
|
|
|
|
|
|
| |
- Update ftp/filezilla to to 3.2.2.2 [2]
PR: 214006 [1], 214007 [2]
Submitted by: <matthew@reztek.cz> (maintainer)
Notes:
svn path=/head/; revision=425330
|
|
|
|
|
|
|
|
|
|
| |
- Fix typo in BROKEN message
PR: 213198
Submitted by: maintainer
Notes:
svn path=/head/; revision=423727
|
|
|
|
|
|
|
|
| |
PR: 212217
Submitted by: matthew@reztek.cz (maintainer)
Notes:
svn path=/head/; revision=421121
|
|
|
|
|
|
|
|
|
|
| |
- Register proxy dependencies found by stage-qa
PR: 212008 [1]
Submitted by: maintainer [1]
Notes:
svn path=/head/; revision=420531
|
|
|
|
|
|
|
|
| |
PR: 211453
Submitted by: maintainer
Notes:
svn path=/head/; revision=419328
|
|
|
|
|
|
|
|
| |
PR: 210693
Submitted by: matthew@reztek.cz (maintainer)
Notes:
svn path=/head/; revision=417769
|
|
|
|
|
|
|
|
| |
PR: 209847
Submitted by: matthew@reztek.cz (maintainer)
Notes:
svn path=/head/; revision=416327
|
|
|
|
|
|
|
|
|
|
| |
- While here, add some minor fixes (clarify LICENSE, remove NLS from OPTIONS_DEFAULT (already there by default) and silence post-patch)
PR: 209417
Submitted by: matthew@reztek.cz (maintainer)
Notes:
svn path=/head/; revision=414988
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ftp/filezilla: 3.16.0 -> 3.17.0
Changes:
https://filezilla-project.org/changelog.php
PR: 208999, 209000
Submitted by: <matthew@reztek.cz> (maintainer)
Notes:
svn path=/head/; revision=413924
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412346
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Rename the LIBDANE option DANE because that's the name of the protocol
supported by libgnutls-dane and gnutls-cli. Also clarify the option
description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4. Some ports used this library
in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed. Ports that used these have been
updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.
net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.
www/hydra: Mark BROKEN. This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.
PR: 207768
Exp-run by: antoine
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=411990
|
|
|
|
|
|
|
| |
PR: 207690
Notes:
svn path=/head/; revision=411189
|
|
|
|
|
|
|
|
|
|
|
|
| |
- update to 3.15.0.1
- utilize USES=localbase to set correct CFLAGS/LDFLAGS [1]
PR: 206854
Submitted by: matthew@reztek.cz (maintainer)
Submitted by: koobs [1]
Notes:
svn path=/head/; revision=408240
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix indentation in BROKEN statement
- Remove WX_UNICODE (no-op after r397077)
Changes: https://filezilla-project.org/versions.php
PR: 203836
Submitted by: matthew@reztek.cz (maintainer)
Notes:
svn path=/head/; revision=399940
|
|
|
|
|
|
|
|
| |
PR: 202761
Submitted by: matthew@reztek.cz (maintainer)
Notes:
svn path=/head/; revision=397962
|
|
|
|
|
|
|
|
| |
PR: 202563
Submitted by: matthew@reztek.cz (maintainer)
Notes:
svn path=/head/; revision=395504
|
|
|
|
|
|
|
| |
Discussed with: pgollucci, marino and matthew@reztek.cz (maintainer)
Notes:
svn path=/head/; revision=392133
|
|
|
|
|
|
|
|
|
|
| |
- Mark BROKEN w/ gcc
PR: 201516
Submitted by: matthew@reztek.cz (maintainer)
Notes:
svn path=/head/; revision=392105
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=390554
|
|
|
|
|
|
|
|
| |
PR: 200570
Submitted by: matthew@reztek.cz(maintainer)
Notes:
svn path=/head/; revision=389684
|
|
|
|
|
|
|
|
| |
PR: 200347
Submitted by: matthew@reztek.cz (maintainer)
Notes:
svn path=/head/; revision=386922
|
|
|
|
|
|
|
|
| |
PR: 199844
Submitted by: matthew@reztek.cz (maintainer)
Notes:
svn path=/head/; revision=385267
|
|
|
|
|
|
|
|
| |
PR: 198299
Submitted by: maintainer
Notes:
svn path=/head/; revision=380485
|
|
|
|
|
|
|
|
| |
PR: 197311
Submitted by: matthew@reztek.cz (maintainer)
Notes:
svn path=/head/; revision=378482
|
|
|
|
|
|
|
|
|
| |
PR: 196916
Submitted by: kevinz5000@gmail.com
Approved by: matthew@reztek.cz (maintainer)
Notes:
svn path=/head/; revision=377893
|
|
|
|
|
|
|
|
| |
PR: 196614
Submitted by: matthew@reztek.cz (maintainer)
Notes:
svn path=/head/; revision=376534
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes:
- src/sexp.c (do_vsexp_sscan): Return error for invalid args.
- cipher/md.c (_gcry_md_info): Fix a segv in case of calling
with wrong parameters.
- cipher/primegen.c (_gcry_generate_elg_prime): Change to return an
error code, possible NULL deref in call to prime generator.
- cipher/dsa.c (generate): Take care of new return code.
- cipher/elgamal.c (generate): Change to return an error code. Take
care of _gcry_generate_elg_prime return code.
- ecc: Support the non-standard 0x40 compression flag for EdDSA.
- mpi: Extend the internal mpi_get_buffer.
- mpi: Fix regression for powerpc-apple-darwin detection.
- Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in
- Fix building for the x32 target without asm modules in
mpi/generic/mpi-asm-defs.h: Use a fixed value for the x32 ABI.
- Fix ARM assembly when building __PIC__
- mpi: Fix a subtle bug setting spurious bits with in mpi_set_bit.
* mpi/mpi-bit.c (_gcry_mpi_set_bit, _gcry_mpi_set_highbit): Clear
allocated but not used bits before resizing.
* tests/t-mpi-bits.c (set_bit_with_resize): New.
- Use internal malloc function in fips.c.
* src/fips.c (check_binary_integrity): s/gcry_malloc/xtrymalloc/.
- pubkey: Re-map all deprecated RSA algo numbers.
- cipher: Fix possible NULL dereference in cipher/md.c for being NULL.
- Fix ARMv6 detection when CFLAGS modify target CPU architecture.
PR: 193264
Approved by: cpm@fbsd.es (maintainer)
Notes:
svn path=/head/; revision=376062
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Upstream released 3.9.0.6 with SSLv3 disabled in response to the
POODLE vulnerability.
- Submitter becomes maintainer
PR: 194597
Submitted by: matthew@reztek.cz
Notes:
svn path=/head/; revision=371660
|
|
|
|
| |
Notes:
svn path=/head/; revision=371393
|