Sunpoet Po-Chuan Hsieh
99b5e61663
Update to 1.0.1
...
Changes: https://github.com/google/brotli/releases
2017-11-14 22:50:52 +00:00
Renato Botelho
c0432317fe
- Add LLD_UNSAFE to fix build with WITH_LLD_IS_LD [1]
...
- Create OPTIONS to set possible languages to be used at build time instead of
using LOCALE environment variable [2]
- While here, pet portlint
- Bump PORTREVISION
PR: 219716 [1], 223259 [2]
Submitted by: ed@ [1], Matt <fsbruva@yahoo.com> [2]
Reported by: O. Hartmann <iohartmann@walstatt.org> [1]
Sponsored by: Rubicon Communications, LLC (Netgate)
2017-11-13 12:12:08 +00:00
Jan Beich
99b0558e42
devel/icu: update to 60.1
...
Changes: http://site.icu-project.org/download/60
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 223373
Exp-run by: antoine
2017-11-09 02:31:47 +00:00
Rodrigo Osorio
fe8b48ee89
Update port to 4.13.0.2 and remove plugins from default options.
...
PR: 223540
Submitted by: Anton Yuzhaninov <citrin+pr@citrin.ru>
Approved by: rodrigo (maintainer)
2017-11-08 22:44:36 +00:00
Alexey Dokuchaev
9f4fbaaf59
Reinstate IA32_BINARY_PORT=yes knob that was removed in r249298 to allow
...
installation on 64-bit systems even if 32-bit libraries are not present
(binary was statically linked): nowadays, the binary is linked dynamically
and thus requires /usr/lib32. This also allows to remove BROKEN_* knobs.
2017-11-07 14:26:42 +00:00
Alexey Dokuchaev
21f7ef49e0
- Update `archivers/rar' to version 5.5.0 (and actually unbreak)
...
- Changelog: https://www.rarlab.com/rarnew.htm
- SFX module no longer depends on `misc/compat9x', so SFX option
can be removed
- While here, install more complete set of documentation files
- TIMESTAMP (rarbsd-5.5.0.tar.gz) = 1502460028
PR: 222970
Submitted by: Ralf van der Enden
Approved by: maintainer (gabor, 3+ weeks)
2017-11-06 13:33:00 +00:00
Tobias C. Berner
88002df3e1
Update archivers/py-borgbackup to 1.1.1
...
PR: 223404
Submitted by: jjuanino@gmail.com (maintainer)
2017-11-04 10:54:39 +00:00
Sunpoet Po-Chuan Hsieh
ff0ad77095
Set PKGNAMEPREFIX to lua51- and PORTNAME to zlib
...
Submitted by: sunpoet (myself)
Approved by: Sir l33tname <sirl33tname@gmail.com> (maintainer)
2017-11-03 20:28:12 +00:00
Jimmy Olgeni
2fb9f25373
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
2017-11-01 13:10:35 +00:00
Alex Dupre
4392badf06
Update to 5.6.32 release.
...
PR: 223319
Submitted by: Dani <i.dani@outlook.com>
2017-11-01 11:39:44 +00:00
Greg Lewis
24fc1b741b
. Update to 3.3.2
...
. Use https rather than http where possible.
. Update WWW entry.
Reported by: tj <tj@mrsk.me>
2017-10-29 23:47:56 +00:00
Torsten Zuehlsdorff
b071939c0e
Update PHP 7.1 from 7.1.10 to 7.1.11
...
Changelog: http://www.php.net/ChangeLog-7.php#7.1.11
MFH: 2017Q4
Security: CVE-2016-1283
2017-10-27 07:32:34 +00:00
Torsten Zuehlsdorff
8688382c5c
lang/php70: Update from 7.0.24 to 7.0.25
...
Changelog: http://www.php.net/ChangeLog-7.php#7.0.25
MFH: 2017Q4
Security: CVE-2016-1283
2017-10-26 15:21:23 +00:00
Adriaan de Groot
6f593dd224
Update some of the KDE Frameworks 5 ports with DISTVERSION, LICENSE
...
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D12759
2017-10-24 21:30:29 +00:00
Steve Wills
21616ecf06
archivers/lua51-zlib update 1.1 to 1.2
...
PR: 222959
Submitted by: Sir l33tname <sirl33tname@gmail.com> (maintainer)
2017-10-23 18:27:34 +00:00
Danilo G. Baio
7a9c87eb2b
archivers/py-borgbackup: Update to 1.1.0
...
Shortened changelog of major features only:
https://www.borgbackup.org/releases/borg-1.1.html
Long changelog:
https://github.com/borgbackup/borg/blob/1.1.0/docs/changes.rst#version-110-2017-10-07
PR: 223135
Submitted by: jjuanino@gmail.com (maintainer)
2017-10-22 13:07:42 +00:00
Koop Mast
236ed68c6b
Update file-roller to 3.26.1.
2017-10-20 18:40:51 +00:00
Alex Kozlov
1e51c02815
- Fix buffer overflow (CVE-2015-2782)
...
- Fix absolute path directory traversal (CVE-2015-0557)
- Fix symlink directory traversal (CVE-2015-0556)
- Fix build on armv6
- Fix parallel build
- Make build reproducible
PR: 221589
Submitted by: mikael.urankar@gmail.com
Obtained from: debian patchset 16
Approved by: garga (maintainer)
2017-10-19 13:47:42 +00:00
Alex Kozlov
5b5905555a
- Remove archivers/zip build dependency
2017-10-18 09:22:29 +00:00
Tobias C. Berner
bc52221c12
Update KDE Frameworks to 5.39
...
PR: 223003
Reviewed by: rakuco, adridg
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D12620
2017-10-17 17:39:15 +00:00
Mark Felder
3b009ba6fe
czipfile is a replacement for Python's builtin "zipfile" module, and
...
provides much faster, C-based zipfile decryption. The code is actually
95% identical to Python 2.6.5's Lib/zipfile.py, with some very minor
modifications to allow it to compile in Cython, and the _ZipDecrypter
class adapted to take advantage of native C datatypes.
WWW: http://pypi.python.org/pypi/czipfile
2017-10-12 17:30:49 +00:00
Emanuel Haupt
d117550fc3
Update WWW
...
Notified by: bapt
2017-10-12 11:55:02 +00:00
Baptiste Daroussin
a5e0261276
Remove dead links
2017-10-12 11:30:49 +00:00
Baptiste Daroussin
5b12ea021e
drop the ftp mirror which is not anonymous
2017-10-12 11:26:47 +00:00
Sunpoet Po-Chuan Hsieh
a1fec7193b
Update to 1.3.2
...
Changes: https://github.com/facebook/zstd/releases
2017-10-11 19:49:16 +00:00
Sunpoet Po-Chuan Hsieh
625e8d707c
Add LICENSE
2017-10-10 11:20:15 +00:00
Sunpoet Po-Chuan Hsieh
4bb701ddfd
Add LICENSE
2017-10-10 11:20:11 +00:00
Sunpoet Po-Chuan Hsieh
714e00258f
Add LICENSE
...
Approved by: portmgr (blanket)
2017-10-10 11:20:06 +00:00
Sunpoet Po-Chuan Hsieh
3683d9c5e0
Add LICENSE
...
- While I'm here, fix indent
Approved by: portmgr (blanket)
2017-10-10 11:20:01 +00:00
Sunpoet Po-Chuan Hsieh
896ecbf06e
Add LICENSE
2017-10-10 11:19:56 +00:00
Sunpoet Po-Chuan Hsieh
369e08297e
Add LICENSE
2017-10-10 11:19:51 +00:00
Sunpoet Po-Chuan Hsieh
b3d234bd6d
Add LICENSE
...
Approved by: portmgr (blanket)
2017-10-10 11:19:47 +00:00
Jason E. Hale
890c5977e4
Update archivers/libunrar5 to 5.5.8
...
Bump PORTREVISION on sysutils/fusefs-rar2fs which builds against the source
2017-10-08 14:09:37 +00:00
Antoine Brodin
ec07cc8e7d
p5-Archive-Peek has no LICENSE_FILE
...
Reported by: pkg-fallout
2017-10-08 06:07:59 +00:00
Raphael Kubo da Costa
00d638f1e7
Also pass -fPIC for arm and armv6.
...
Submitted by: imp
2017-10-07 19:23:17 +00:00
Raphael Kubo da Costa
c0915380f7
Pass -fPIC on armv7 as well.
...
This fixes the following build error:
/usr/bin/ld: 7zEncode.o(.text+0x2d04): unresolvable R_ARM_MOVW_ABS_NC relocation against symbol `_ZTIi@@CXXABI_1.3'
/usr/bin/ld: final link failed: Nonrepresentable section on output
c++: error: linker command failed with exit code 1 (use -v to see invocation)
PR: 222852
Submitted by: guyyur@gmail.com
2017-10-07 19:10:45 +00:00
Alex Kozlov
814c2060e2
- Update MASTER_SITES for my ports
...
- Update WWW for jwasm
2017-10-05 10:38:13 +00:00
Sunpoet Po-Chuan Hsieh
8925d8159e
Fix RUN_DEPENDS
...
- Bump PORTREVISION for dependency change
2017-10-05 09:49:26 +00:00
Mathieu Arnold
32d9fcba93
Convert to utf8.
...
Sponsored by: Absolight
2017-10-04 13:45:16 +00:00
Raphael Kubo da Costa
b67c03b85f
Set TEST_TARGET.
...
Use it to run `make check'.
Submitted by: gpalmer
2017-09-27 18:13:14 +00:00
Raphael Kubo da Costa
1bae556a1c
Bump PORTREVISION in ports depending on archivers/libzip.
...
libzip was updated to 1.3.0 in r450774, and its SOVERSION went from .4 to .5
after the removal of zip_archive_set_tempdir(). All dependent ports continue to
build fine without that symbol.
PR: 222638
2017-09-27 18:08:14 +00:00
Raphael Kubo da Costa
1f941c5dad
Update libzip to 1.3.0.
...
It includes the fix for CVE-2017-14107 (landed separately in r450768) as well
as a fix for CVE-2017-12858, which did not affect us due to the fact that the
vulnerability was introduced in 1.2.0.
libzip.so's SOVERSION got bumped after the removal of the undocumented function
zip_archive_set_tempdir(). All ports depending on libzip continue to build fine
after that.
PR: 222638
Submitted by: Dani <i.dani@outlook.com>
2017-09-27 18:06:06 +00:00
Raphael Kubo da Costa
356e57325d
Switch MASTER_SITES to https.
2017-09-27 17:50:51 +00:00
Raphael Kubo da Costa
b8354f8ca6
Add a patch for CVE-2017-14107.
...
This is a minor security vulnerability that can lead to a denial of service
issue in libzip when a specially crafted archive is used.
PR: 222638
Security: b2952517-07e5-4d19-8850-21c5b7e0623f
Security: CVE-2017-14107
2017-09-27 16:52:20 +00:00
Raphael Kubo da Costa
6d0f14854d
Switch to https in WWW.
2017-09-27 16:30:38 +00:00
Palle Girgensohn
b90c8f8a63
Add lazperf to the ports tree
...
and reenable databases/pointcloud
PR: 221577
2017-09-26 19:13:49 +00:00
Jan Beich
98eb11b2f0
devel/boost-*: update to 1.65.1
...
Changes: http://www.boost.org/users/history/version_1_65_1.html
PR: 218835
Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by: jhibbits (on powerpc64, earlier version)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582
2017-09-25 00:08:16 +00:00
Jan Beich
7e21a6476a
devel/boost-*: enable C++11 features
...
PR: 218835
Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by: maintainer timeout (2 months)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582
2017-09-25 00:05:05 +00:00
Jan Beich
a382198617
devel/icu: update to 59.1
...
- Temporarily keep C++98 working in consumers for Clang's default -std=
Changes: http://site.icu-project.org/download/59
PR: 218788
Submitted by: takefu@airport.fm , dcarmich@dcarmichael.net (early version)
Exp-run by: antoine
2017-09-25 00:02:36 +00:00
Sofian Brabez
5e77d69ae6
- Update to 0.4.9
2017-09-21 13:01:44 +00:00