Commit graph

1932 commits

Author SHA1 Message Date
Bernard Spil
ce10d76f04 UPDATING: Fix typo in libressl-devel entry
- The list is in LibreSSL/Ports not OpenSSL
2016-06-03 08:41:35 +00:00
Bernard Spil
4f84f569f6 security/libressl-devel: Update to 2.4.0
- Update to latest "unstable" release
  - Remove OPENSSL_VERSION_NUMBER patch
  - Update shlib-versions
  - Add UPDATING entry
2016-06-01 17:27:34 +00:00
Adam Weinberger
4388bad72d Add instructions for recent changes to opensmtpd extras, requiring
users to separate arguments with quotes, and to place everything into
a chroot.

Many thanks to fluffy for figuring out these solutions.
2016-05-27 15:10:37 +00:00
Bernard Spil
dfeed7d39e mail/opensmtpd: Update to 5.9.2
- Update to 5.9.2p1
  - Remove usernamelen patch (default 255+1)
  - Fix renamed configure args
  - Add symlink for makemap (now included in smtpctl)
  - Align versioning with other OpenBSD projects
  - Add _smtpq group
  - Add UPDATING entry for existing installs
  - Update pkg-message for existing installs

Reviewed by:	adamw, mat
Approved by:	adamw, maintainer (implicit)
Differential Revision: D6421
2016-05-26 07:15:16 +00:00
Kurt Jaeger
fe9a301f5d devel/qtcreator: 3.6.0 -> 3.6.1
Changes:
  http://code.qt.io/cgit/qt-creator/qt-creator.git/tree/dist/changes-3.6.1.md?h=3.6
- Please see UPDATING for the separation of devel/qbs from devel/qtcreator

Submitted by:	Ralf Nolden <nolden@kde.org> (kde)
2016-05-25 19:21:13 +00:00
Matthias Andree
1b68d5eb0c Update to 6.2.23. Add TCL option. Cleanup.
Changes submitted by gahr@:
Enable a new TCL option, adding a pkgIndex.tcl file.
Modernize Makefile. [1]

Changes by mandree@:
Fix installation of TCL API docs if TCL option is enabled.
Update to new upstream release 6.2.23.
Install the upgrade61.sh script if SQL option is enabled, with
additional fixes distributed as a patch to avoid licensing concerns.
Add an UPDATING entry.
Add changes in Mk/Uses/bdb.mk.

db5 parts of PR 208740 to be committed in a separate transaction later.

PR:		208740
Submitted by:	gahr@
2016-05-23 20:18:24 +00:00
Sean Bruno
24af7e3c61 Update clementine-player to Upstream Release 1.3.1:
https://github.com/clementine-player/Clementine/releases

Requires the sqlite port to have FTS3_TOKENIZER enabled. Add a note
to UPDATING about this.

Fixes so many bugs, that its hard to keep up.

Add PulseAudio support.

Add Microsoft SkyDrive Support.

Add Amazon Cloud Drive Support.

Require the use of security/cryptopp for lastFM.

Update to gstreamer1.

Sort options and Makefile a bit.

Fix typo in MTP_DEVICE.

Upstream has fixed CD playback on FreeBSD.

Differential Revision:	https://reviews.freebsd.org/D6200
2016-05-11 20:54:32 +00:00
Jason Unovitch
864e413d06 biology/seqan: update 1.3.1 -> 2.1.1
biology/seqan1: create port from current SeqAn 1.3.1 for legacy usage
UPDATING: document SeqAn updates and seqan1 port for legacy usage

PR:		204127
Submitted by:	Hannes Hauswedell <h2+fbsdports@fsfe.org>
2016-05-10 01:05:23 +00:00
Kurt Jaeger
9ea0e602a6 www/node: 5.11.0 -> 6.0.0
New port: www/node5, to ease migration from node-5.x to node-6.x

This new major version of Node.js delivers significant improvements
in performance, reliability, usability and security. Module loading
is nearly four times faster than in Node.js v4, tests and documentation
have seen significant improvements, usability of the Buffer and
File System APIs have been improved, and Node.js now supports 93%
of ES6 language features, thanks to V8 version 5.0.

The full release announcement can be read here:
https://nodejs.org/en/blog/release/v6.0.0/

The full changelog is available on Github:
ce3e3c5fe1

For node5:
node.js v5.x will only be supported for a few months to give people
time to move to v6. This new port is marked as deprecated with an
expiration date of July 1, allowing all of May and June to transition.
See https://nodejs.org/en/blog/release/v6.0.0/#what-about-node-js-v5

