| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
current default GCC port:
Make sure what we install is stripped (i.e., debug info is removed).
The straightforward way is setting INSTALL_TARGET to install-strip,
which is supported by the upstream GCC build machinery.
Unfortunately this fails when running as regular user (non-root)
since strip requires write permission to the files in question,
and we install binaries as r-xr-xr-x by default. To work around
that we need to set BINMODE to allow for write access by the user,
something that's common on GNU/Linux (which is why this probably
has not been noticed there). This is not necessary when running
as root.
(A different approach suggested was to set STRIP=true, alas that
leads to many files actually not being stripped. This is due to
GCC using its own script install-sh that in turn uses cp, chmod,
strip,... instead of our own install-* tools in many cases.)
According to tests by sobomax@ and me installs of lang/gcc6 went
down by about a fourth.
Do not bump PORTREVISION since this only changes builds by non-root
users, is not a functional change, and the previous state of using
a bit more storage had been there "forever".
Reported by: Ports QA Framework, miwi, sobomax
Discussed with: tijl, miwi
Tested by: sobomax
Differential Revision: https://reviews.freebsd.org/D10357
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
It's based on Python and PyQt5 and free software, licensed under the GPL.
It was inspired by other browsers/addons like dwb and Vimperator/Pentadactyl.
Reviewed by: lwhsu
Differential Revision: https://reviews.freebsd.org/D13113
|
|
|
|
| |
Changelog at <https://github.com/JFreegman/toxic/releases/tag/v0.8.1>.
|
| |
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
databases/cegobridge: update 1.2.1 -> 1.3.0
cego:
- Fix in CegoSelect::clone, pUnionSelect was not cloned, which might
lead to seg faults
- Introduced predicate clause for select .. in ( expr, expr, ... ),
e.g. select * from t1 where a in ( 1, 2, 3 ); This was still not
implemented but is part of standard SQL.
cegobridge:
- Adaptions made for modified cego-2.38.0 API with extended
CegoDatabaseFormatter::formatPred method ( exprList was added for
new introduced select in ( expr list ) predicate )
Submitted by: Bjoern Lemke <lemke@lemke-it.com>
|
|
|
|
| |
Approved by: jpaetzel (mentor)
|
|
|
|
|
|
| |
- update NOTMUCH_SKIP_TESTS variable
Approved by: jpaetzel (mentor)
|
|
|
|
| |
With hat: puppet
|
|
|
|
|
|
|
|
|
|
|
| |
- Restore search mode when loading saved simple search.
- Add option -P to recollindex to force purge with -i.
- Split package into non-gui/gui subpackages.
- Add -L option to GUI for forcing messages language.
- Removed 'bin' from default skippedNames.
- Improve robustness of email header parser against encoding errors.
- email: fix additional header indexing.
- Restable: fix popup menu (show dups would open parent folder).
|
| |
|
| |
|
|
|
|
|
|
|
| |
PR: 223002
Submitted by: Greg V <greg@unrelenting.technology>
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13112
|
|
|
|
|
| |
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13110
|
|
|
|
| |
Changelog: http://forums.plex.tv/discussion/comment/1553832/#Comment_1553832
|
|
|
|
|
| |
Changes this release:
https://keepass.info/news/n171012_2.37.html
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The build currently fails when older netpbm version are still
installed in the build environment e.g. when upgrading from 10.35.98
to 10.80.00 the build fails with
ppmtompeg.o: In function `main':
ppmtompeg.c:(.text+0x9a5): undefined reference to `pm_strfree'
ppmtompeg.o: In function `getUserFrameFile':
ppmtompeg.c:(.text+0xcb1): undefined reference to `pm_asprintf'
ppmtompeg.c:(.text+0xcfb): undefined reference to `pm_strfree'
ppmtompeg.c:(.text+0xd04): undefined reference to `pm_strfree'
- Use explicit paths when linking with libnetpbm
- Remove UPDATING entry that previously recommended deinstalling
netpbm first when using portmaster/portupgrade
PR: 223724
|
|
|
|
| |
Changes: https://github.com/geminabox/geminabox/blob/master/CHANGELOG.md
|
|
|
|
|
|
|
| |
- Fix shebang
Changes: https://github.com/cloudfoundry-community/bosh-gen/releases
https://github.com/cloudfoundry-community/bosh-gen/commits/master
|
|
|
|
| |
Changes: https://github.com/aws/aws-sdk-ruby/releases
|
|
|
|
| |
Changes: https://github.com/aws/aws-sdk-ruby/releases
|
|
|
|
| |
Changes: https://github.com/aws/aws-sdk-ruby/releases
|
|
|
|
| |
Changes: http://search.cpan.org/dist/CGI-Fast/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Hash-Merge/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/namespace-clean-xs/Changes
|
|
|
|
| |
Changes: https://gitlab.com/satorix/omniauth-oauth2-generic/blob/master/CHANGELOG.md
|
|
|
|
| |
Changes: http://search.cpan.org/dist/MetaCPAN-Client/Changes
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Clone::Choose checks several different modules which provides a clone() function
and selects an appropriate one. The default preference is:
- Clone
- Storable
- Clone::PP
This list might evolve in future. Please see ["EXPORTS"](#exports) how to pick a
particular one.
WWW: http://search.cpan.org/dist/Clone-Choose/
|
|
|
|
|
| |
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13075
|
| |
|
| |
|
|
|
|
| |
libGL.so from graphics/mesa-libs is installed on ${LOCALBASE}/lib now.
|
|
|
|
|
| |
PR: 223723
Submitted by: Lacey Powers <lacey.leanne@gmail.com> (maintainer)
|
|
|
|
| |
Changes: https://github.com/citra-emu/citra/compare/7ef905ea0...c810a3f3b
|
|
|
|
| |
Upstream changes: https://github.com/chtd/psycopg2cffi#november-2017
|
| |
|
|
|
|
| |
Upstream changes: https://github.com/bbuchfink/diamond/releases/tag/v0.9.13
|
|
|
|
| |
since revision 452563.
|
|
|
|
|
| |
PR: 223718
Submitted by: Christian Heckendorf <heckendorfc@gmail.com> (maintainer)
|
|
|
|
|
|
|
|
| |
This update contains several incompatible changes.
Please follow the upgrade guide when updating.
Changes: https://github.com/hashicorp/terraform/blob/v0.11.0/CHANGELOG.md
Upgrade guide: https://www.terraform.io/upgrade-guides/0-11.html
|
|
|
|
|
| |
PR: 223637
Submitted by: Jan Kokemüller
|
| |
|
| |
|
|
|
|
| |
Changes: https://github.com/hashicorp/packer/blob/v1.1.2/CHANGELOG.md
|
| |
|
|
|
|
|
| |
PR: 223697
Submitted by: robbak@gmail.com (maintainer, via different email)
|
|
|
|
|
| |
PR: 223719
Submitted by: Mikhail Timofeev <9267096@gmail.com> (maintainer)
|
|
|
|
|
|
|
| |
This is a fix for a regression in the latest security fix for
security/shibboleth2-sp.
Security: b4b7ec7d-ca27-11e7-a12d-6cc21735f730
|
|
|
|
|
|
|
|
|
| |
- Update minimum dependency requirement on SQL::Abstract
Changes: http://search.cpan.org/dist/SQL-Abstract-More/Changes
PR: 223352 [1]
Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com>
Approved by: maintainer (timeout)
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
| |
PR: 223711
Submitted by: rob.kruus@gmail.com(maintainer)
|
|
|
|
|
| |
Add a new option ANONSTATS to enable anonymous statistics collection,
off by default.
|
|
|
|
| |
Pointy hat: tz
|
|
|
|
|
| |
Pointy hat: ultima
With hat: portmgr
|
|
|
|
|
|
| |
- Add new option GRAPHICS for graphics image manipulation support
- Import a fix from upstream commit 88928c0 with some fixes to make
it work with FreeBSD sed
|
|
|
|
|
|
|
|
| |
Roda is a high-performance, minimalistic Ruby web framework. It's based
on a routing-tree paradigm, and comes with a huge set of plugins (many
of which will require installing other gems).
WWW: http://roda.jeremyevans.net/
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
<ChangeLog>
Upgrade urgency HIGH: Potentially critical bugs fixed.
AOF flush on SHUTDOWN did not cared to really write the AOF buffers
(not in the kernel but in the Redis process memory) to disk before exiting.
Calling SHUTDOWN during traffic resulted into not every operation to be
persisted on disk.
</ChangeLog>
|
|
|
|
| |
PR: 223680
|
| |
|
|
|
|
| |
Changes: https://github.com/ruby/rake/blob/master/History.rdoc
|
|
|
|
| |
Changes: https://github.com/aws/aws-sdk-ruby/releases
|
|
|
|
| |
Changes: https://github.com/aws/aws-sdk-ruby/releases
|
|
|
|
| |
Changes: https://github.com/aws/aws-sdk-ruby/releases
|
|
|
|
| |
Changes: https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst
|
|
|
|
| |
Changes: https://github.com/pytest-dev/py/blob/master/CHANGELOG
|
|
|
|
| |
Changes: http://search.cpan.org/dist/GD/ChangeLog
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Filter/Changes
|
|
|
|
| |
Changes: https://github.com/qiniu/ruby-sdk/blob/master/CHANGELOG.md
|
|
|
|
| |
Changes: https://anonscm.debian.org/git/debhelper/debhelper.git/tree/debian/changelog
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Make sure what we install is stripped (i.e., debug info is removed).
The straightforward way is setting INSTALL_TARGET to install-strip,
which is supported by the upstream GCC build machinery.
Unfortunately this fails when running as regular user (non-root)
since strip requires write permission to the files in question,
and we install binaries as r-xr-xr-x by default. To work around
that we need to set BINMODE to allow for write access by the user,
something that's common on GNU/Linux (which is why this probably
has not been noticed there). This is not necessary when running
as root.
(A different approach suggested was to set STRIP=true, alas that
leads to many files actually not being stripped. This is due to
GCC using its own script install-sh that in turn uses cp, chmod,
strip,... instead of our own install-* tools in many cases.)
According to tests by sobomax@ and me installs of lang/gcc6 went
down by about a fourth.
Do not bump PORTREVISION since this only changes builds by non-root
users, is not a functional change, and the previous state of using
a bit more storage had been there "forever".
Reported by: Ports QA Framework, miwi, sobomax
Discussed with: tijl, miwi
Tested by: sobomax
Differential Revision: https://reviews.freebsd.org/D10357
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Bumped DISTVERSION
* Removed PORTREVISION
* Added NO_ARCH as this is a binary distribution for all the supported FreeBSD versions
* Added NO_ARCH_IGNORE to make poudriere happy
* Re-generated distinfo
* Re-generated pkg-plist
Submitted by: kozlov.sergey.404@gmail.com (Sergey Kozlov)
Reviewed by: swills
Sponsored by: Intel Corporation
Differential Revision: https://reviews.freebsd.org/D12180
|
|
|
|
|
|
|
| |
Submitted by: kozlov.sergey.404@gmail.com (Sergey Kozlov)
Reviewed by: swills
Sponsored by: Intel Corporation
Differential Revision: https://reviews.freebsd.org/D12179
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Updated PORTVERSION. The version schema was changed but PORTEPOCH is not required.
* Added DISTNAME due to the changes of the distfile hosting
* License is now only provided in PDF format
* Removed USES=dos2unix as ther's no plain-text license anymore
* Moved ONLY_FOR_ARCHS* up to make portlint happy
* Add NO_ARCH* as this is a binary distribution
* Unbreak on 11+, no coredumps anymore
* Re-generate distinfo
Submitted by: kozlov.sergey.404@gmail.com (Sergey Kozlov)
Reviewed by: swills
Sponsored by: Intel Corporation
Differential Revision: https://reviews.freebsd.org/D13085
|
|
|
|
|
|
|
| |
support being remove for ZFS
PR: 223383, 223440
Sponsored by: DARPA, AFRL
|
|
|
|
|
| |
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13115
|
| |
|
| |
|
|
|
|
|
|
| |
changes in the new version...
Point WWW at the project's current home.
|
|
|
|
|
| |
PR: 223074
Submitted by: Jeff Lawson
|
|
|
|
|
|
| |
Changelog: https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-6.4.md
Approved by: mentors (implicit)
|
|
|
|
|
|
|
| |
PR: 223702
- fix homepage
- add pkg-message
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This Lua library is a Redis client driver for the ngx_lua nginx module:
http://wiki.nginx.org/HttpLuaModule
This Lua library takes advantage of ngx_lua's cosocket API, which ensures 100%
nonblocking behavior.
WWW: https://github.com/openresty/lua-resty-redis
PR: 191531
Submitted by: arcade@b1t.name (maintainer)
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13121
|
|
|
|
|
|
|
|
| |
Some ports like graphics/povray-meta do funky things like add the same
option into PORT_OPTIONS twice. This also avoids a new leading blank
space in some cases.
With hat: portmgr
|
|
|
|
|
|
|
| |
instead of our default for the GPLv2+ license and the man-page.
PR: 223700
Submitted by: takefu
|
|
|
|
|
|
| |
- Strip bin/a2md
- Drop install prefix
- Only for 2.4, included in 2.5-alpha+
|
|
|
|
|
| |
PR: 223647
MFH: 2017Q4
|
|
|
|
| |
https://helpx.adobe.com/security/products/flash-player/apsb17-33.html
|
|
|
|
|
|
|
|
|
|
| |
* LICENSE changed to MIT
* Clean up Makefile
Changes: https://pypi.python.org/pypi/tzlocal/1.4
PR: 223712
Submitted by: <rob^@gma^> (maintainer)
|
|
|
|
|
|
| |
https://helpx.adobe.com/security/products/flash-player/apsb17-33.html
MFH: 2017Q4
|
|
|
|
|
|
|
| |
PR: 223247
Submitted by: Bob Eager <bob@eager.cx>
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13118
|
|
|
|
|
| |
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13116
|
|
|
|
|
| |
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13119
|
|
|
|
|
|
|
| |
PR: 218294
Submitted by: Anonymous
Approved by: xiaoding+freebsd@xiaoding.org (maintainer), adamw
Differential Revision: https://reviews.freebsd.org/D13099
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: 223710
Submitted by: Ollivier Robert
|
|
|
|
| |
Reported by: adamw
|
|
|
|
|
|
|
|
| |
- test tweaks
- fix handling of code refs stored directly in the stash (for perl 5.28)
- consider inline packages with constants in them as being loaded
- stubs will be treated as methods that exist when inflating to Moose
- avoid loading overload.pm unless required
|
|
|
|
|
| |
- Added num check to Mojolicious::Validator.
- Improved built-in templates with high resolution logos.
|
| |
|
|
|
|
|
|
|
| |
The Networking and Cryptography (NaCl) library provides a high-level toolkit for
building cryptographic systems and protocols.
WWW: https://github.com/cryptosphere/rbnacl
|
|
|
|
|
| |
PR: 223705
Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
|
|
|
|
| |
Approved by: jpaetzel (mentor)
|
|
|
|
|
|
| |
PR: 223340
Submitted by: Sebastian Schwarz <seschwar@gmail.com>
Approved by: maintainer (timeout)
|
|
|
|
|
|
| |
PR: 223345
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Approved by: jharris@widomaker.com (maintainer)
|
|
|
|
|
|
|
|
|
|
| |
are individual python-sub-version ports though (devel/py3{4,5,6}-sqlite3).
Use PYTHON_SUFFIX to depend on requested version.
PR: 223514
Approved by: koobs (maintainer)
MFH: 2017Q4 (blanket)
|
|
|
|
| |
Changes: http://git.savannah.gnu.org/cgit/zile.git/tree/NEWS?h=branch-2.4
|
|
|
|
|
| |
PR: 223695
Submitted by: linpct@gmail.com (maintainer)
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Geo-Proj4/Changes
|
|
|
|
|
|
|
|
|
|
| |
Easy to use and reliable cross compiler environment for building Windows binary
gems. Use rake-compiler-dock to enter an interactive shell session or add a task
to your Rakefile to automate your cross build.
WWW: https://github.com/rake-compiler/rake-compiler-dock
Submitted by: Matthias Fechner <idefix@fechner.net>
|
|
|
|
|
| |
Changelog:
- Fix bug: Remove posix_kill() which tries to kill parent process
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Notable changes:
- mcrypt module was removed
- sodium module was added
- sybase_ct artifacts removed
Also many PECL ports will not work with this version
since some files got renamed.
Reviewed by: mat, ale, Rainer Duffner <rainer@ultra-secure.de>
Differential Revision: https://reviews.freebsd.org/D12980
|
|
|
|
|
|
|
|
|
|
|
|
| |
releases are coming quick and fast). Upstream changes are
- AUTOMOC options fixes (3.9.5)
- gcc_eh linking (3.9.6)
Thanks antoine@ for the exp-runs.
PR: 223436
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D12958
|
|
|
|
|
|
|
| |
- Use proper command for static library installation
- Switch to options helpers
Approved by: portmgr blanket
|
|
|
|
| |
- Update WWW
|
|
|
|
|
| |
- Restore pkg-descr of main port which was erroneously removed by amdmi3 during
the last commit
|
|
|
|
|
|
|
|
|
|
|
| |
* update to 5.40.0
* unreleated cleanups:
- unify use of DISTVERSION
- remove created by line
PR: 223602
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D12966
|
| |
|
|
|
|
|
|
| |
run applications in multiple languages.
Please visit the http://unit.nginx.org/ site for more details.
|
|
|
|
|
|
| |
FreeBSD guest tools to enabled compatability with SmartOS and Triton.
WWW: https://github.com/joyent/freebsd-kvm-image-builder/tree/master/triton-freebsd-guesttools
|
|
|
|
| |
Submitted by: antoine
|
|
|
|
|
| |
PR: 223645 (some ideas from)
Submitted by: Dmitry Wagin
|
|
|
|
| |
No need to bump portrevision, since this is cosmetic only.
|
| |
|
|
|
|
| |
Changes: https://github.com/RPCS3/rpcs3/compare/0064976c...c435b328
|
|
|
|
| |
Changes: https://github.com/imanel/websocket-ruby/blob/master/CHANGELOG.md
|
|
|
|
| |
Changes: https://github.com/rails/sass-rails/releases
|
|
|
|
| |
Changes: https://github.com/rails/sass-rails/releases
|
|
|
|
| |
Changes: https://github.com/rails/sass-rails/releases
|
|
|
|
| |
Changes: https://github.com/elastic/elasticsearch-ruby/blob/6.x/CHANGELOG.md
|
|
|
|
| |
Changes: https://github.com/elastic/elasticsearch-ruby/blob/6.x/CHANGELOG.md
|
|
|
|
| |
Changes: https://github.com/elastic/elasticsearch-ruby/blob/6.x/CHANGELOG.md
|
|
|
|
| |
Changes: https://github.com/Azure/azure-ruby-asm-core/blob/master/ChangeLog.md
|
|
|
|
| |
Changes: https://github.com/premailer/premailer/blob/master/CHANGELOG.md
|
|
|
|
| |
Changes: https://github.com/pry/pry/blob/master/CHANGELOG.md
|
|
|
|
| |
Changes: https://github.com/whitequark/parser/blob/master/CHANGELOG.md
|
|
|
|
| |
Changes: https://github.com/aws/aws-sdk-ruby/releases
|
|
|
|
| |
Changes: https://github.com/aws/aws-sdk-ruby/releases
|
|
|
|
| |
Changes: https://github.com/aws/aws-sdk-ruby/releases
|
|
|
|
| |
Changes: https://github.com/brianmario/mysql2/releases
|
|
|
|
| |
Changes: https://github.com/rails-api/active_model_serializers/blob/0-10-stable/CHANGELOG.md
|
|
|
|
| |
Changes: https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Net/Changes
|
|
|
|
| |
Changes: https://gitlab.com/gitlab-org/gitaly-proto/commits/master
|
|
|
|
|
|
| |
- Add LICENSE_FILE
Changes: http://search.cpan.org/dist/experimental/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Compress-Raw-Zlib/Changes
|
|
|
|
|
|
|
|
| |
Metadata retrieval and manipulation tools for use within guests of the SmartOS
(and SDC) hypervisor. These guests may be either SmartOS Zones or KVM virtual
machines.
WWW: https://github.com/joyent/mdata-client
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
If a port modifies OPTIONS_UNSET after including bsd.port.options.mk
then these values were wrong even though all of 'showconfig',
'pretty-print-config', and the package generated all had the expected
options.
Only Poudriere and synth use these variables for incremental build checks.
Reviewed by: sjg, bapt
Approved by: portmgr (bapt)
Differential Revision: https://reviews.freebsd.org/D13092
|
|
|
|
|
|
|
|
|
|
|
|
| |
This also bring u-boot to version 2017.09 and the firmware files are no
longer in this port but in sysutils/rpi-firmware.
Also I'm stepping in as maintainer.
Tested On: RPI2v1.1, RPI2v1.2
Reviewed by: imp
Approved by: imp
Differential Revision: https://reviews.freebsd.org/D13049
|
|
|
|
| |
With hat: puppet
|
|
|
|
| |
With hat: puppet
|
|
|
|
|
|
|
|
|
|
|
|
| |
This also bring u-boot to version 2017.09 and the firmware files are no
longer in this port but in sysutils/rpi-firmware.
Also I'm stepping in as maintainer.
Tested On: RPI-B, RPI0v1.2, RPI0v1.3
Reviewed by: imp
Approved by: imp
Differential Revision: https://reviews.freebsd.org/D13048
|
|
|
|
| |
With hat: puppet
|
|
|
|
| |
With hat: puppet
|
|
|
|
| |
With hat: puppet
|
|
|
|
|
|
|
|
| |
- Import patches from the asterisk project
- Regenrate patches
Security: 19b052c9-c533-11e7-8da5-001999f8d30b
MFH: 2017Q4
|
|
|
|
| |
Sponsored by: The FreeBSD Foundation
|
|
|
|
|
|
|
|
|
|
|
| |
An updated version of the Shibboleth Service Provider software
is available which corrects a critical security issue in the
"Dynamic" metadata provider plugin.
Deployers making use of the affected feature should apply the
relevant update at the soonest possible moment.
Security: b4b7ec7d-ca27-11e7-a12d-6cc21735f730
|
| |
|
|
|
|
| |
- Fix typo.
|
|
|
|
|
| |
PR: 223686
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog for GSmartControl 1.1.3:
- Fixed gsmartcontrol-root not launching if GDK_* variables are not set.
Changelog for GSmartControl 1.1.2:
- Fixed gsmartcontrol-root not passing GDK_SCALE and GDK_DPI_SCALE
variables to gsmartcontrol when using PolKit.
- Fixed blurriness of icons in the main window with GDK_SCALE=2.
- Tweaked the main window interface.
|
|
|
|
|
| |
PR: 223684
Submitted by: Le Baron d'Merde <lbdm@privacychain.ch> (maintainer)
|
|
|
|
|
| |
PR: 223681
Submitted by: Marcel Kaiser <mk@nic-nac-project.org> (maintainer)
|
|
|
|
|
| |
PR: 223682
Submitted by: Marcel Kaiser <mk@nic-nac-project.org> (maintainer)
|
|
|
|
| |
Changelog: https://github.com/matrix-org/synapse/releases/tag/v0.25.0
|
| |
|
|
|
|
|
|
| |
(include security fix)
MFH: 2017Q4
|
|
|
|
|
|
|
| |
(include security fix)
- Adjust CONFLICTS to welcome moodle-3.4
MFH: 2017Q4
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Still more metafile support in GdiPlus.
- Indirect draws support in Direct 3D.
- Services fixes on WoW64.
- Better DPI scaling in the Shell Explorer.
- Various bug fixes.
On the way, generally disable PulseAudio support, not just for the
Wine Staging case (where this originally only existed). [1]
Talking about Wine Staging, mark that (via the STAGING option, and hence
the wine-staging port as well) as BROKEN once again; that patchset still
is not available yet, and we cannot wait forever.
PR: 195765 [1]
Reported by: dbn [1]
|
|
|
|
| |
Reported by: pkg-fallout
|
|
|
|
|
|
|
|
| |
Changelog: https://varnish-cache.org/releases/rel5.2.1.html#rel5-2-1
MFH: 2017Q4
Security: CVE-2017-8807
Security: VSV00002
|
|
|
|
|
|
|
|
| |
Changelog: https://varnish-cache.org/releases/rel4.1.9.html#rel4-1-9
MFH: 2017Q4
Security: CVE-2017-8807
Security: VSV00002
|
|
|
|
|
|
|
|
|
|
|
| |
fd is a simple, fast and user-friendly alternative to find.
While it does not seek to mirror all of find's powerful functionality,
it provides sensible (opinionated) defaults for 80% of the use cases.
WWW: https://github.com/sharkdp/fd
PR: 223674
Submitted by: Andrey Cherkashin <andoriyu@gmail.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix in CegoClient, the new comment logic by using Tokenizer does
not work ( '-' characters are detected as comment tokens ). Code
replaced by using posStr chain function
- Adaption in CegoMain to also parse comment lines in a more
sophisticated way ( same as in CegoMain ), just relevant for server
batch mode
- Optimization in CegoDistCuror::joinSetup, the join predicate is
now analysed in a way, that a condition list is created ( via makeCNF
and createCondition methods in CegoQueryHelper ). The condition
list then is analysed to achieve a better cursor condition which
results in improved index usage
Submitted by: Bjoern Lemke <lemke@lemke-it.com>
|
|
|
|
|
|
| |
Changes: https://github.com/sekrit-twc/zimg/compare/release-2.6.1...release-2.6.2
ABI: https://abi-laboratory.pro/tracker/timeline/z/
MFH: 2017Q4 (just 2 bug fixes)
|
| |
|
|
|
|
| |
Changes: https://launchpad.net/duplicity/+milestone/0.7.15
|
|
|
|
|
|
|
| |
PR: 223512
Submitted by: meta+ports@vmeta.jp (maintainer)
Approved by: olivier (mentor)
Differential Revision: https://reviews.freebsd.org/D13097
|
|
|
|
|
|
|
| |
PR: 223511
Submitted by: meta+ports@vmeta.jp (maintainer)
Approved by: olivier (mentor)
Differential Revision: https://reviews.freebsd.org/D13089
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes from 1.10.1 to 1.10.2
- pkg clean is now happy if the cache dir non existing
- 410.pkg-audit now uses anticongestion on freebsd 12
- fix pkg install -r foo if foo is a disabled repository
- fix elf handling on non FreeBSD
- fix support for platforms without AT_SYMLINK_NOFOLLOW
- fix dropping privileges on Linux
- fix build with recent libbsd
- fix duplicate pkg registration overwriting the existing pkg
- fix again using pattern as package arch
- recognize armv7
- add %q to pkg_printf(3) and pkg-query(8) to print altabi
- add support for new periodic variables in multiple scripts
- add an extra line when printing pkg-messages to improve readability
- stop considering nfs as dangerous and if a corruption happens on nfs drive
by a message the user to the highly possible reason of the corruption so
that he can fix
- better ABI name on linux
- fix pollution of "locked" message
PR: 221129
exp-run by: antoine
|
| |
|
|
|
|
|
|
|
| |
- Add LICENSE_FILE
- Simplify and unsilence installation
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
| |
PR: 222113
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D12846
|
| |
|
|
|
|
|
|
|
|
|
| |
All ports with SBCL fasl files must be rebuilt when the lang/sbcl package
changes. Also, add a note to lang/sbcl/Makefile as a reminder of the
required PORTREVISION bumps to prevent future breakage.
Approved by: krion, olgeni
Differential Revision: https://reviews.freebsd.org/D13087
|
|
|
|
| |
library is now created.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Changes: https://github.com/rgrove/crass/releases
https://github.com/rgrove/crass/blob/master/HISTORY.md
|
|
|
|
| |
Changes: https://github.com/reactjs/react-rails/releases
|
|
|
|
| |
Changes: https://github.com/reactjs/react-rails/releases
|
|
|
|
| |
Changes: https://github.com/whitequark/parser/blob/master/CHANGELOG.md
|
|
|
|
| |
Changes: https://github.com/teamcapybara/capybara/blob/master/History.md
|
|
|
|
| |
Changes: https://github.com/KimNorgaard/validates_hostname/commits/master
|
|
|
|
| |
Changes: https://github.com/GoogleCloudPlatform/google-auth-library-python/blob/master/CHANGELOG.rst
|
|
|
|
| |
Changes: https://github.com/google/brotli/releases
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Unicode-Collate/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Finance-Quote/Changes
|
| |
|
|
|
|
|
|
|
| |
Changes: https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.34_release_notes
Changes: https://hg.mozilla.org/projects/nss/shortlog/NSS_3_34_RTM
ABI: https://abi-laboratory.pro/tracker/timeline/nss/
MFH: 2017Q4
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Add patch to fix some warnings.
PR: 223655
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
|
| |
|
| |
|
|
|
|
|
| |
PR: 223668
Submitted by: Mikhail T. <mi@ALDAN.algebra.com>
|
|
|
|
| |
Changes: https://github.com/ratchov/sndio/compare/2606d3f24eca3d7a29db3d183640524590e93e26...3d6b602fe9d64bf80f60de96375fb48f5459095e
|
| |
|
|
|
|
|
|
|
|
|
| |
Not a MFH candidate due to POLA violation per redesigned UI, broken
legacy addons and auto-reviewed new addons.
Changes: https://www.mozilla.org/firefox/57.0/releasenotes/
PR: 222693
Tested by: pi, tobik, TrueOS
|
| |
|
|
|
|
|
|
|
|
|
|
| |
No time to track down upstream commits for
https://bugzilla.mozilla.org/buglist.cgi?bug_id=1384615,1386490,1393840,1403716
PR: 222859
Security: f78eac48-c3d1-4666-8de5-63ceea25a578
MFH: 2017Q4 (r454000 followup, FF57 alternative until 2018Q1)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- addresses 2 critical security fixes listed below
- includes fix for post-1.7.0 /_all_docs returning 500 for DB members
Reviewed by: olgeni (maintainer)
Approved by: jrm (mentor)
MFH: 2017Q4
Security: CVE-2017-12635
Security: CVE-2017-12636
Security: https://lists.apache.org/thread.html/6c405bf3f8358e6314076be9f48c89a2e0ddf00539906291ebdf0c67@%3Cdev.couchdb.apache.org%3E
Sponsored by: http://iwantmyname.com/
Differential Revision: https://reviews.freebsd.org/D13076
|
|
|
|
|
| |
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13080
|
|
|
|
| |
- Assign a MAINTAINER
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Notes:
- I have (not yet) succeeded to enable MFront in this version;
- it uses math/mumps-edf, repocopied from math/mumps;
- cad/scotch is now taken out of the aster tarball;
- french/eficas is no more used: to be replaced by "aster-study" in Salome_Meca
(the port cad/salome should be resurrected!)
|
|
|
|
|
| |
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13082
|
|
|
|
|
| |
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13081
|
|
|
|
|
| |
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13069
|
|
|
|
|
| |
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13083
|
|
|
|
| |
Changelog: https://forums.plex.tv/discussion/comment/1557210#Comment_1557210
|
| |
|
|
|
|
|
| |
PR: 223666
Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
|
| |
|
|
|
|
|
|
| |
Submitted by: Johan Hendriks
(Do not know, how it escaped me to make one up myself.)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The straightforward way is setting INSTALL_TARGET to install-strip,
which is supported by the upstream GCC build machinery.
Unfortunately this fails when running as regular user (non-root)
since strip requires write permission to the files in question,
and we install binaries as r-xr-xr-x by default. To work around
that we need to set BINMODE to allow for write access by the user,
something that's common on GNU/Linux (which is why this probably
has not been noticed there). This is not necessary when running
as root.
(A different approach suggested was to set STRIP=true, alas that
leads to many files actually not being stripped. This is due to
GCC using its own script install-sh that in turn uses cp, chmod,
strip,... instead of our own install-* tools in many cases.)
According to tests by sobomax@ and me installs of lang/gcc6 went
down by about a fourth.
Reported by: Ports QA Framework, miwi, sobomax
Discussed with: tijl, miwi
Tested by: sobomax
Differential Revision: https://reviews.freebsd.org/D10357
|
|
|
|
| |
Reported by: Adam McDougall <mcdouga9@egr.msu.edu>
|
| |
|
| |
|
|
|
|
|
|
|
| |
reported lifetimes.
PR: 223664
Submitted by: stefan.wendler@tngtech.com
|
|
|
|
|
|
|
| |
PR: 223336
Submitted by: satosi.kimura@nifty.ne.jp
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D12874
|
|
|
|
|
|
|
|
|
|
| |
nasm -Ox -f elf64 -I./ -I"/wrkdirs/usr/ports/multimedia/libvpx/work/libvpx-1.6.1"/ -o vpx_dsp/x86/intrapred_sse2.asm.o vpx_dsp/x86/intrapred_sse2.asm
vpx_dsp/x86/intrapred_sse2.asm:64: error: invalid combination of opcode and operands
third_party/x86inc/x86inc.asm:1383: ... from macro `movd' defined here
third_party/x86inc/x86inc.asm:1283: ... from macro `RUN_AVX_INSTR' defined here
Reported by: antoine
Pointy hat to: jbeich
|
| |
|
|
|
|
|
|
| |
- Use proper command for static lib installation
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
CMakeFiles/opensurge.dir/src/entities/particle.c.o: In function `particle_update_all':
particle.c:(.text+0x113): undefined reference to `image_height'
particle.c:(.text+0x126): undefined reference to `image_width'
particle.c:(.text+0x1f0): undefined reference to `image_width'
particle.c:(.text+0x20f): undefined reference to `image_height'
particle.c:(.text+0x296): undefined reference to `image_width'
particle.c:(.text+0x2b2): undefined reference to `image_height'
collect2: error: ld returned 1 exit status
and other files
|
|
|
|
|
| |
PR: 223660
Submitted by: ksraman.91
|
|
|
|
|
| |
PR: 223657
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> (maintainer)
|
|
|
|
|
| |
PR: 223656
Submitted by: lbartoletti@tuxfamily.org (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
| |
Details:
- This is the second bit of the patch in PR 222581
- Guilherme Salazar <gmesalazar@gmail.com>, the previous maintainer,
has confirmed the transfer of maintainership via e-mail
PR: 222581
Submitted by: russ.haley@gmail.com (new maintainer)
Approved by: gmesalazar@gmail.com (previous maintainer, via email)
MFH: 2017Q4
|