Update to the latest major release of Node.js, which includes many
significant changes. Users are encouraced to read the release
announcement before upgrading.
https://nodejs.org/en/blog/release/v12.0.0/
Update minimum version requirements for dependencies. Regenerate patches
with `make makepatch`.
Sponsored by: Miles AS
For full log see:
https://about.gitlab.com/2019/04/22/gitlab-11-10-released/
WARNING, this release switches the path were the repositories are
stored back to the default git home dir. Make sure you read the
UPDATING 20190423 entry and follow the update maual very carefully!
devel/lfcxml: update 1.2.6 -> 1.2.10
databases/cego: update 2.39.16 -> 2.44.1
databases/cegobridge: update 1.4.0 -> 1.5.0
databases/p5-DBD-cego: update 14.0 -> 1.5.0
- Warning: storage format has changed
Export to xml format before upgrade and re-import after the upgrade
See UPDATING
- recompile all applications linked to libcego
- Lots of changes, among them:
o improved crash recovery
o fixes to SQL expected behaviour
o better CDATA handling
o fixes primary key handling design issue
o changes to serialisation for export/import, XML export/import is still
possible
Submitted by: Bjoern Lemke <lemke@lemke-it.com>
Changelog: http://www.lemke-it.com/litexec?request=pubnews&user=&lang=en&numlog=1000
These haven't been QA'd for years, only blindly updated. After Firefox 57
language selection via extension was broken but Firefox 65 gained native UI.
PR: 221916
- Remove obsoleted redirector start script
- Change user and group from nobody to Rspamd
- Add notes to UPDATING
PR: 236505
Submitted by: Yasuhiro KIMURA <yasu at utahime.org>
- An -f command line flag that allows specifying a config file
- A handle for the SIGINFO signal
- Args to the children are passed as an array (so that it's possible
to pass an argument with a space in it)
- Fixes of some major bugs causing paladin to not correctly track
the number of running children (so it wouldn't know when to exit),
or not wait for children to exit before exiting itself after
receiving SIGTERM.
PR: 236111
Submitted by: rlwestlund@gmail.com
Approved by: Randy Westlund <rwestlun@gmail.com>
- ../UPDATING
add note regarding default options being changed.
- Makefile
adopt the port; update '1.2.8p22' to '1.2.8p24';
enable Nagios 4.x as the default supported version;
RUN_DEPENDS uses respective Nagios package as dependency;
delete unnecessary ${RM} -r api/perl;
new option now provides mk-livestatus' Perl API;
clean USES variable; built just fine.
- pkg-message
update documentation's URL (linked the one with text in English);
add clear note that Nagios' event broker support needs to be enabled.
Approved by: rene (mentor)
Differential Revision: https://reviews.freebsd.org/D18513
- Use --with-default-trust-store-file to set the location of the root
certificates so configure doesn't have to autodetect this and the
build dependency can be removed.
- Define TEST_TARGET.
- Remove DOCSDIR. The files are also in PREFIX/share/info.
- Use p11-kit-trust as the default PKCS#11 trust store.
PR: 235703
Reported by: mi
- Changes some hardcoded paths from /etc/urbackup to ${PREFIX}/etc/urbackup
- Adds a note to UPDATING about the foregoing path change
- Uses sqlite3, lua, and lmdb from ports tree, rather than embedded
- Enables support for mounting of VHD files via fuse
PR: 235432
Submitted by: freebsd@coombscloud.com (maintainer)
Relnotes: https://www.urbackup.org/server_changelog.html
* Bring back SNI (server name indication) support for TLS connections,
lost in 6.3.26_10 (PORTREVISION=10) as a regression over _9.
Pointy hat: mandree@
* Drop the X11 option, remove the Python dependency, and create a new
mail/fetchmailconf slave port/package that installs the fetchmailconf
configurator. Note that the _DEPENDS of the ports reflects a technical
dependence (fetchmailconf needs fetchmail), and we cannot keep an
X11 option that depends on fetchmailconf, since that would create
a circular dependency, which we must avoid.
* Patch configure instead of configure.ac with Cy's Kerberos fix, drop
autoreconf from USES, and add a new configure check directly to set
HAVE_DECL_SSLV3_CLIENT_METHOD to cover the various TLS providers
(currently five, base, openssl, openssl111, libressl, libressl-devel)
* Add -Wl,--as-needed to LDFLAGS so as not to pull in unneeded .so
libraries, for instance, libcom_err when compiling under GSSAPI_NONE.
* Bump PORTREVISION.
Very fruitful and nice collaboration with and
Approved by: chalpin@cs.wisc.edu (maintainer)
QGIS 3.4 LTR, the first long-term release (LTR) of QGIS 3.
This is a major upgrade and users should consult the UPDATING entry
provided for further information on how to progress.
http://changelog.qgis.org/en/qgis/version/3.4-LTR/
PR: 233726
Submitted by: Rainer Hurling <rhurlin@gwdg.de> (maintainer)
I completely misunderstood the config file location for goaccess.conf.
The config file hasn't moved to ETCDIR, only the sample file has. The
config file is still read from PREFIX/etc.
Remove the UPDATING/pkg-message instructions about this, and install
the config file to the correct place, along with a PORTREVISION bump.
Pointy hat: adamw
With this release:
- The config file has moved from PREFIX/etc to ETCDIR
- The web assets are no longer installed separately (they
are compiled into the binary so this should not affect
end-users)
- NLS support (and OPTION) added
pkg-message and UPDATING entry added for conf file location
change.
Changes: https://goaccess.io/release-notes
PR: 234047
Approved by: maintainer (sbz)
* unbreak the port in the tier architectures
* add a bsd makefile to build and install the port instead of a gnu makefile
* run the author regression test as part of the build process
* do the proper changes to be able to disable the documentation
The new generated lib is named libtrio.so.2 ( previously misnamed libtrio.so.2.0.0)
and the libtrio.so symlink is generated. An entry in the UPDATING file was added
about those changes
Bump portrevision.
PR: 234288
Submitted by: mi
After some discussions within the x11 team, it was decided to move to a new
nomenclature for the LinuxKPI-based DRM ports that correctly reflects the
FreeBSD version the ports are for. This will also allow us to move to dedicated
branches per FreeBSD release and eases porting work.
Functionally, this commit is a no-op as we are not moving to new snapshots.
Reflect the move in UPDATING and MOVED. Users using the graphics/drm-kmod meta
port should not be affected. Direct consumers of the DRM ports shall move, as
in MOVED, as follows:
drm-stable-kmod is drm-fbsd11.2-kmod
drm-next-kmod is drm-fbsd12.0-kmod
drm-devel-kmod is drm-current-kmod
Reviewed by: zeising (x11)
Approved by: zeising (x11)
Differential Revision: https://reviews.freebsd.org/D18328