PR:		209215, 209216
Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
2016-05-05 13:44:59 +00:00
Sergey A. Osokin
db5219d5a0 Document the ${MODULESDIR} change for www/nginx*.
Spotted by:	Pierre Guinoiseau <pierre@guinoiseau.eu>
2016-05-04 00:55:15 +00:00
Bernard Spil
094fd2b8f6 security/libressl: Add UPDATING entry and bump SHLIB in bsd.openssl.mk
- Add UPDATING entry, users must recompile all ports that depend
  - Bump SHLIBVER in Mk/bsd.openssl.mk

PR:		209252
2016-05-03 22:09:21 +00:00
Jason Unovitch
2e4733463a mail/dspam: implement privilege separation (resolves bug running with suexec)
- Runs as dspam:dspam instead of root:mail. The dspam UID/GID were created
  in r168311 when the UIDs/GIDs files were added but the port had always
  used root:mail. This had prevented running the dspam webUI under Apache
  with suexec due to a minimal requirement of UID/GID of 100. The original
  unsecure behavior is available with the SETUID option.
- Default run directory is now /var/run/dspam. This follows the default
  upstream behavior and removes the patch to dspam.c as a result. Use
  RUN_DIR and correct the dspam.conf.sample file accordingly.
- Default daemon/client communication port is now 2424.
- Regen patches while here (portlint)

UPDATING: Document privilege separated dspam

PR:		115957
Reported by:	tedm@ipinc.net, support@ipinc.net
Submitted by:	Danny Warren <danny@dannywarren.com> (maintainer)
2016-05-01 01:13:06 +00:00
Jan Beich
cb8977e8c4 multimedia/x264: add r413181 caveat into UPDATING
Differential Revision:	https://reviews.freebsd.org/D5861
2016-04-30 07:48:54 +00:00
Lars Engels
a8c6c74a30 - Update to 2.4.7
- Introduce new rc.conf variable "icinga2_mkvar" defaulting to "NO". The
  variable controls the creation and chown'ing of missing files and
  directories in /var. [1]
- Add an UPDATING entry for this

PR:		206022 [1]
Submitted by:	Oliver Hartmann <ohartman@zedat.fu-berlin.de>
Sponsored by:	Essen Linuxhotel Hackathon 2016
2016-04-24 16:58:58 +00:00
Olli Hauer
cfdf4d0f3c - add missing AFFECTS line [1]
[1] Noted by Dan Langille on ports@
2016-04-18 02:56:02 +00:00
Jason E. Hale
1b77d696a8 - Update audio/chromaprint to 1.3.1
- Chase shlib bump

PR:		208819
Submitted by:	Ben Woods <woodsb02@gmail.com>
2016-04-15 19:06:48 +00:00
Thierry Thomas
4cf92ab11e Replace the option DBLOCAL by a flag in /etc/rc.conf.
PR:		208410
Submitted by:	john (at) johnanddalene.net
2016-04-14 19:19:36 +00:00
Raphael Kubo da Costa
6e5c53f92d Update DigiKam and related ports to 4.14.0.
This is a huge leap, as we are moving from 4.2.0 (released in August 2014) to
4.14.0 (released in October 2015). Version 4.14.0 is the last KDE4-based
release, and 5.0.0 will be based on KDE Frameworks 5.

Noteworthy port changes:
- Most patches in graphics/digikam-kde4 are no longer necessary.
- graphics/kipi-plugin-googledrive and graphics/kipi-plugin-picasaweb have
  been merged into graphics/kipi-plugin-googleservices following what
  upstream did to those plugins.
- astro/libkgeomap and graphics/libkface are no longer included in the
  DigiKam tarball and are now completely independent ports whose tarballs
  are released as part of KDE Applications.
- net/libmediawiki is neither included in the DigiKam tarball nor released
  as a separate tarball, so we had to resort to fetching it from an older
  DigiKam release which contains it.
- graphics/digikam-kde4 now has a runtime dependency on x11/kde4-runtime.
  See bug 203222 for details.

A lot of people have contributed to this update over the years in our
experimental area51 repository. Tobias Berner (our usual suspect), Adriaan
de Groot, makc@, alonso@ and jhale@ at the very least.

PR:		203222
PR:		204623
Submitted by:	Tobias Berner <tcberner@gmail.com>,
		Adriaan de Groot <groot@kde.org>,
		alonso,
		jhale,
		makc,
		rakuco
2016-04-14 19:06:40 +00:00
Kurt Jaeger
b1775343ff Remove port: www/node-devel
2016-04-13 www/node-devel: Use www/node, upstream no longer releases a development version

