Commit graph

278606 commits

Author SHA1 Message Date
wiz
c57215a7b2 Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
wiz
c26387acbf lighttpd: remove merged patch 2018-03-12 09:03:03 +00:00
wiz
d5f41f2ae5 doc: Updated www/lighttpd to 1.4.49 2018-03-12 09:01:07 +00:00
wiz
c97ad6839f lighttpd: update to 1.4.49.
- 1.4.49 - 2018-03-11
  * [core] adjust offset if response header blank line
  * [mod_accesslog] %{canonical,local,remote}p (fixes #2840)
  * [core] support POLLRDHUP, where available (#2743)
  * [mod_proxy] basic support for HTTP CONNECT method (#2060)
  * [mod_deflate] fix deflate of file > 2MB w/o mmap
  * [core] fix segfault if tempdirs fill up (fixes #2843)
  * [mod_compress,mod_deflate] try mmap MAP_PRIVATE
  * [core] discard from socket using recv MSG_TRUNC
  * [core] report to stderr if errorlog path ENOENT (fixes #2847)
  * [core] fix base64 decode when char is unsigned (fixes #2848)
  * [mod_authn_ldap] fix mem leak when ldap auth fails (fixes #2849)
  * [core] warn if mod_indexfile after dynamic handler
  * [core] do not reparse request if async cb
  * [core] non-blocking write() to piped loggers
  * [mod_openssl] minor code cleanup; reduce var scope
  * [mod_openssl] elliptic curve auto selection (fixes #2833)
  * [core] check for path-info forward down path
  * [mod_authn_ldap] auth with ldap referrals (fixes #2846)
  * [core] code cleanup: separate physical path sub
  * [core] merge redirect/rewrite pattern substitution
  * [core] fix POST with chunked request body (fixes #2854)
  * [core] remove unused func
  * [doc] minor update to *outdated* doc
  * [mod_wstunnel] fix for frames larger than 64k (fixes #2858)
  * [core] fix 32-bit compile POST w/ chunked request body (#2854)
  * [core] add include sys/poll.h on Solaris (fixes #2859)
  * [core] fix path-info calculation in git master (fixes #2861)
  * [core] pass array_get_element_klen() const array *
  * [core] increase stat_cache abstraction
  * [core] open additional fds O_CLOEXEC
  * [core] fix CONNECT w strict header parsing enabled
  * [mod_extforward] CIDR support for trusted proxies (fixes #2860)
  * [core] re-enable overloaded backends w/ multi wkrs
  * [autoconf] reduce minimum automake version to 1.13
  * [mod_auth] constant time compare plain passwords
  * [mod_auth] check that digest realm matches config
  * [core] fix incorrect hash algorithm impl
2018-03-12 09:00:59 +00:00
wiz
8b121669a1 doc: Updated archivers/libzip to 1.5.0 2018-03-12 08:52:03 +00:00
wiz
0861cd8719 libzip: update to 1.5.0.
1.5.0 [2018-03-11]
==================

* Use standard cryptographic library instead of custom AES implementation.
  This also simplifies the license.
* Use `clang-format` to format the source code.
* More Windows improvements.
2018-03-12 08:51:54 +00:00
wiz
91cd9f20fe fontconfig: finish update to 2.13.0 2018-03-12 08:00:34 +00:00
dholland
ce992d622d Use std::abs instead of just abs to fix clang build. 2018-03-12 01:29:44 +00:00
dholland
37f77ef120 Fix (mis)use of __NetBSD_Prereq__ per PR 38051. 2018-03-12 00:29:24 +00:00
schmonz
cf695b3387 doc: Updated www/ikiwiki to 3.20180311 2018-03-11 23:20:52 +00:00
schmonz
38a4d7fdc2 Update to 3.20180311. From the changelog:
[ Amitai Schleier ]
  * Avoid unexpected full paths from find(1)

  [ thm.id.fedoraproject.org ]
  * rst test: Probe for docutils Python 3 module, not Python 2

  [ Simon McVittie ]
  * mdwn: Automatically detect which Discount flags to use, fixing
    regressions in 3.20180228 when using Discount < 2.2
  * Add a test asserting that no plugin is an empty file, to confirm
    that the build fixes in 3.20180228 were successful
2018-03-11 22:57:55 +00:00
ginsbach
f99091393b textproc/xxdiff-scripts: don't fix uninstalled scripts
Don't bother replacing the Python path in scripts that aren't installed.
2018-03-11 21:23:28 +00:00
ginsbach
7f4ec8e1a5 textproc/Makefile: xxdiff and xxdiff-scripts 2018-03-11 21:05:51 +00:00
ginsbach
a0a1ec5b70 doc: added xxdiff-4.0.1
xxdiff-4.0.1 added as two separate packages xxdiff and xxdiff-scripts
following the lead of FreeBSD's port system.
2018-03-11 21:01:14 +00:00
ginsbach
2fd362a1c9 textproc/xxdiff-scripts: add xxdiff Python wrappers
xxdiff comes with a bunch of wrapper Python scripts that invoke xxdiff in
creative ways.  All this code is now distributed with xxdiff, in an xxdiff
Python package, which you can leverage to build your own file transformation
scripts around xxdiff. [from author http://furius.ca/xxdiff/#id10]
2018-03-11 20:57:16 +00:00
ginsbach
b2609e3607 textproc/xxdiff: add xxdiff-4.0.1
xxdiff is a graphical file and directories comparator and merge tool.
2018-03-11 20:52:38 +00:00
bsiegert
725d1ffd75 go-sys, go-crypto updates; go-crypto-acme removal. 2018-03-11 20:50:12 +00:00
bsiegert
9f189bf98d Remove go-crypto-acme. Replacement: go-crypto.
The two packages have been re-merged after the removal of a circular
dependency.
2018-03-11 20:49:04 +00:00
bsiegert
9bc65dd100 Depend on go-crypto instead of go-crypto-acme.
Bump revision.
2018-03-11 20:45:19 +00:00
bsiegert
7761eabef2 Update go-crypto to 0.0.20180308. No changelog from upstream.
The circular dependency that prompted splitting this package is no longer
an issue, as acme now depends on context instead of golang.org/x/net/context.
Thus, this package now contains what used to be go-crypto-acme and conflicts
with it.
2018-03-11 20:43:33 +00:00
bsiegert
d635afcd5c Update go-sys to 0.0.20180318. No changelog from upstream. 2018-03-11 20:38:25 +00:00
wiz
63290c236a doc: Added x11/gtksourceview4 version 4.0.0 2018-03-11 20:25:33 +00:00
wiz
2587de0953 x11/Makefile: gtksourceview4 2018-03-11 20:25:22 +00:00
wiz
698bbf8ddd gtksourceview2: mention this is version 2 of the widget. 2018-03-11 20:25:01 +00:00
wiz
b9e8c231a0 gtksourceview: mention this is version 1 of the widget. 2018-03-11 20:24:32 +00:00
wiz
bf6ec5cef9 gtksourceview3: mention this is version 3 of the widget. 2018-03-11 20:24:17 +00:00
wiz
26d3331855 x11/gtksourceview4: import gtksourceview4-4.0.0
GtkSourceView is a text widget that extends the standard GTK+ 3.x text
widget GtkTextView.  It improves GtkTextView by implementing syntax
highlighting and other features typical of a source code editor.

This package contains major version 4 of the widget.
2018-03-11 20:23:23 +00:00
bsiegert
6b3c61f120 Fix build with Go 1.10, bump revision. 2018-03-11 20:00:34 +00:00
wiz
45c2cda2da doc: Updated graphics/ImageMagick to 7.0.7.25 2018-03-11 19:58:18 +00:00
wiz
cf4c4456dc ImageMagick: update to 7.0.7.25.
2018-03-04  7.0.7-25 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.7-25, GIT revision 23177:17a986472:20180304.

2018-03-04  7.0.7-25 Cristy  <quetzlzacatenango@image...>
  * Fixed numerous use of uninitialized values, integer overflow, memory
    exceeded, and timeouts (credit to OSS Fuzz).
2018-03-11 19:58:09 +00:00
wiz
e85ac53518 doc: Updated devel/m17n-lib to 1.8.0 2018-03-11 19:47:35 +00:00
wiz
b6f12e09ba m17n-lib: update to 1.8.0.
Sync bl3.mk with Makefile/options.mk.

* Changes in the m17n library 1.8.0

This release is just for bug fixing.
2018-03-11 19:47:27 +00:00
bsiegert
86ef8d26fa Fix build with Go 1.10, bump revision.
Go 1.10 no longer builds a .a file from the testdata (which are not
supposed to be compiled anyway). Remove from PLIST and remove it explicitly
in the build, so this can be compiled with older Go too.
2018-03-11 19:45:21 +00:00
wiz
701fb28c75 doc: Updated misc/m17n-db to 1.8.0 2018-03-11 19:44:45 +00:00
wiz
10e27fff08 m17n-db: update to 1.8.0.
* Changes in the m17n database 1.8.0

** New input methods are added.

mr-remigton.mim: Marathi input method for remington layout
mr-typewriter.mim: Marathi input method for typewriter layout
ne-rom-translit.mim: Nepali input method with roman transliteration
ne-trad.mim: Nepali input method for traditional layout
kn-optitransv2.mim: Kannada input method by the OPTITRANS transliteration system
hi-optitransv2.mim: Hindi input method  by the OPTITRANS transliteration system
ml-enhanced-inscript.mim: Malayalam input method for enhanced inscript layout

** This input method is largely augmented.

lsymbol.mim: Add many symbols.

** Names of these input methods are changed.

uk-kbd.mim: renamed from ua-kbd to uk-kbd
zh-zhuyin.mim: renamed from zh-bopomofo to zh-zhuyin
2018-03-11 19:44:36 +00:00
wiz
b62dc87928 doc: Updated devel/py-setuptools to 38.5.2 2018-03-11 19:42:42 +00:00
wiz
413be8af7a py-setuptools: update to 38.5.2.
v38.5.2
-------

* #1285: Fixed RuntimeError in pkg_resources.parse_requirements
  on Python 3.7 (stemming from PEP 479).
2018-03-11 19:42:33 +00:00
wiz
39cedddf8b doc: Updated misc/py-anki2 to 2.0.50 2018-03-11 18:08:37 +00:00
wiz
79836af778 py-anki2: update to 2.0.50.
Changes in 2.0.50

Released 2018-03-08.

Fixed a bug on macOS High Sierra that could cause media files to
be detected as changed when they hadn’t been.

Burying now defaults to off.

The default review limit is now 200 cards/day.

Changes in 2.0.49

Released 2018-02-05.

The standard Mac build is now 64 bit, which should prevent warnings
in future macOS updates. If you’re on an older machine that is 32
bit only, you’ll need to switch to the alternate build.
Changes in 2.0.48

Changes in 2.0.48

Released 2017-10-11.

Built with an updated Python version, which fixes some issues
add-ons were having accessing secure sites. Due to regressions with
the Linux build, this version is only available for Windows and
Mac.

Update 2017-11-28: The alternate Mac version also had problems with
the new Python, and has been rolled back.
2018-03-11 18:08:28 +00:00
wiz
3872447b5d doc: Updated graphics/py-cairo to 1.16.3 2018-03-11 18:06:22 +00:00
wiz
13679c43e9 py-cairo: update to 1.16.3.
1.16.3 - 2018-02-27
-------------------

* Ship Python type annotation stubs. They are currently supported by mypy and
  PyCharm. 🐛`99` :pr:`101`
2018-03-11 18:06:13 +00:00
wiz
df437f0c7e doc: Updated converters/libmspub to 0.1.4 2018-03-11 18:04:26 +00:00
wiz
12297c0418 libmspub: update to 0.1.4.
libmspub 0.1.4

- Fix several problems found by oss-fuzz.
- Fix regression in closing shape groups that caused missing shapes on
  second and subsequent pages. (tdf#116018)
2018-03-11 18:04:17 +00:00
wiz
e8d54540b0 doc: Updated textproc/libunistring to 0.9.9 2018-03-11 18:02:20 +00:00
wiz
f203b2b8de libunistring: update to 0.9.9.
New in 0.9.9:
* Fixed a multithread-safety bug.
2018-03-11 18:02:11 +00:00
wiz
34f051c00a doc: Updated textproc/xerces-c to 3.2.1 2018-03-11 17:59:10 +00:00
wiz
7ef07cee82 xerces-c: update to 3.2.1.
Release Notes - Xerces-C++ - Version 3.2.1

** Bug
    * [XERCESC-2114] - Link failure with Xalan-C
    * [XERCESC-2119] - warning C4251: 'xercesc_3_2::TranscodeToStr::fString': class 'xercesc_3_2::ArrayJanitor<XMLByte>' needs to have dll-interface to be used by clients of class 'xercesc_3_2::TranscodeToStr'
    * [XERCESC-2121] - xercesc-3.2.0 fails to configure with cmake, gnuiconv on Solaris.
    * [XERCESC-2122] - CMake: wrong substitutions in pkg-config file
    * [XERCESC-2123] - Tests sometimes fail when run in parallel, due to race conditions
    * [XERCESC-2124] - Typo in XMLUni::fgDOMDisallowDoctype XMLCh array
    * [XERCESC-2125] - CMake variable for nothreads does not match generated config define
    * [XERCESC-2130] - UTF16 Surrgate values 0xD800-0xDFFF can not longer be written with xerces 3.2.0 (e.g. emoticons)
    * [XERCESC-2137] - CMake Build Doesn't Activate XERCES_MFC_SUPPORT

** Improvement
    * [XERCESC-2132] - cmake: Add the ability to force the specific XMLCh type to use
    * [XERCESC-2134] - Remove non-functional Win32MsgLoader code
    * [XERCESC-2136] - Add support for versioning sources and documentation automatically
2018-03-11 17:59:01 +00:00
wiz
c0d7a7677c doc: Updated fonts/fontconfig to 2.13.0 2018-03-11 17:54:13 +00:00
wiz
8c8d851f89 fontconfig: update to 2.13.0.
Finally we have made new stable release, 2.13.0 here. summaries for
changes since last stable release of 2.12.6 are:
- Improve the footprint on cache creation
- emoji/math fonts support
- variable fonts support
- config file description support
- allow sharing caches with bind-mounted dirs
- bug fixes
2018-03-11 17:54:03 +00:00
wiz
1c9e9c8c4b doc: Updated textproc/py-libxml2 to 2.9.8 2018-03-11 17:50:21 +00:00