aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
Commit message (Collapse)AuthorAgeFilesLines
* UPDATING: Fix typo in libressl-devel entryBernard Spil2016-06-031-1/+1
| | | | | | | - The list is in LibreSSL/Ports not OpenSSL Notes: svn path=/head/; revision=416306
* security/libressl-devel: Update to 2.4.0Bernard Spil2016-06-011-0/+30
| | | | | | | | | | - Update to latest "unstable" release - Remove OPENSSL_VERSION_NUMBER patch - Update shlib-versions - Add UPDATING entry Notes: svn path=/head/; revision=416252
* Add instructions for recent changes to opensmtpd extras, requiringAdam Weinberger2016-05-271-0/+18
| | | | | | | | | | users to separate arguments with quotes, and to place everything into a chroot. Many thanks to fluffy for figuring out these solutions. Notes: svn path=/head/; revision=415940
* mail/opensmtpd: Update to 5.9.2Bernard Spil2016-05-261-0/+20
| | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=415877
* devel/qtcreator: 3.6.0 -> 3.6.1Kurt Jaeger2016-05-251-0/+12
| | | | | | | | | | | 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) Notes: svn path=/head/; revision=415857
* Update to 6.2.23. Add TCL option. Cleanup.Matthias Andree2016-05-231-0/+30
| | | | | | | | | | | | | | | | | | | | | | 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@ Notes: svn path=/head/; revision=415741
* Update clementine-player to Upstream Release 1.3.1:Sean Bruno2016-05-111-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=415032
* biology/seqan: update 1.3.1 -> 2.1.1Jason Unovitch2016-05-101-0/+11
| | | | | | | | | | | 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> Notes: svn path=/head/; revision=414898
* www/node: 5.11.0 -> 6.0.0Kurt Jaeger2016-05-051-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: https://github.com/nodejs/node/commit/ce3e3c5fe15479475c068482c48eb9cbf1ac9df5 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) Notes: svn path=/head/; revision=414646
* Document the ${MODULESDIR} change for www/nginx*.Sergey A. Osokin2016-05-041-1/+10
| | | | | | | Spotted by: Pierre Guinoiseau <pierre@guinoiseau.eu> Notes: svn path=/head/; revision=414567
* security/libressl: Add UPDATING entry and bump SHLIB in bsd.openssl.mkBernard Spil2016-05-031-0/+26
| | | | | | | | | | - Add UPDATING entry, users must recompile all ports that depend - Bump SHLIBVER in Mk/bsd.openssl.mk PR: 209252 Notes: svn path=/head/; revision=414564
* mail/dspam: implement privilege separation (resolves bug running with suexec)Jason Unovitch2016-05-011-0/+10
| | | | | | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=414374
* multimedia/x264: add r413181 caveat into UPDATINGJan Beich2016-04-301-1/+11
| | | | | | | Differential Revision: https://reviews.freebsd.org/D5861 Notes: svn path=/head/; revision=414335
* - Update to 2.4.7Lars Engels2016-04-241-1/+10
| | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=413950
* - add missing AFFECTS line [1]Olli Hauer2016-04-181-1/+2
| | | | | | | [1] Noted by Dan Langille on ports@ Notes: svn path=/head/; revision=413546
* - Update audio/chromaprint to 1.3.1Jason E. Hale2016-04-151-0/+15
| | | | | | | | | | - Chase shlib bump PR: 208819 Submitted by: Ben Woods <woodsb02@gmail.com> Notes: svn path=/head/; revision=413370
* Replace the option DBLOCAL by a flag in /etc/rc.conf.Thierry Thomas2016-04-141-0/+12
| | | | | | | | PR: 208410 Submitted by: john (at) johnanddalene.net Notes: svn path=/head/; revision=413313
* Update DigiKam and related ports to 4.14.0.Raphael Kubo da Costa2016-04-141-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=413310
* Remove port: www/node-develKurt Jaeger2016-04-131-0/+14
| | | | | | | | | | 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) Notes: svn path=/head/; revision=413225
* Add a note about configuration changes in the Samba ports due to BadLock ↵Timur I. Bakeyev2016-04-131-0/+25
| | | | | | | | | vulnerability. Security: CVE-2016-2118 Notes: svn path=/head/; revision=413173
* Add more information about updating influxdb to 0.12.Palle Girgensohn2016-04-111-0/+3
| | | | Notes: svn path=/head/; revision=413090
* Update to version 0.12.Palle Girgensohn2016-04-111-0/+11
| | | | | | | | | | 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 Notes: svn path=/head/; revision=413018
* [NEW] www/pecl-http2: Extended HTTP SupportMuhammad Moinur Rahman2016-04-061-0/+24
| | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=412620
* The -f flag shouldn't be needed this time.Steve Wills2016-04-041-1/+1
| | | | Notes: svn path=/head/; revision=412533
* Switch default Ruby version from 2.1 to 2.2Steve Wills2016-04-041-0/+34
| | | | | | | PR: 206852 Notes: svn path=/head/; revision=412532
* Disable SSLv3 and enable TLSv1.1 and TLSv1.2.Adam Weinberger2016-04-041-0/+9
| | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=412519
* security/clamav-unofficial-sigs: 3.7.2 -> 5.0.4, extremeshok forkKurt Jaeger2016-03-311-0/+12
| | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=412222
* Add portupgrade instructions and mention the license change in the 20160324Tijl Coosemans2016-03-271-2/+7
| | | | | | | Ghostscript entry. Notes: svn path=/head/; revision=411997
* Depending on list of install packages, the cups upgrade might confuseBaptiste Daroussin2016-03-251-3/+12
| | | | | | | | the pkg(8)'s solver. Document a workaround waiting for a proper fix in pkg's solver Notes: svn path=/head/; revision=411864
* Make print/ghostscript9-agpl-base the default Ghostscript port. UpstreamTijl Coosemans2016-03-241-0/+16
| | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=411798
* - Add more information about USB printers to the 20160311 cups entry.Tijl Coosemans2016-03-201-1/+14
| | | | | | | | | - Clarify the 20160311 HPLIP entry a bit. PR: 207939 Notes: svn path=/head/; revision=411457
* Update OpenVAS ports from version 2 to version 8. All components haveTijl Coosemans2016-03-171-0/+10
| | | | | | | | | | 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. Notes: svn path=/head/; revision=411278
* - add note for VDA users how to stay on postfix-2.11.xOlli Hauer2016-03-151-0/+4
| | | | | | | | PR: 207684 Submitted by: Miroslav Lachman Notes: svn path=/head/; revision=411147
* Combine print/cups-base, print/cups-client and print/cups-image intoTijl Coosemans2016-03-111-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=410825
* - add note about last the mail/postfix updates and changesOlli Hauer2016-03-081-0/+14
| | | | | | | | PR: 207684 Requested by: Miroslav Lachman Notes: svn path=/head/; revision=410658
* net-mgmt/yaf: 2.8.0 -> 2.8.1, with many new OPTIONsKurt Jaeger2016-03-061-0/+7
| | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=410460
* audio/alsa-plugins: partially revert r380063Jan Beich2016-03-021-0/+16
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=409976
* portmaster -o uses pkgname for the package to replaceBryan Drewery2016-02-291-2/+2
| | | | Notes: svn path=/head/; revision=409816
* Remove security/openssh-portable-devel since it is outdated, insecure,Bryan Drewery2016-02-291-0/+22
| | | | | | | and no longer needed. Notes: svn path=/head/; revision=409815
* Fix the date to the actual date when the change has been made.Sergey A. Osokin2016-02-191-1/+1
| | | | Notes: svn path=/head/; revision=409145
* Upgrade third-party small_light module from 0.6.9 to 0.6.15,Sergey A. Osokin2016-02-171-3/+4
| | | | | | | enable as dynamic module for www/nginx-devel only. Notes: svn path=/head/; revision=409076
* Upgrade third-party dynamic_upstream module from 0.1.1 to 0.1.3.Sergey A. Osokin2016-02-171-0/+10
| | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=409074
* Update latest notice for r408872.Sergey A. Osokin2016-02-141-0/+3
| | | | Notes: svn path=/head/; revision=408873
* Add notice for r408868.Sergey A. Osokin2016-02-141-0/+11
| | | | Notes: svn path=/head/; revision=408869
* Enable dynamic modules support.Sergey A. Osokin2016-02-141-0/+15
| | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=408844
* - Update to 0.5.1.20160121Dmitry Marakasov2016-01-271-0/+7
| | | | | | | | PR: 206558 Submitted by: fidaj@ukr.net (maintainer) Notes: svn path=/head/; revision=407371
* - Make the tor ports create /var/run/tor and /var/log/tor directories, so it ↵Dmitry Marakasov2016-01-191-0/+8
| | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=406686
* - Update rspamd to 1.1.0Vsevolod Stakhov2016-01-181-0/+12
| | | | | | | | | - Update rmilter to 1.7.0 - Fix dependencies - Add UPDATING entry Notes: svn path=/head/; revision=406600
* Set actual date for ansible-related messageDmitry Marakasov2016-01-141-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=406111
* Upgrade ansible to 2.0.0Matthew Seaman2016-01-131-0/+12
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=406016