Commit graph

270627 commits

Author SHA1 Message Date
tnn
3f56f5eef3 super_pi: add a backup master site 2017-09-23 13:15:28 +00:00
tnn
b712714ae2 py-argon2_cffi: py2x/3x PLIST differentiation 2017-09-23 12:38:18 +00:00
tnn
0085770da7 sunxi-tools: fix PLIST 2017-09-23 12:18:50 +00:00
tnn
db4d6bba53 kwallet: build fix 2017-09-23 11:58:37 +00:00
tnn
5400a279a9 ocaml-jbuilder: don't bomb if MAKE_JOBS is unset 2017-09-23 11:42:52 +00:00
wiz
9115b2f8de doc/TODO: + o syncthing-0.14.38 [wiz] 2017-09-23 11:17:27 +00:00
maya
f656cb4428 Stopgap fix: omit asymptote dependency in meta-pkg
it depends on ghostscript-agpl and conflicts with other packages.
From Eric Brown in PR pkg/52568

XXX better solution
2017-09-23 05:56:59 +00:00
maya
ec10bce9ac Rename OS X to macOS to follow Apple's new naming
Eric Brown: PR pkg/52567: Readme.MacOSX is out of date

Additional changes by me: don't mention that the file isn't README.OSX
due to OS X being a different name, because the new name macOS makes
the filename less confusing.
2017-09-23 05:53:52 +00:00
maya
5e144002c5 macOS 10.13 requires nbsed and nbawk
From Eric Brown in PR pkg/52566
2017-09-23 05:43:51 +00:00
maya
65f0cf38a1 doc: Updated lang/perl5 to 5.26.0nb3 2017-09-23 05:29:30 +00:00
maya
e47ee7d41b perl5: patch for CVE-2017-12837, CVE-2017-12883
CVE-2017-12837: heap buffer overflow in regular expression compiler
CVE-2017-12883: buffer over-read in regular expression parser

From upstream commits:
https://perl5.git.perl.org/perl.git/commitdiff/2be4edede4ae226e2eebd4eff28cedd2041f300f
https://perl5.git.perl.org/perl.git/commitdiff/96c83ed78aeea1a0496dd2b2d935869a822dc8a5

bump PKGREVISION
2017-09-23 05:29:07 +00:00
wiz
d8b2a9c8ad bcollect: cleanups
user-destdir is fine, does not need destdir.
Set LICENSE.
Comment out dead sites.
2017-09-23 05:26:30 +00:00
wiz
6b182a30a1 tracer: comment out dead sites 2017-09-23 05:24:29 +00:00
wiz
2318764382 clib: cleanups
Does not need destdir, user-destdir is fine.
Set LICENSE.
Comment out dead master sites.
2017-09-23 05:18:47 +00:00
maya
794e60137e libevent: provide a no-op fallback definition of SA_RESTART
Using 0 as a value because the value varies by OS, for safety
QNX 6.5 build fix reported by Jan Danielsson
2017-09-23 03:24:55 +00:00
wiedi
6032dbe0ee unshield: add required buildlinks
Requires openssl and may use libiconv if detected,
but then forget to link it.
2017-09-22 23:26:20 +00:00
wiedi
acb227c17e goaccess: fix build on SunOS
Needs c99
2017-09-22 22:18:01 +00:00
wiedi
336e128880 clex: fix build on SunOS
Needs c99
2017-09-22 22:05:05 +00:00
wiedi
a0b5a6334f bearssl: fix build on SunOS
Needs to link -lsocket -lnsl
2017-09-22 22:00:57 +00:00
wiedi
0efdf1f1cd festival: fix on Darwin
Create the needed makefile fragment for Darwin.
2017-09-22 21:09:08 +00:00
tez
9dce0043f9 doc: note fix of CVE-2017-3735 in openssl 1.0.2knb1 2017-09-22 21:04:54 +00:00
tez
36c9239fb9 openssl: fix for CVE-2017-3735 2017-09-22 21:02:43 +00:00
wiedi
fc609fb3cb py-gevent: fix build on SunOS
Similar fix as in devel/libev is needed for the included libev version.
2017-09-22 20:18:54 +00:00
gdt
504522fcf6 postgresql-postgis2: Work around an upstream configure bug
Upstream has very complicated ifdefs that try to define UNIX
everywhere but windows, except that it fails to include NetBSD.  Then,
it uses UNIX to avoid using the non-standard stricmp and instead use
the POSIX-conforming strcasecmp.

For pkgsrc, rip out an entire screenful of complexity and just define
UNIX if not defined.  Resolves build on NetBSD 7, and probably other places.
2017-09-22 17:18:42 +00:00
tnn
bdd91f0c33 cargo: needs cmake 2017-09-22 12:40:15 +00:00
tnn
970f01378d beats: regen distinfo, bump rev
Upstream moved the release tag after a documentation fix.
2017-09-22 12:25:44 +00:00
tnn
7c0e68ed19 ruby-uconv: add mirror site 2017-09-22 12:09:26 +00:00
jperkin
4d7d20d812 consul: Fix checksums. 2017-09-22 10:24:11 +00:00
maya
558d56d8e9 doc: Updated www/ap2-perl to 2.0.10nb1 2017-09-22 09:59:55 +00:00
maya
fa56fcc71d ap2-perl: missing PKGREVISION bump from perl 5.26 update
PR pkg/52507: ap24-perl module upgrade breaks Apache HTTPd v2.4
2017-09-22 09:59:30 +00:00
jperkin
71be39602d ocaml: libasmrunp.a is only built when profiling is enabled. 2017-09-22 09:48:28 +00:00
wiz
f4da43ab6b utilisp: follow redirects 2017-09-22 07:06:35 +00:00
wiz
f1558df28c unrar: Follow redirects 2017-09-22 07:03:57 +00:00
wiz
87bd06c310 dhbitty: follow redirects 2017-09-22 07:02:57 +00:00
maya
143a7b2e99 cinepaint: fix build by not providing a weird declaration of fgets
PR pkg/52565
2017-09-22 06:37:26 +00:00
maya
08b0a89013 libevent: remove redundant include, define __EXT_POSIX2 on QNX.
Should help QNX build the package, but still missing a fallback definition
for SA_RESTART.

