notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
non port: UPDATING

Number of commits found: 2845 (showing only 100 on this page)

[First Page]  «  1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11  »  [Last Page]

Monday, 9 Mar 2020
15:17 dvl search for other commits by this committer
Fix my typo:

In other to simplify
becomes
In order to simplify

Reported by:	Reed (via private email)
Original commitRevision:528107 
Sunday, 8 Mar 2020
19:27 zeising search for other commits by this committer
graphics/mesa-libs: Change default to use DRI3

Change the default mesa configuration to use DRI3 rather than the older DRI2
interface.  This should improve performance somewhat, and alleviates the need
for the FIXDRM option in x11-servers/xorg-server.

Remove the FIXDRM option from x11-servers/xorg-server.

Add an UPDATING entry for the change.

For users of graphics/drm-legacy-kmod or the base graphics drivers, this might
cause regressions.  If you experience problems when running OpenGL applications
please force the use of the DRI2 backend by setting the LIBGL_DRI3_DISABLE
environment variable to 1 before starting any OpenGL application.  This is
easiest done by adding it to your shell startup file or .xinitrc.

Add UPDATING entry for xorg-server, detailing the change of device
configuration backend.

PR:		196678, 244306 (for tracking)
Original commitRevision:528071 
Friday, 6 Mar 2020
08:26 joneum search for other commits by this committer
Add entry for MySQL 8.0 about mysql_upgrade

Sponsored by:	Netzkommune GmbH
Original commitRevision:527864 
Wednesday, 4 Mar 2020
19:47 pi search for other commits by this committer
net-im/prosody: refactor and move to lua 5.2

- Use Lua 5.2 and drop support for the dead LuaJIT.
- Explicitly state all required configure options
  as the "freebsd" preset has some of them wrong.
- Do not install the example certs as they clutter the
  config directory and nobody should ever use them.
  They can be recreated with prosodyctl if needed.
- Remove the broken "daemonize" option from the rc script,
  handle all actions with "prosodyctl" instead.
- Change data directory from /usr/local/var/lib/prosody to
  /var/db/prosody and include instructions in UPDATING
- Install the prosody migrator
- Use arc4random

PR:		241619
Submitted by:	thomas@beingboiled.info
Reviewed by:	lx (maintainer), Sascha Biberhofer <ports@skyforge.at>
Approved by:	lx (maintainer timeout)
Original commitRevision:527796 
Tuesday, 3 Mar 2020
16:25 dvl search for other commits by this committer
Update to 1.61

While here, adjust the webserver options (see PR)

NOTE: upgrading existing installations will break unless you read UPGRADING
and follow the instructions.

In short:

* Apache / mod_php is no longer an option
* config.php needs entries added manually

We are jumping a few versions here:

* https://github.com/librenms/librenms/releases/tag/1.61
* https://github.com/librenms/librenms/releases/tag/1.60
* https://github.com/librenms/librenms/releases/tag/1.59
* https://github.com/librenms/librenms/releases/tag/1.58.1
* https://github.com/librenms/librenms/releases/tag/1.58

PR:		235949
Submitted by:	Dries Michiels <driesm.michiels@gmail.com>
Original commitRevision:527681 
Saturday, 29 Feb 2020
13:17 mfechner search for other commits by this committer
textproc/apache-solr: security related update to 8.4.1
Switch java version to current LTS version.

MFH:		2020Q1
Security:	e59cb761-5ad8-11ea-abb7-001b217b3468
Original commitRevision:527417 
Tuesday, 25 Feb 2020
22:19 kai search for other commits by this committer
net-mgmt/netbox: Update to 2.7.7

* Remove the "post-patch" target because the "requirements.txt" is only used
  for installations via devel/py-pip.

Notable changes since 2.6.12:

* Bulk import of device components via CSV files
* External file storage support (FTP, S3, SFTP, etc.)
* Rack elevations rendered by SVG (= Scalable Vector Graphics)
* Separate configuration for Webhooks and Cache databases via Redis
* Add ability to clone objects (pre-populate form fields)
* Toggle config context display between JSON and YAML
* Add support for Redis Sentinel
* Further cable and port types
* Many other enhancements and bugfixes

https://github.com/netbox-community/netbox/blob/v2.7.7/docs/release-notes/version-2.7.md
Original commitRevision:527141 
Sunday, 23 Feb 2020
10:51 zeising search for other commits by this committer
UPDATING: improve xorg-server entry

