summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-01-29mk/tools/replace.mk: Update the check to devel/nbpatchleot1-2/+2
The check to avoid possible dependency loop was not updated to check devel/nbpatch (instead of devel/patch). Fix PR pkg/53920 reported by Dean Matzkov.
2019-01-29remove obsolete hacks.mk & reduce diffs between mozilla derivative packagestnn19-190/+95
2019-01-29tex package updatesmarkd1-1/+9
2019-01-29tex-pgf{,-doc}: update to 3.1markd6-19/+68
Release 3.1 introduces the new animations library for HTML/SVG output and comes with tons of bugfixes.
2019-01-29tex-lipsum{,-doc}: update to 2.2markd6-19/+23
- Uses \par instead of \tex_par:D to avoid incompatibilities with LaTeX2e's list-environment - Defines an interface to implement other texts than "Lorem ipsum..." without re-coding the logic used by lipsum - Ships with a second text, "De finibus", a speech by Cicero, which inspired the Lorem ipsum dummy text. This text is true latin and is properly hyphenated by, for example, babel.sty with language latin.
2019-01-29tex-adjustbox{,-doc}: update to 1.2markd4-16/+16
* Added missing 'clip' feature for rounded frames. * Changed order of corner values for rounded frames. This includes an update to the clipping drivers. * Corrected 'adjnofloat' environment used by the 'nofloat' key to support the 'hypcap' feature of the 'caption' and 'hypcap' packages. * Updated manual description of `export` option as requested by Issue #9. * Updated manual to use (left, bottom, right, top) for the side values instead of (llx, lly, urx, ury). * Some other improvements in the manual. * Added keys and matching commands and environments to align to the page margins and text area borders: 'pagecenter', 'pageleft', 'pageright', 'pageinner', 'pageouter', 'textareacenter', 'textarealeft', 'textarearight', 'textareainner', 'textareaouter'. * Added 'noindent' key. * Added \newadjustimage and \NewAdjustImage commands to define custom versions of \adjustimage with predefined key lists. This include variation to renew, provide and declare such macros. * Added \provideadjustboxenv and \declareadjustboxenv. * Added \provideadjustboxcmd and \declareadjustboxcmd.
2019-01-29tex-schwalbe-chess{,-doc}: update to 2.3markd4-16/+16
changes unknown
2019-01-29doc: Updated fonts/harfbuzz to 2.3.0bsiegert2-3/+3
2019-01-29Update harfbuzz to 2.3.0.bsiegert4-15/+17
- Fix regression on big-endian architectures. Ouch! - Misc bug and build fixes. - Fix subsetting of simple GSUB/GDEF. - Merge CFF / CFF2 support contributed by Adobe. This mostly involves the subsetter, but also get_glyph_extents on CFF fonts.
2019-01-29doc: Updated x11/gtk3 to 3.24.4leot1-1/+2
2019-01-29gtk3: Update to 3.24.4leot2-7/+7
Changes: Overview of Changes in GTK+ 3.24.4 ================================== * Support gtk_file_chooser_set_filter in GtkFileChooserNative * Bugs fixed: - wayland: Fix long combobox positioning - about dialog: Activate all links in the same way - switch: Add fallbacks for symbols - spinbutton: Fix background color * Translation updates: - Africaans
2019-01-29Updated www/firefox to 65.0ryoon1-1/+2
2019-01-29Updatet to 65.0ryoon18-345/+315
Changelog: New Enhanced tracking protection: Simplified content blocking settings give users standard, strict, and custom options to control online trackers. A redesigned content blocking section in the site information panel (viewed by expanding the small “i” icon in the address bar) shows what Firefox detects and blocks on each website you visit. To learn more about content blocking, visit the Mozilla Blog. A better experience for multilingual users: An updated Language section in Preferences allows users to install multiple language packs and order language preferences for Firefox and websites, without having to download locale-specific versions. Support for Handoff on macOS: Continue browsing across devices. Pick up where you left off with iOS (via Firefox or Safari) on Firefox on Mac. A better video streaming experience for Windows users: Firefox now supports the next-generation, royalty-free video compression technology called AV1. Read about Mozilla’s contribution to this new open standard. Improved performance and web compatibility, with support for the WebP image format: WebP brings the same image quality as existing formats at smaller file sizes, which saves bandwidth and speeds up page load. Fixed Various security fixes. Changed Enhanced security for macOS, Linux, and Android users via stronger stack smashing protection which is now enabled by default for all platforms. "Stack smashing" is a common security attack in which malicious actors corrupt or take control of a vulnerable program. Firefox will now warn you when closing a window (regardless of whether you have automatic session restore enabled for restart). Easier performance management: The revamped Task Manager page found at about:performance now reports memory usage for tabs and add-ons. Improved the pop-up blocker to prevent multiple pop-up windows from being opened by websites at the same time. Security fixes: Not available yet.
2019-01-29doc: Updated emulators/qemu to 3.1.0nb3martin1-1/+2
2019-01-29Apply upstream fix for FPCR register handling on aarch64, fixes bogusmartin3-3/+20
test failures in our test runs.
2019-01-29Updated net/knot to 2.7.6ryoon1-1/+2
2019-01-29Update to 2.7.6ryoon3-37/+30
Changelog: Knot DNS 2.7.6 (2019-01-23) =========================== Improvements: ------------- - Zone status also shows when the zone load is scheduled - Server workers status also shows background workers utilization - Default control timeout for knotc was increased to 10 seconds - Pkg-config files contain auxiliary variable with library filename Bugfixes: --------- - Configuration commit or server reload can drop some pending zone events - Nonempty zone journal is created even though it's disabled #635 - Zone is completely re-signed during empty dynamic update processing - Server can crash when storing a big zone difference to the journal - Failed to link on FreeBSD 12 with Clang Knot DNS 2.7.5 (2019-01-07) =========================== Features: --------- - Keymgr supports NSEC3 salt handling Improvements: ------------- - Zone history in journal is dropped apon AXFR-like zone update - Libdnssec is no longer linked against libm #628 - Libdnssec is explicitly linked against libpthread if PKCS #11 enabled #629 - Better support for libknot packaging in Python - Manually generated KSK is 'ready' by default - Kdig supports '+timeout' as an alias for '+time' - Kdig supports '+nocomments' option - Kdig no longer prints empty lines between retries - Kdig returns failure if operations not successfully resolved #632 - Fixed repeating of the 'KSK submission, waiting for confirmation' log - Various improvements in documentation, Dockerfile, and tests Bugfixes: --------- - Knotc fails to unset huge configuration section - Kjournalprint sometimes fails to display zone journal content - Improper timing of ZSK removal during ZSK rollover - Missing UTC time zone indication in the 'iso' keymgr list output - A race condition in the online signing module Knot DNS 2.7.4 (2018-11-13) =========================== Features: --------- - Added SNI configuration for TLS in kdig (Thanks to Alexander Schultz) Improvements: ------------- - Added warning log when DNSSEC events not successfully scheduled - New semantic check on timer values in keymgr - DS query no longer asks other addresses if got a negative answer - Reintroduced 'rollover' configuration option for CDS/CDNSKEY publication - Extended logging for zone loading - Various documentation improvements Bugfixes: --------- - Failed to import module configuration #613 - Improper Cflags value in libknot.pc if built with embedded LMDB #615 - IXFR doesn't fall back to AXFR if malformed reply - DNSSEC events not correctly scheduled for empty zone updates - During algorithm rollover old keys get removed before DS TTL expires #617 - Maximum zone's RRSIG TTL not considered during algorithm rollover #620 Knot DNS 2.7.3 (2018-10-11) =========================== Features: --------- - New queryacl module for query access control - Configurable answer rrset rotation #612 - Configurable NSEC bitmap in online signing Improvements: ------------- - Better error logging for KASP DB operations #601 - Some documentation improvements Bugfixes: --------- - Keymgr "list" output doesn't show key size for ECDSA algorithms #602 - Failed to link statically with embedded LMDB - Configuration commit causes zone reload for all zones - The statistics module overlooks TSIG record in a request - Improper processing of an AXFR-style-IXFR response consisting of one-record messages - Race condition in online signing during key rollover #600 - Server can crash if geoip module is enabled in the geo mode Knot DNS 2.7.2 (2018-08-29) =========================== Improvements: ------------- - Keymgr list command displays also key size - Kjournalprint displays total occupied size in the debug mode - Server doesn't stop if failed to load a shared module from the module directory - Libraries libcap-ng, pthread, and dl are linked selectively if needed Bugfixes: --------- - Sometimes incorrect result from dnssec_nsec_bitmap_contains (libdnssec) - Server can crash when loading zone file difference and zone-in-journal is set - Incorrect treatment of specific queries in the module RRL - Failed to link module Cookies as a shared library Knot DNS 2.7.1 (2018-08-14) =========================== Improvements: ------------- - Added zone wire size information to zone loading log message - Added debug log message for each unsuccessful remote address operation - Various improvements for packaging Bugfixes: --------- - Incompatible handling of RRSIG TTL value when creating a DNS message - Incorrect RRSIG TTL value in zone differences and knotc zone operation outputs - Default configure prefix is ignored Knot DNS 2.7.0 (2018-08-03) =========================== Features: --------- - New DNS Cookies module and related '+cookie' kdig option - New module for response tailoring according to client's subnet or geographic location - General EDNS Client Subnet support in the server - OSS-Fuzz integration (Thanks to Jonathan Foote) - New '+ednsopt' kdig option (Thanks to Jan Včelák) - Online Signing support for automatic key rollover - Non-normal file (e.g. pipe) loading support in zscanner #542 - Automatic SOA serial incrementation if non-empty zone difference - New zone file load option for ignoring zone file's SOA serial - New build-time option for alternative malloc specification - Structured logging for DNSSEC key submission event - Empty QNAME support in kdig Improvements: ------------- - Various library and server optimizations - Reduced memory consumption of outgoing IXFR processing - Linux capabilities use overhaul #546 (Thanks to Robert Edmonds) - Online Signing properly signs delegations and CNAME records - CDS/CDNSKEY rrset is signed with KSK instead of ZSK - DNSSEC-related records are ignored when loading zone difference with signing enabled - Minimum allowed RSA key length was increased to 1024 - Removed explicit dependency on Nettle Bugfixes: --------- - Possible uninitialized address buffer use in zscanner - Possible index overflow during multiline record parsing in zscanner - kdig +tls sometimes consumes 100 % CPU #561 - Single-Type Signing doesn't work with single ZSK key #566 - Zone not flushed after re-signing during zone load #594 - Server crashes when committing empty zone transaction - Incoming IXFR with on-slave signing sometimes leads to memory corruption #595 Compatibility: -------------- - Removed obsolete RRL configuration - Removed obsolete module names 'mod-online-sign' and 'mod-synth-record' - Removed obsolete 'ixfr-from-differences' configuration option - Removed old journal migration - Removed module rosedb Knot DNS 2.6.9 (2018-08-14) =========================== Improvements: ------------- - Added zone wire size to zone loading log message - Added debug log message for each unsuccessful remote address operation Bugfixes: --------- - Zone not flushed after re-signing during zone load #594 - Server crashes when committing empty zone transaction - Incoming IXFR with on-slave signing sometimes leads to memory corruption #595 Knot DNS 2.6.8 (2018-07-10) =========================== Features: --------- - New 'import-pkcs11' command in keymgr Improvements: ------------- - Unixtime serial policy mimics Bind – increment if lower #593 Bugfixes: --------- - Creeping memory consuption upon server reload #584 - Kdig incorrectly detects QNAME if 'notify' is a prefix - Server crashes when zone sign fails #587 - CSK->KZSK rollover retires CSK early #588 - Server crashes when zone expires during outgoing multi-message transfer - Kjournalprint doesn't convert zone name argument to lower-case - Cannot switch to a previously used ksk-shared dnssec policy #589 Knot DNS 2.6.7 (2018-05-17) =========================== Features: --------- - Added 'dateserial' (YYYYMMDDnn) serial policy configuration (Thanks to Wolfgang Jung) Improvements: ------------- - Trailing data indication from the packet parser (libknot) - Better configuration check for a problematical option combination Bugfixes: --------- - Incomplete configuration option item name check - Possible buffer overflow in 'knot_dname_to_str' (libknot) - Module dnsproxy doesn't preserve letter case of QNAME - Module dnsproxy duplicates OPT and TSIG in the non-fallback mode Knot DNS 2.6.6 (2018-04-11) =========================== Features: --------- - New EDNS option counters in the statistics module - New '+orphan' filter for the 'zone-purge' operation Improvements: ------------- - Reduced memory consuption of disabled statistics metrics - Some spelling fixes (Thanks to Daniel Kahn Gillmor) - Server no longer fails to start if MODULE_DIR doesn't exist - Configuration include doesn't fail if empty wildcard match - Added a configuration check for a problematical option combination Bugfixes: --------- - NSEC3 chain not re-created when SOA minimum TTL changed - Failed to start server if no template is configured - Possibly incorrect SOA serial upon changed zone reload with DNSSEC signing - Inaccurate outgoing zone transfer size in the log message - Invalid dname compression if empty question section - Missing EDNS in EMALF responses Knot DNS 2.6.5 (2018-02-12) =========================== Features: --------- - New 'zone-notify' command in knotc - Kdig uses '@server' as a hostname for TLS authenticaion if '+tls-ca' is set Improvements: ------------- - Better heap memory trimming for zone operations - Added proper polling for TLS operations in kdig - Configuration export uses stdout as a default output - Simplified detection of atomic operations - Added '--disable-modules' configure option - Small documentation updates Bugfixes: --------- - Zone retransfer doesn't work well if more masters configured - Kdig can leak or double free memory in corner cases - Inconsistent error outputs from dynamic configuration operations - Failed to generate documentation on OpenBSD Knot DNS 2.6.4 (2018-01-02) =========================== Features: --------- - Module synthrecord allows multiple 'network' specification - New CSK handling support in keymgr Improvements: ------------- - Allowed configuration for infinite zsk lifetime - Increased performance and security of the module synthrecord - Signing changeset is stored into journal even if 'zonefile-load' is whole Bugfixes: --------- - Unintentional zone re-sign during reload if empty NSEC3 salt - Inconsistent zone names in journald structured logs - Malformed outgoing transfer for big zone with TSIG - Some minor DNSSEC-related issues Knot DNS 2.6.3 (2017-11-24) =========================== Bugfixes: --------- - Wrong detection of signing scheme rollover Knot DNS 2.6.2 (2017-11-23) =========================== Features: --------- - CSK algorithm rollover and (KSK, ZSK) <-> CSK rollover support Improvements: ------------- - Allowed explicit configuration for infinite ksk lifetime - Proper error messages instead of unclear error codes in server log - Better support for old compilers Bugfixes: --------- - Unexpected reply for DS query with an owner below a delegation point - Old dependencies in the pkg-config file Knot DNS 2.6.1 (2017-11-02) =========================== Features: --------- - NSEC3 Opt-Out support in the DNSSEC signing - New CDS/CDNSKEY publish configuration option Improvements: ------------- - Simplified DNSSEC log message with DNSKEY details - +tls-hostname in kdig implies +tls-ca if neither +tls-ca nor +tls-pin is given - New documentation sections for DNSSEC key rollovers and shared keys - Keymgr no longer prints useless algorithm number for generated key - Kdig prints unknown RCODE in a numeric format - Better support for LLVM libFuzzer Bugfixes: --------- - Faulty DNAME semantic check if present in the zone apex and NSEC3 is used - Immediate zone flush not scheduled during the zone load event - Server crashes upon dynamic zone addition if a query module is loaded - Kdig fails to connect over TLS due to SNI is set to server IP address - Possible out-of-bounds memory access at the end of the input - TCP Fast Open enabled by default in kdig breaks TLS connection Knot DNS 2.6.0 (2017-09-29) =========================== Features: --------- - On-slave (inline) signing support - Automatic DNSSEC key algorithm rollover - Ed25519 algorithm support in DNSSEC (requires GnuTLS 3.6.0) - New 'journal-content' and 'zonefile-load' configuration options - keymgr tries to run as user/group set in the configuration - Public-only DNSSEC key import into KASP DB via keymgr - NSEC3 resalt and parent DS query events are persistent in timer DB - New processing state for a response suppression within a query module - Enabled server side TCP Fast Open if supported - TCP Fast Open support in kdig Improvements: ------------- - Better record owner compression if related to the previous rdata dname - NSEC(3) chain is no longer recomputed whole on every update - Remove inconsistent and unnecessary quoting in log files - Avoiding of overlapping key rollovers at a time - More DNSSSEC-related semantic checks - Extended timestamp format in keymgr Bugfixes: --------- - Incorrect journal free space computation causing inefficient space handling - Interface-automatic broken on Linux in the presence of asymmetric routing
2019-01-29Updated net/nsd to 4.1.26nb1ryoon1-1/+2
2019-01-29Do not conflict with nsd in NetBSD base. Rename rc.d script to nlsndryoon2-7/+8
Bump PKGREVISION.
2019-01-29Updated www/py-waitress, textproc/py-regexadam1-1/+3
2019-01-29py-regex: updated to 2019.01.24adam2-7/+7
2019.01.24: Unknown changes
2019-01-29py-waitress: updated to 1.2.1adam2-7/+7
1.2.1: Bugfixes - When given an IPv6 address in X-Forwarded-For or Forwarded for= waitress was placing the IP address in REMOTE_ADDR with brackets: [2001:db8::0], this does not match the requirements in the CGI spec which REMOTE_ADDR was lifted from. Waitress will now place the bare IPv6 address in REMOTE_ADDR: 2001:db8::0.
2019-01-29doc: Updated www/ocsigen-start to 1.5.0jaapb1-1/+2
2019-01-29Updated www/ocsigen-start to version 1.5.0.jaapb8-97/+18
Mostly incremental changes and bugfixes.
2019-01-29Added ocaml-resource-pooling to SUBDIRsjaapb1-1/+2
2019-01-29doc: Added devel/ocaml-resource-pooling version 0.6jaapb1-1/+2
2019-01-29Added devel/ocaml-resource-pooling 0.6jaapb5-0/+64
This is a library that handles resource (threads, connections etc) pooling, needed for ocsigen-start.
2019-01-29doc: Updated www/ocsigen-toolkit to 2.0.0jaapb1-1/+2
2019-01-29Updated www/ocsigen-toolkit to 2.0.0.jaapb5-30/+15
Many improvements and bugfixes.
2019-01-29doc: Updated www/eliom to 6.6.0jaapb1-1/+2
2019-01-29Updated www/eliom to version 6.6.0.jaapb15-534/+15
Changes include: - support for tyxml 4.3.x and js_of_ocaml 3.3.x (rendering obsolete a lot of patches); - compatibility with lwt 4.x (same); and several other bugfixes and minor improvements.
2019-01-29Updated devel/nss to 3.42ryoon1-1/+2
2019-01-29Update to 3.42ryoon2-7/+7
Changelog: New Functionality: * Bug 818686 - Support XDG basedir specification Notable changes: * Added support for some of the testcases from the Wycheproof project: - Bug 1508666 - Added AES-GCM test cases - Bug 1508673 - Added ChaCha20-Poly1305 test cases - Bug 1514999 - Added the Curve25519 test cases - Thanks to Jonas Allmann for adapting these tests. Bugs fixed in NSS 3.42: * Bug 1490006 - Reject invalid CH.legacy_version in TLS 1.3 * Bug 1507135 and Bug 1507174 - Add additional null checks to several CMS functions to fix a rare CMS crash. Thanks to Hanno Böck and Damian Poddebniak for the discovery and fixes. * Bug 1513913 - A fix for Solaris where Firefox 60 core dumps during start when using profile from version 52
2019-01-29doc: Updated www/ocsigen to 2.11.0jaapb1-1/+2
2019-01-29Updated www/ocsigen to 2.11.0.jaapb28-1208/+11
Changes include: - compatibility with ocaml 4.07 - compatibility with Lwt 4.x (a lot of this was already in patches, which I've now been able to remove) - replace tyxml-parser with xml-light and some other minor bugfixes and improvements.
2019-01-29doc: Updated devel/js_of_ocaml to 3.3.0jaapb1-1/+2
2019-01-29Updated devel/js_of_ocaml to 3.3.0.jaapb6-145/+146
Changes include: - version works with tyxml 4.3.0 - remove support for camlp4 and other improvements and bugfixes.
2019-01-29lighttpd: Fix a pkglint warnings.wiz2-4/+4
2019-01-29tex package updatesmarkd1-1/+40
2019-01-29tex-fpl{,-doc}: update to 1.003markd4-18/+18
* Regenerate the fonts with current FontForge resolving PDF/A compatibility problem. * Use the same dual licensing as the original URW fonts, c.f. <URL:http://www.tug.org/fonts/lppl-urw.txt>
2019-01-29tex-mcf2graph{,-doc}: update to 4.35markd5-20/+20
-fix bug in numbering bond -update MCF manual
2019-01-29Updated graphics/libwebp, databases/py-redisadam2-4/+4
2019-01-29py-redis: updated to 3.1.0adam2-8/+8
3.1.0: * Connection URLs must have one of the following schemes: redis://, rediss://, unix://. * Fixed an issue with retry_on_timeout logic that caused some TimeoutErrors to be retried. * Added support for SNI for SSL. * Fixed ConnectionPool repr for pools with no connections. * Fixed GEOHASH to return a None value when specifying a place that doesn't exist on the server. * Fixed XREADGROUP to return an empty dictionary for messages that have been deleted but still exist in the unacknowledged queue. * Added an owned method to Lock objects. owned returns a boolean indicating whether the current lock instance still owns the lock. * Allow lock.acquire() to accept an optional token argument. If provided, the token argument is used as the unique value used to claim the lock. * Added a reacquire method to Lock objects. reaquire attempts to renew the lock such that the timeout is extended to the same value that the lock was initially acquired with. * Stream names found within XREAD and XREADGROUP responses now properly respect the decode_responses flag. * XPENDING_RANGE now requires the user the specify the min, max and count arguments. Newer versions of Redis prevent ount from being infinite so it's left to the user to specify these values explicitly. * ZADD now returns None when xx=True and incr=True and an element is specified that doesn't exist in the sorted set. This matches what the server returns in this case. * Added client_kill_filter that accepts various filters to identify and kill clients. * Fixed a race condition that occurred when unsubscribing and resubscribing to the same channel or pattern in rapid succession. * Added a LockNotOwnedError that is raised when trying to extend or release a lock that is no longer owned. This is a subclass of LockError so previous code should continue to work as expected. * Fixed a bug in GEORADIUS that forced decoding of places without respecting the decode_responses option.
2019-01-29tex-fixme{,-doc}: update to 4.5markd4-16/+16
** Public interface for extending FiXme with new key/value options. ** Revamp the AUCTeX support ** Fix PDF signature layouts not working anymore ** Fix spurious space at the end of environments contents
2019-01-29libwebp: updated to 1.0.2adam2-7/+7
version 1.0.2 This is a binary compatible release. * (Windows) unicode file support in the tools (linux and mac already had support) * lossless encoder speedups * lossy encoder speedup on ARM * lossless multi-threaded security fix
2019-01-29doc: Updated graphics/p5-PerlMagick to 7.0.8.25leot1-1/+3
2019-01-29tex-koma-script: update to 3.26amarkd3-10/+12
Most significant changes: - \DeclareSectionCommand etc. provide new options `runin` and `afterindent`. This also makes it possible to use a negative skip before or after the headings. - Better support of XeLaTeX by scrlayer-notecolumn. - \@setplength, \@newplength and \@addtoplength are deprecated and replaced by \setplength, \newplength and \addtoplength - scrlttr2 and scrletter provide new commands \setplengthtowith, \setplengthtoheight, \setplengthtodepth, \setplengthtototalheight. - tocbasic provides \DeclareTOCStyleEntries to declare/modify multiple toc levels with one single command. - Several additional, minor changes. - Several bug fixes.
2019-01-29doc: Updated graphics/ImageMagick to 7.0.8.25leot2-3/+3
2019-01-29ImageMagick: Update to 7.0.8.25leot5-60/+17
pkgsrc changes: - jpeg is checked by configure and was indirectly picked up. Pass `--with-jpeg' and include mk/jpeg.buildlink3.mk accordingly (related to PR pkg/53921) Changes: 2019-01-27 7.0.8-25 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.8-25, GIT revision 15279:7da783a5b:20190127 2019-01-19 7.0.8-25 Cristy <quetzlzacatenango@image...> * Eliminate spurious font warning (reference https://github.com/ImageMagick/ImageMagick/issues/1458). * Support HEIC EXIF & XMP profiles. 2019-01-12 7.0.8-24 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.8-24, GIT revision 15233:db129ba64:20190112 2019-01-08 7.0.8-24 Cristy <quetzlzacatenango@image...> * Support -clahe option real clip limit (reference https://imagemagick.org/discourse-server/viewtopic.php?f=2&t=35292). * ShadeImage() kernels can return negative pixels, clamp to range (reference https://github.com/ImageMagick/ImageMagick/issues/1319). * Annotate with negative offsets no longer renders slanted text. 2019-01-01 7.0.8-23 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.8-23, GIT revision 15199:ba07f7d07:20190101 2019-01-01 7.0.8-23 Cristy <quetzlzacatenango@image...> * CacheInfo destructor must be aligned in DestroyPixelStream(). 2018-12-30 7.0.8-22 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.8-22, GIT revision 15189:842164090:20181230 2018-12-29 7.0.8-22 Cristy <quetzlzacatenango@image...> * Support negative rotations in a geometry (e.g. -10x-10+10+10). * Return expected canvas offset after a crop with gravity. 2018-12-27 7.0.8-21 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.8-21, GIT revision 15179:114be1716:20181227 2018-12-27 7.0.8-21 Cristy <quetzlzacatenango@image...> * Check to ensure SeekBlob() offset can be represented in an off_t. 2018-12-23 7.0.8-20 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.8-20, GIT revision 15170:8e8222e87:20181223 2018-12-23 7.0.8-20 Cristy <quetzlzacatenango@image...> * Cube image format returns a HALD image. * CLAHE tiles overlapped are now centered relative to the image. 2018-12-19 7.0.8-19 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.8-19, GIT revision 15153:e74ed77f5:20181219 2018-12-18 7.0.8-18 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.8-18, GIT revision 15146:b5eccd295:20181218 2018-12-18 7.0.8-18 Cristy <quetzlzacatenango@image...> * Fixed Magick++ compile error on Mac OS X. 2018-12-17 7.0.8-17 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.8-17, GIT revision 15142:32f2d195e:20181217
2019-01-29tex-media9{,-doc}: update to 0.94markd5-18/+18
changes unknown