| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
Introduced a new option, enabled on default, to use libiconv, that
provide wchar_t support and allow to use UTF-8 charset in gdb
PR: 230036
Reported by: Gleb Popov <arrowd@FreeBSD.org>
Notes:
svn path=/head/; revision=475441
|
|
|
|
|
|
|
| |
PR: 226851
Notes:
svn path=/head/; revision=475440
|
|
|
|
|
|
|
|
| |
PR: 215988
Submitted by: Damien Fleuriot <dam@my.gd>
Notes:
svn path=/head/; revision=475439
|
|
|
|
|
|
|
|
| |
PR: 225805
Submitted by: VK <vlad-fbsd@acheronmedia.com>
Notes:
svn path=/head/; revision=475438
|
|
|
|
|
|
|
|
| |
PR: 223626
Submitted by: VK <vlad-fbsd@acheronmedia.com>
Notes:
svn path=/head/; revision=475437
|
|
|
|
|
|
|
|
|
|
| |
While here, fix entry date on curl entry
PR: 225636
Submitted by: D. Ebdrup <debdrup@gmail.com>
Notes:
svn path=/head/; revision=475436
|
|
|
|
|
|
|
|
| |
PR: 230074
Submitted by: Samy Mahmoudi
Notes:
svn path=/head/; revision=475435
|
|
|
|
|
|
|
|
|
|
|
| |
PR: 229753
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Approved by: maintainer timeout (sunpoet, >2 weeks)
MFH: 2018Q3
Security: 3849e28f-8693-11e8-9610-9c5c8e75236a
Notes:
svn path=/head/; revision=475433
|
|
|
|
|
|
|
|
|
| |
PR: 227004
Requested by: Roman <kabalax@gmail.com>
Submitted by: jaap@NLnetLabs.nl (maintainer)
Notes:
svn path=/head/; revision=475432
|
|
|
|
|
|
|
| |
Obtained from: https://chromereleases.googleblog.com/2018/07/stable-channel-update-for-desktop.html
Notes:
svn path=/head/; revision=475430
|
|
|
|
|
|
|
|
| |
PR: 229752
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Notes:
svn path=/head/; revision=475429
|
|
|
|
|
|
|
|
|
| |
Remove -ffast-math from OPTIMIZED_CFLAGS since it causes problems with
gcc8 and upstream has removed it.
https://github.com/FFTW/fftw3/commit/41b0d9e
Notes:
svn path=/head/; revision=475428
|
|
|
|
|
|
|
|
| |
PR: 230076
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
Notes:
svn path=/head/; revision=475427
|
|
|
|
|
|
|
|
| |
PR: 230075
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
Notes:
svn path=/head/; revision=475426
|
|
|
|
|
|
|
|
| |
PR: 230069
Submitted by: ben.lavery@hashbang0.com (maintainer)
Notes:
svn path=/head/; revision=475425
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Commit important part of PR missed in previous commit.
PR: 229602
Submitted by: Ronald Klop <ronald-lists@klop.ws>
Reported by: Ronald Klop <ronald-lists@klop.ws>
Approved by: eric@camachat.org (maintainer timeout, > 2 weeks)
Pointyhat to: swills
Notes:
svn path=/head/; revision=475424
|
|
|
|
|
|
|
|
| |
Prevent reporting wrong traffic accounting data in very rare case
of failure of netgraph statistical socket data flow.
Notes:
svn path=/head/; revision=475423
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Sanitize version a bit. The version scheme is all over the place
on other systems [1]. Upstream calls it 19.6.0 in the release notes so
do the same in the port.
[1] https://repology.org/metapackage/portaudio/versions
Changes: https://app.assembla.com/wiki/show/portaudio/pa_stable_v190600_20161030
ABI: https://abi-laboratory.pro/tracker/timeline/portaudio/
PR: 229851
Submitted by: ndowens.fbsd@yandex.com
Notes:
svn path=/head/; revision=475422
|
|
|
|
|
|
|
| |
Chase libqalculate shared library version bump
Notes:
svn path=/head/; revision=475421
|
|
|
|
|
|
|
| |
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=475420
|
|
|
|
|
|
|
|
|
|
| |
- Add fPIC flag (based on [1])
PR: 222772 [1]
Submitted by: Greg V <greg@unrelenting.technology> [1]
Notes:
svn path=/head/; revision=475419
|
|
|
|
| |
Notes:
svn path=/head/; revision=475418
|
|
|
|
|
|
|
|
|
|
|
|
| |
For more info see here:
https://about.gitlab.com/2018/07/26/security-release-gitlab-11-dot-1-dot-2-released/
Approved by: mentors (implicit)
MFH: 2018Q3
Security: 2da838f9-9168-11e8-8c75-d8cb8abf62dd
Notes:
svn path=/head/; revision=475417
|
|
|
|
|
|
|
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/Dancer
PR: 229755
Submitted by: wen@(myself)
Approved by: maintainer(timeout, >= 14 days)
Notes:
svn path=/head/; revision=475416
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This update fixes 2 security issues:
- Double-free in gdImagePngPtr(). (CVE-2017-6362)
- Buffer over-read into uninitialized memory. (CVE-2017-7890)
Full Changelog:
https://github.com/libgd/libgd/blob/gd-2.2.5/CHANGELOG.md
PR: 229707
Submitted by: Mikhail Teterin <mi@FreeBSD.org>
Approved by: maintainer timeout (dinoex, 2 weeks)
MFH: 2018Q3
Security: CVE-2017-6362
Security: CVE-2017-7890
Notes:
svn path=/head/; revision=475415
|
|
|
|
|
|
|
| |
Approved by: mentors (implicit)
Notes:
svn path=/head/; revision=475414
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Port changes:
* Change MASTER_SITES to MASTER_SITE_DEBIAN_POOL (patched upstream)
* Add patches from U-Bunt-U
* Add NO_ARCH
PR: 230021
Submitted by: Radim Kolar <hsn@sendmail.cz>
Notes:
svn path=/head/; revision=475413
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This plugin adds the option to use a YubiKey as second-factor
authentication.
The YubiKey is a USB key emulating a generic keyboard and make
use of One-time Passwords to provide two factor authentication.
Activate the plugin by adding the following to Roundcube's
config/config.inc.php:
$config['plugins'] = array('roundcube_yubikey_authentication');
WWW: https://github.com/northox/roundcube-yubikey-plugin
PR: 222318
Submitted by: Vidar Karlsen <vidar@karlsen.tech>
Notes:
svn path=/head/; revision=475412
|
|
|
|
|
|
|
|
| |
PR: 230030
Submitted by: jbaggs2016@gmail.com(maintainer)
Notes:
svn path=/head/; revision=475411
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
jcpierri@gmail.com takes maintainership
Port changes:
* Use DISTVERSION
* Update MASTER_SITES
* Add LICENSE_FILE
PR: 230078
Submitted by: Josmar <jcpierri@gmail.com>
Notes:
svn path=/head/; revision=475410
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Port changes:
* Maintainer reset based on 6.5 months timeout
* Use DISTVERSION
* Add LICENSE_FILE
* Add USES=python:2.7
* Remove '+' from '+=' where they aren't needed
* Update WWW to anew address
PR: 225131
Submitted by: Nathan <ndowens.fbsd@yandex.com>
Approved by: vsevolod@FreeBSD.org (maintainer's timeout 6.5 months)
Notes:
svn path=/head/; revision=475409
|
|
|
|
| |
Notes:
svn path=/head/; revision=475408
|
|
|
|
|
|
|
|
|
|
| |
Jonatan lacks the time to maintain the port. Thank you for your help so
far, and you're welcome back any time.
Approved by: onatan@gmail.com (maintainer)
Notes:
svn path=/head/; revision=475407
|
|
|
|
|
|
|
|
|
| |
Few dependencies are updated.
Reported by: portscout
Notes:
svn path=/head/; revision=475406
|
|
|
|
|
|
|
|
|
|
|
| |
- Re-generate patches with make makepatch
- Pass maintainership to submitter
PR: 230061
Submitted by: VinÃcius Zavam <egypcio@googlemail.com>
Notes:
svn path=/head/; revision=475405
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix MASTER_SITES
- Add LICENSE / LICENSE_FILE
- Add missing dependencies: nspr and pixman
- Remove unnecessary dependency: ssl
- Re-generate patches using make makepatch
PR: 230039
Approved by: maintainer
Notes:
svn path=/head/; revision=475404
|
|
|
|
|
|
|
|
| |
PR: 227894
Submitted by: Sebastian Schwarz <seschwar@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=475403
|
|
|
|
| |
Notes:
svn path=/head/; revision=475402
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- To support amd64, map amd64 to x86_64 when generating the --host argument
to configure in bsd.port.mk and when generating --target arguments in port
Makefiles.
- Add entries to the plists for i386 and amd64. amd64 generally includes both
amd64-specific entries as well as i386 entries.
- Don't include the builtin float.h for i386 and amd64.
Reviewed by: bapt
Approved by: portmgr (bapt)
Differential Revision: https://reviews.freebsd.org/D16250
Notes:
svn path=/head/; revision=475401
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This fixes more than 99 bugs, among others a performance regression
with -mtune=native on Intel Skylake chips has been fixed.
This also fixes a bug introduced in GCC 8.1 affecting passing or
returning of classes with a deleted copy constructor and defaulted
trivial move constructor (GCC bug c++/86094). GCC 8.2 introduces
-fabi-version=13 and makes it the default; ABI incompatibilities
between GCC 8.1 and 8.2 can be reported with -Wabi=12.
Notes:
svn path=/head/; revision=475400
|
|
|
|
|
|
|
|
| |
PR: 230028
Submitted by: Andrey Cherkashin <andoriyu@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=475399
|
|
|
|
| |
Notes:
svn path=/head/; revision=475398
|
|
|
|
| |
Notes:
svn path=/head/; revision=475397
|
|
|
|
|
|
|
| |
Reported by: portscout
Notes:
svn path=/head/; revision=475396
|
|
|
|
|
|
|
| |
Reported by: portscout
Notes:
svn path=/head/; revision=475395
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
https://sqlitestudio.pl/index.rvt?act=changelog
Port changes:
* Use DISTVERSION
* Update LICENSE_FILE
* Add options group
* Simplify option handling such that the plugins list is in only one place
* New plugin was added: MultiEditorImage
* Remove USE_LDCONFIG, not needed
Notes:
svn path=/head/; revision=475394
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
net/owamp assumes that if timespecadd is defined, it's identical
to the two-argument version found in the FreeBSD kernel. However,
the three argument version found in NetBSD and OpenBSD is actually
more common. An upcoming commit to head will replace FreeBSD's
version with the NetBSD version. So net/owamp shouldn't assume
that if FreeBSD defines timespecadd, it's defining the 2-argument
version.
PR: 230059
Submitted by: asomers
Notes:
svn path=/head/; revision=475393
|
|
|
|
|
|
|
|
| |
PR: 230058
Submitted by: asomers
Notes:
svn path=/head/; revision=475392
|
|
|
|
|
|
|
| |
https://github.com/jcupitt/libvips/releases/tag/v8.6.5
Notes:
svn path=/head/; revision=475391
|
|
|
|
| |
Notes:
svn path=/head/; revision=475389
|