PR:		208756
Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
2016-04-13 17:41:42 +00:00
Timur I. Bakeyev
9568655f1a Add a note about configuration changes in the Samba ports due to BadLock vulnerability.
Security:	CVE-2016-2118
2016-04-13 07:08:01 +00:00
Palle Girgensohn
a2a1043f4d Add more information about updating influxdb to 0.12. 2016-04-11 23:36:34 +00:00
Palle Girgensohn
6abcfa8d11 Update to version 0.12.
Please note that are specific requirements for upgrading.
See UPGRADING or follow the link below for details.

URL:	https://docs.influxdata.com/influxdb/v0.10/administration/upgrading/#convert-b1-and-bz1-shards-to-tsm1
2016-04-11 11:12:09 +00:00
Muhammad Moinur Rahman
5766378102 [NEW] www/pecl-http2: Extended HTTP Support
pecl-http extension aims to provide a convenient and powerful set of
functionality for one of PHPs major applications. It eases handling of HTTP
URLs, dates, redirects, headers and messages, provides means for negotiation
of clients preferred language and charset, as well as a convenient way to
send any arbitrary data with caching and resuming capabilities. It provides
powerful request functionality too.

WWW: http://pecl.php.net/package/pecl_http/

This version is specific to php55 and php56. Repo Copied from www/pecl-http

PR:		208259
Submitted by:	madpilot
2016-04-06 14:07:55 +00:00
Steve Wills
8f2a2e8909 The -f flag shouldn't be needed this time. 2016-04-04 22:33:07 +00:00
Steve Wills
8a7e555998 Switch default Ruby version from 2.1 to 2.2
PR:		206852
2016-04-04 22:20:42 +00:00
Adam Weinberger
bd221c2699 Disable SSLv3 and enable TLSv1.1 and TLSv1.2.
This is a patch make by Debian's own Noah Meyerhans that disables SSLv3,
fixes or removes the tests that choke without SSLv3, and lets
IO::Socket::SSL choose the best TLS level rather than forcing it at
TLSv1.

I can't think of a responsible reason to allow re-enabling it as an
OPTION, so add a note to UPDATING warning people of the change and
referencing the below PR.

PORTREVISION bump.

PR:		208225
Submitted by:	Sascha Holzleiter
Obtained from:	https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7199
MFH:		2016Q2
2016-04-04 17:05:31 +00:00
Kurt Jaeger
85054a126a security/clamav-unofficial-sigs: 3.7.2 -> 5.0.4, extremeshok fork
Changes: (long!)
  https://github.com/extremeshok/clamav-unofficial-sigs/releases

This version of clamav-unofficial-sigs is eXtremeSHOK's fork.

Configuration file location has changed from
%PREFIX%/clamav-unofficial-sigs.conf to
%PREFIX%/clamav-unofficial-sigs/

master.conf and os.conf hold default values, local changes should
be placed in user.conf.

PR:		208326
Submitted by:	Talal Al Dik <tad@vif.com>, Lukasz Wasikowski <lukasz@wasikowski.net>
Approved by:	sf@maxempire.com (maintainer)
2016-03-31 13:36:52 +00:00
Tijl Coosemans
3df75ab8e3 Add portupgrade instructions and mention the license change in the 20160324
Ghostscript entry.
2016-03-27 17:01:19 +00:00
Baptiste Daroussin
dc8f0e4649 Depending on list of install packages, the cups upgrade might confuse
the pkg(8)'s solver. Document a workaround waiting for a proper fix in
pkg's solver
2016-03-25 17:00:23 +00:00
Tijl Coosemans
77760fcb63 Make print/ghostscript9-agpl-base the default Ghostscript port. Upstream
changed the license to the AGPL 3 in version 9.07 so print/ghostscript9-base
is stuck at 9.06 which is almost 4 years old now.

Fix the logic in Uses/ghostscript.mk so "agpl" is treated as a real version
on its own instead of as a variant of other versions.

Fix print/ghostscript9-agpl-base to install eps2write.

Update math/asymptote to 2.37 to support newer Ghostscript.

PR:		208159
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2016-03-24 15:47:50 +00:00
Tijl Coosemans
7775a23baf - Add more information about USB printers to the 20160311 cups entry.
- Clarify the 20160311 HPLIP entry a bit.