Reported by Jan Danielsson on pkgsrc-users.
2017-09-22 02:58:50 +00:00
gdt
84bfe7cdd4 bootstrap/MacOSX: explain tools issues for 10.12 2017-09-21 19:42:16 +00:00
morr
0b5db982fe Note update of www/wordpress 2017-09-21 19:25:28 +00:00
morr
475cadd78a Security update to version 4.8.2
Security issues:
- $wpdb->prepare() can create unexpected and unsafe queries leading to potential SQL injection (SQLi). WordPress core is not directly vulnerable to this issue, but we’ve added hardening to prevent plugins and themes from accidentally causing a vulnerability. Reported by Slavco.
- A cross-site scripting (XSS) vulnerability was discovered in the oEmbed discovery. Reported by xknown of the WordPress Security Team.
- A cross-site scripting (XSS) vulnerability was discovered in the visual editor. Reported by Rodolfo Assis (@brutelogic) of Sucuri Security.
- A path traversal vulnerability was discovered in the file unzipping code. Reported by Alex Chapman (noxrnet).
- A cross-site scripting (XSS) vulnerability was discovered in the plugin editor. Reported by 陈瑞琦 (Chen Ruiqi).
- An open redirect was discovered on the user and term edit screens. Reported by Yasin Soliman (ysx).
- A path traversal vulnerability was discovered in the customizer. Reported by Weston Ruter of the WordPress Security Team.
- A cross-site scripting (XSS) vulnerability was discovered in template names. Reported by Luka (sikic).
- A cross-site scripting (XSS) vulnerability was discovered in the link modal. Reported by Anas Roubi (qasuar).

And 6 other fixes:

* Emoji
- #41584 - Upgrade Twemoji to 2.5.0
- #41852 - Fix UN flag test by returning the correct value.

*I18N
- #41794 - Support numbers in locales during installation

* Security
- #13377 - Add more sanitization in _cleanup_header_comment

*Widgets
- #41596 - New Text Widget recognizes HTML but does not render it in the front end
- #41622 - Text widget can show DOMDocument::loadHTML() warnings in admin when is_legacy_widget method is called

More on https://codex.wordpress.org/Version_4.8.2
2017-09-21 19:24:46 +00:00
adam
2d42d67d50 Allow builing on macOS (without X11) 2017-09-21 18:41:50 +00:00
adam
ad41dad0a6 Removed devel/py-unittest2py3k successor devel/py-unittest2 2017-09-21 15:19:23 +00:00
adam
8acf7e03b0 py-unittest2py3k: removed, successor py-unittest2
Notes from py-unittest2:
There was a separate version of unittest2 for Python 3. This is no longer needed, but still exists on PyPI. This had the project name "unittest2py3k" but uses the same package name ("unittest2").
2017-09-21 15:18:08 +00:00
jperkin
8b30b62c0e fontforge: Fix build on SunOS, requires GNU date features. 2017-09-21 15:06:17 +00:00
bsiegert
705798f4c6 Support large files in sam.
From trebol via pkgsrc-users.
While here, regenerate patches (one per file, unified diffs).
Bump PKGREVISION.

(This commit message was written in sam.)
2017-09-21 14:37:39 +00:00
jperkin
2af7fedbde ocaml: Fix PKGMANDIR.
Add a PRINT_PLIST_AWK to help avoid this being removed again in the future,
though with all the PLIST_VARS used it's still difficult to keep updated.  It
is probably worth splitting the vars into individual PLIST files instead.
2017-09-21 13:56:59 +00:00
wiz
c2d5b09161 Remove entry for wip update, sorry. 2017-09-21 11:42:40 +00:00
jperkin
70116c88b2 doc: Updated games/gnuchess-book-medium to 20000511nb4 2017-09-21 11:20:13 +00:00
jperkin
2a9e8ef87c gnuchess-book-medium: Update for gnuchess-6 and tidy.
Unfortunately this still does not build due to errors in the book.  It's
likely this package should just be deleted, but I'll leave it around for
now in case someone speaks gnuchess and is able to patch it sufficiently.

Bump PKGREVISION anyway for the LICENSE change.
2017-09-21 11:20:04 +00:00
jperkin
5131c19854 doc: Updated games/gnuchess-book to 1.02nb1 2017-09-21 10:57:35 +00:00
jperkin
f0e5e6b390 gnuchess-book: Fix building with newer gnuchess and tidy.
Bump PKGREVISION for LICENSE and DEPENDS changes.
2017-09-21 10:57:25 +00:00