Improve the xorg-server entry a bit, add a note about needing
xf86-input-libinput and x11/libinput, since they seem to not always be
installed when people have custom configs or options.
Original commitRevision:526915 
08:08 sunpoet search for other commits by this committer
Document the split of GNU SASL (gsasl)
Original commitRevision:526899 
Thursday, 20 Feb 2020
22:26 zeising search for other commits by this committer
Add UPDATING entry for xorg-server

Add UPDATING entry for xorg-server, detailing the change of device
configuration backend.

Reminded by:	linimon, grembo
PR:		196678 (for tracking)
Original commitRevision:526594 
Friday, 7 Feb 2020
13:32 lwhsu search for other commits by this committer
Reduce the duplicated 'nss' in include and lib path

From jbeich:
This appeared after r78824 which failed to adjust do-install.  Arch, Debian,
Gentoo, OpenBSD use include/nss/, Fedora uses include/nss3/, NetBSD/PkgSrc
uses include/nss/nss/.

PR:		243835
Reviewed by:	jbeich
Differential Revision:	https://reviews.freebsd.org/D23424
Original commitRevision:525484 
Tuesday, 4 Feb 2020
14:03 adamw search for other commits by this committer
vim: Update to patchlevel 205 and add PYTHON option

When python is built with DEBUG, vim fails to build. In fixing this
case, note that vim will now fail to build if python or vim is build
with DEBUG and the other isn't.

This also highlighted that python support is being kludged. The
PYTHON2 and PYTHON3 options have been combined into a single PYTHON
option that builds with the default python. Consequently, it is no
longer possible to build vim with both py2 and py3 support. I can't
name any modern high-usage python-based plugin that requires 2.7,
so hopefully this only messes up things for a very small minority.

Thanks to koobs for the prompt to combine these options. I've been
wanting to do this for a while now.

PR:		243606
Submitted by:	novel
Original commitRevision:525167 
Thursday, 30 Jan 2020
05:04 lwhsu search for other commits by this committer
Remove trailing whitespace
Original commitRevision:524628 
Monday, 27 Jan 2020
19:47 netchild search for other commits by this committer
Improve the 20191216 entry. This may or may not cover the 20200113 entry.
At least it covers some cases like gdb or gobject-introspection I
encountered.
Original commitRevision:524410 
Sunday, 26 Jan 2020
17:42 kwm search for other commits by this committer
Update gstreamer1 to 1.16.2.

- The spc plugin was removed inflavor for the gsm plugin.
- Added in tree qt plugin.

Changelog: https://gstreamer.freedesktop.org/releases/1.16/#1.16.2

Update net-im/fractal to 4.2.2 to support GStreamer 1.16 (approved by
maintainer)

Thanks to antoine@ for the exp-run.

PR:		239386
Original commitRevision:524224 
15:38 danilo search for other commits by this committer
- Update to 3.0.2
- Add UPDATING note about the incompatibility with Helm 2
Original commitRevision:524182 
Monday, 13 Jan 2020
13:25 timur search for other commits by this committer
Add a note about need of additional update of Samba-related ports in case of
Python 3 upgrade.
Original commitRevision:522889 
06:03 jbeich search for other commits by this committer
www/firefox: document Capsicum usage via UPDATING

PR:		243252
Reported by:	Jakub Lach
Analyzed by:	Greg V
Original commitRevision:522856 
Tuesday, 7 Jan 2020
04:55 jrm search for other commits by this committer
editors/emacs-devel: Update to latest master branch commit, 4f2b415

This update includes an Emacs major version change from 27.0.50 to 28.0.50.
Ports that may depend on editors/emacs-devel must chase this update
with a PORTREVISION bump.

Submitted by:	ashish (maintainer)
Differential Revision:	https://reviews.freebsd.org/D23012
Original commitRevision:522315 
Monday, 6 Jan 2020
23:03 olgeni search for other commits by this committer
UPDATING: add note about net/gnatsd becoming net/nats-server.
Original commitRevision:522300 
Wednesday, 1 Jan 2020
16:42 brnrd search for other commits by this committer
security/openssl111: Rename to openssl

 - Honoring promise from DEPRECATED message
 - Unbreak people's builds

PR:		243014
MFH:		2020Q1
Original commitRevision:521745 
Thursday, 26 Dec 2019
21:09 fernape search for other commits by this committer
sysutils/dsbmd: update to 1.10

From ChangeLog: https://freeshell.de/~mk/projects/dsbmd-relnotes.html

* The fuse daemon to mount MTP devices has been changed to
sysutils/fusefs-jmtpfs
  (Entry added in UPDATING)

* The environment variables DSBMD_USB_UNIT and DSBMD_USB_ADDR has been added
which
  can be used by commands in dsbmd.conf

