Commit graph

2269 commits

Author SHA1 Message Date
Bradley T. Hughes
704cd65eb7 www/node: Update 11.14.0 -> 12.0.0
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
2019-04-24 10:55:41 +00:00
Matthias Fechner
c39ae03f67 Upgrade to 11.10.
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!
2019-04-23 08:27:13 +00:00
Bernard Spil
8528cb14e0 security/libressl: Update to 2.9.1
- Requires a rebuild of all dependent ports
2019-04-22 19:44:57 +00:00
Kurt Jaeger
65db7a8725 devel/lfcbase: update 1.11.9 -> 1.13.0
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
2019-04-21 13:31:25 +00:00
Muhammad Moinur Rahman
5d0431c5bb UPDATING : Fix TYPOS with 20190419 entry
PR:		237395
Submitted by:	xxjack12xx@gmail.com
2019-04-19 23:20:27 +00:00
Matthias Fechner
efc3d57a4b Change default version of ruby from 2.4 to 2.5.
PR:             233901
Exp-Run:        antoine
2019-04-19 22:48:01 +00:00
Muhammad Moinur Rahman
756beae7cf emulators/qemu: Update version 2.12.1=>3.0.1
- Remove GNS3 OPTION
- Update GTK2 OPTION to GTK3 to use updated requirements of gtk30 and sdl20
2019-04-18 23:15:10 +00:00
Rene Ladan
03ec62976d Belatedly add an entry to UPDATING for sysutils/password-store
PR:		224672
Reported by:	Adam Jimerson vendion@gmail.com
2019-04-10 13:13:21 +00:00
Antoine Brodin
e413c34db1 Switch default version of python to 3.6
PR:		234633
With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D18743
2019-04-10 05:47:26 +00:00
Jan Beich
a870f6904a gecko: drop -i18n ports
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
2019-03-29 20:13:45 +00:00
Tobias C. Berner
da094cc86b Add not about updating issues with www/qt5-webengine
Reported by:	Piotr Kubaj <pkubaj@anongoth.pl>
2019-03-28 19:59:36 +00:00
Vsevolod Stakhov
284523ca43 - Update mail/rspamd to 1.9
- 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>
2019-03-16 12:24:02 +00:00
Niclas Zeising
7a325e6491 x11-fonts/mkfontscale: Update to 1.2.0
Update x11-fonts/mkfontscale to 1.2.0
Remove x11-fonts/mkfontdir, which has been merged into mkfontscale.
Update dependencies and bump portrevisions.
Add an entry to UPDATING and MOVES

Changelog:
https://lists.x.org/archives/xorg/2019-March/059633.html

Thanks to Antoine for the exp-run!

PR:		236336 (exp-run)
Obtained from:	FreeBSD Graphics Team dev repo
		https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/mkfontscale
Sponsored by:	B3 Init
2019-03-11 21:25:57 +00:00
Rodrigo Osorio
4496beb696 Add a section in UPDATE after changes in www/igal2
PR:		202720
2019-03-11 16:53:02 +00:00
Sunpoet Po-Chuan Hsieh
bd03ae56e6 Fix typo 2019-03-03 22:33:55 +00:00
Sunpoet Po-Chuan Hsieh
4eb7d9a806 Document the x11-fonts/noto* changes 2019-03-03 22:21:46 +00:00
Kurt Jaeger
2964abf99d sysutils/paladin: update 1.1.1 -> 2.0.0
- 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>
2019-03-02 08:23:56 +00:00
Alexey Dokuchaev
a5785566ae Remove superfluous linefeeds and spell Qt properly while here. 2019-03-01 05:11:10 +00:00
Koichiro Iwao
014b23b8e4 Document change forgotten in r494024 in UPDATING 2019-02-27 07:14:35 +00:00
Vinícius Zavam
22b14ea743 net-mgmt/mk-livestatus: enable Nagios4 support by default
- ../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
2019-02-25 14:49:41 +00:00
Tijl Coosemans
4494d8b75a - Let gnutls look for its configuration files in PREFIX/etc instead of /etc.
- 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
2019-02-24 15:22:40 +00:00
Mathieu Arnold
f7f0d00ce2 Expand a bit the "how do I change Perl5 major versions" entry. 2019-02-20 15:13:29 +00:00
Ashish SHUKLA
870ae39704 - Add a patch for the issue 2744
- Also revert a patch-configure.ac change from previous commits
- Document the change in UPDATING file
2019-02-15 15:55:24 +00:00
Kurt Jaeger
f44a4972df archivers/urbackup-server: update 2.2.11 -> 2.3.7
- 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
2019-02-03 09:07:32 +00:00
Palle Girgensohn
a1e5e0fb67 Update fluentd to version 1.3.3
PR:             233939, 235179
Releasenotes:   https://github.com/fluent/fluentd/blob/master/CHANGELOG.md
Submitted by:	Artyom Davidov
2019-01-24 23:11:48 +00:00
Adam Weinberger
941fd0dba6 Amend the 20191113 entry to explain that geoipupdate must be used to
fetch the GeoIP 2 databases.