PR:		207939
2016-03-20 16:07:48 +00:00
Tijl Coosemans
292294adfb Update OpenVAS ports from version 2 to version 8. All components have
been renamed and rearranged.  The graphical user interface provided by
security/openvas-client has been discontinued.  Instead there is now a
web interface provided by security/greenbone-security-assistant and a
command-line interface provided by security/openvas-client.
2016-03-17 12:57:25 +00:00
Olli Hauer
273fcea9c8 - add note for VDA users how to stay on postfix-2.11.x
PR:		207684
Submitted by:	Miroslav Lachman
2016-03-15 10:31:53 +00:00
Tijl Coosemans
59272d1017 Combine print/cups-base, print/cups-client and print/cups-image into
print/cups and update it to 2.1.3.  Also remove print/cups-pstoraster,
improve print/cups-filters, print/foomatic-* and update print/hplip to
3.16.2.

Long description:

First some background.  When you hand a file to cups it sets up a chain of
filter programs that converts the file to something a printer understands.
Each filter has a cost associated with it and cups tries to find the
cheapest chain.  Costs used to be configured in such a way that files were
first converted to PostScript.  This could then be manipulated further (e.g.
putting multiple pages on one sheet) before finally being sent to a
PostScript printer or another filter like pstoraster which produces a raster
format understood by non-PostScript printer drivers.  Nowadays most filters
have been moved from cups to cups-filters and they have been configured to
use PDF as an intermediate format instead of PostScript.

Merging of cups-base, cups-client and cups-image into print/cups:
- cups-image provides a library to work with the cups raster format.  It is
  only used to implement filters and printer drivers and these only exist
  in the context of a cups server so there's no need to separate this from
  cups-base.
- cups-client provides a library that allows applications to print via cups.
  It is possible to use the library to access a remote cups server without
  running a local cups server, but such a setup is discouraged and the
  configuration file to set this up has been marked deprecated.  It is
  better to run a local cups server and let that talk to the remote cups
  server because then you have the benefits of local job queuing in case the
  remote server is down or busy.  Given this and the fact that without
  filters cups-base is now smaller than it used to be it makes sense to
  merge the ports.  The patch also adds options IPPTOOL, DOCS and NLS which
  when disabled make the new cups package smaller than the current
  cups-client package.  Merging the ports also prevents problems with
  options like ZEROCONF being configured differently in both ports.
- print/cups was a metaport that depended on cups-base and some filters.
  There isn't really a need for such a metaport so cups-base can be renamed
  to cups.  The filters can be depended on by printer drivers such as hplip
  if they need them.

Additional changes to the new print/cups:
- Clean up the patches.  They seem to have been regenerated with post-patch
  changes included.
- Add a patch to prevent intermediate conversion to PDF when a PostScript
  file is sent to a PostScript printer when cups-filters is installed.
- Fix the PAM configuration file.
- Add a patch to let the server search /usr/local/share/ppd like on Linux so
  other ports don't have to add links to it.
- Remove ulpt(4) helper scripts.  The port uses libusb with ugen(4).
- Remove support for mDNSResponder.  cups-filters only supports Avahi.
- Combine ICONS and XDG_OPEN options into an X11 option to support WITHOUT_X11.
- Optionally depend on colord for ICC profile support.
- Various smaller changes.

Changes to print/cups-filters:
- Let the cups_browsed rc.d script depend on cupsd and avahi_daemon instead
  of LOGIN.
- Development of foomatic-filters has been moved to cups-filters so let this
  port install foomatic related files and add foomatic-filters to CONFLICTS.
- Fix location of liblouis tables.
- Add patch to fix ICC support.

Changes to print/cups-pstoraster:
This port is essentially an old version of Ghostscript plus a cups filter.
It's no longer developed.  This commit removes it and changes existing
dependencies to print/cups-filters which depends on print/ghostscript* and
includes a gstoraster filter that can handle both PostScript and PDF.

Changes to print/foomatic-db*:
Remove old MASTER_SITES and dependencies and eliminate PKGNAMEPREFIX.

Changes to print/foomatic-filters:
Install beh backend with its original name again and add cups-filters to
CONFLICTS.

Changes to print/hplip:
- Stop installing hpijs/foomatic-rip support.  This is no longer supported
  upstream.
- Stop installing hpcups PPDs.  These are now automatically generated.  The
  bundled PPDs are generated for an older version of cups.
- Rename the QT option to X11 to support WITHOUT_X11.
- Simplify the patches now that ports are installed in a staging area.
- Add a patch to set SO_REUSEPORT (next to SO_REUSEADDR) on the mDNS socket
  like avahi-daemon does.  This fixes Zeroconf support for HP network
  printers.