PR:	242888
Submitted by:	mk@nic-nac-project.org (maintainer)
Original commitRevision:520953 
Wednesday, 25 Dec 2019
15:14 jbeich search for other commits by this committer
Let users cleanup after r520872
Original commitRevision:520876 
Sunday, 22 Dec 2019
11:58 netchild search for other commits by this committer
Add info about openhab2.
Original commitRevision:520614 
Saturday, 21 Dec 2019
12:20 netchild search for other commits by this committer
Update the python entry with instructions for portmaster users.
Original commitRevision:520560 
Tuesday, 17 Dec 2019
09:40 antoine search for other commits by this committer
Add some instructions that may help the python upgrade
Original commitRevision:520321 
Monday, 16 Dec 2019
06:46 antoine search for other commits by this committer
Add updating entry for python
Original commitRevision:520223 
Wednesday, 4 Dec 2019
16:04 brnrd search for other commits by this committer
mail/nextcloud-mail: Update to 0.20.0
Original commitRevision:519026 
Tuesday, 26 Nov 2019
18:37 kai search for other commits by this committer
net/py-urllib3: Update to 1.25.6

* Convert the RUN_DEPENDS into separate OPTIONS as they are listed as extra
  dependencies in setup.py.  Also set those as default that contain the
  previous RUN_DEPENDS to allow a clean transition.

* Remove the Python-specific version limitation for security/py-certifi
  because it's required for all Python versions.

* Also remove the info about the broken IPv6 support of net/py-socks (was
  broken in 1.5.7) and the relevant patch as both are obsolete.

* Update the TEST_DEPENDS and add a "do-test" target to make future QA easier.

Please note that a MFH won't be done as it didn't get an approval because
there are too much changes to make it work in the 2019Q4 branch. [1]

Notable changes since 1.22:

* Require and validate certificates by default when using HTTPS.

* Add mitigation for BPO-37428 affecting Python < 3.7.4 and OpenSSL 1.1.1+
  which caused certificate verification to be enabled when using
  "cert_reqs=CERT_NONE".

* Add TLSv1.3 support to CPython, pyOpenSSL and SecureTransport "SSLContext"
  implementations.

https://github.com/urllib3/urllib3/blob/1.25.6/CHANGES.rst

Exp-run by:	antoine
PR:		229322 [1]
Reported by:	Patrice Clement <monsieurp@gentoo.org>
Security:	87270ba5-03d3-11ea-b81f-3085a9a95629
Original commitRevision:518476 
Monday, 25 Nov 2019
11:01 bofh search for other commits by this committer
emulators/qemu: Updating version 3.1.1.1=>4.1.1

- 3.1.X branch has been moved to emulators/qemu31

Relnotes:	https://wiki.qemu.org/ChangeLog/4.1
Original commitRevision:518397 
Sunday, 24 Nov 2019
18:57 dbaio search for other commits by this committer
irc/eggdrop: Update to 1.8.4

Changelog:	https://raw.githubusercontent.com/eggheads/eggdrop/v1.8.4/NEWS
Original commitRevision:518350 
Thursday, 21 Nov 2019
19:27 osa search for other commits by this committer
Repocopy the databases/redis to the databases/redis4 to update
the databases/redis port to the latest stable version, 5.0.6.

PR:		241526
Reviewed by:	portmgr (adamw)
Approved by:	portmgr (adamw)
Differential Revision:	https://reviews.freebsd.org/D22336
Original commitRevision:518107 
Sunday, 3 Nov 2019
22:38 bhughes search for other commits by this committer
www/node: Update 12.13.0 -> 13.0.0

Update to the latest major release of Node.js, regenerating patches
with `make makepatch` while here.

https://nodejs.org/en/blog/release/v13.0.0/

Sponsored by:	Miles AS
Original commitRevision:516611 
Tuesday, 29 Oct 2019
14:36 jpaetzel search for other commits by this committer
Update to version 11.0.1

The biggest change is the removal of vmxnet from this package.  This means you
*must* be using the vmx driver included in FreeBSD or your networking will fail
after this update.  This is a danger for people who are running unsupported
versions
of FreeBSD but could also affect people who are running custom kernels that have
removed vmx from them.

This update reduces our patchset by taking advantage of patches submitted
upstream.

Sponsored by:	Panzura
Original commitRevision:515982 
Saturday, 26 Oct 2019
22:00 kai search for other commits by this committer
www/qt5-webengine: Update to 5.13.0

Under the hood runs Chromium 73.0.3683.105 with applied security fixes from
Chrome up to version 74.0.3729.157.