Reported by:	leres
2019-01-21 18:42:27 +00:00
Matthias Andree
f7cd8bfb78 mail/fetchmail depends overhaul, new fetchmailconf port
* 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)
2019-01-20 11:25:07 +00:00
Dirk Meyer
646449a4bd - fix option GEOIP to use GeoLite2-Country 2019-01-19 07:08:22 +00:00
Tobias C. Berner
ab8649dc2b graphics/qgis: update to 3.4.3
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)
2019-01-15 21:30:15 +00:00
Jan Beich
eb2e63135c x11-wm/sway: update to 1.0.b.2.189
The last beta is several months old, so use a snapshot to help users
evaluate the current state.

Changes:	https://github.com/swaywm/sway/compare/1.0-beta.2...2573606b
Changes:	https://github.com/swaywm/wlroots/compare/0.2...10a2c4ed
2019-01-15 00:52:45 +00:00
Adam Weinberger
2eb84a7a05 Remove GeoIP-related options. Where possible, replace GeoIP 1 defaults
with GeoIP 2.

Also, as suggested by zi, add an UPDATING note about this.
2019-01-13 20:58:36 +00:00
Matthew Seaman
389333ae5f Update databases/mysql-connector-java to 8.0.13
This now requires Java 1.8+

Repo-copy the orgiginal port to	databases/mysql-connector-java51 to
provide continued support for Java 1,6 and 1.7 users.  Hook up to the
tree.

Summary	of Changes:	https://insidemysql.com/connector-j-8-0-11-the-face-for-your-brand-new-document-oriented-database/
ChangeLogs:	https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/
2019-01-08 20:36:03 +00:00
Adam Weinberger
9aa798af48 Fix config file instructions for goaccess.
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
2019-01-03 21:40:51 +00:00
Adam Weinberger
5064a2cad4 Update goaccess to 1.3.
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)
2019-01-03 21:08:51 +00:00
Thomas Zander
2c10f0205e Add entry on switching from multimedia/vlc3 to multimedia/vlc 2019-01-03 20:10:14 +00:00
Alexander Leidinger
dbf6ec8999 Update serviio to 1.10.1.
Submitted by: Jonathan Chen <jonc@chen.org.nz>
PR: 234476
2019-01-02 08:01:27 +00:00
Martin Wilke
ebf8913e12 - Whitespace fixes 2018-12-30 13:50:04 +00:00
Rodrigo Osorio
5a64d9023e Fix multiple issues in devel/trio
* 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
2018-12-28 14:03:33 +00:00
Christian Weisgerber
e2dcedf92a Add entry about a news/inn database incompatibility when upgrading from
FreeBSD 11 to 12.

Requested by: 	adamw
Reviewed by:	adamw
2018-12-26 21:18:48 +00:00
Guido Falsi
234b8801f9 Modify ntopng to use /var/db/ntopng as a data directory by default,
instead of /var/lib/ntopng.

Updated UPDATING entry text accordingly.

Reported by:	pi
2018-12-22 21:05:01 +00:00
Guido Falsi
a1b4f359a9 - Update ndpi to 2.6.d20181221
- Update ntopng to 3.8.d20181221
- Add USES=localbase to ndpi
- Silence portlint warnings
- Update WWW links
- Add UPDATING note about data directory change

nDPI changelog:
https://github.com/ntop/nDPI/blob/dev/CHANGELOG.md

ntopng changelog:
https://github.com/ntop/ntopng/blob/dev/CHANGELOG.md
2018-12-22 20:06:52 +00:00
Alexander Leidinger
6712512a29 Update openhab2 to 2.4.0 2018-12-18 21:01:08 +00:00
Greg Lewis
b64a920ff8 Fix a typo 2018-12-15 05:23:48 +00:00
Jochen Neumeister
d7a53ca377 sysutils/graylog: update to 2.4.6
- use templating to manage graylog_logging.xml config
- update mentioned dependencies in pkg-message.in
- update server.conf from 2.4.6 source extract
- re-import FreeBSD ports variables into server.conf.in

PR:		233181
Submitted by:	dch
Approved by:	thomas@bartelmess.io (maintainer timeout)
Sponsored by:	Netzkommune GmbH
Differential Revision:	https://reviews.freebsd.org/D17965
2018-12-15 00:52:50 +00:00
Mathieu Arnold
f5f3570210 Note the default version change for Perl. 2018-12-13 21:02:44 +00:00
Ashish SHUKLA
dc35f4185d - Update to 18.12
- Add an entry to UPDATING about changes in 18.12

Changes:		https://blog.process-one.net/ejabberd-18-12/
2018-12-12 08:15:08 +00:00
Guido Falsi
c2a26bd1a9 Fix english grammar in my latest UPDATING entry: possessive for
"it" is "its".

Reported by:	Scott Bennett <bennett@sdf.org>
2018-12-10 07:38:18 +00:00
Johannes M Dieterich
bfbf8bd33e LinuxKPI-based DRM ports: move to new ports nomenclature.
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
2018-12-10 03:02:11 +00:00
Guido Falsi
21c7730fc4 - Add gtk2 and gtk3 flavors to geany ports
- Make gtk3 the default

NOTE: some plugins are gtk2 only, please check UPDATING.

PR:			226523
Submitted by:		Greg V <greg@unrelenting.technology>
Reviewed by:		mat
Approved by:		portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D18018
2018-12-09 17:29:13 +00:00
Alexander Leidinger
9cadbd5b94 Fix timestamp... this is not the timetraveler you are looking for. 2018-12-08 16:25:29 +00:00