PR:		207746
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2016-03-11 11:53:42 +00:00
Olli Hauer
f4202c158c - add note about last the mail/postfix updates and changes
PR:		207684
Requested by:	Miroslav Lachman
2016-03-08 20:40:00 +00:00
Kurt Jaeger
22b87e6792 net-mgmt/yaf: 2.8.0 -> 2.8.1, with many new OPTIONs
- Fix compile error when configured with --disable-payload
- Force buffer emit with IPFIX Options record when inactive

Please report if you find OPTION combinations that cause problems.

PR:		202611
Submitted by:	Chris Inacio <nacho319+freebsdZilla@gmail.com>
Approved by:	dikshie@sfc.wide.ad.jp
2016-03-06 14:40:46 +00:00
Jan Beich
a61fabb110 audio/alsa-plugins: partially revert r380063
Restore BUFSZ_P2=on by default as a temporarily fix for excessive CPU usage
in Firefox. r378529 wasn't enough to make BUFSZ_P2=off transition smooth.

PR:		203732
Reported by:	Henry Hu, Arto Pekkanen, many more indirectly
MFH:		2015Q1
2016-03-02 22:48:44 +00:00
Bryan Drewery
adf919401e portmaster -o uses pkgname for the package to replace 2016-02-29 16:52:58 +00:00
Bryan Drewery
bdd004278b Remove security/openssh-portable-devel since it is outdated, insecure,
and no longer needed.
2016-02-29 16:51:11 +00:00
Sergey A. Osokin
be22760e21 Fix the date to the actual date when the change has been made. 2016-02-19 02:57:21 +00:00
Sergey A. Osokin
ff289de519 Upgrade third-party small_light module from 0.6.9 to 0.6.15,
enable as dynamic module for www/nginx-devel only.
2016-02-17 23:19:37 +00:00
Sergey A. Osokin
ff48a07f81 Upgrade third-party dynamic_upstream module from 0.1.1 to 0.1.3.
Dynamic modules support has been enabled for the dynamic_upstream
third-party module, in case of usage of this module please update nginx
configuration file for load this module:

load_module "modules/ngx_dynamic_upstream_module.so";

Do not bump PORTREVISION cause this module is disabled by default.
2016-02-17 23:00:59 +00:00
Sergey A. Osokin
d912ad8f55 Update latest notice for r408872. 2016-02-14 17:38:13 +00:00
Sergey A. Osokin
e915b09a89 Add notice for r408868. 2016-02-14 17:01:30 +00:00
Sergey A. Osokin
0a7e497534 Enable dynamic modules support.
Bump PORTREVISION.

In case of usage following modules please update nginx configuration file
for load these modules:

 load_module "modules/ngx_http_geoip_module.so";
 load_module "modules/ngx_http_image_filter_module.so";
 load_module "modules/ngx_http_xslt_filter_module.so";
 load_module "modules/ngx_mail_module.so";
 load_module "modules/ngx_stream_module.so";

See https://www.nginx.com/blog/dynamic-modules-nginx-1-9-11/ for details.
2016-02-14 04:09:50 +00:00
Dmitry Marakasov
bcf10f485f - Update to 0.5.1.20160121
PR:		206558
Submitted by:	fidaj@ukr.net (maintainer)
2016-01-27 17:23:09 +00:00
Dmitry Marakasov
b1e0256deb - Make the tor ports create /var/run/tor and /var/log/tor directories, so it can work without any manual actions
- Remove note of these manual actions from pkg-message
- Change mentions of /var/lib/tor to /var/db/tor in example configs and documentation
- Mention in UPDATING that if /var/log/tor _file_ was created before it should be now moved away

PR:		206235
Submitted by:	amdmi3
Approved by:	bf (maintainer)
2016-01-19 13:54:54 +00:00
Vsevolod Stakhov
8a34fa8f47 - Update rspamd to 1.1.0
- Update rmilter to 1.7.0
- Fix dependencies
- Add UPDATING entry
2016-01-18 17:38:01 +00:00
Dmitry Marakasov
d6f23cdabc Set actual date for ansible-related message
Approved by:	portmgr blanket
2016-01-14 12:55:38 +00:00
Matthew Seaman
8d78c260fa Upgrade ansible to 2.0.0
Provide an ansible1 slave port with ansible-1.9.4 as there are
incompatible changes between ansible-1.9.4 and ansible-2.0.0

Add note in UPDATING

PR:		206174
Submitted by:	lifanov@mail.lifanov.com (maintainer)
2016-01-13 07:41:27 +00:00