Most of the patches were synced with www/chromium 73.0.3683.103 (= r498089)
with some re-added/modified patches from r497877 and r499210 to get also
successful builds on aarch64. Some tweaking might still be needed to get
positive build results on the armv7 architecture.

Other notable changes:

* GN keywords "use_system_{libusb,libcxx}" aren't used anymore thus both
  were removed from the FreeBSD specific qmake file "freebsd.pri".

* In various GN files the OS is now identified as "freebsd" (prior it was
  "bsd") so "mkspecs/features/functions.prf" was changed accordingly.

* The hook up of the sandbox feature is no longer excluded which led to some
  more patches (= patch-*crashpad* files)

* Add "xorg" to USES as using USE_XORG alone is deprecated.

Changelog:

https://code.qt.io/cgit/qt/qtwebengine.git/tree/dist/changes-5.13.0

Approved by:	tcberner (kde)
Differential Revision:	https://reviews.freebsd.org/D22095
Original commitRevision:515731 
Friday, 25 Oct 2019
09:30 danfe search for other commits by this committer
- Add a note about `x11/nvidia-driver' split in r515584
- Consistently spell "users" lowercased after "AFFECTS:"
Original commitRevision:515590 
08:50 danfe search for other commits by this committer
Some minor grammar and formatting fixes.
Original commitRevision:515587 
Monday, 21 Oct 2019
04:42 meta search for other commits by this committer
UPDATING: Add category/portname for KDE Plasma Desktop in 20191016

as well as r514569.

PR:		241169
Submitted by:	Yuichiro NAITO (naito.yuichiro@gmail.com)
Approved by:	portmgr blanket
Original commitRevision:515080 
Wednesday, 16 Oct 2019
09:54 tcberner search for other commits by this committer
Update KDE's Plasma Desktop to 5.17

Plasma 5.17 is the version where the desktop anticipates your needs. Night
Color, the color-grading system that relaxes your eyes when the sun sets, has
landed for X11. Your Plasma desktop also recognizes when you are giving a
presentation, and stops messages popping up in the middle of your slideshow. If
you are using Wayland, Plasma now comes with fractional scaling, which means
that you can adjust the size of all your desktop elements, windows, fonts and
panels perfectly to your HiDPI monitor.

The best part? All these improvements do not tax your hardware! Plasma 5.17 is
as lightweight and thrifty with resources as ever.

Important startup change:
	With Plasma 5.17 the startup script has been renamed. People who use the
	.xinitrc method to start Plasma have to call the new binary.

	Previously:
	     exec ck-launch-session startkde
	Change to:
	     exec ck-launch-session startplasma-x11

Announcement:
	https://kde.org/announcements/plasma-5.17.0.php
Original commitRevision:514577 
01:26 meta search for other commits by this committer
AFFECTS line should contain portcategory/portname

so that automated tools can parse it as easily as possible, according to
Porter's handbook 11.2.1 [1].

[1]
https://www.freebsd.org/doc/en/books/porters-handbook/moved-and-updating-files.html

PR:		241169
Submitted by:	Yuichiro NAITO <naito.yuichiro@gmail.com>
Approved by:	portmgr blanket
Original commitRevision:514569 
Tuesday, 15 Oct 2019
10:45 madpilot search for other commits by this committer
Fix typo.
Original commitRevision:514509 
Monday, 14 Oct 2019
16:06 vsevolod search for other commits by this committer
mail/rspamd:
- Update to 2.0
- Add upstream patches to fix crash due to constructors init order
- Remove sample configuration files as default configuration files are NOT
intended for modification by users and SHOULD be overwritten on port upgrade.
- Remove NO_SHARED CMake flag as it is on by default
- Add notes to UPDATING

mail/rspamd-devel:
- Update to 2.1.a1.20191014
- Remove sample configuration files as default configuration files are NOT
intended for modification by users and SHOULD be overwritten on port upgrade.
- Add notes to UPDATING

PR:		241204
Submitted by:	Alexander Moisseev <moiseev at mezonplus.ru>
Reported by:	Yasuhiro KIMURA <yasu at utahime.org>
Original commitRevision:514463 
Wednesday, 2 Oct 2019
08:46 bapt search for other commits by this committer
groff: remove X11 option and dependency

Now that groff is required for manpages that are not supported by mandoc
the default dependency on X11 has become a big concern for many people.

From now the entire X11 option has been removed as it is only needed for
legacy part of groff that have little end user value.

The other part that was dragging in all the X11 dependencies was the ghostscript
dependency which is needed for 2 cases:
1. find the path of the urw fonts which is needed for pdf generation. the
configure script has been patched to stop using ghostscript to find that path,
but directly use the one provided.
2. the html driver which calls at runtime the gs binary along with some binaries
provided by the netpbm package. Given how little use it is, add a message to
tell the users to manually install ghostscript and netpbm as optional dependency
if they do need to use groff -Thtml.

Requested by:	many
Original commitRevision:513559 
Monday, 30 Sep 2019
14:55 kai search for other commits by this committer
net-mgmt/netbox: Update to 2.6.5

* Introduce EXAMPLES option which installs a sample rc script to the example
  location.  Using the script will eliminate the need for
  sysutils/py-supervisor for those who run NetBox as a system service. [1]

  If there's a lot of interest it can also be installed in near future as
  regular rc script.

* Consolidate keywords in pkg-message to avoid accidental deletion of these.

Notable changes since 2.5.13:

* Improved performance via Caching through Redis
* Support for Power Panels and Feeds
* Introduction of view-only permissions
* Ability to create custom links under the admin UI
* Support for Prometheus metrics
* Many other enhancements and bug fixes

https://github.com/netbox-community/netbox/blob/v2.6.5/CHANGELOG.md

Submitted by:	Thomas Kurschel (via private email) [1]
Original commitRevision:513395 
Friday, 27 Sep 2019
17:55 bofh search for other commits by this committer
emulators/qemu-devel: Update version 4.0.0=>4.1.0

- Merge 4.0.X branch into emulators/qemu40
- See UPDATING for more info
Original commitRevision:513050 
09:00 madpilot search for other commits by this committer
- Make xfce4-session install the xscreensaver.desktop session startup
  file disabled by default
- Modify name of program in .desktop file for xfce4-screensaver,
  so that the UI does not show two identical lines when both it and
  xscreensaver are installed
- Add UPDATING note and update xfce4-session pkg-message to explain
  the issue to users

PR:		240804, 240810, 240811
Submitted by:	John <jlmales@gmail.com>
Original commitRevision:513008 
Friday, 20 Sep 2019
15:09 0mp search for other commits by this committer
Update to v0.9.1

Changelogs:
- https://github.com/prometheus/pushgateway/releases/tag/v0.9.1
- https://github.com/prometheus/pushgateway/releases/tag/v0.9.0
- https://github.com/prometheus/pushgateway/releases/tag/v0.7.0
- https://github.com/prometheus/pushgateway/releases/tag/v0.5.2
- https://github.com/prometheus/pushgateway/releases/tag/v0.5.1
- https://github.com/prometheus/pushgateway/releases/tag/v0.5.0
- https://github.com/prometheus/pushgateway/releases/tag/v0.4.0

The new persistent storage format is not backwards compatible. See the
changelogs for details.

- Define LICENSE_FILE.
- Switch to USES=go:modules
- Simplify targets.
- Fix a couple of typos and style issues in the service file
- Improve readability of comments in the service file
- Do not install /var/db/pushgateway by default. It is going to be created
  by the service anyway.

PR:		233660
Approved by:	maintainer
Event:		EuroBSDcon 2019 Hackathon
Differential Revision:	https://reviews.freebsd.org/D21729
Original commitRevision:512417 
Saturday, 14 Sep 2019
14:26 rene search for other commits by this committer
net-p2p/zetacoin: fix build with current boost.

Resurrect -nox11 slave port as -daemon slave port.
Split off cli and tx utilities from main port into -utils slave port.

PR:		237017
Submitted by:	Daniel Morante
Reported by:	jbeich
Original commitRevision:512017 
Wednesday, 11 Sep 2019
17:53 netchild search for other commits by this committer
 - Add update tool.
 - Add update instructions (datastore needs to be updated).
 - Convert pkg-message to UCL format.
 - Rework plist generation target.
Original commitRevision:511830 
Monday, 9 Sep 2019
05:08 mfechner search for other commits by this committer
Switch default version of Ruby from 2.5 to 2.6.

For detailed list of changes, please check the Ruby website:
https://www.ruby-lang.org/en/news/2018/12/25/ruby-2-6-0-released/

How to upgrade is described in UPDATING entry 20190909.

Exp-Run:	https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240094

Thanks to:	antoine, sunpoet
Original commitRevision:511605 
Friday, 6 Sep 2019
23:25 dbaio search for other commits by this committer
devel/py-fabric: Update to 2.5.0

Fabric 2 is not at 100% feature parity with 1.x! Some features have been
explicitly dropped, but others simply have not been ported over yet,
either due to time constraints or because said features need to be
re-examined in a modern context.

More information at:
https://www.fabfile.org/upgrading.html#upgrading
https://www.fabfile.org/upgrading.html#upgrade-specifics

Changelog:	https://www.fabfile.org/changelog.html

Reviewed by:	koobs (maintainer)
Approved by:	koobs (maintainer)
Differential Revision:	https://reviews.freebsd.org/D20683
Original commitRevision:511379 
Friday, 30 Aug 2019
07:50 mfechner search for other commits by this committer
www/gitlab-ce: Upgrade to next major version 12.1

It requires PostgreSQL version 10.7, so make sure you upgrade PostgreSQL first.
I recommand to go to version 11 as described in UPDATING entry 20190829.

MySQL support was now completely removed upstream.

Changelogs:
https://about.gitlab.com/2019/07/22/gitlab-12-1-released/
https://about.gitlab.com/2019/07/24/gitlab-12-1-1-released/
https://about.gitlab.com/2019/07/29/security-release-gitlab-12-dot-1-dot-2-released/
https://about.gitlab.com/2019/07/31/gitlab-12-1-3-released/
https://about.gitlab.com/2019/08/06/gitlab-12-1-4-released/
https://about.gitlab.com/2019/08/12/critical-security-release-gitlab-12-dot-1-dot-6-released/
https://about.gitlab.com/2019/08/29/security-release-gitlab-12-dot-2-dot-3-released/
Original commitRevision:510253 
07:30 tz search for other commits by this committer
UPDATING: Correct and improve wording of PostgreSQL update

It stated "prevent" while i meant "preserve".

Submitted by:	David Magda <dmagda@ee.ryerson.ca>
Original commitRevision:510244 
Thursday, 29 Aug 2019
21:29 tz search for other commits by this committer
Switch default version of PostgreSQL from 9.5 to 11

Two important changes arise with it:
- Default user switches from "pgsql" to "postgres"
- Default data-dir switches from "/usr/local/pgsql/data" to
"/var/db/postgres/data11"

Also add a migration procedure, which takes the user-switch into account by
preventing
it on database-side.

Exp-Run: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239514

Thanks to: tobik, antoine, mfechner

Sponsored by:	Professionelles Bounce Management
Original commitRevision:510189 
Friday, 16 Aug 2019
09:25 ashish search for other commits by this committer
- Update to 19.08
- Remove RIAK option as support is removed upstream
- Add a note to UPDATING for the same
Original commitRevision:509070 
Wednesday, 14 Aug 2019
19:59 amdmi3 search for other commits by this committer
Remove trailing whitespace
Original commitRevision:508965 
Monday, 12 Aug 2019
14:05 mat search for other commits by this committer
Add an entry for the Perl default version change.
Original commitRevision:508737 
Friday, 2 Aug 2019
10:43 gerald search for other commits by this committer
Fix tijl's address in the 20190710 entry.
Original commitRevision:507866 
Thursday, 1 Aug 2019
22:16 dvl search for other commits by this committer
HEADS UP: the data directory is moving from /var/spool to /var/db
to confirm to man hier.  An entry has been added to UPDATING.

Other changes:

* configuration file is now chmod 640
* data diretory is now chmod 750
* create the missing /var/run/ot-recorder for the PID
Original commitRevision:507834 
Sunday, 28 Jul 2019
21:00 kai search for other commits by this committer
net-im/py-matrix-synapse: Update to 1.2.1

* Remove the EMAIL option and convert the dependencies of it as general
  runtime requirements.

While I'm here:
* Remove superfluous occurrences of "+=" from PLIST_SUB, SUB_LIST and the
  *_RUN_DEPENDS option helpers because there are no previous definitions of
  those variables.
* Remove workaround for devel/py-msgpack from the post-patch target that is
  no longer required.
* Do some cleanup and place variables to their intended locations.

Changelog:

* Note: The support for Python 2.7 was dropped with the 1.1.0 release!

https://github.com/matrix-org/synapse/releases/tag/v1.2.1

PR:		239013
Submitted by:	Sascha Biberhofer <ports@skyforge.at> (maintainer)
MFH:		2019Q3
Security:	38d2df4d-b143-11e9-87e7-901b0e934d69
Original commitRevision:507532 
Wednesday, 17 Jul 2019
10:37 egypcio search for other commits by this committer
sysutils/py-borgmatic: move borgmatic's default config dir to ${PREFIX}

PR:		239002
Original commitRevision:506796 
Wednesday, 10 Jul 2019
14:40 tijl search for other commits by this committer
On amd64 adding DEFAULT_VERSIONS+=linux=c6 to /etc/make.conf made Linux
infrastructure ports (linux_base-c6 and linux-c6*) install i386 CentOS 6
packages.  Using c6_64 instead of c6 made them install mixed amd64/i386
CentOS 6 packages and allowed Linux application ports to install amd64
binaries when available.  The i386-only configuration was only useful for
users of x11/nvidia-driver* which didn't provide Linux amd64 emulation
until recently.

With x11/nvidia-driver* now supporting Linux amd64 there's no longer a
need for i386-only Linux on amd64.  Let DEFAULT_VERSIONS+=linux=c6 make
Linux infrastructure ports install mixed amd64/i386 CentOS 6 packages,
like c6_64 before, and remove support for c6_64 as a value.

Replace LINUX_ARCH with ARCH everywhere because they are always the same
now.
Original commitRevision:506352 
Sunday, 7 Jul 2019
18:22 olgeni search for other commits by this committer
Fix a few typos in UPDATING.
Original commitRevision:506152 
10:03 mfechner search for other commits by this committer
Upgrade to www/gitlab-ce version 12.0.3.
This is a major upgrade at required version 11.11.5 to be installed before.

Make sure you follow the UPDATING entry.

Changelog:
https://about.gitlab.com/2019/06/22/gitlab-12-0-released/
Original commitRevision:506124 
Friday, 5 Jul 2019
20:47 netchild search for other commits by this committer
Update serviio to v2.0.
Original commitRevision:505936 
Monday, 1 Jul 2019
07:43 ale search for other commits by this committer
Update default MySQL version to 5.7.

PR:		238365
Submitted by:	ale
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:505549 
Sunday, 30 Jun 2019
23:09 timur search for other commits by this committer
Add two entries about upgradinf from previous versions of Samba to Samba 4.10.
Original commitRevision:505523 
Wednesday, 19 Jun 2019
23:11 timur search for other commits by this committer
Add a note about upgrading procedure for the talloc, tevent, tdb and
samba4[6-8].
Original commitRevision:504602 
Thursday, 13 Jun 2019
08:44 kai search for other commits by this committer
www/qt5-webengine: Enable support for WebRTC and video capture devices

When accessing video capture devices warnings like below are emitted [2]:

[40533:463527936:0420/214650.072475:ERROR:create_video_capture_device_factory.cc(58)]
Not implemented reached in std::unique_ptr<VideoCaptureDeviceFactory>
media::(anonymous
namespace)::CreatePlatformSpecificVideoCaptureDeviceFactory(scoped_refptr<base::SingleThreadTaskRunner>)

Also websites that want to access the camera, microphone, etc. exhibit
broken behavior, e.g. no dialogs to permit access on the desired capture
devices come up. [1]

Thus add the related patches from www/chromium [2] that enable support for
video capture devices and explicitly activate the WebRTC feature. [1]

PR:		236915 [1], 237423 [2]
Submitted by:	cmt [2]
Reported by:	thea20lineisameme@protonmail.com [1]
Reviewed by:	rakuco, tcberner (kde), Lorenzo Salvadore
Approved by:	tcberner (kde)
Differential Revision:	https://reviews.freebsd.org/D19900
Original commitRevision:504068 
Tuesday, 11 Jun 2019
16:07 rodrigo search for other commits by this committer
Upgrade  net/routinator from 0.3.3 to O.4.0

Change log: https://github.com/NLnetLabs/routinator/releases/tag/v0.4.0

If you have been using previous releases of net/routinator check UPDATING file.

- Add an entry in UPDATING and fix typo in the previous entry

PR:		238335
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl>
Original commitRevision:503968 
Tuesday, 4 Jun 2019
14:17 antoine search for other commits by this committer
Switch default version of samba from 4.7 to 4.8

With hat:	portmgr
Original commitRevision:503475 
Sunday, 2 Jun 2019
13:55 thierry search for other commits by this committer
Update to d36b64d8a g20190531

- Update to d36b64d8a g20190531
- pkg-plist cleanup
- require intl extension - update UPDATING for possible restart

PR:		238286
Submitted by:	maintainer
Original commitRevision:503314 
Wednesday, 22 May 2019
21:15 dch search for other commits by this committer
sysutils/graylog: update 2.4.6 to 3.0.2

- align file locations to match new upstream config
- amend messages and UPDATING to alert users
- use upstream sample files for default configuration
- MAINTAINER timeout

Approved by:	jrm (mentor)
Differential Revision:	https://reviews.freebsd.org/D20021
Original commitRevision:502290 
Monday, 13 May 2019
14:32 danfe search for other commits by this committer
Spell portupgrade(1) command correctly, consistently use plural form of
the word "users", and wrap one overly long line while I'm here.
Original commitRevision:501572 
Thursday, 9 May 2019
16:06 danfe search for other commits by this committer
Fix some typos and remove EOL whitespace.
Original commitRevision:501116 
Monday, 6 May 2019
08:51 joneum search for other commits by this committer
www/gitea: Update to 1.8.0

Changelog: https://blog.gitea.io/2019/04/gitea-1.8.0-is-released/

 - Add UPDATING

PR:		237734
Submitted by:	stb@lassitu.de (maintainer)
MFH:		2019Q2
Security:	a1de4ae9-6fda-11e9-9ba0-4c72b94353b5
Sponsored by:	Netzkommune GmbH
Original commitRevision:500902 
Wednesday, 24 Apr 2019
10:55 bhughes search for other commits by this committer
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
Original commitRevision:499831 
Tuesday, 23 Apr 2019
08:27 mfechner search for other commits by this committer
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!
Original commitRevision:499731 
Monday, 22 Apr 2019
19:44 brnrd search for other commits by this committer
security/libressl: Update to 2.9.1

 - Requires a rebuild of all dependent ports
Original commitRevision:499667 
Sunday, 21 Apr 2019
13:31 pi search for other commits by this committer
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
Original commitRevision:499537 
Friday, 19 Apr 2019
23:20 bofh search for other commits by this committer
UPDATING : Fix TYPOS with 20190419 entry

PR:		237395
Submitted by:	xxjack12xx@gmail.com
Original commitRevision:499393 
22:48 mfechner search for other commits by this committer
Change default version of ruby from 2.4 to 2.5.

PR:             233901
Exp-Run:        antoine
Original commitRevision:499391 
Thursday, 18 Apr 2019
23:15 bofh search for other commits by this committer
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
Original commitRevision:499318 
Wednesday, 10 Apr 2019
13:13 rene search for other commits by this committer
Belatedly add an entry to UPDATING for sysutils/password-store

PR:		224672
Reported by:	Adam Jimerson vendion@gmail.com
Original commitRevision:498562 
05:47 antoine search for other commits by this committer
Switch default version of python to 3.6

PR:		234633
With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D18743
Original commitRevision:498529 
Friday, 29 Mar 2019
20:13 jbeich search for other commits by this committer
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
Original commitRevision:497194 
Thursday, 28 Mar 2019
19:59 tcberner search for other commits by this committer
Add not about updating issues with www/qt5-webengine

Reported by:	Piotr Kubaj <pkubaj@anongoth.pl>
Original commitRevision:497056 
Saturday, 16 Mar 2019
12:24 vsevolod search for other commits by this committer
- 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>
Original commitRevision:495871 
Monday, 11 Mar 2019
21:25 zeising search for other commits by this committer
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
Original commitRevision:495395 
16:53 rodrigo search for other commits by this committer
Add a section in UPDATE after changes in www/igal2

PR:		202720
Original commitRevision:495366 
Sunday, 3 Mar 2019
22:33 sunpoet search for other commits by this committer
Fix typo
Original commitRevision:494529 
22:21 sunpoet search for other commits by this committer
Document the x11-fonts/noto* changes
Original commitRevision:494526 
Saturday, 2 Mar 2019
08:23 pi search for other commits by this committer
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>
Original commitRevision:494373 
Friday, 1 Mar 2019
05:11 danfe search for other commits by this committer
Remove superfluous linefeeds and spell Qt properly while here.
Original commitRevision:494236 
Wednesday, 27 Feb 2019
07:14 meta search for other commits by this committer
Document change forgotten in r494024 in UPDATING
Original commitRevision:494028 
Monday, 25 Feb 2019
14:49 egypcio search for other commits by this committer
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
Original commitRevision:493872 
Sunday, 24 Feb 2019
15:22 tijl search for other commits by this committer
- 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
Original commitRevision:493765 
Wednesday, 20 Feb 2019
15:13 mat search for other commits by this committer
Expand a bit the "how do I change Perl5 major versions" entry.
Original commitRevision:493424 
Friday, 15 Feb 2019
15:55 ashish search for other commits by this committer
- Add a patch for the issue 2744
- Also revert a patch-configure.ac change from previous commits
- Document the change in UPDATING file
Original commitRevision:493003 
Sunday, 3 Feb 2019
09:07 pi search for other commits by this committer
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
Original commitRevision:492028 

Number of commits found: 2845 (showing only 100 on this page)

[First Page]  «  1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11  »  [Last Page]