307557 commits
Author | SHA1 | Message | Date | |
---|---|---|---|---|
|
12075a3ae4 |
Update unbound to version 1.9.6
Pkgsrc changes: * Remove now integrated patch. Upstream changes: This release contains a number of security related fixes, contributed by X41 D-Sec. They have conducted a security audit of Unbound, funded by OSTIF. The previous CVEs fixed in 1.9.4 and 1.9.5 were the most important ones, less important fixes and side findings for more robust code have been included in this release, alongside a normal number of bug fixes. The sort order for included config snippets is now ascending by name, it previously was reversed due to an oversight. Most config snippets do not depend on the order as they add a stub or forward zone or some server: section config entries. Features: - The unbound.conf includes are sorted ascending, for include statements with a '*' from glob. - drop-tld.diff in contrib/ : adds option drop-tld: yesno that drops 2 label queries, to stop random floods. Apply with patch -p1 < contrib/drop-tld.diff and compile. From Saksham Manchanda (Secure64). Please note that we think this will drop DNSKEY and DS lookups for tlds and hence break DNSSEC lookups for downstream clients. - Add new configure option `--enable-fully-static` to enable full static build if requested; in relation to #91. - Add make distclean that removes everything configure produced, and make maintainer-clean that removes bison and flex output. - unbound-fuzzers.tar.bz2 in contrib/ : three programs for fuzzing, that are 1:1 replacements for unbound-fuzzme.c that gets created after applying the contrib/unbound-fuzzme.patch. They are contributed by Eric Sesterhenn from X41 D-Sec. Bug Fixes: - Fix that pkg-config is setup before --enable-systemd needs it. - Fix contrib/fastrpz.patch asprintf return value checks. - ipset module #28: log that an address is added, when verbosity high. - ipset: refactor long routine into three smaller ones. - updated Makefile dependencies. - squelch DNS over TLS errors 'ssl handshake failed crypto error' on low verbosity, they show on verbosity 3 (query details), because there is a high volume and the operator cannot do anything for the remote failure. Specifically filters the high volume errors. - Fix #71: fix openssl error squelch commit compilation error. - Fix #72: configure --with-syslog-facility=LOCAL0-7 with default LOG_DAEMON (as before) can set the syslog facility that the server uses to log messages. - Use explicit bzero for wiping clear buffer of hash in cachedb, reported by Eric Sesterhenn from X41 D-Sec. - Fix #78: Memory leak in outside_network.c. - Merge pull request #76 from Maryse47: Improvements and fixes for systemd unbound.service. - oss-fuzz badge on README.md. - Fix fix for #78 to also free service callback struct. - Fix for oss-fuzz build warning. - Fix wrong response ttl for prepended short CNAME ttls, this would create a wrong zero_ttl response count with serve-expired enabled. - Merge #80 from stasic: Improve wording in man page. - Merge #82 from hardfalcon: Downgrade CAP_NET_ADMIN to CAP_NET_RAW in unbound.service. - Merge #81 from Maryse47: Consistently use /dev/urandom instead of /dev/random in scripts and docs. - Merge #83 from Maryse47: contrib/unbound.service.in: do not fork into the background. - Merge #85 for #84 from sam-lunt: Add kill capability to systemd service file to fix that systemctl reload fails. - Merge #87 from hardfalcon: Fix contrib/unbound.service.in, Drop CAP_KILL, use + prefix for ExecReload= instead. - Merge #90 from vcunat: fix build with nettle-3.5. - Fix for CVE-2019-16866. That fix is also in 1.9.4. - Merge #86 from psquarejho: Added -b source address option to smallapp/unbound-anchor.c, from Lukas Wunner. - Add doxygen comments to unbound-anchor source address code, in #86. - Merge #97: manpage: Add missing word on unbound.conf, from Erethon. - Fix #99: Memory leak in ub_ctx (event_base will never be freed). - Fix #109: check number of arguments for stdin-pipes in unbound-control and fail if too many arguments. - Merge #102 from jrtc27: Add getentropy emulation for FreeBSD. - iana portlist updated. - contrib/fastrpz.patch updated to apply for current code. - fixes for splint cleanliness, long vs int in SSL set_mode. - In unbound-host use separate variable for get_option to please code checkers. - update to bison output of 3.4.1 in code repository. - Provide a prototype for compat malloc to remove compile warning. - Portable grep usage for reuseport configure test. - Check return type of HMAC_Init_ex for openssl 0.9.8. - gitignore .source tempfile used for compatible make. - Fix for CVE-2019-18934, shell execution in ipsecmod. This fix is also in 1.9.5. - Fix authzone printout buffer length check. - Fixes to please lint checks. - Fix Integer Overflow in Regional Allocator, reported by X41 D-Sec. - Fix Unchecked NULL Pointer in dns64_inform_super() and ipsecmod_new(), reported by X41 D-Sec. - Fix Out-of-bounds Read in rr_comment_dnskey(), reported by X41 D-Sec. - Fix Integer Overflows in Size Calculations, reported by X41 D-Sec. - Fix Integer Overflow to Buffer Overflow in sldns_str2wire_dname_buf_origin(), reported by X41 D-Sec. - Fix Out of Bounds Read in sldns_str2wire_dname(), reported by X41 D-Sec. - Fix Out of Bounds Write in sldns_bget_token_par(), reported by X41 D-Sec. - Fix Out of Bounds Read in rrinternal_get_owner(), reported by X41 D-Sec. - Fix Race Condition in autr_tp_create(), reported by X41 D-Sec. - Fix Shared Memory World Writeable, reported by X41 D-Sec. - Adjust unbound-control to make stats_shm a read only operation. - Fix Weak Entropy Used For Nettle, reported by X41 D-Sec. - Fix Randomness Error not Handled Properly, reported by X41 D-Sec. - Fix Out-of-Bounds Read in dname_valid(), reported by X41 D-Sec. - Fix Config Injection in create_unbound_ad_servers.sh, reported by X41 D-Sec. - Fix Local Memory Leak in cachedb_init(), reported by X41 D-Sec. - Fix Integer Underflow in Regional Allocator, reported by X41 D-Sec. - Upgrade compat/getentropy_linux.c to version 1.46 from OpenBSD. - Synchronize compat/getentropy_win.c with version 1.5 from OpenBSD, no changes but makes the file, comments, identical. - Upgrade compat/getentropy_solaris.c to version 1.13 from OpenBSD. - Upgrade compat/getentropy_osx.c to version 1.12 from OpenBSD. - Changes to compat/getentropy files for, no link to openssl if using nettle, and hence config.h for HAVE_NETTLE variable. compat definition of MAP_ANON, for older systems. ifdef stdint.h inclusion for older systems. ifdef sha2.h inclusion for older systems. - Fixed Compat Code Diverging from Upstream, reported by X41 D-Sec. - Fix compile with --enable-alloc-checks, reported by X41 D-Sec. - Fix Terminating Quotes not Written, reported by X41 D-Sec. - Fix Useless memset() in validator, reported by X41 D-Sec. - Fix Unrequired Checks, reported by X41 D-Sec. - Fix Enum Name not Used, reported by X41 D-Sec. - Fix NULL Pointer Dereference via Control Port, reported by X41 D-Sec. - Fix Bad Randomness in Seed, reported by X41 D-Sec. - Fix python examples/calc.py for eval, reported by X41 D-Sec. - Fix comments for doxygen in dns64. - Fix dname loop maximum, reported by Eric Sesterhenn from X41 D-Sec. - Fix compiler warnings. - Merge pull request #122 from he32: In tcp_callback_writer(), don't disable time-out when changing to read. - Merge pull request #124 from rmetrich: Changed log lock from 'quick' to 'basic' because this is an I/O lock. - Fix text around serial arithmatic used for RRSIG times to refer to correct RFC number. - Fix Assert Causing DoS in synth_cname(), reported by X41 D-Sec. - Fix similar code in auth_zone synth cname to add the extra checks. - Fix Assert Causing DoS in dname_pkt_copy(), reported by X41 D-Sec. - Fix OOB Read in sldns_wire2str_dname_scan(), reported by X41 D-Sec. - Fix Out of Bounds Write in sldns_str2wire_str_buf(), reported by X41 D-Sec. - Fix Out of Bounds Write in sldns_b64_pton(), fixed by check in sldns_str2wire_int16_data_buf(), reported by X41 D-Sec. - Fix Insufficient Handling of Compressed Names in dname_pkt_copy(), reported by X41 D-Sec. - Fix Out of Bound Write Compressed Names in rdata_copy(), reported by X41 D-Sec. - Fix Hang in sldns_wire2str_pkt_scan(), reported by X41 D-Sec. This further lowers the max to 256. - Fix snprintf() supports the n-specifier, reported by X41 D-Sec. - Fix Bad Indentation, in dnscrypt.c, reported by X41 D-Sec. - Fix Client NONCE Generation used for Server NONCE, reported by X41 D-Sec. - Fix compile error in dnscrypt. - Fix _vfixed not Used, removed from sbuffer code, reported by X41 D-Sec. - Fix Hardcoded Constant, reported by X41 D-Sec. - make depend - Fix lock type for memory purify log lock deletion. - Fix testbound for alloccheck runs, memory purify and lock checks. - update contrib/fastrpz.patch to apply more cleanly. - Fix Make Test Fails when Configured With --enable-alloc-nonregional, reported by X41 D-Sec. - Fix ipsecmod compile - Fix Makefile.in for ipset module compile, from Adi Prasaja. |
||
|
84cf43b2c6 | doc: Updated print/evince3 to 3.34.2 | ||
|
b97ed619a8 |
evince3: Update to 3.34.2
pkgsrc changes: - Add a dependency to pkgsrc gettext-tools due `msgfmt --desktop' usage Changes: Evince 3.34.2 ================ libview: * Fix crash on DnD (#1246, Marek Kasik) * Don't enable popup actions on page change (#1168, Jason Crain) Developers: * Jason Crain, Marek Kasik Translations Evince 3.34.1 ================ accessibility: * Fix erroneous cast (#54, Samuel Thibault) * Initialize private fields (#54, Samuel Thibault) build: * Distribute meson build files when using autotools (#1262, Germán Poo-Caamaño) flatpak: * Update dependency versions (Germán Poo-Caamaño) i18n: * Fix typo in Ukrainian translation for Download (Ih0rko) icon: * create a nightly app icon (#12, Jakub Steiner) * Fix logo in README and add flatpak button (Roger) shell: * ignore higher mouse buttons on links (#1152, Jason Crain) * fix slow scrolling on last pages of big pdf's (#700, Nelson Benítez León) Developers: * Germán Poo-Caamaño, Ih0rko, Jakub Steiner, Jason Crain, Nelson Benítez León, Roger, Samuel Thibault Translations Evince 3.34.0 ================ AppData: * Add release information to AppData (Mika Väinölä, Germán Poo-Caamaño) backend: * fix swapped y-coordinates when adding annotations (#1008, Casey Jao) * casefold search text in case insensitive search (#1212, Jason Crain) * Fix warning if page cannot be rendered (Bastien Nocera) * check for Poppler 0.76.0 for ignoreDiacritics feature (#1179, Nelson Benítez León) * Handle failure from TIFFReadRGBAImageOriented (#1129, Jason Crain) build: * Bump required glib version to 2.38.0 (Jason Crain) * Bump requirement of meson version (Germán Poo-Caamaño) * Include "evince" in .desktop keywords (#1706, #2749, Felipe Borges) * Disable gtk-doc when building flatpak package (Germán Poo-Caamaño) * build gtk-doc by default on meson (Germán Poo-Caamaño) * Fix GtkDoc documentation generation (Iñigo Martínez) flatpak: * Disable unnecessary poppler options (Jason Crain) * Update libgxps to version 0.3.1 (Jason Crain) * Update poppler to 0.79.0 (Jason Crain) * Use https for poppler-data url (Jason Crain) * add gnome-desktop dependency (Jason Crain) * disable evince's thumbnailer (Jason Crain) * disable introspection and gtk-doc (Abderrahim Kitouni) * disable unnecessary libgxps files (Jason Crain) * remove enchant2 module (Jason Crain) * remove openjpeg module (Jason Crain) help: * Dropdown in Print dialog is called 'Two-sided', not 'Two-side' (Andre Klapper) * Fix meson build with shell disabled (Bastien Nocera) * No more 'File > Print' menu in 3.32 (Andre Klapper) * Stop translating screenshots with no text (Piotr Drąg) * Synchronize repetitive strings. Less work for translators. (Andre Klapper) * Synchronize repetitive strings. Less work for translators. (Andre Klapper) * Synchronize repetitive strings. Less work for translators. (Andre Klapper) * Update annotation screenshot to not contain any text (Andre Klapper) * Update localized print-select screenshots (Andre Klapper) * Update localized reverse-collate screenshots (Andre Klapper) * Update zoom dropdown screenshot to not include localizable content (Andre Klapper) * Update German screen-shots (Christian Kirbach) * Remove numerous ancient outdated localized screenshots (Andre Klapper) libdocument and shell: * Add transfer annotation for ev_document_get_info (#1125, Dylan McCall) * Remove use of deprecated g_type_class_add_private function (#1023, Jason Crain) * fix get_backend_info_for_mime_type for macOS and Windows (Tom Schoonjans) * disconnect notify::document signal in finalize (#789, Jason Crain) * fix adding annotations from dbl/tpl click selections (#1119, Nelson Benítez León) * disable "annotate-selected-text" action (#1218, Nelson Benítez León) * prevent NULL metadata being passed (#1120, Nelson Benítez León) * Removing ellipsis property. (#1135, Veerasamy Sevagen) * Schedule the window destroy in case of events waiting (Casey) * don't start render job until realized (#1177, Jason Crain) * prevent multiple fullscreen toolbar timeouts (#787, Jason Crain) * remember unmaximized window size (Jason Crain) * fix popup (Jason Crain) * protect against NULL var reaching strcmp() (#1113, Nelson Benítez León) snap: * Update yaml to use GNOME extensions (Heather Ellsworth) * Updated to build with meson (Ken VanDine) * Updated to build with meson (Ken VanDine) * Updated to use core18 and newer GNOME platform (Ken VanDine) unarr: * Disable debug output (Bastien Nocera) * Update LZMA SDK (Bastien Nocera) Developers: * Abderrahim Kitouni, Andre Klapper, Bastien Nocera, Casey, Casey Jao, Christian Kirbach, Christian Persch, Dylan McCall, Felipe Borges, Germán Poo-Caamaño, Heather Ellsworth, Iñigo Martínez, Jason Crain, Ken VanDine, Mika Väinölä, Nelson Benítez León, Piotr Drąg, Tom Schoonjans, Veerasamy Sevagen Translations Evince 3.31.90 ================= * Fix typo's spotted for max-scale and min-scale (Nelson Benítez León) * remove '.flat' style from PDF forms GtkEntry's (#687, Nelson Benítez León) * set MIN_SCALE back to previous low value (#702, Nelson Benítez León) * Revert removal of browser-plugin support" (Germán Poo-Caamaño) * update app icon (#2, Jakub Steiner) help: * No more View menu (Andre Klapper) * Replace title bar with header bar (Andre Klapper) pdf backend: * Ignore diacritics when searching text (#58, #637, Nelson Benítez León) unarr: * Update LZMA SDK (Bastien Nocera) Developers: * Andre Klapper, Bastien Nocera, Germán Poo-Caamaño, Jakub Steiner, Nelson Benítez León Translations Evince 3.31.4 ================ General: * Fix build when compiled without dbus (#1055, Jasper Lievisse Adriaanse) * Fix reference to Bugzilla by Gitlab URL in DOAP file (Andre Klapper) Sidebar:: * Display a first blank thumbnail (#30, Nelson Benítez León) * Remove GtkTreeView implementation for thumbnails (Germán Poo-Caamaño) Developers: * Andre Klapper, Germán Poo-Caamaño, Jasper Lievisse Adriaanse, Nelson Benítez León Translations Evince 3.31.3 ================ UI: * fix criticals in tree view mode (#1042, Nelson Benítez León) * fix ComboBoxText user selected item's logic (#294, Nelson Benítez León) help: * Search uses icon instead of text for zero matches (Andre Klapper) * Update printer debugging to 3.30 Control Center UI (Andre Klapper) Developers (in alphabetical order by name): * Andre Klapper, Nelson Benítez León Translations Evince 3.31.2 ================ ci: * Add flatpak that can build on master and MR (#1, #995, Germán Poo-Caamaño) * Fix type in exception for stop-deploy target (Germán Poo-Caamaño) * Make flatpak-meson target the only flatpak build (Germán Poo-Caamaño) UI: * Fix appearance of editable GtkComboBox in PDF form (#1002, #1422, Nelson Benítez León) * Handle adjustment change during drag event (Jason Crain) * Set propergravity on popup menu in search box (Germán Poo-Caamaño) * Fix default icon name in evince-previewer (Germán Poo-Caamaño) * Use GtkHeaderBar in print preview (#405, Germán Poo-Caamaño) * Beautify placeholder text for password locked documents (Germán Poo-Caamaño) * Remove App menu (#4, #624, #994, Germán Poo-Caamaño) * Use monitor instead of screen to determine window size (#757, Germán Poo-Caamaño) * Close auto-expanded rows and remember state (#85, Nelson Benítez León) * Provide a visual cue when find is unsupported (#105, Germán Poo-Caamaño) * Add symbolic to show a layer when is visible (Germán Poo-Caamaño) * Use the info bar close button instead of a custom one (Germán Poo-Caamaño) * Add icons for squiggly and text annotations (Germán Poo-Caamaño) flatpak: * Add support for XPS files (Germán Poo-Caamaño) * Fix reproducibility on webp-pixbuf-loader (Germán Poo-Caamaño) * Set meson as default build system (Germán Poo-Caamaño) misc: * Remove EvPageAction widget (Germán Poo-Caamaño) general (Germán Poo-Caamaño): * Code cleanup: * Remove unused variables * Replace deprecated symbols * Sync cut-n-paste code * Fix dependencies * Sync overwrite dialog against GtkFileChooserWidget Developers (in alphabetical order by name): * Germán Poo-Caamaño, Jason Crain, John Beard, Jordan Petridis, Nelson Benítez León, Piotr Drąg Translations Evince 3.31.1 ================ Printing: * Fix messages to show printed file name when it contains '&' in the name (#776, Nelson Benítez León) libdocument: * Fix handling of mime-type aiases (#972, Bastien Nocera) * Fix regression, open gzipped documents (#988, Christian Persch) Backends: * comics: Use official IANA type for .cbr (#972, Frank Dana) * djvu: Ignore text regions that are missing text (Jason Crain) UI: * Fix Dual odd-left state (#603, Nelson Benítez León) * Fix regression, set to odd-left in dual mode when document has only 2 pages (#669, Nelson Benítez León) * Fix cursor movement when logical and visual line differs (#889, Colomban Wendling) * Fix zoom-action to respond touch events (#976, Jason Crain) * shell: Don't reference systemd service (Bastien Nocera) Browser plugin: * browser-plugin: Remove browser-plugin support (#968, Germán Poo-Caamaño) Build: * Migrate from Intltool to Gettext (Iñigo Martínez) * Port to Meson build system (Iñigo Martínez) * Print systemd unit installation status (Bastien Nocera) * Fix meson build when ps and dvi are disabled (Jason Crain) * Add manual pipeline to build gtk-doc using meson (Germán Poo-Caamaño) * Run flatpak CI only for master (Germán Poo-Caamaño) * Add a new manual meson target for CI (Germán Poo-Caamaño) * Fix D-Bus Daemon call on flatpak (#990, Bastien Nocera, Germán Poo-Caamaño) UI translations Doc translations Evince 3.30.0 ================ Highlights: For this releases we focused on making the user experience simpler: we unified the menues, removed redundancies. made explicit actions, enabled shortcuts for most of the features available, and documented them to avoid easter eggs. In this release, we also include snap and flatpack packages, to make testing and contribute Evince simpler. There will be more user interface changes in the next release, but those should be minimal in comparison with this one. Bugfixes: * Disable PostScript backend by default (#967, Germán Poo-Caamaño) * Disable build of broswer-plugin by default (#968, Germán Poo-Caamaño) * Use synctex system library if available (#479, Germán Poo-Caamaño) * Correctly process rectangles whose points are not in the right order (#736688, José Aliste) * Expand sentence to facilitate localization (#295, Germán Poo-Caamaño) * Add support for PDF/X and additional xmp metadata (#93, Evangelos Rigas) * Add support for xmp metadata outside x:xmpmeta element (#771, Evangelos Rigas) * escape html entities in pango markup (#776, Nelson Benítez León) * Add instructions on how to update LZMA SDK (#794327, Bastien Nocera) * Update LZMA SDK (#794327, Bastien Nocera) * Make metadata dual licensed (#775, Germán Poo-Caamaño) * Do not add more license unconditionally (#780, Germán Poo-Caamaño) * Annotate functions that wrap vfprintf (#562, Germán Poo-Caamaño) * Update from version 1.18 to 1.21 (#878, Germán Poo-Caamaño) * Reword to not depend on a TeXlive package name (#461, Germán Poo-Caamaño) * document shortcuts to navigate the history (#858, Germán Poo-Caamaño) * libdocument: Add missing indices (Christian Persch) * libview: Add missing indices and functions (Christian Persch) * Add API to get the selected text (#794538, Will Hawkins) * Add inline spell check for annotations (#772622, Will Hawkins) * Document is-loading property (#693864, Germán Poo-Caamaño) * Make sync-source signal introspectable (#694687, Hannes Ovrén) * Reset `pressed_button` when starting Drag and Drop (#754, Jason Crain) * Set minimum for Page Forward/Backward scrolling (#692, Jason Crain) * fix transformation functions to document coordinates. (#914, Juan Pablo Ugarte) * avoid getting pointer position from vertical scroll callback (#793401, Cosimo Cecchi) * do scroll only on one axis at a time. (#866, Nelson Benítez León) * ignore unintended motion events while launching synctex (#951, Nelson Benítez León) * Emit "updated" signal at end of search (#917, Jason Crain) * Enable popover menu in EvPageActionWidget (#564, Germán Poo-Caamaño) * Let the buttons in search bar get focus (#216, Germán Poo-Caamaño) * Addshortcut to add text annotation (#635, #758329, Felipe Borges) * Add 'toggle continuous' shortcut to help overlay (#820, Oisín) * Add shortcut to add highlight annotations (#635, #758329, Felipe Borges) * Add missed shortcut keys in help overlay (#786, #890, Yi-Soo An) * Add separator for annotation items in menu (#752, Camille Moulin) * Add shortcut for default zoom (1:1) (#19, Germán Poo-Caamaño) * Add shortcut to delete bookmarks (#478, Germán Poo-Caamaño) * Change icon for menus in buttons (#941, Germán Poo-Caamaño) * Change to a more representative icon for annotations (#928, Germán Poo-Caamaño) * Disconnect bookmarks signal on toolbar dispose (#920, Jason Crain) * Do not expose spellchecking option in the UI (#922, Germán Poo-Caamaño) * Fix DnD support for attachments (#683316, Germán Poo-Caamaño) * Fix crash in ev_media_player_keys_grab_keys (#1359507, #795978, Marek Kasik) * Fix gresource location in recent view (#670, Germán Poo-Caamaño) * Fix regression on Ctrl+PageUp/PageDown shortcuts (#699, Germán Poo-Caamaño) * Fix regression on F3 shortcut (#595, Germán Poo-Caamaño) * Make the space between buttons consistent (#929, Germán Poo-Caamaño) * Make the title RTL compliant (#486, Germán Poo-Caamaño) * Menu reorganization (#475, Germán Poo-Caamaño) * Move 'Open...' file from document to application (#514, #524, Germán Poo-Caamaño) * Only propagate key press with control on presentation (#821, Jonas Hahnfeld) * Remove duplicate and conflictive mnemonics (#770, #938, Germán Poo-Caamaño) * Set application-id (#646985, #918, Marek Kasik) * Set the path to filename as a tooltip in the headerbar (#214, Germán Poo-Caamaño) * Show description of attachments in sidebar (#166, Fernando Herrera) * Use "user-bookmarks" instead of "bookmark-new" (#947, Felipe Borges) * Use display and edit name for filename (#756354, Jason Crain) * Use ev_window_set_action_enabled more (#794749, José Aliste) * Use selection to populate find bar if available. (#794538, José Aliste) * Use text instead of icons in annotations toolbar (#928, Germán Poo-Caamaño) * Use textual Open button instead of icon (#518, Germán Poo-Caamaño) * Use unicode to specify rotation direction in menu (#605, Germán Poo-Caamaño) * there is no need for view_menu_text_selection_popup (#763943, José Aliste) * Fix width of dialog on long file names (#797, Germán Poo-Caamaño) * Remove zoom-in/out icons from menu (#947, Germán Poo-Caamaño) * Store priv->popup as a GtkPopover* (#881, Daniel Boles) * Use Popover.popup() to get animation (#881, Daniel Boles) * Set right alignment for zoom percentage (#947, Germán Poo-Caamaño) * Separate Open and Save actions in their own menu groups (#947, Germán Poo-Caamaño) * Use a new icon for the outline in the side bar (#947, Germán Poo-Caamaño) * Show toolbar on select page activation in fullscreen (#784, Germán Poo-Caamaño) * Use Recent View toolbar when cannot open a document (#936, Germán Poo-Caamaño) * Provide hint when find is unavailable (#105, Germán Poo-Caamaño) * update app icon (#2, Jakub Steiner) * install symbolics properly (#961, Jakub Steiner) * Rearrange tools and navigation/view controls (#947, Germán Poo-Caamaño) * Allow adding Highlight annotations from text selection (#763943, Nelson Benítez León) * add text markup annotation from selection (#663, Nelson Benítez León) * Fix add_annotation() to update area based on bounding box (#763943, Nelson Benítez León) * Make annotation title independent of theme (#664, Germán Poo-Caamaño) * Add shortcuts for fullscreen and presentation mode (#786431, Jonas Hahnfeld) * Switch the default sizing mode to automatic (#482, #733632, Juanjo Marin) * Use Unicode quotation marks in new translatable strings (#774005, Piotr Drąg) * Use a custom icon in the toolbar to view the sidebar (#947, Germán Poo-Caamaño) * Save attachments in a temporary directory (#711, #772188, Felipe Borges) * Beautify the bookmarks buttons (#947, Germán Poo-Caamaño) * Expand the sidebar switcher to fill the space (#947, Germán Poo-Caamaño) * Port to GtkStack (#475, Germán Poo-Caamaño) * Put the sidebar switcher on the bottom (#947, Germán Poo-Caamaño) * Add context menu for sidebar annotations (#795631, #891, Nelson Benítez León) * fix sensitiveness of remove bookmark button (#892, Nelson Benítez León) * Update addons for renamed .desktop (#962, Jeremy Bicha) * Use dual license for addons too (#775, #962, Jeremy Bicha) * Use provides to link to previous ID (#962, Jeremy Bicha) * Add dependency on OpenJPEG (#939, Jason Crain) * Add snap packaging (#790393, #856, Ken VanDine) Contributors: Allan Day, Andre Klapper, Bastien Nocera, Camille Moulin, Christian Persch, Cosimo Cecchi, Daniel Boles, Evangelos Rigas, Felipe Borges, Fernando Herrera, Germán Poo-Caamaño, Hannes Ovrén, Hans Ulrich Niedermann, Jakub Steiner, Jason Crain, Jeremy Bicha, Jonas Hahnfeld, José Aliste, Juan Pablo Ugarte, Juanjo Marin, Ken VanDine, Marek Kasik, Mirek Kratochvil, Nelson Benítez León, Nick Richards, Oisín, Piotr Drąg, Will Hawkins, Yi-Soo An. Translations Evince 3.29.92 ================= * Bug fixes and improvements * PostScript backend disabled by default Evince 3.29.91 ================= Bug fixes and improvements. Evince 3.29.90 ================= Revamped the user interface. Bug fixes and improvements. Evince 3.29.1 ================= Bug fixes and improvements. Evince 3.28.0 ================= Translation updates Evince 3.27.92 ================= Bugfixes: * Install appstream metadata to non-deprecated locations (#790079, Jeremy BIcha) * Fix Rotate shortcuts when horizontal bar is visible (#727529, Jose Aliste) * Fix black page and white page shortcuts in presentation mode (#772390, Jonas Hahnfeld) Translation updates Evince 3.27.91 ================= Bugfixes: * Prevent window from growing, (#783242, iskatu@posteo.org) * Update LZMA SDA (Bastien Nocera) * Fix media-player keys (#789738, Bastien Nocera) * Fix reading CBZ files created on MacOS (#782754, Bastien Nocera) * Fix orientation of auto-rotate option (#782394, Jason Crain) * Fix dialog extending past edge of screen (#733618, Jason Crain) * Don't show tooltips for empty annotations (#772621, Nelson Benitez) * Remove un-necessary cairo configure checks (#788980, Jason Crain) * Fix Overflow checks in tiff backend (#788980, Jason Crain) * Better handle of external links (#791287, Jose Aliste) * Fixing display of overlapping annotations (#787070, Fabian Franzen) * Reduce minimal size of sidebar (#778000, Nelson Benitez) * Bind mouse back/forward buttons to history navigation (#787464, Casey Jao) * Fix property name in about dialog (#790595, Stefano Facchini) * Install appstream metadata to correct location (#790079, Jeremy Bicha) * Correct sliding mode for toolbar in fullscreen (#788718, Steano Facchini) * Correct GPL2+ license text (#788719, Stefano Facchini) * Add some shortcuts (#790253, Stefano Facchini) * Fix resources generation when building (#790283, Stefano Facchini) * Update about dialing (#785527, German Poo-Caamaño) * Always use poppler_document_Save to avoid data loss (#770012, German Poo-Caamaño) * Add keybindings for special back/forward keys (#553892, German Poo-Caamaño) * Allow zooming to the limits of the scale (#788480, David King) * Fix asking to save when document has been modified (#767611, German Poo-Caamaño) * Fix navigation with annotation already selected in sidebar (#680880, German Poo-Caamaño) * Show tooltip for Outline entris (#787437, Idloj) * Default to 96 DPI when unable to compute (Stefano Facchini) Documentation: * Misc fixes (Andre Kappler) * Updated screenshots (Mario Blättermann) Translation updates |
||
|
15723fdeee | Updated net/py-botocore, net/py-boto3, net/py-awscli, textproc/py-regex | ||
|
a4f4a7bdef |
py-regex: updated to 2019.12.9
2019.12.9: Unknown changes |
||
|
dd8dd07f0a |
py-awscli: updated to 1.16.301
1.16.301 api-change:ec2: Update ec2 command to latest version 1.16.300 api-change:kendra: Update kendra command to latest version 1.16.299 api-change:quicksight: Update quicksight command to latest version api-change:kafka: Update kafka command to latest version api-change:kms: Update kms command to latest version api-change:ssm: Update ssm command to latest version 1.16.297 api-change:kinesis-video-signaling: Update kinesis-video-signaling command to latest version api-change:kinesisvideo: Update kinesisvideo command to latest version api-change:apigatewayv2: Update apigatewayv2 command to latest version 1.16.296 api-change:ebs: Update ebs command to latest version api-change:application-autoscaling: Update application-autoscaling command to latest version api-change:stepfunctions: Update stepfunctions command to latest version api-change:rds: Update rds command to latest version api-change:rekognition: Update rekognition command to latest version api-change:sagemaker: Update sagemaker command to latest version api-change:lambda: Update lambda command to latest version 1.16.295 api-change:ecs: Update ecs command to latest version api-change:codeguruprofiler: Update codeguruprofiler command to latest version api-change:textract: Update textract command to latest version api-change:frauddetector: Update frauddetector command to latest version api-change:outposts: Update outposts command to latest version api-change:codeguru-reviewer: Update codeguru-reviewer command to latest version api-change:ec2: Update ec2 command to latest version api-change:sagemaker-a2i-runtime: Update sagemaker-a2i-runtime command to latest version api-change:networkmanager: Update networkmanager command to latest version api-change:s3control: Update s3control command to latest version api-change:eks: Update eks command to latest version api-change:s3: Update s3 command to latest version api-change:compute-optimizer: Update compute-optimizer command to latest version api-change🇪🇸 Update es command to latest version api-change:kendra: Update kendra command to latest version 1.16.294 api-change:accessanalyzer: Update accessanalyzer command to latest version 1.16.293 api-change:license-manager: Update license-manager command to latest version api-change:imagebuilder: Update imagebuilder command to latest version api-change:ec2: Update ec2 command to latest version api-change:schemas: Update schemas command to latest version 1.16.292 api-change:resourcegroupstaggingapi: Update resourcegroupstaggingapi command to latest version api-change:rds-data: Update rds-data command to latest version api-change:cognito-idp: Update cognito-idp command to latest version api-change:serverlessrepo: Update serverlessrepo command to latest version api-change:quicksight: Update quicksight command to latest version api-change:workspaces: Update workspaces command to latest version api-change:ds: Update ds command to latest version api-change:dynamodb: Update dynamodb command to latest version api-change:mediatailor: Update mediatailor command to latest version api-change:elastic-inference: Update elastic-inference command to latest version api-change:organizations: Update organizations command to latest version 1.16.291 api-change:athena: Update athena command to latest version api-change:comprehend: Update comprehend command to latest version api-change:codebuild: Update codebuild command to latest version api-change:ssm: Update ssm command to latest version api-change:elbv2: Update elbv2 command to latest version api-change:wafv2: Update wafv2 command to latest version api-change:kinesisanalyticsv2: Update kinesisanalyticsv2 command to latest version api-change:medialive: Update medialive command to latest version api-change:sesv2: Update sesv2 command to latest version api-change:application-autoscaling: Update application-autoscaling command to latest version api-change:mediaconvert: Update mediaconvert command to latest version api-change:dlm: Update dlm command to latest version api-change:lex-runtime: Update lex-runtime command to latest version api-change:greengrass: Update greengrass command to latest version api-change:kms: Update kms command to latest version api-change:appconfig: Update appconfig command to latest version api-change:iot: Update iot command to latest version api-change:rds: Update rds command to latest version api-change:mediapackage-vod: Update mediapackage-vod command to latest version api-change:redshift: Update redshift command to latest version api-change🐏 Update ram command to latest version api-change:lambda: Update lambda command to latest version api-change:cognito-idp: Update cognito-idp command to latest version api-change:ec2: Update ec2 command to latest version api-change:application-insights: Update application-insights command to latest version api-change:cloudwatch: Update cloudwatch command to latest version api-change:iotsecuretunneling: Update iotsecuretunneling command to latest version api-change:ce: Update ce command to latest version api-change:alexaforbusiness: Update alexaforbusiness command to latest version 1.16.290 api-change:mediapackage-vod: Update mediapackage-vod command to latest version api-change:emr: Update emr command to latest version api-change:sns: Update sns command to latest version api-change:rekognition: Update rekognition command to latest version api-change:sts: Update sts command to latest version api-change:application-autoscaling: Update application-autoscaling command to latest version api-change:ec2: Update ec2 command to latest version api-change:forecast: Update forecast command to latest version api-change:ssm: Update ssm command to latest version api-change:acm: Update acm command to latest version api-change:autoscaling-plans: Update autoscaling-plans command to latest version api-change:codebuild: Update codebuild command to latest version 1.16.288 api-change:dynamodb: Update dynamodb command to latest version api-change:connectparticipant: Update connectparticipant command to latest version api-change:glue: Update glue command to latest version api-change:amplify: Update amplify command to latest version api-change:config: Update config command to latest version api-change:ssm: Update ssm command to latest version api-change:ec2: Update ec2 command to latest version api-change:lex-models: Update lex-models command to latest version api-change:connect: Update connect command to latest version api-change:appsync: Update appsync command to latest version api-change:meteringmarketplace: Update meteringmarketplace command to latest version api-change:lex-runtime: Update lex-runtime command to latest version api-change:transcribe: Update transcribe command to latest version 1.16.287 api-change:fsx: Update fsx command to latest version api-change:cloudtrail: Update cloudtrail command to latest version api-change:firehose: Update firehose command to latest version api-change:mediastore: Update mediastore command to latest version api-change:codecommit: Update codecommit command to latest version api-change:s3: Update s3 command to latest version api-change:dlm: Update dlm command to latest version api-change:ec2: Update ec2 command to latest version api-change:ecs: Update ecs command to latest version api-change:chime: Update chime command to latest version api-change:discovery: Update discovery command to latest version api-change:mgh: Update mgh command to latest version api-change:migrationhub-config: Update migrationhub-config command to latest version api-change:datasync: Update datasync command to latest version api-change:quicksight: Update quicksight command to latest version api-change:transcribe: Update transcribe command to latest version api-change:storagegateway: Update storagegateway command to latest version 1.16.285 api-change:cloudformation: Update cloudformation command to latest version api-change:config: Update config command to latest version api-change:iam: Update iam command to latest version api-change:ec2: Update ec2 command to latest version api-change:lambda: Update lambda command to latest version api-change:autoscaling: Update autoscaling command to latest version api-change:codebuild: Update codebuild command to latest version api-change:elbv2: Update elbv2 command to latest version api-change:iot: Update iot command to latest version 1.16.284 api-change:ssm: Update ssm command to latest version api-change:pinpoint: Update pinpoint command to latest version api-change:rds: Update rds command to latest version api-change:s3: Update s3 command to latest version api-change:cloudformation: Update cloudformation command to latest version api-change:sagemaker: Update sagemaker command to latest version api-change:ce: Update ce command to latest version api-change:sagemaker-runtime: Update sagemaker-runtime command to latest version 1.16.283 api-change:elbv2: Update elbv2 command to latest version api-change:ec2: Update ec2 command to latest version api-change:guardduty: Update guardduty command to latest version api-change:chime: Update chime command to latest version api-change:workspaces: Update workspaces command to latest version api-change:ssm: Update ssm command to latest version api-change:eks: Update eks command to latest version api-change:emr: Update emr command to latest version api-change:logs: Update logs command to latest version api-change:mediaconvert: Update mediaconvert command to latest version api-change:cognito-idp: Update cognito-idp command to latest version 1.16.282 api-change:personalize: Update personalize command to latest version api-change:ssm: Update ssm command to latest version api-change:connect: Update connect command to latest version api-change:cognito-idp: Update cognito-idp command to latest version api-change:meteringmarketplace: Update meteringmarketplace command to latest version 1.16.281 api-change:dlm: Update dlm command to latest version api-change:dataexchange: Update dataexchange command to latest version api-change:cloudsearch: Update cloudsearch command to latest version api-change:iot: Update iot command to latest version api-change:sesv2: Update sesv2 command to latest version 1.16.280 api-change:elbv2: Update elbv2 command to latest version api-change:marketplace-catalog: Update marketplace-catalog command to latest version api-change:codepipeline: Update codepipeline command to latest version api-change:dynamodb: Update dynamodb command to latest version api-change:transcribe: Update transcribe command to latest version 1.16.279 api-change:ce: Update ce command to latest version api-change:cloudformation: Update cloudformation command to latest version 1.16.278 api-change:cognito-identity: Update cognito-identity command to latest version api-change:ecr: Update ecr command to latest version 1.16.277 api-change:ssm: Update ssm command to latest version api-change:comprehend: Update comprehend command to latest version api-change:sso: Update sso command to latest version api-change:sso-oidc: Update sso-oidc command to latest version 1.16.276 api-change:savingsplans: Update savingsplans command to latest version 1.16.275 api-change:budgets: Update budgets command to latest version api-change:savingsplans: Update savingsplans command to latest version api-change:ce: Update ce command to latest version api-change:codebuild: Update codebuild command to latest version api-change:efs: Update efs command to latest version api-change:signer: Update signer command to latest version 1.16.274 api-change:codestar-notifications: Update codestar-notifications command to latest version api-change:rds: Update rds command to latest version 1.16.273 api-change:robomaker: Update robomaker command to latest version api-change:dax: Update dax command to latest version api-change:ec2: Update ec2 command to latest version 1.16.272 api-change:cloudtrail: Update cloudtrail command to latest version api-change:dms: Update dms command to latest version api-change:pinpoint: Update pinpoint command to latest version 1.16.271 api-change:s3: Update s3 command to latest version api-change:amplify: Update amplify command to latest version api-change:support: Update support command to latest version 1.16.270 api-change:elasticache: Update elasticache command to latest version 1.16.269 api-change:appstream: Update appstream command to latest version api-change:cloud9: Update cloud9 command to latest version 1.16.268 api-change:s3: Update s3 command to latest version 1.16.267 api-change:transfer: Update transfer command to latest version api-change:elasticache: Update elasticache command to latest version api-change:ecr: Update ecr command to latest version 1.16.266 enhancement:eks get-token: Refactor get-token implementation and add support for non-aws partitions and regions. api-change:chime: Update chime command to latest version api-change:appmesh: Update appmesh command to latest version api-change:gamelift: Update gamelift command to latest version api-change:sagemaker: Update sagemaker command to latest version api-change:ec2: Update ec2 command to latest version enhancement:sts: Add support for configuring the use of regional STS endpoints. 1.16.265 api-change:polly: Update polly command to latest version api-change:connect: Update connect command to latest version 1.16.264 api-change:opsworkscm: Update opsworkscm command to latest version api-change:iotevents: Update iotevents command to latest version 1.16.263 api-change:cloudwatch: Update cloudwatch command to latest version 1.16.262 api-change:batch: Update batch command to latest version api-change:rds: Update rds command to latest version 1.16.261 api-change:kafka: Update kafka command to latest version api-change:robomaker: Update robomaker command to latest version api-change:marketplacecommerceanalytics: Update marketplacecommerceanalytics command to latest version 1.16.260 api-change:kinesis-video-archived-media: Update kinesis-video-archived-media command to latest version 1.16.259 api-change:workspaces: Update workspaces command to latest version api-change:personalize: Update personalize command to latest version 1.16.258 api-change:greengrass: Update greengrass command to latest version 1.16.257 api-change:fms: Update fms command to latest version api-change:iotanalytics: Update iotanalytics command to latest version api-change:ec2: Update ec2 command to latest version api-change:lex-runtime: Update lex-runtime command to latest version 1.16.256 api-change:kafka: Update kafka command to latest version api-change:elasticache: Update elasticache command to latest version api-change:mediaconvert: Update mediaconvert command to latest version 1.16.255 api-change:firehose: Update firehose command to latest version api-change:datasync: Update datasync command to latest version api-change:events: Update events command to latest version api-change:organizations: Update organizations command to latest version 1.16.254 api-change:directconnect: Update directconnect command to latest version api-change:firehose: Update firehose command to latest version api-change:pinpoint: Update pinpoint command to latest version api-change:pinpoint-email: Update pinpoint-email command to latest version api-change:glue: Update glue command to latest version api-change:snowball: Update snowball command to latest version 1.16.253 api-change:ssm: Update ssm command to latest version api-change:mediapackage: Update mediapackage command to latest version enhancment:colorama: Increased the upper bound on the colorama dependency to 0.4.2. api-change:cognito-idp: Update cognito-idp command to latest version 1.16.252 api-change:ec2: Update ec2 command to latest version api-change🇪🇸 Update es command to latest version api-change:application-autoscaling: Update application-autoscaling command to latest version api-change:devicefarm: Update devicefarm command to latest version 1.16.251 api-change:lightsail: Update lightsail command to latest version 1.16.250 api-change:docdb: Update docdb command to latest version 1.16.249 api-change:mq: Update mq command to latest version api-change:rds: Update rds command to latest version api-change:waf: Update waf command to latest version 1.16.248 api-change:amplify: Update amplify command to latest version api-change:ecs: Update ecs command to latest version 1.16.247 api-change:codepipeline: Update codepipeline command to latest version api-change:ssm: Update ssm command to latest version 1.16.246 api-change:sagemaker: Update sagemaker command to latest version api-change:dms: Update dms command to latest version api-change:globalaccelerator: Update globalaccelerator command to latest version 1.16.245 api-change:comprehendmedical: Update comprehendmedical command to latest version api-change:transcribe: Update transcribe command to latest version api-change:datasync: Update datasync command to latest version 1.16.244 api-change:rds-data: Update rds-data command to latest version api-change:redshift: Update redshift command to latest version 1.16.243 api-change:workspaces: Update workspaces command to latest version api-change:greengrass: Update greengrass command to latest version api-change:ec2: Update ec2 command to latest version api-change:rds: Update rds command to latest version 1.16.242 api-change:ecs: Update ecs command to latest version enhancement:cloudtrail validate-logs: Add support for validating logs from organizational trails api-change:glue: Update glue command to latest version api-change:mediaconnect: Update mediaconnect command to latest version 1.16.241 api-change🐏 Update ram command to latest version api-change:waf-regional: Update waf-regional command to latest version api-change:apigateway: Update apigateway command to latest version 1.16.240 api-change:personalize: Update personalize command to latest version api-change:athena: Update athena command to latest version api-change:iam: Update iam command to latest version 1.16.239 api-change:mediaconvert: Update mediaconvert command to latest version api-change:eks: Update eks command to latest version 1.16.238 api-change:workmailmessageflow: Update workmailmessageflow command to latest version api-change:ec2: Update ec2 command to latest version api-change:medialive: Update medialive command to latest version api-change:elbv2: Update elbv2 command to latest version 1.16.237 api-change:ec2: Update ec2 command to latest version api-change:rds: Update rds command to latest version api-change:mediaconnect: Update mediaconnect command to latest version api-change:stepfunctions: Update stepfunctions command to latest version api-change:ses: Update ses command to latest version api-change:config: Update config command to latest version 1.16.236 api-change:storagegateway: Update storagegateway command to latest version 1.16.235 api-change:appstream: Update appstream command to latest version api-change:robomaker: Update robomaker command to latest version api-change:qldb: Update qldb command to latest version api-change:qldb-session: Update qldb-session command to latest version api-change:marketplacecommerceanalytics: Update marketplacecommerceanalytics command to latest version api-change:appmesh: Update appmesh command to latest version api-change:ec2: Update ec2 command to latest version 1.16.234 api-change:kinesisanalytics: Update kinesisanalytics command to latest version 1.16.233 api-change:config: Update config command to latest version 1.16.232 api-change:transcribe: Update transcribe command to latest version api-change:eks: Update eks command to latest version api-change:stepfunctions: Update stepfunctions command to latest version 1.16.231 api-change:resourcegroupstaggingapi: Update resourcegroupstaggingapi command to latest version api-change:ecs: Update ecs command to latest version api-change:gamelift: Update gamelift command to latest version 1.16.230 api-change:mq: Update mq command to latest version api-change:apigatewaymanagementapi: Update apigatewaymanagementapi command to latest version api-change:ecs: Update ecs command to latest version 1.16.229 api-change:application-autoscaling: Update application-autoscaling command to latest version api-change:lambda: Update lambda command to latest version api-change:elasticache: Update elasticache command to latest version api-change:codepipeline: Update codepipeline command to latest version api-change:ecs: Update ecs command to latest version 1.16.228 api-change:sqs: Update sqs command to latest version api-change:globalaccelerator: Update globalaccelerator command to latest version api-change:mediaconvert: Update mediaconvert command to latest version 1.16.227 api-change:organizations: Update organizations command to latest version 1.16.226 api-change:ssm: Update ssm command to latest version api-change:securityhub: Update securityhub command to latest version 1.16.225 api-change:transcribe: Update transcribe command to latest version api-change:mediapackage-vod: Update mediapackage-vod command to latest version api-change:ec2: Update ec2 command to latest version |
||
|
ace4e536be |
py-boto3: updated to 1.10.37
1.10.37 api-change:ec2: [botocore] Update ec2 client to latest version 1.10.36 api-change:kendra: [botocore] Update kendra client to latest version 1.10.35 bugfix:s3: [botocore] Add stricter validation to s3 control account id parameter. api-change:quicksight: [botocore] Update quicksight client to latest version api-change:kms: [botocore] Update kms client to latest version api-change:ssm: [botocore] Update ssm client to latest version api-change:kafka: [botocore] Update kafka client to latest version 1.10.34 bugfix:s3: [botocore] Fixed an issue where the request path was set incorrectly if access point name was present in key path. 1.10.33 api-change:kinesisvideo: [botocore] Update kinesisvideo client to latest version api-change:kinesis-video-signaling: [botocore] Update kinesis-video-signaling client to latest version api-change:apigatewayv2: [botocore] Update apigatewayv2 client to latest version 1.10.32 api-change:ebs: [botocore] Update ebs client to latest version api-change:stepfunctions: [botocore] Update stepfunctions client to latest version api-change:application-autoscaling: [botocore] Update application-autoscaling client to latest version api-change:lambda: [botocore] Update lambda client to latest version api-change:rekognition: [botocore] Update rekognition client to latest version api-change:rds: [botocore] Update rds client to latest version api-change:sagemaker: [botocore] Update sagemaker client to latest version 1.10.31 api-change:textract: [botocore] Update textract client to latest version api-change:s3control: [botocore] Update s3control client to latest version api-change:ecs: [botocore] Update ecs client to latest version api-change:s3: [botocore] Update s3 client to latest version api-change:outposts: [botocore] Update outposts client to latest version api-change:kendra: [botocore] Update kendra client to latest version api-change:eks: [botocore] Update eks client to latest version api-change:networkmanager: [botocore] Update networkmanager client to latest version api-change:compute-optimizer: [botocore] Update compute-optimizer client to latest version api-change:ec2: [botocore] Update ec2 client to latest version api-change:frauddetector: [botocore] Update frauddetector client to latest version api-change:sagemaker-a2i-runtime: [botocore] Update sagemaker-a2i-runtime client to latest version api-change:codeguru-reviewer: [botocore] Update codeguru-reviewer client to latest version api-change:codeguruprofiler: [botocore] Update codeguruprofiler client to latest version api-change🇪🇸 [botocore] Update es client to latest version 1.10.30 api-change:accessanalyzer: [botocore] Update accessanalyzer client to latest version 1.10.29 api-change:ec2: [botocore] Update ec2 client to latest version api-change:license-manager: [botocore] Update license-manager client to latest version api-change:imagebuilder: [botocore] Update imagebuilder client to latest version api-change:schemas: [botocore] Update schemas client to latest version 1.10.28 api-change:rds-data: [botocore] Update rds-data client to latest version api-change:ds: [botocore] Update ds client to latest version api-change:workspaces: [botocore] Update workspaces client to latest version api-change:resourcegroupstaggingapi: [botocore] Update resourcegroupstaggingapi client to latest version api-change:cognito-idp: [botocore] Update cognito-idp client to latest version api-change:dynamodb: [botocore] Update dynamodb client to latest version api-change:elastic-inference: [botocore] Update elastic-inference client to latest version api-change:organizations: [botocore] Update organizations client to latest version api-change:mediatailor: [botocore] Update mediatailor client to latest version api-change:quicksight: [botocore] Update quicksight client to latest version api-change:serverlessrepo: [botocore] Update serverlessrepo client to latest version 1.10.27 api-change:cognito-idp: [botocore] Update cognito-idp client to latest version api-change:redshift: [botocore] Update redshift client to latest version api-change:elbv2: [botocore] Update elbv2 client to latest version api-change:wafv2: [botocore] Update wafv2 client to latest version api-change:dlm: [botocore] Update dlm client to latest version api-change:iot: [botocore] Update iot client to latest version api-change:lex-runtime: [botocore] Update lex-runtime client to latest version api-change:ec2: [botocore] Update ec2 client to latest version api-change:athena: [botocore] Update athena client to latest version api-change:iotsecuretunneling: [botocore] Update iotsecuretunneling client to latest version api-change:ssm: [botocore] Update ssm client to latest version api-change:application-insights: [botocore] Update application-insights client to latest version api-change:mediapackage-vod: [botocore] Update mediapackage-vod client to latest version api-change:appconfig: [botocore] Update appconfig client to latest version api-change:mediaconvert: [botocore] Update mediaconvert client to latest version api-change:kinesisanalyticsv2: [botocore] Update kinesisanalyticsv2 client to latest version api-change:medialive: [botocore] Update medialive client to latest version api-change:lambda: [botocore] Update lambda client to latest version api-change:cloudwatch: [botocore] Update cloudwatch client to latest version api-change:sesv2: [botocore] Update sesv2 client to latest version api-change:application-autoscaling: [botocore] Update application-autoscaling client to latest version api-change:greengrass: [botocore] Update greengrass client to latest version api-change:alexaforbusiness: [botocore] Update alexaforbusiness client to latest version api-change:rds: [botocore] Update rds client to latest version api-change:ce: [botocore] Update ce client to latest version api-change🐏 [botocore] Update ram client to latest version api-change:codebuild: [botocore] Update codebuild client to latest version api-change:comprehend: [botocore] Update comprehend client to latest version api-change:kms: [botocore] Update kms client to latest version 1.10.26 api-change:acm: [botocore] Update acm client to latest version api-change:autoscaling-plans: [botocore] Update autoscaling-plans client to latest version api-change:codebuild: [botocore] Update codebuild client to latest version api-change:mediapackage-vod: [botocore] Update mediapackage-vod client to latest version api-change:emr: [botocore] Update emr client to latest version api-change:sns: [botocore] Update sns client to latest version api-change:ssm: [botocore] Update ssm client to latest version api-change:application-autoscaling: [botocore] Update application-autoscaling client to latest version api-change:sts: [botocore] Update sts client to latest version api-change:forecast: [botocore] Update forecast client to latest version api-change:ec2: [botocore] Update ec2 client to latest version api-change:rekognition: [botocore] Update rekognition client to latest version 1.10.25 bugfix:IMDS metadata: [botocore] Add 405 case to metadata fetching logic. 1.10.24 api-change:glue: [botocore] Update glue client to latest version api-change:transcribe: [botocore] Update transcribe client to latest version api-change:connectparticipant: [botocore] Update connectparticipant client to latest version api-change:dynamodb: [botocore] Update dynamodb client to latest version api-change:lex-runtime: [botocore] Update lex-runtime client to latest version api-change:connect: [botocore] Update connect client to latest version api-change:ec2: [botocore] Update ec2 client to latest version api-change:meteringmarketplace: [botocore] Update meteringmarketplace client to latest version api-change:config: [botocore] Update config client to latest version api-change:lex-models: [botocore] Update lex-models client to latest version api-change:ssm: [botocore] Update ssm client to latest version api-change:amplify: [botocore] Update amplify client to latest version api-change:appsync: [botocore] Update appsync client to latest version 1.10.23 api-change:datasync: [botocore] Update datasync client to latest version api-change:dlm: [botocore] Update dlm client to latest version api-change:mediastore: [botocore] Update mediastore client to latest version api-change:cloudtrail: [botocore] Update cloudtrail client to latest version api-change:mgh: [botocore] Update mgh client to latest version api-change:storagegateway: [botocore] Update storagegateway client to latest version api-change:ec2: [botocore] Update ec2 client to latest version api-change:codecommit: [botocore] Update codecommit client to latest version api-change:s3: [botocore] Update s3 client to latest version api-change:fsx: [botocore] Update fsx client to latest version api-change:migrationhub-config: [botocore] Update migrationhub-config client to latest version api-change:firehose: [botocore] Update firehose client to latest version api-change:transcribe: [botocore] Update transcribe client to latest version api-change:ecs: [botocore] Update ecs client to latest version api-change:discovery: [botocore] Update discovery client to latest version api-change:chime: [botocore] Update chime client to latest version api-change:quicksight: [botocore] Update quicksight client to latest version 1.10.22 bugfix:IMDS: [botocore] Fix regression in IMDS credential resolution. 1.10.21 api-change:ec2: [botocore] Update ec2 client to latest version api-change:cloudformation: [botocore] Update cloudformation client to latest version api-change:elbv2: [botocore] Update elbv2 client to latest version api-change:lambda: [botocore] Update lambda client to latest version api-change:config: [botocore] Update config client to latest version api-change:iam: [botocore] Update iam client to latest version api-change:codebuild: [botocore] Update codebuild client to latest version api-change:iot: [botocore] Update iot client to latest version api-change:autoscaling: [botocore] Update autoscaling client to latest version 1.10.20 api-change:cloudformation: [botocore] Update cloudformation client to latest version api-change:s3: [botocore] Update s3 client to latest version api-change:rds: [botocore] Update rds client to latest version api-change:pinpoint: [botocore] Update pinpoint client to latest version api-change:sagemaker: [botocore] Update sagemaker client to latest version api-change:sagemaker-runtime: [botocore] Update sagemaker-runtime client to latest version api-change:ce: [botocore] Update ce client to latest version api-change:ssm: [botocore] Update ssm client to latest version 1.10.19 api-change:cognito-idp: [botocore] Update cognito-idp client to latest version api-change:elbv2: [botocore] Update elbv2 client to latest version api-change:workspaces: [botocore] Update workspaces client to latest version api-change:ssm: [botocore] Update ssm client to latest version api-change:logs: [botocore] Update logs client to latest version api-change:guardduty: [botocore] Update guardduty client to latest version api-change:emr: [botocore] Update emr client to latest version api-change:ec2: [botocore] Update ec2 client to latest version api-change:mediaconvert: [botocore] Update mediaconvert client to latest version api-change:eks: [botocore] Update eks client to latest version api-change:chime: [botocore] Update chime client to latest version 1.10.18 api-change:meteringmarketplace: [botocore] Update meteringmarketplace client to latest version api-change:cognito-idp: [botocore] Update cognito-idp client to latest version api-change:connect: [botocore] Update connect client to latest version api-change:ssm: [botocore] Update ssm client to latest version api-change:personalize: [botocore] Update personalize client to latest version 1.10.17 api-change:sesv2: [botocore] Update sesv2 client to latest version api-change:dataexchange: [botocore] Update dataexchange client to latest version api-change:iot: [botocore] Update iot client to latest version api-change:cloudsearch: [botocore] Update cloudsearch client to latest version api-change:dlm: [botocore] Update dlm client to latest version 1.10.16 api-change:transcribe: [botocore] Update transcribe client to latest version api-change:marketplace-catalog: [botocore] Update marketplace-catalog client to latest version api-change:dynamodb: [botocore] Update dynamodb client to latest version api-change:codepipeline: [botocore] Update codepipeline client to latest version api-change:elbv2: [botocore] Update elbv2 client to latest version 1.10.15 api-change:ce: [botocore] Update ce client to latest version api-change:cloudformation: [botocore] Update cloudformation client to latest version 1.10.14 api-change:cognito-identity: [botocore] Update cognito-identity client to latest version api-change:ecr: [botocore] Update ecr client to latest version 1.10.13 api-change:ssm: [botocore] Update ssm client to latest version api-change:sso: [botocore] Update sso client to latest version api-change:sso-oidc: [botocore] Update sso-oidc client to latest version api-change:comprehend: [botocore] Update comprehend client to latest version 1.10.12 api-change:savingsplans: [botocore] Update savingsplans client to latest version 1.10.11 api-change:codebuild: [botocore] Update codebuild client to latest version api-change:budgets: [botocore] Update budgets client to latest version api-change:efs: [botocore] Update efs client to latest version api-change:ce: [botocore] Update ce client to latest version api-change:savingsplans: [botocore] Update savingsplans client to latest version api-change:signer: [botocore] Update signer client to latest version 1.10.10 api-change:rds: [botocore] Update rds client to latest version api-change:codestar-notifications: [botocore] Update codestar-notifications client to latest version 1.10.9 api-change:dax: [botocore] Update dax client to latest version api-change:ec2: [botocore] Update ec2 client to latest version api-change:robomaker: [botocore] Update robomaker client to latest version 1.10.8 api-change:pinpoint: [botocore] Update pinpoint client to latest version api-change:cloudtrail: [botocore] Update cloudtrail client to latest version api-change:dms: [botocore] Update dms client to latest version 1.10.7 api-change:support: [botocore] Update support client to latest version api-change:amplify: [botocore] Update amplify client to latest version api-change:s3: [botocore] Update s3 client to latest version 1.10.6 api-change:elasticache: [botocore] Update elasticache client to latest version 1.10.5 api-change:cloud9: [botocore] Update cloud9 client to latest version api-change:appstream: [botocore] Update appstream client to latest version 1.10.4 api-change:s3: [botocore] Update s3 client to latest version 1.10.3 api-change:elasticache: [botocore] Update elasticache client to latest version api-change:transfer: [botocore] Update transfer client to latest version api-change:ecr: [botocore] Update ecr client to latest version 1.10.2 api-change:sagemaker: [botocore] Update sagemaker client to latest version api-change:gamelift: [botocore] Update gamelift client to latest version enhancement:sts: [botocore] Add support for configuring the use of regional STS endpoints. api-change:chime: [botocore] Update chime client to latest version api-change:appmesh: [botocore] Update appmesh client to latest version api-change:ec2: [botocore] Update ec2 client to latest version 1.10.1 api-change:polly: [botocore] Update polly client to latest version api-change:connect: [botocore] Update connect client to latest version 1.10.0 api-change:opsworkscm: [botocore] Update opsworkscm client to latest version api-change:iotevents: [botocore] Update iotevents client to latest version feature:botocore.vendored.requests: [botocore] Removed vendored version of requests 1.9.253 api-change:cloudwatch: [botocore] Update cloudwatch client to latest version 1.9.252 api-change:batch: [botocore] Update batch client to latest version api-change:rds: [botocore] Update rds client to latest version 1.9.251 api-change:kafka: [botocore] Update kafka client to latest version api-change:marketplacecommerceanalytics: [botocore] Update marketplacecommerceanalytics client to latest version api-change:robomaker: [botocore] Update robomaker client to latest version 1.9.250 api-change:kinesis-video-archived-media: [botocore] Update kinesis-video-archived-media client to latest version 1.9.249 api-change:personalize: [botocore] Update personalize client to latest version api-change:workspaces: [botocore] Update workspaces client to latest version 1.9.248 api-change:greengrass: [botocore] Update greengrass client to latest version 1.9.247 api-change:ec2: [botocore] Update ec2 client to latest version api-change:lex-runtime: [botocore] Update lex-runtime client to latest version api-change:fms: [botocore] Update fms client to latest version api-change:iotanalytics: [botocore] Update iotanalytics client to latest version 1.9.246 api-change:kafka: [botocore] Update kafka client to latest version api-change:elasticache: [botocore] Update elasticache client to latest version api-change:mediaconvert: [botocore] Update mediaconvert client to latest version 1.9.245 api-change:organizations: [botocore] Update organizations client to latest version api-change:events: [botocore] Update events client to latest version api-change:firehose: [botocore] Update firehose client to latest version api-change:datasync: [botocore] Update datasync client to latest version 1.9.244 api-change:snowball: [botocore] Update snowball client to latest version api-change:directconnect: [botocore] Update directconnect client to latest version api-change:firehose: [botocore] Update firehose client to latest version api-change:pinpoint: [botocore] Update pinpoint client to latest version api-change:glue: [botocore] Update glue client to latest version api-change:pinpoint-email: [botocore] Update pinpoint-email client to latest version 1.9.243 api-change:cognito-idp: [botocore] Update cognito-idp client to latest version api-change:mediapackage: [botocore] Update mediapackage client to latest version api-change:ssm: [botocore] Update ssm client to latest version 1.9.242 api-change🇪🇸 [botocore] Update es client to latest version api-change:ec2: [botocore] Update ec2 client to latest version api-change:application-autoscaling: [botocore] Update application-autoscaling client to latest version api-change:devicefarm: [botocore] Update devicefarm client to latest version 1.9.241 api-change:lightsail: [botocore] Update lightsail client to latest version 1.9.240 api-change:docdb: [botocore] Update docdb client to latest version 1.9.239 api-change:waf: [botocore] Update waf client to latest version api-change:rds: [botocore] Update rds client to latest version api-change:mq: [botocore] Update mq client to latest version 1.9.238 api-change:amplify: [botocore] Update amplify client to latest version api-change:ecs: [botocore] Update ecs client to latest version 1.9.237 api-change:ssm: [botocore] Update ssm client to latest version api-change:codepipeline: [botocore] Update codepipeline client to latest version 1.9.236 api-change:globalaccelerator: [botocore] Update globalaccelerator client to latest version api-change:dms: [botocore] Update dms client to latest version api-change:sagemaker: [botocore] Update sagemaker client to latest version 1.9.235 api-change:transcribe: [botocore] Update transcribe client to latest version api-change:comprehendmedical: [botocore] Update comprehendmedical client to latest version api-change:datasync: [botocore] Update datasync client to latest version 1.9.234 api-change:rds-data: [botocore] Update rds-data client to latest version api-change:redshift: [botocore] Update redshift client to latest version 1.9.233 api-change:workspaces: [botocore] Update workspaces client to latest version api-change:ec2: [botocore] Update ec2 client to latest version api-change:greengrass: [botocore] Update greengrass client to latest version api-change:rds: [botocore] Update rds client to latest version 1.9.232 api-change:mediaconnect: [botocore] Update mediaconnect client to latest version api-change:glue: [botocore] Update glue client to latest version api-change:ecs: [botocore] Update ecs client to latest version 1.9.231 api-change🐏 [botocore] Update ram client to latest version api-change:waf-regional: [botocore] Update waf-regional client to latest version api-change:apigateway: [botocore] Update apigateway client to latest version 1.9.230 api-change:iam: [botocore] Update iam client to latest version api-change:athena: [botocore] Update athena client to latest version api-change:personalize: [botocore] Update personalize client to latest version 1.9.229 api-change:eks: [botocore] Update eks client to latest version api-change:mediaconvert: [botocore] Update mediaconvert client to latest version 1.9.228 api-change:elbv2: [botocore] Update elbv2 client to latest version api-change:ec2: [botocore] Update ec2 client to latest version api-change:workmailmessageflow: [botocore] Update workmailmessageflow client to latest version api-change:medialive: [botocore] Update medialive client to latest version 1.9.227 api-change:stepfunctions: [botocore] Update stepfunctions client to latest version api-change:rds: [botocore] Update rds client to latest version api-change:ec2: [botocore] Update ec2 client to latest version api-change:mediaconnect: [botocore] Update mediaconnect client to latest version api-change:ses: [botocore] Update ses client to latest version api-change:config: [botocore] Update config client to latest version 1.9.226 api-change:storagegateway: [botocore] Update storagegateway client to latest version 1.9.225 api-change:qldb: [botocore] Update qldb client to latest version api-change:marketplacecommerceanalytics: [botocore] Update marketplacecommerceanalytics client to latest version api-change:appstream: [botocore] Update appstream client to latest version api-change:ec2: [botocore] Update ec2 client to latest version api-change:robomaker: [botocore] Update robomaker client to latest version api-change:appmesh: [botocore] Update appmesh client to latest version api-change:qldb-session: [botocore] Update qldb-session client to latest version 1.9.224 api-change:kinesisanalytics: [botocore] Update kinesisanalytics client to latest version 1.9.223 api-change:config: [botocore] Update config client to latest version 1.9.222 api-change:stepfunctions: [botocore] Update stepfunctions client to latest version api-change:transcribe: [botocore] Update transcribe client to latest version api-change:eks: [botocore] Update eks client to latest version 1.9.221 api-change:ecs: [botocore] Update ecs client to latest version api-change:resourcegroupstaggingapi: [botocore] Update resourcegroupstaggingapi client to latest version api-change:gamelift: [botocore] Update gamelift client to latest version 1.9.220 api-change:mq: [botocore] Update mq client to latest version api-change:apigatewaymanagementapi: [botocore] Update apigatewaymanagementapi client to latest version api-change:ecs: [botocore] Update ecs client to latest version 1.9.219 api-change:codepipeline: [botocore] Update codepipeline client to latest version api-change:application-autoscaling: [botocore] Update application-autoscaling client to latest version api-change:elasticache: [botocore] Update elasticache client to latest version api-change:lambda: [botocore] Update lambda client to latest version api-change:ecs: [botocore] Update ecs client to latest version 1.9.218 api-change:sqs: [botocore] Update sqs client to latest version api-change:globalaccelerator: [botocore] Update globalaccelerator client to latest version api-change:mediaconvert: [botocore] Update mediaconvert client to latest version 1.9.217 api-change:organizations: [botocore] Update organizations client to latest version 1.9.216 api-change:ssm: [botocore] Update ssm client to latest version api-change:securityhub: [botocore] Update securityhub client to latest version 1.9.215 api-change:ec2: [botocore] Update ec2 client to latest version api-change:mediapackage-vod: [botocore] Update mediapackage-vod client to latest version api-change:transcribe: [botocore] Update transcribe client to latest version |
||
|
4ea5d0f04d |
py-botocore: updated to 1.13.37
1.13.37 api-change:ec2: Update ec2 client to latest version 1.13.36 api-change:kendra: Update kendra client to latest version 1.13.35 bugfix:s3: Add stricter validation to s3 control account id parameter. api-change:quicksight: Update quicksight client to latest version api-change:kms: Update kms client to latest version api-change:ssm: Update ssm client to latest version api-change:kafka: Update kafka client to latest version 1.13.34 bugfix:s3: Fixed an issue where the request path was set incorrectly if access point name was present in key path. 1.13.33 api-change:kinesisvideo: Update kinesisvideo client to latest version api-change:kinesis-video-signaling: Update kinesis-video-signaling client to latest version api-change:apigatewayv2: Update apigatewayv2 client to latest version 1.13.32 api-change:ebs: Update ebs client to latest version api-change:stepfunctions: Update stepfunctions client to latest version api-change:application-autoscaling: Update application-autoscaling client to latest version api-change:lambda: Update lambda client to latest version api-change:rekognition: Update rekognition client to latest version api-change:rds: Update rds client to latest version api-change:sagemaker: Update sagemaker client to latest version 1.13.31 api-change:textract: Update textract client to latest version api-change:s3control: Update s3control client to latest version api-change:ecs: Update ecs client to latest version api-change:s3: Update s3 client to latest version api-change:outposts: Update outposts client to latest version api-change:kendra: Update kendra client to latest version api-change:eks: Update eks client to latest version api-change:networkmanager: Update networkmanager client to latest version api-change:compute-optimizer: Update compute-optimizer client to latest version api-change:ec2: Update ec2 client to latest version api-change:frauddetector: Update frauddetector client to latest version api-change:sagemaker-a2i-runtime: Update sagemaker-a2i-runtime client to latest version api-change:codeguru-reviewer: Update codeguru-reviewer client to latest version api-change:codeguruprofiler: Update codeguruprofiler client to latest version api-change🇪🇸 Update es client to latest version 1.13.30 api-change:accessanalyzer: Update accessanalyzer client to latest version 1.13.29 api-change:ec2: Update ec2 client to latest version api-change:license-manager: Update license-manager client to latest version api-change:imagebuilder: Update imagebuilder client to latest version api-change:schemas: Update schemas client to latest version 1.13.28 api-change:rds-data: Update rds-data client to latest version api-change:ds: Update ds client to latest version api-change:workspaces: Update workspaces client to latest version api-change:resourcegroupstaggingapi: Update resourcegroupstaggingapi client to latest version api-change:cognito-idp: Update cognito-idp client to latest version api-change:dynamodb: Update dynamodb client to latest version api-change:elastic-inference: Update elastic-inference client to latest version api-change:organizations: Update organizations client to latest version api-change:mediatailor: Update mediatailor client to latest version api-change:quicksight: Update quicksight client to latest version api-change:serverlessrepo: Update serverlessrepo client to latest version 1.13.27 api-change:cognito-idp: Update cognito-idp client to latest version api-change:redshift: Update redshift client to latest version api-change:elbv2: Update elbv2 client to latest version api-change:wafv2: Update wafv2 client to latest version api-change:dlm: Update dlm client to latest version api-change:iot: Update iot client to latest version api-change:lex-runtime: Update lex-runtime client to latest version api-change:ec2: Update ec2 client to latest version api-change:athena: Update athena client to latest version api-change:iotsecuretunneling: Update iotsecuretunneling client to latest version api-change:ssm: Update ssm client to latest version api-change:application-insights: Update application-insights client to latest version api-change:mediapackage-vod: Update mediapackage-vod client to latest version api-change:appconfig: Update appconfig client to latest version api-change:mediaconvert: Update mediaconvert client to latest version api-change:kinesisanalyticsv2: Update kinesisanalyticsv2 client to latest version api-change:medialive: Update medialive client to latest version api-change:lambda: Update lambda client to latest version api-change:cloudwatch: Update cloudwatch client to latest version api-change:sesv2: Update sesv2 client to latest version api-change:application-autoscaling: Update application-autoscaling client to latest version api-change:greengrass: Update greengrass client to latest version api-change:alexaforbusiness: Update alexaforbusiness client to latest version api-change:rds: Update rds client to latest version api-change:ce: Update ce client to latest version api-change🐏 Update ram client to latest version api-change:codebuild: Update codebuild client to latest version api-change:comprehend: Update comprehend client to latest version api-change:kms: Update kms client to latest version 1.13.26 api-change:acm: Update acm client to latest version api-change:autoscaling-plans: Update autoscaling-plans client to latest version api-change:codebuild: Update codebuild client to latest version api-change:mediapackage-vod: Update mediapackage-vod client to latest version api-change:emr: Update emr client to latest version api-change:sns: Update sns client to latest version api-change:ssm: Update ssm client to latest version api-change:application-autoscaling: Update application-autoscaling client to latest version api-change:sts: Update sts client to latest version api-change:forecast: Update forecast client to latest version api-change:ec2: Update ec2 client to latest version api-change:rekognition: Update rekognition client to latest version 1.13.25 bugfix:IMDS metadata: Add 405 case to metadata fetching logic. 1.13.24 api-change:glue: Update glue client to latest version api-change:transcribe: Update transcribe client to latest version api-change:connectparticipant: Update connectparticipant client to latest version api-change:dynamodb: Update dynamodb client to latest version api-change:lex-runtime: Update lex-runtime client to latest version api-change:connect: Update connect client to latest version api-change:ec2: Update ec2 client to latest version api-change:meteringmarketplace: Update meteringmarketplace client to latest version api-change:config: Update config client to latest version api-change:lex-models: Update lex-models client to latest version api-change:ssm: Update ssm client to latest version api-change:amplify: Update amplify client to latest version api-change:appsync: Update appsync client to latest version 1.13.23 api-change:datasync: Update datasync client to latest version api-change:dlm: Update dlm client to latest version api-change:mediastore: Update mediastore client to latest version api-change:cloudtrail: Update cloudtrail client to latest version api-change:mgh: Update mgh client to latest version api-change:storagegateway: Update storagegateway client to latest version api-change:ec2: Update ec2 client to latest version api-change:codecommit: Update codecommit client to latest version api-change:s3: Update s3 client to latest version api-change:fsx: Update fsx client to latest version api-change:migrationhub-config: Update migrationhub-config client to latest version api-change:firehose: Update firehose client to latest version api-change:transcribe: Update transcribe client to latest version api-change:ecs: Update ecs client to latest version api-change:discovery: Update discovery client to latest version api-change:chime: Update chime client to latest version api-change:quicksight: Update quicksight client to latest version 1.13.22 bugfix:IMDS: Fix regression in IMDS credential resolution. 1.13.21 api-change:ec2: Update ec2 client to latest version api-change:cloudformation: Update cloudformation client to latest version api-change:elbv2: Update elbv2 client to latest version api-change:lambda: Update lambda client to latest version api-change:config: Update config client to latest version api-change:iam: Update iam client to latest version api-change:codebuild: Update codebuild client to latest version api-change:iot: Update iot client to latest version api-change:autoscaling: Update autoscaling client to latest version 1.13.20 api-change:cloudformation: Update cloudformation client to latest version api-change:s3: Update s3 client to latest version api-change:rds: Update rds client to latest version api-change:pinpoint: Update pinpoint client to latest version api-change:sagemaker: Update sagemaker client to latest version api-change:sagemaker-runtime: Update sagemaker-runtime client to latest version api-change:ce: Update ce client to latest version api-change:ssm: Update ssm client to latest version 1.13.19 api-change:cognito-idp: Update cognito-idp client to latest version api-change:elbv2: Update elbv2 client to latest version api-change:workspaces: Update workspaces client to latest version api-change:ssm: Update ssm client to latest version api-change:logs: Update logs client to latest version api-change:guardduty: Update guardduty client to latest version api-change:emr: Update emr client to latest version api-change:ec2: Update ec2 client to latest version api-change:mediaconvert: Update mediaconvert client to latest version api-change:eks: Update eks client to latest version api-change:chime: Update chime client to latest version 1.13.18 api-change:meteringmarketplace: Update meteringmarketplace client to latest version api-change:cognito-idp: Update cognito-idp client to latest version api-change:connect: Update connect client to latest version api-change:ssm: Update ssm client to latest version api-change:personalize: Update personalize client to latest version 1.13.17 api-change:sesv2: Update sesv2 client to latest version api-change:dataexchange: Update dataexchange client to latest version api-change:iot: Update iot client to latest version api-change:cloudsearch: Update cloudsearch client to latest version api-change:dlm: Update dlm client to latest version 1.13.16 api-change:transcribe: Update transcribe client to latest version api-change:marketplace-catalog: Update marketplace-catalog client to latest version api-change:dynamodb: Update dynamodb client to latest version api-change:codepipeline: Update codepipeline client to latest version api-change:elbv2: Update elbv2 client to latest version 1.13.15 api-change:ce: Update ce client to latest version api-change:cloudformation: Update cloudformation client to latest version 1.13.14 api-change:cognito-identity: Update cognito-identity client to latest version api-change:ecr: Update ecr client to latest version 1.13.13 api-change:ssm: Update ssm client to latest version api-change:sso: Update sso client to latest version api-change:sso-oidc: Update sso-oidc client to latest version api-change:comprehend: Update comprehend client to latest version 1.13.12 api-change:savingsplans: Update savingsplans client to latest version 1.13.11 api-change:codebuild: Update codebuild client to latest version api-change:budgets: Update budgets client to latest version api-change:efs: Update efs client to latest version api-change:ce: Update ce client to latest version api-change:savingsplans: Update savingsplans client to latest version api-change:signer: Update signer client to latest version 1.13.10 api-change:rds: Update rds client to latest version api-change:codestar-notifications: Update codestar-notifications client to latest version 1.13.9 api-change:dax: Update dax client to latest version api-change:ec2: Update ec2 client to latest version api-change:robomaker: Update robomaker client to latest version 1.13.8 api-change:pinpoint: Update pinpoint client to latest version api-change:cloudtrail: Update cloudtrail client to latest version api-change:dms: Update dms client to latest version 1.13.7 api-change:support: Update support client to latest version api-change:amplify: Update amplify client to latest version api-change:s3: Update s3 client to latest version 1.13.6 api-change:elasticache: Update elasticache client to latest version 1.13.5 api-change:cloud9: Update cloud9 client to latest version api-change:appstream: Update appstream client to latest version 1.13.4 api-change:s3: Update s3 client to latest version 1.13.3 api-change:elasticache: Update elasticache client to latest version api-change:transfer: Update transfer client to latest version api-change:ecr: Update ecr client to latest version 1.13.2 api-change:sagemaker: Update sagemaker client to latest version api-change:gamelift: Update gamelift client to latest version enhancement:sts: Add support for configuring the use of regional STS endpoints. api-change:chime: Update chime client to latest version api-change:appmesh: Update appmesh client to latest version api-change:ec2: Update ec2 client to latest version 1.13.1 api-change:polly: Update polly client to latest version api-change:connect: Update connect client to latest version 1.13.0 api-change:opsworkscm: Update opsworkscm client to latest version api-change:iotevents: Update iotevents client to latest version feature:botocore.vendored.requests: Removed vendored version of requests 1.12.253 api-change:cloudwatch: Update cloudwatch client to latest version 1.12.252 api-change:batch: Update batch client to latest version api-change:rds: Update rds client to latest version 1.12.251 api-change:kafka: Update kafka client to latest version api-change:marketplacecommerceanalytics: Update marketplacecommerceanalytics client to latest version api-change:robomaker: Update robomaker client to latest version 1.12.250 api-change:kinesis-video-archived-media: Update kinesis-video-archived-media client to latest version 1.12.249 api-change:personalize: Update personalize client to latest version api-change:workspaces: Update workspaces client to latest version 1.12.248 api-change:greengrass: Update greengrass client to latest version 1.12.247 api-change:ec2: Update ec2 client to latest version api-change:lex-runtime: Update lex-runtime client to latest version api-change:fms: Update fms client to latest version api-change:iotanalytics: Update iotanalytics client to latest version 1.12.246 api-change:kafka: Update kafka client to latest version api-change:elasticache: Update elasticache client to latest version api-change:mediaconvert: Update mediaconvert client to latest version 1.12.245 api-change:organizations: Update organizations client to latest version api-change:events: Update events client to latest version api-change:firehose: Update firehose client to latest version api-change:datasync: Update datasync client to latest version 1.12.244 api-change:snowball: Update snowball client to latest version api-change:directconnect: Update directconnect client to latest version api-change:firehose: Update firehose client to latest version api-change:pinpoint: Update pinpoint client to latest version api-change:glue: Update glue client to latest version api-change:pinpoint-email: Update pinpoint-email client to latest version 1.12.243 api-change:cognito-idp: Update cognito-idp client to latest version api-change:mediapackage: Update mediapackage client to latest version api-change:ssm: Update ssm client to latest version 1.12.242 api-change🇪🇸 Update es client to latest version api-change:ec2: Update ec2 client to latest version api-change:application-autoscaling: Update application-autoscaling client to latest version api-change:devicefarm: Update devicefarm client to latest version 1.12.241 api-change:lightsail: Update lightsail client to latest version 1.12.240 api-change:docdb: Update docdb client to latest version 1.12.239 api-change:waf: Update waf client to latest version api-change:rds: Update rds client to latest version api-change:mq: Update mq client to latest version 1.12.238 api-change:amplify: Update amplify client to latest version api-change:ecs: Update ecs client to latest version 1.12.237 api-change:ssm: Update ssm client to latest version api-change:codepipeline: Update codepipeline client to latest version 1.12.236 api-change:globalaccelerator: Update globalaccelerator client to latest version api-change:dms: Update dms client to latest version api-change:sagemaker: Update sagemaker client to latest version 1.12.235 api-change:transcribe: Update transcribe client to latest version api-change:comprehendmedical: Update comprehendmedical client to latest version api-change:datasync: Update datasync client to latest version 1.12.234 api-change:rds-data: Update rds-data client to latest version api-change:redshift: Update redshift client to latest version 1.12.233 api-change:workspaces: Update workspaces client to latest version api-change:ec2: Update ec2 client to latest version api-change:greengrass: Update greengrass client to latest version api-change:rds: Update rds client to latest version 1.12.232 api-change:mediaconnect: Update mediaconnect client to latest version api-change:glue: Update glue client to latest version api-change:ecs: Update ecs client to latest version 1.12.231 api-change🐏 Update ram client to latest version api-change:waf-regional: Update waf-regional client to latest version api-change:apigateway: Update apigateway client to latest version 1.12.230 api-change:iam: Update iam client to latest version api-change:athena: Update athena client to latest version api-change:personalize: Update personalize client to latest version 1.12.229 api-change:eks: Update eks client to latest version api-change:mediaconvert: Update mediaconvert client to latest version 1.12.228 api-change:elbv2: Update elbv2 client to latest version api-change:ec2: Update ec2 client to latest version api-change:workmailmessageflow: Update workmailmessageflow client to latest version api-change:medialive: Update medialive client to latest version 1.12.227 api-change:stepfunctions: Update stepfunctions client to latest version api-change:rds: Update rds client to latest version api-change:ec2: Update ec2 client to latest version api-change:mediaconnect: Update mediaconnect client to latest version api-change:ses: Update ses client to latest version api-change:config: Update config client to latest version 1.12.226 api-change:storagegateway: Update storagegateway client to latest version 1.12.225 api-change:qldb: Update qldb client to latest version api-change:marketplacecommerceanalytics: Update marketplacecommerceanalytics client to latest version api-change:appstream: Update appstream client to latest version api-change:ec2: Update ec2 client to latest version api-change:robomaker: Update robomaker client to latest version api-change:appmesh: Update appmesh client to latest version api-change:qldb-session: Update qldb-session client to latest version 1.12.224 api-change:kinesisanalytics: Update kinesisanalytics client to latest version 1.12.223 api-change:config: Update config client to latest version 1.12.222 api-change:stepfunctions: Update stepfunctions client to latest version api-change:transcribe: Update transcribe client to latest version api-change:eks: Update eks client to latest version 1.12.221 api-change:ecs: Update ecs client to latest version api-change:resourcegroupstaggingapi: Update resourcegroupstaggingapi client to latest version api-change:gamelift: Update gamelift client to latest version 1.12.220 api-change:mq: Update mq client to latest version api-change:apigatewaymanagementapi: Update apigatewaymanagementapi client to latest version api-change:ecs: Update ecs client to latest version 1.12.219 api-change:codepipeline: Update codepipeline client to latest version api-change:application-autoscaling: Update application-autoscaling client to latest version api-change:elasticache: Update elasticache client to latest version api-change:lambda: Update lambda client to latest version api-change:ecs: Update ecs client to latest version 1.12.218 api-change:sqs: Update sqs client to latest version api-change:globalaccelerator: Update globalaccelerator client to latest version api-change:mediaconvert: Update mediaconvert client to latest version 1.12.217 api-change:organizations: Update organizations client to latest version 1.12.216 api-change:ssm: Update ssm client to latest version api-change:securityhub: Update securityhub client to latest version 1.12.215 api-change:ec2: Update ec2 client to latest version api-change:mediapackage-vod: Update mediapackage-vod client to latest version api-change:transcribe: Update transcribe client to latest version |
||
|
ecd1e0f624 | inkscape: Fix PKGLOCALEDIR. | ||
|
05cb2fed24 | py-Tk: python38 needs Modules/clinic available to build | ||
|
28821e35a3 | py-curses: python38 needs Modules/clinic available to build | ||
|
d4d7d4e7f1 |
libnotify: Apply transformations to post-wrapper arguments.
Fixes SunOS build. |
||
|
a23e4e618a | doc: Updated graphics/ansilove to 4.0.6 | ||
|
3793c03167 |
ansilove: update to 4.0.6.
ChangeLog: AnsiLove/C 4.0.6 (2019-12-10) - Remove extraneous sauceReadFileName() call, read from existing SAUCE record - Use strdup() when assigning fileName and fext fallback values - Call memset() to set all record struct fields to zero - Free SAUCE record and comments once and for all when exiting the program |
||
|
6dd736efb4 | doc: Updated www/davical to 1.1.9.2 | ||
|
e4c7478f23 |
Update www/davical to v1.1.9.2
From upstream's changelog: 1.1.9.2: Bug Fixes Fix CSRF not being checked in collection-edit.php Other Changes use foreach() instead of deprecated each() 1.1.9.1: Bug Fixes Corrects reflected cross-site scripting (XSS) vulnerability Corrects persistent XSS vulnerability in user/group/resource details Corrects persistent XSS vulnerability in user/group/resource list Adds token to address cross-site request forgery (CSRF) vulnerability Corrects syntax error in name of collection_id Make calquery aware of default timezone Corrections to range-based calendar queries Add missing 'break' to rrule.php Other Changes Updated PHP version requirement |
||
|
86a6754eff | regress/Makefile: add reasons for commenting out entries | ||
|
981ff9d2e9 | CHANGES-2019: remove double line for samurai. | ||
|
501ffce339 | doc: Added devel/samurai version 0.7 | ||
|
9a4bd89807 |
inspircd3: Disable configuration prompt for uid.
Build fix for certain pkgsrc build environments. |
||
|
f5e34c6621 |
devel: Add samurai.
samurai is a ninja-compatible build tool written in C99 with a focus on simplicity, speed, and portability. samurai implements the ninja build language through version 1.9.0 except for MSVC dependency handling (`deps = msvc`). It uses the same format for `.ninja_log` and `.ninja_deps` as ninja, currently version 5 and 4 respectively. It is feature-complete and supports most of the same options as ninja. samurai requires various POSIX.1-2008 interfaces. |
||
|
038ac6a261 | doc: Added wm/velox version 0.0.3.20191211 | ||
|
cf051e90e5 | doc: Added wm/swc version 0.0.0.20191211 | ||
|
bfcfe1712f | doc: Added graphics/wld version 0.0.0.20191211 | ||
|
83de28a840 |
wm: Add velox.
velox is a tiling window manager based on the Simple Wayland Compositor library. It is inspired by dwm and xmonad. |
||
|
f73785b80b |
wm: Add swc.
swc is a small Wayland compositor implemented as a library. It has been designed primary with tiling window managers in mind. This is a friendly fork of swc that adds NetBSD support. |
||
|
f397b83d50 |
Add graphics/wld.
wld is a drawing library that targets Wayland. Currently, this package only supports unaccelerated rendering on NetBSD. |
||
|
dbc970c5af | Updated devel/py-cython, graphics/py-matplotlib | ||
|
6c4b6c1c6b |
py-matplotlib: updated to 3.1.2
v3.1.2: - fix regresion of incorrect limits for y-axis in imshow - fix integer indexed pandas series - fix ScalarFormatter formatting of masked values - webagg and nbagg no longer incorrectly fallback to agg when $DISPLAY is not set - several fixes for Qt5 backend - other bugfixes and documentation fixes |
||
|
adf7fc54bc | Fix PR 54712; bump revision | ||
|
a19c3515c2 | Updated geography/py-geojson, comms/py-colorama, textproc/py-colored, lang/py-mypy | ||
|
7ca2f3e836 |
py-mypy: updated to 0.750
Mypy 0.750 was released. This release has better support for self-types, improved stub generator, experimental static inference of annotations, and other improvements and bug fixes. Read the blog post for more details. |
||
|
9df7164644 |
py-colored: updated to 1.4.2
version 1.4.2: - Python 3 compatibility - setup.py file Version 1.4.1: - UnsupportedOperation: fileno when detecting TTY |
||
|
ca940c457b |
py-colorama: updated to 0.4.3
0.4.3: tweak Makefile build/upload instructions. Fix README's link to enterprise docs |
||
|
f311dcfa25 |
py-geojson: updated to 2.5.0
2.5.0: - Add "precision" parameter to GeoJSON Object classes with default precision of 6 (0.1m) - Fix bug where `map_geometries()` util was not preserving Feature IDs - Remove `crs` module and features to conform to official WGS84-only GeoJSON spec - Set up semi-automatic PyPi releases via Travis/Jazzband |
||
|
4f2ec02df9 | Updated textproc/fmtlib, devel/yarn, archivers/unrar, textproc/oniguruma | ||
|
e09c9f54dd |
oniguruma: updated to 6.9.4
Release 6.9.4 (Almost same as Release Candidate 3) NEW API: RegSet (set of regexes) Fixed CVE-2019-19012 Fixed CVE-2019-19203 (Does not affect UTF-8, UTF-16 and UTF-32 encodings) Fixed CVE-2019-19204 (Affects only PosixBasic, Emacs and Grep syntaxes) Fixed CVE-2019-19246 Fixed some problems (found by libFuzzer test) |
||
|
684ecd644a |
unrar: updated to 5.8.5
5.8.5 Unknown changes |
||
|
16bf38a8e7 |
yarn: updated to 1.21.1
1.21.1: No release notes |
||
|
90db0a434e |
fmtlib: updated to 6.1.2
6.1.2: Fixed ABI compatibility with libfmt.so.6.0.0. Fixed handling types convertible to std::string_view. Made CUDA test an opt-in enabled via the FMT_CUDA_TEST CMake option. Fixed sign conversion warnings. |
||
|
8795d1d225 | qemu: Various SunOS fixes. | ||
|
450fdb1ec6 | doc: Updated www/nsm to 1.24 | ||
|
ebe58bb70d |
www/nsm: Update to version 1.24
Changelog picked from https://github.com/nifty-site-manager/nsm/releases: Nift (aka nsm) v1.24 Release Notes: * fixed bugs with content/page/script extensions and mv/cp/rm aka move/copy/del * updated/moved removePath to remove_path and remove_file and now removes now-empty directories * added in ^ option for @script syntax in template language for not making a backup copy * added in backupScripts to config files * added Nift commands track-dir, untrack-dir, rm-dir, track-from-file, untrack-from-file, rm-from-file (note when removing large volumes of pages using rm-from-file can cause significant machine lags while running and not long after) * added Nift commands watch, unwatch, info-watching * got rid of pre/post build-all and build-updated scripts, costs too much time and not really needed * added pre/post build scripts to page dependencies |
||
|
87f90f2c26 | doc: Updated audio/pavucontrol to 4.0 | ||
|
b82974d4e8 |
(audio/pavucontrol) Updated 3.0 to 4.0
Tue Mar 5 2019: [11]Version 4.0 released. Changes: * There can now be only one pavucontrol window open at a time. Trying to start pavucontrol for a second time brings the first window to foreground. * Added a "Show volume meters" checkbox to the Configuration tab. Disabling the volume meters reduces CPU use. * Improve the use of space (remove useless margins and paddings). * Use a more appropriate icon for the channel lock button. * Better channel label layout, prevents volume sliders from getting unaligned. * Maximum latency offset increased from 2 to 5 seconds to accommodate AirPlay devices that often have higher latency than 2 seconds (this is not that useful on newer PulseAudio versions, though, because the latency is reported much more accurately than before). * New --version command line option. * New translations: Chinese (Taiwan), Croatian, Korean, Norwegian Nynorsk, Lithuanian, Valencian. * Updated translations: Finnish, French, German, Italian, Japanese, Polish, Swedish. * Dropped support for Gtk+ 2. * Bumped the minimum supported libpulse version to 5.0. * Improved compatibility with newer Glade versions. |
||
|
75f42cf6af | doc: Updated fonts/fntsample to 5.3 | ||
|
6c71a374f7 |
(fonts/fntsample) Updated to 5.3
Changes in version 5.3 * Support reproducible builds with PDF output (Khaled Hosny) |
||
|
65614edd6e |
git-base: Use bash to run tests
At least with NetBSD (9.99.17) sh(1) the `streaming support for --stdin' test of t0008-ignores.sh hangs. Force to use bash for tests and add it as a test dependency. (This needs to be investigate further.) The entire test suite is now runs but at least on NetBSD 9.99.17 t0301-credential-cache.sh test 29 `use user socket if user directory exists' and test 30 `use user socket if user directory is a symlink to a directory' fail. |
||
|
a5ff555dd6 | doc: Updated textproc/ruby-nokogiri to 1.10.7 | ||
|
810b9444de |
ruby-nokogiri: update to 1.10.7.
Upstream changes (from CHANGELOG.md): ## 1.10.7 / 2019-12-03 ### Bug * [MRI] Ensure the patch applied in v1.10.6 works with GNU `patch`. [#1954] ## 1.10.6 / 2019-12-03 ### Bug * [MRI] Fix FreeBSD installation of vendored libxml2. [#1941, #1953] (Thanks, @nurse!) ## 1.10.5 / 2019-10-31 ### Security [MRI] Vendored libxslt upgraded to v1.1.34 which addresses three CVEs for libxslt: * CVE-2019-13117 * CVE-2019-13118 * CVE-2019-18197 More details are available at #1943. ### Dependencies * [MRI] vendored libxml2 is updated from 2.9.9 to 2.9.10 * [MRI] vendored libxslt is updated from 1.1.33 to 1.1.34 |