summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-05-07calibre: update to 3.23.0.wiz3-9/+10
- version: 3.23.0 date: 2018-05-04 new features: - title: "Kobo driver: Add support for new firmware" - title: "Book polishing: Add an option to upgrade EPUB 2 to EPUB 3" - title: "DOCX Input: Convert text written with dingbat fonts such as Wingding or Symbol correctly." - title: "When choosing the page to use as a cover from a PDF file, add a button to render more pages, if needed" - title: "TXT Input: Add support for embedded images that use relative URLs when converting markdown or textile. Note that this will only work if you are converting using the ebook-convert command line tool as the main calibre program moves files around, so relative references will not be valid." - title: "Edit book: Insert special character: Add an option to select if searching should match all words or any of the words" - title: 'Edit book: Insert special character: When searching by name match prefixes in addition to whole words. So you can now type "horiz" to match "horizontal".' - title: "Linux installer: Simplify the command used to install calibre and add support for Ubuntu 18.04 which is missing a default python executable" - title: "When upgrading EPUB 2 to EPUB 3 add the 'epub' namespace to all HTML files, for convenience." bug fixes: - title: "Edit Book: Fix an error caused by a landmark entry in EPUB 3 files that has an <a> tag without an href attribute." - title: "Edit Book: Fix names for some control characters not being displayed in the status bar" - title: "Searching: Fix A (B) not being treated as A AND (B)" - title: "Kobo driver: Add an option to not maintain bookmarks/read status/etc. when resending a book already on the device." - title: "DOCX Input: Ignore complex script font styles. Fixes conversion of documents that specify only complex script styles and no simple script styles." - title: "When updating EPUB 2 to EPUB 3 ensure only a single dc:date element is present in the OPF"
2018-05-07doc: Updated archivers/brotli to 1.0.4wiz2-3/+3
2018-05-07brotli: update to 1.0.4.wiz2-9/+8
fix unaligned access for aarch64-cross-armhf build fix aarch64 target detection allow CLI to compress with enabled "large window" feature add NPOSTFIX / NDIRECT encoder parameters automatic NDIRECT/NPOSTFIX tuning (better compression) fix "memory leak" in python tests fix bug in durchschlag fix source file lists (add params.h) fix Bazel/MSVC compilator options fix "fall though" warnings
2018-05-07doc: Updated audio/mpc to 0.30wiz2-3/+3
2018-05-07mpc: update to 0.30.wiz2-7/+7
0.30 (2018/05/03) * add command "rescan" * seek: use the "seekcur" command instead of "seekid" * require MPD 0.19
2018-05-07doc: Updated finance/gnucash-docs to 3.1wiz1-1/+2
2018-05-07gnucash-docs: update to 3.1.wiz2-7/+7
3.1 - 28 April 2018 o Update supported platforms for version 3.x.
2018-05-07doc: Updated lang/py36-html-docs to 3.6.5leot1-1/+2
2018-05-07doc: Updated lang/py35-html-docs to 3.5.5leot1-1/+2
2018-05-07py35-html-docs: Update lang/py35-html-docs to 3.5.5leot2-7/+7
Changes: No changelog is available but it syncs py35-html-docs to current python35 version.
2018-05-07py36-html-docs: Update py36-html-docs to 3.6.5leot3-9/+10
Changes: Documentation ------------- - bpo-17232: Clarify docs for -O and -OO. Patch by Terry Reedy. - bpo-32800: Update link to w3c doc for xml default namespaces. - bpo-8722: Document __getattr__() behavior when property get() method raises AttributeError. - bpo-32614: Modify RE examples in documentation to use raw strings to prevent DeprecationWarning and add text to REGEX HOWTO to highlight the deprecation. - bpo-31972: Improve docstrings for pathlib.PurePath subclasses. - bpo-17799: Explain real behaviour of sys.settrace and sys.setprofile and their C-API counterparts regarding which type of events are received in each function. Patch by Pablo Galindo Salgado.
2018-05-07doc: Updated print/cups-filters to 1.20.3leot1-1/+2
2018-05-07cups-filters: Update print/cups-filters to 1.20.3leot3-8/+23
pkgsrc changes: - Fix an error pointed out by gcc-6.4.0 via patches/patch-filter_pdftoopvp_OPVPOutputDev.cxx: filter/pdftoopvp/OPVPOutputDev.cxx: In member function 'void OPVPOutputDev::doUpdateFont(GfxState*)': filter/pdftoopvp/OPVPOutputDev.cxx:532:46: error: invalid conversion from 'const Ref*' to 'Ref*' [-fpermissive] id = new SplashOutFontFileID(gfxFont->getID()); ~~~~~~~~~~~~~~^~ filter/pdftoopvp/OPVPOutputDev.cxx:69:3: note: initializing argument 1 of 'SplashOutFontFileID::SplashOutFontFileID(Ref*)' SplashOutFontFileID(Ref *rA) { r = *rA; substIdx = -1; } ^~~~~~~~~~~~~~~~~~~ Changes: 1.20.3 ------ - braille: Do not remove read permission on cups-brf. Thanks to Samuel Thibault for this patch (Pull request #32). - braille: Get braille table descriptions from liblouis metadata. Thanks to Samuel Thibault for this patch (Pull request #31). - braille: Select liblouis tables based on metadata before using file names. Thanks to Samuel Thibault for this patch (Pull request #30). - cups-browsed: The new method of identifying remote CUPS queues via the "printer-type" TXT record field does not work for printers discovered by legacy CUPS broadcast (CUPS 1.5.x or older). Now consider also printers without TXT record (not discovered via DNS-SD) as remote CUPS queues (Issue #34). - gstoraster: Improved detection whether input is PostScript or PDF by skipping over possible headers. Thanks to Rod Schmidt (schmidtrod at q dot com) for the patch. 1.20.2 ------ - cups-browsed: If the user modifies/overwrites a print queue created by cups-browsed, it will now automatically released from the control of cups-browsed, so the modified queue does not get removed by cups-browsed on shutdown. (Ubuntu bug #1731417). - cups-browsed: The configuration setting "CreateIPPPrinterQueues LocalOnly" suppressed also the automatic generation of local queues for remote CUPS printers whereas this option is only intended for physical IPP printers. - cups-browsed: Identify remote CUPS queues by the "printer-type" TXT record entry and not by the "ipp(s)://<host>/printers/<name>" URIs, there are also IPP network printers with such URIs (HP LaserJet Professional M1212nf MFP in Ubuntu bug #1731417). - .gitignore: Added filter/braille/filters/brftopagedbrf - cups-browsed, foomatic-rip: Fixed several typos. Thanks to Didier Raboud for the patches.
2018-05-07Use pkg-config instead of freetype-config; should fix PR 53264.dholland3-2/+29
2018-05-07Note update of net/unbound to 1.7.1.he1-1/+2
2018-05-07Upgrade unbound to version 1.7.1.he3-10/+10
Upstream changes: Features - Add --with-libhiredis, unbound support for a new cachedb backend that uses a Redis server as the storage. This implementation depends on the hiredis client library (https://redislabs.com/lp/hiredis/). And unbound should be built with both --enable-cachedb and --with-libhiredis[=PATH] (where $PATH/include/hiredis/hiredis.h should exist). Patch from Jinmei Tatuya (Infoblox). - Create additional tls service interfaces by opening them on other portnumbers and listing the portnumbers as additional-tls-port: nr. - ED448 support. - num.query.authzone.up and num.query.authzone.down statistics counters. - Accept both option names with and without colon for get_option and set_option. - low-rtt and low-rtt-pct in unbound.conf enable the server selection of fast servers for some percentage of the time. - num.query.aggressive.NOERROR and num.query.aggressive.NXDOMAIN statistics counters. - allow-notify: config statement for auth-zones. - Can set tls authentication with forward-addr: IP#tls.auth.name And put the public cert bundle in tls-cert-bundle: "ca-bundle.pem". such as forward-addr: 9.9.9.9@853#dns.quad9.net or 1.1.1.1@853#cloudflare-dns.com - list_auth_zones unbound-control command. - Added root-key-sentinel support Bug Fixes - Fix #3727: Protocol name is TLS, options have been renamed but documentation is not consistent. - Check IXFR start serial. - Fix typo in documentation. - Fix #3736: Fix 0 TTL domains stuck on SERVFAIL unless manually flushed with serve-expired on. - Fix #3817: core dump happens in libunbound delete, when queued servfail hits deleted message queue. - corrected a minor typo in the changelog. - move htobe64/be64toh portability code to cachedb.c. - iana port update. - Do not use cached NSEC records to generate negative answers for domains under DNSSEC Negative Trust Anchors. - Fix unbound-control get_option aggressive-nsec - Check "result" in dup_all(), by Florian Obser. - Fix #4043: make test fails due to v6 presentation issue in macOS. - Fix unable to resolve after new WLAN connection, due to auth-zone failing with a forwarder set. Now, auth-zone is only used for answers (not referrals) when a forwarder is set. - Combine write of tcp length and tcp query for dns over tls. - nitpick fixes in example.conf. - Fix above stub queries for type NS and useless delegation point. - Fix unbound-control over pipe with openssl 1.1.1, the TLSv1.3 tls_choose_sigalg routine does not allow the ciphers for the pipe, so use TLSv1.2. - Fix that flush_zone sets prefetch ttl expired, so that with serve-expired enabled it'll start prefetching those entries. - Fix downstream auth zone, only fallback when auth zone fails to answer and fallback is enabled. - Fix for max include depth for authzones. - Fix memory free on fail for $INCLUDE in authzone. - Fix that an internal error to look up the wrong rr type for auth zone gets stopped, before trying to send there. - Fix auth zone target lookup iterator. - Fix auth-zone retry timer to be on schedule with retry timeout, with backoff. Also time a refresh at the zone expiry. - Fix #658: unbound using TLS in a forwarding configuration does not verify the server's certificate (RFC 8310 support). - For addr with #authname and no @port notation, the default is 853. - man page documentation for dns-over-tls forward-addr '#' notation. - removed free from failed parse case. - Fix #4091: Fix that reload of auth-zone does not merge the zonefile with the previous contents. - Delete auth zone when removed from config. - makedist uses bz2 for expat code, instead of tar.gz. - Fix #4092: libunbound: use-caps-for-id lacks colon in config_set_option. - auth zone http download stores exact copy of downloaded file, including comments in the file. - Fix sldns parse failure for CDS alternate delete syntax empty hex. - Attempt for auth zone fix; add of callback in mesh gets from callback does not skip callback of result. - Fix cname classification with qname minimisation enabled. - Fix contrib/fastrpz.patch for this release. - Fix auth https for libev. - Fix memory leak when caching wildcard records for aggressive NSEC use - Fix for crash in daemon_cleanup with dnstap during reload, from Saksham Manchanda. - Also that for dnscrypt.
2018-05-07doc: Updated www/thttpd to 2.28wiz2-3/+3
2018-05-07thttpd: update to 2.28.wiz2-11/+11
From nia in PR 53266. New in version 2.28: Improvements to the FreeBSD startup script. (Craig Leres) Minor portability tweak in mmc.c. Fix to buffer overrun bug in htpasswd. Reported by Alessio Santoru as CVE-2017-17663. New in version 2.27: Stats syslogs changed from LOG_INFO to LOG_NOTICE. Use memmove() for self-overlapping string copies instead of strcpy(). Couple of subroutine name changes for consistency.
2018-05-07doc: Updated net/wget to 1.19.5wiz1-1/+2
2018-05-07wget: update to 1.19.5.wiz2-8/+7
* Changes in Wget 1.19.5 * Fix cookie injection (CVE-2018-0494) * Enable TLS1.3 with recent OpenSSL environment * New option --ciphers to set GnuTLS / OpenSSL ciphers directly * Updated CSS grammar to CSS 2.2 * Fixed several memleaks found by OSS-Fuzz * Fixed several buffer overflows found by OSS-Fuzz * Fixed several integer overflows found by OSS-Fuzz * Several minor bug fixes * Changes in Wget 1.19.4 * A major bug that caused GZip'ed pages to never be decompressed has been fixed * Support for Content-Encoding and Transfer-Encoding have been marked as experimental and disabled by default * Changes in Wget 1.19.3 * Prevent erroneous decompression of .gz and .tgz files with broken servers * Added support for HTTP 308 Permanent Redirect response * Fix a segfault in some cases where the Content-Type header is not sent * Support OpenSSL 1.1 builds without using deprecated features * Fix netrc file detection on Windows * Several minor bug fixes
2018-05-07 Updated sysutils/intel-microcode-netbsd to 20180425.msaitoh1-1/+2
2018-05-07 Update intel-microcode-netbsd to 20180425.msaitoh2-12/+18
== 20180425 Release == -- Updates upon 20180312 release -- Processor Identifier Version Products Model Stepping F-MO-S/PI Old->New ---- updated platforms ------------------------------------ GLK B0 6-7a-1/01 0000001e->00000022 Pentium Silver N/J5xxx, Celeron N/J4xxx ---- removed platforms ------------------------------------ BDX-ML B/M/R0 6-4f-1/ef 0b000021 Xeon E5/E7 v4; Core i7-69xx/68xx -- Special release with caveats -- BDX-ML B/M/R0 6-4f-1/ef 0b00002c Xeon E5/E7 v4; Core i7-69xx/68xx
2018-05-07 If the microcode.dat file is not bundled in the archive file, extract frommsaitoh1-19/+133
binary files. I verified the output from both microcode-20180312.tgz's microcode.dat and intel-ucode/??-??-?? are the same. This change is required for microcode-20180425.tgz.
2018-05-06doc: Updated devel/py-manticore to 0.1.9khorben1-1/+2
2018-05-06Package py-manticore version 0.1.9khorben2-7/+7
From the release notes: Added: * Ethereum: --txnocoverage cli argument to suppress coverage based analysis halting criteria * Ethereum: Support added for more Solidity features (imports, uint/int types, function types) Fixed: * Numerous Ethereum ABI fixes * Linux and x86/64 emulation fixes * Solver performance issue
2018-05-06devel/go-tools: Requires a newer version of go-cryptominskim1-1/+2
autocert was added to go-crypto in 0.0.20180308.
2018-05-06doc: Updated net/syncthing to 0.14.47wiz2-3/+3
2018-05-06syncthing: update to 0.14.47.wiz2-7/+7
Attention: Syncthing now advertises continuous watching support in the GUI. If you enable this on NetBSD, you'll run out of file descriptors and syncthing won't work. At least that's what happened to me... so take care. Bugfixes: #4815: Local host header check is too restrictive #4833: Unclear error message about failed watcher when running out of inotify watches #4870: Don't show a warning when a file from a paused folder is requested #4875: Zeroed local/global "state" (local files untouched) and remote file deletion with root Windows symlink Enhancements: #4516: Bandwidth throttling per remote device #4552: Add UI for filesystem watcher #4823: Don't show ignored files in the "global changes" list #4828: Global change log should indicate folder Other issues: #4749: Make all tests Go 1.10 caching compatible #4868: Docker Documentation
2018-05-06doc: Updated devel/boost-libs to 1.67.0nb1minskim1-1/+2
2018-05-06devel/boost-libs: Make fiber compiles on FreeBSDminskim3-3/+52
https://github.com/boostorg/fiber/commit/225b0d75
2018-05-06doc: Updated devel/boost-headers to 1.67.0nb4minskim1-1/+2
2018-05-06devel/boost-headers: Fix wave on FreeBSDminskim3-3/+22
https://github.com/boostorg/wave/commit/0e25913e
2018-05-06doc: Updated pkgtools/pkg_rolling-replace to 0.24.4gdt1-1/+2
2018-05-06pkg_rolling-replace: avoid top-level make cleangdt2-3/+4
In some cases, if an installed package's source directory did not exist, pkg_rr could invoke "make clean" at top-level of pkgsrc. Bug report and fix by Andreas Gustafsson in PR pkg/53157.
2018-05-06doc: Updated security/sshpass to 1.06gavan1-1/+3
2018-05-06sshpass: update to 1.06 and patch to fix tty issuegavan3-7/+22
Changes since 1.0.5: Version 1.06 * Add -P for overriding the password prompt we search for * Add -v for verbose logging of the prompt detection prompt. * Allow packagers and compilers to change the default password prompt. * When giving -V, also print the default password prompt. Also, add patch from FreeBSD to fix tty issue which prevents sshpass from seeing the password prompt.
2018-05-06Properly report battery and AC info from axppmic sensors.jmcneill3-11/+24
2018-05-06doc: Updated print/zathura-pdf-mupdf to 0.3.2nb4leot1-1/+2
2018-05-06zathura-pdf-mupdf: Bump PKGREVISION for mupdf-1.13.0 updateleot1-2/+2
2018-05-06doc: Updated print/mupdf to 1.13.0leot2-3/+3
2018-05-06mupdf: Update print/mupdf to 1.13.0leot10-127/+135
pkgsrc changes: - Directly override VERSION in files/mupdf.pc in the post-build phase (to avoid an extra manual step for every mupdf update) - Get rid of OPJ_STATIC patch hunk in patches/patch-source_fitz_load-jpx.c (it is no more needed, because the `-DOPJ_STATIC' is now passed in Makefile-s when the bundled openjpeg is used). - Pass HAVE_LIBCRYPTO=no to avoid requiring openssl>=1.1.0. Changes: 1.13.0 ------ * This is primarily a bugfix release. * New "mutool sign" tool for showing and verifying digital signatures. * Chinese, Japanese, Korean, Cyrillic, and Greek font support in mutool create. * Improvements to annotation editing API.
2018-05-06updates to tex-[h-k]* packages for texlive 2018markd1-1/+15
2018-05-06tex-koma-script: update to 3.25markd2-8/+8
changes unknown
2018-05-06tex-jsclasses: update to 2018markd3-10/+9
* jsclasses: Define \Cjascale for scaling of Japanese fonts. * morisawa package is moved to separate bundle. * All files are converted to UTF-8. If you want ISO-2022-JP encoded files (for older TeX environment), visit GitHub and download files in jis/ subdirectory. * okumacro: \kenten adapted to pTeX p3.7.2.
2018-05-06tex-japanese-otf{,-doc}: update to 1.7b7markd6-62/+20
* otf.sty: Scale Japanese fonts using \Cjascale if defined. Support jsreport.cls in jsclasses. * ajmacros.sty: Add \NeedsTeXFormat{pLaTeX2e} to avoid infinite loop.
2018-05-06tex-inconsolata{,-doc}: update to 1.114markd4-16/+16
changes unknown
2018-05-06doc: Updated security/password-store to 1.7.1leot2-3/+3
2018-05-06password-store: Update security/password-store to 1.7.1leot7-36/+81
pkgsrc changes: - Rename `xclip' PKG_OPTION to `x11' (and add a PKG_OPTIONS_LEGACY_OPTS accordingly) and also depends on converters/base64 (needed by the `--clip' option, like xclip) and qrencode (needed by the new `--qrcode' option). - Add support for `test' target and adjust the part of the test suite for gnupg>=2.2.5 via patches/patch-tests_t0300-reencryption.sh. - sysutils/pwgen is no more needed, remove it from DEPENDS (now `tr -dc '<characters>' < /dev/urandom' is used instead) - Add patches/patch-contrib_dmenu_passmenu to fix `passmenu --type' (at least xdotool-2.20110530.1 does not support any `--file' option used by passmenu) - Adjust PAX invocations in `do-install' target to ignore possible `*.orig' and `.gitignore' files. Changes 1.7.1 ----- == Bug Fixes == * Fix test suite on OS X * Add compatibility with GnuPG 2.2.19 * Uniformly use the $GPG variable * Do the correct thing with subkeys when reencrypting 1.7 --- == New Features == * Extensions: pass can now load user-defined extensions from a system directory or a user directory. There's already a nice ecosystem of extensions being built, even at this early stage. See the pass man page for more information. * Signatures: there is now an option to enforce signatures of the .gpg-id file and extensions using an environment variable. * QRCodes: generate and show have now learned the --qrcode/-q switch. Note to package maintainers: this adds a dependency on the popular qrencode package. * Password generation: rather than use pwgen, we now use /dev/urandom more directly, which results in more assured password security, as well as customizable character sets, via an environment variable. See the pass man page for more information on this customization. Package maintainers: you may now drop the dependency on pwgen. * Importers: there now are several more importers. More and more folks are moving to pass! * Selectable clipping: you can now specify which line you wish to copy to the clipboard or display with a qrcode when using -c or -q. * Git discovery: The PASSWORD_STORE_GIT environment variable has been removed, and instead pass will automatically choose the git repository closest to the file being modified (but not out of the actual password store itself). This should help people who like to nest git repos for different organizations. * Bug fixes: too many to count. == Note To Distros == * Drop the dependency of pwgen. * Add the dependency of qrencode. * The Makefile now does the right thing with DESTDIR, so you might want to double check that your package recipe does the right thing. * The semantics for auto-detection of bash completion has changed, with new environment variables for such things. See INSTALL for details.
2018-05-06tex-ifplatform{,-doc}: update to 0.4amarkd4-16/+18
changes unknown
2018-05-06tex-hyphen-thai: update to 2018markd2-8/+8
changes unknown