summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
2017-07-01Needs gmake, at least for the man page.schmonz1-2/+2
2017-06-26Needs libSM.joerg1-1/+2
2017-06-23Add gtk2 to fix build.youri1-1/+2
2017-06-23Update mate-utils to 1.18.2.youri3-22/+16
2017-06-23Update libmateweather to 1.18.1.youri4-21/+11
2017-06-20Update xfce4-weather-plugin to 0.8.9:youri2-8/+8
0.8.9 ===== - Bump LocationforecastLTS version to 1.3 - Fix two compiler warnings about implicit declarations of functions - Change more URLs from http://yr.no to https://met.no - Translation updates: Basque, Croatian, Czech, Occitan, Slovak 0.8.8 ===== - Use https://api.met.no, old site has been deprecated and will no longer work - Translation updates: Catalan, Indonesian, Korean, Lithuanian, Slovak, Swedish
2017-06-20Update xfce4-smartbookmark-plugin to 0.5.0:youri2-9/+8
0.5.0 : 2016/11/01 ===== - Fix value changes saving in prefs dialog (#12666) - Fix boolean logic in GtkSwitch use
2017-06-20Update xfce4-calculator-plugin to 0.6.0: No changelog available.youri2-9/+9
2017-06-18Add 24 to RUBY_VERSIONS_ACCEPTED.taca1-1/+3
2017-06-17Uses *.mk.joerg1-1/+3
2017-06-06Fix build with Perl 5.26.0ryoon2-1/+13
2017-06-06Update misc/tmux to 2.5.fhajny2-7/+7
CHANGES FROM 2.4 to 2.5 09 May 2017 - Reset updated flag when restarting #() command so that new output is properly recognised. GitHub issue 922. - Fix ECH with a background colour. - Do not rely on the terminal not moving the cursor after DL or EL. - Fix send-keys and send-prefix in copy-mode (so C-b C-b works). - Set the current pane for rotate-window so it works in command sequences. - Add pane_mode format. - Differentiate M-Up from Escape+Up when possible (that is, in terminals with xterm(1) style function keys). GitHub issue 907. - Add session_stack and window_stack_index formats. - Some new control mode notifications and corresponding hooks: pane-mode-changed, window-pane-changed, client-session-changed, session-window-changed. - Format pane_search_string for last search term while in copy mode (useful with command-prompt -I). - Fix a problem with high CPU usage and multiple clients with #(). - Fix UTF-8 combining characters in column 0. - Fix reference counting so that panes are properly destroyed and their processes killed. - Clamp SU (CSI S) parameter to work around a bug in Konsole. - Tweak line wrapping in full width panes to play more nicely with terminal copy and paste. - Fix when we emit SGR 0 in capture-pane -e. - Do not change TERM until after config file parsing has finished, so that commands run inside the config file can use it to make decisions (typically about default-terminal). - Make the initial client wait until config file parsing has finished to avoid racing with commands. - Fix core when if-shell fails. - Only use ED to clear screen if the pane is at the bottom. - Fix multibyte UTF-8 output. - Code improvements around target (-t) resolution. - Change how the default target (for commands without -t) is managed across command sequences: now it is set up at the start and commands are required to update it if needed. Fixes binding command sequences to mouse keys. - Make if-shell from the config file work correctly. - Change to always check the root key table if no binding is found in the current table (prefix table or copy-mode table or whatever). This means that root key bindings will take effect even in copy mode, if not overridden by a copy mode key binding. - Fix so that the history file works again. - Run config file without a client rather than using the first client, restores previous behaviour. - If a #() command doesn't exit, continue to read from it and use its last full line of output. - Handle slow terminals and fast output better: when the amount of data outstanding gets too large, discard output until it is drained and we are able to do a full redraw. Prevents tmux sitting on a huge buffer that the terminal will take forever to consume. - Do not redraw a client unless we realistically think it can accept the data - defer redraws until the client has nothing else waiting to write.
2017-06-06Fix install failure from Perl 5.26.0ryoon2-1/+18
2017-06-05Update ruby-ohai to 13.1.0.taca3-26/+14
v13.1.0 (2017-05-09) * Improvements to EC2 metadata handling to reuse connections #995 (tas50) * EC2: Poll EC2 metadata from the new 2016 metadata API versions #992 (tas50) * Inject sane paths into shell_out #991 (akitada) * mdadm: Add members devices array #989 (jaymzh) v13.0.1 (2017-04-12) Fixed bugs: * Fix Eucalyptus plugin to use the HttpHelper mixin #987 (akitada) * Fix OpenStack plugin to use the HttpHelper mixin #986 (akitada) v13.0.0 (2017-04-06) Implemented enhancements: * Load all the plugin paths for ohai plugin dependency resolution #984 (thommay) * Require Ruby 2.3+ to match Chef itself #981 (tas50) * Allow ohai to load a plugin path #980 (thommay) * Fully rename the cloud_v2 plugin to cloud #978 (tas50) * Replace the existing filesystem plugin on Linux and Darwin with filesystem_v2 #974 (tas50) * Replace the cloud plugin with the cloud_v2 plugin #973 (tas50) * Freeze all string values coming out of Ohai. #972 (coderanger) * Update amazon to use the platform_family of amazon not RHEL #971 (lamont-granquist) * Add DMI type 40,41, and 42 from the latest man page #969 (tas50) * [ec2] Add additional data from identity document #964 (webframp) * Move duplicate http logic into a helper #951 (tas50) * Remove deprecated config logic #939 (tas50) * Require Ruby 2.2+ #938 (tas50) * Remove the deprecated run_command and popen4 methods #933 (tas50) * Remove usage of the Sigar gem #930 (tas50) Fixed bugs: * Remove sbt version detect as it's not possible in the current sbt #982 (tas50) * Fix scala detection when version output contains a warning #959 (tas50) * Fix lua detection on new versions of lua #958 (tas50) * Fix logger issues #955 (lamont-granquist) * Rescue exception in DMI plugin #952 (tas50) * Use name for Windows CPU model_name #918 (tduffield) 8.24.0 (2017-05-08) * base: Load additional ohai plugins from /etc/chef/ohai/plugins or C:\chef\ohai\plugins\ * ec2: Poll EC2 metadata from the new 2016 metadata API versions #992 (tas50) mdadm: Add a new 'members' attribute for member devices in the array #989 (jaymzh) * dmi: Add DMI type 40,41, and 42 from the latest man page #969 (tas50) * ec2: Gather availability_zone and region data #964 (webframp) * scala: Fix scala detection when version output contains a warning #959 (tas50) * lua: Fix lua detection on new versions of lua #958 (tas50) * dmi: Rescue exception in DMI plugin to improve debug logs #952 (tas50)
2017-06-05Update ruby-mini_portile2 to 2.2.0.taca3-8/+19
### 2.2.0 / 2017-06-04 #### Enhancements * Remove MD5 hashing of configure options, not avialbale in FIPS mode. (#78) * Add experimental support for cmake-based projects. * Retry on HTTP failures during downloads. [#63] (Thanks, @jtarchie and @jvshahid!) * Support Ruby 2.4 frozen string literals. * Support applying patches for users with misconfigured git worktree. [#69] * Support gpg signature verification of download resources.
2017-06-05Update ruby-bundler to 1.15.1.taca3-10/+60
## 1.15.1 (2017-06-02) Bugfixes: - `bundle lock --update GEM` will fail gracefully when the gem is not in the lockfile (#5693, @segiddins) - `bundle init --gemspec` will fail gracefully when the gemspec is invalid (@colby-swandale) - `bundle install --force` works when the gemfile contains git gems (#5678, @segiddins) - `bundle env` will print well-formed markdown when there are no settings (#5677, @segiddins) ## 1.15.0 (2017-05-19) This space intentionally left blank. ## 1.15.0.pre.4 (2017-05-10) Bugfixes: - avoid conflicts when `Gem.finish_resolve` is called after the bundle has been set up (@segiddins) - ensure that `Gem::Specification.find_by_name` always returns an object that can have `#to_spec` called on it (#5592, @jules2689) ## 1.15.0.pre.3 (2017-04-30) Bugfixes: - avoid redundant blank lines in the readme generated by `bundle gem` (@koic) - ensure that `open-uri` is not loaded after `bundle exec` (@segiddins) - print a helpful error message when an activated default gem conflicts with a gem in the gemfile (@segiddins) - only shorten `ref` option for git gems when it is a SHA (#5620, @segiddins) ## 1.15.0.pre.2 (2017-04-23) Bugfixes: - ensure pre-existing fit caches are updated from remote sources (#5423, @alextaylor000) - avoid duplicating specs in the lockfile after updating with the gem uninstalled (#5599, @segiddins) - ensure git gems have their extensions available at runtime (#5594, @jules2689, @segiddins) ## 1.15.0.pre.1 (2017-04-16) Features: - print a notification when a newer version of bundler is available (#4683, @segiddins) - add man pages for all bundler commands (#4988, @feministy) - add the `bundle info` command (@fredrb, @colby-swandale) - all files created with `bundle gem` comply with the bundler style guide (@zachahn) - if installing a gem fails, print out the reason the gem needed to be installed (#5078, @segiddins) - allow setting `gem.push_key` to set the key used when running `rake release` (@DTrierweiler) - print gem versions that are regressing during `bundle update` in yellow (#5506, @brchristian) - avoid printing extraneous dependencies when the resolver encounters a conflict (@segiddins) - add the `bundle issue` command that prints instructions for reporting issues (#4871, @jonathanpike) - add `--source` and `--group` options to the `bundle inject` command (#5452, @Shekharrajak) - add the `bundle add` command to add a gem to the gemfile (@denniss) - add the `bundle pristine` command to re-install gems from cached `.gem` files (#4509, @denniss) - add a `--parseable` option for `bundle config` (@JuanitoFatas, @colby-swandale) Performance: - speed up gemfile initialization by storing locked dependencies as a hash (@jules2689) - speed up gemfile initialization by making locked dependency comparison lazy, avoiding object allocation (@jules2689) - only validate git gems when they are downloaded, instead of every time `Bundler.setup` is run (@segiddins) - avoid regenerating the lockfile when nothing has changed (@segiddins) - avoid diffing large arrays when no sources in the gemfile have changed (@segiddins) - avoid evaluating full gemspecs when running with RubyGems 2.5+ (@segiddins) Bugfixes: - fix cases where `bundle update` would print a resolver conflict instead of updating the selected gems (#5031, #5095, @segiddins) - print out a stack trace after an interrupt when running in debug mode (@segiddins) - print out when bundler starts fetching a gem from a remote server (@segiddins) - fix `bundle gem` failing when `git` is unavailable (#5458, @Shekharrajak, @colby-swandale) - suggest the appropriate command to unfreeze a bundle (#5009, @denniss) - ensure nested calls to `bundle exec` resolve default gems correctly (#5500, @segiddins) - ensure that a plugin failing to install doesn't uninstall other plugins (@kerrizor, @roseaboveit) - ensure `socket` is required before being referenced (#5533, @rafaelfranca) - allow running `bundle outdated` when gems aren't installed locally (#5553, @segiddins) - print a helpful error when `bundle exec`ing to a gem that isn't included in the bundle (#5487, @segiddins) - print an error message when a non-git gem is given a `branch` option (#5530, @colby-swandale) - allow interrupts to exit the process after gems have been installed (@segiddins) - print the underlying error when downloading gem metadata fails (#5579, @segiddins) - avoid deadlocking when installing with a lockfile that is missing dependencies (#5378, #5480, #5519, #5526, #5529, #5549, #5572, @segiddins)
2017-06-05Recursive revbump from lang/perl5 5.26.0ryoon26-46/+52
2017-06-04Switch to depends on www/ruby-rack16 from ruby-rack.taca1-2/+3
Bump PKGREVISION.
2017-05-31Simplify:agc2-30/+8
+ don't use cdefs + use (c) as nearest approximation to a copyright symbol in ASCII and so: + don't try to compile libnbcompat on non-NetBSD platforms for no reason + don't try to work out whether we're using clang, and then whether clang will have an issue with an 8-bit character in a comment
2017-05-31Update iwatch to 1.0.4.nonaka4-7/+157
* Support decimal franction for the interval prefix * Suport highlighting by changing color and attributes * Fix English from Preben Guldberg * Improve manage from Preben Guldberg
2017-05-30* Drop setting RUBY_VERSIONS_ACCEPTED since it is now default value.taca1-3/+1
2017-05-29Recursive revision bump for archivers/libarchive.jperkin1-1/+2
2017-05-28misc/py-anita to 1.41. Pkgsrc changes:gson3-16/+13
Update xen dependency in options.mk from 4.1 to 4.2 since 4.1 is no longer in pkgsrc. Make the build not fail when PKGSRC_RUN_TEST=yes. Upstream changes since 1.40: If the VMM exits unexpectedly while running the ATF tests or some other shell command, log the exit status and the signal that caused it to exit (if any). Log the qemu version used to stdout. Fix reference to uninitialized variable when reporting a timeout waiting for VM halt confirmation. Increase default child timeout from 300 to 600 seconds to support VMMs where power-up takes a long time. Increase child.delayafterclose and child.delayafterterminate to support VMMs where power-down takes a long time. Run more network diagnostics after failed network installs. Add timestamps to structured log output.
2017-05-22Dependencies use C++11 in headers.joerg1-2/+2
2017-05-22Don't depend on bool <-> 0 <-> foo * conversions. They don't apply withjoerg2-1/+15
C++11+.
2017-05-17Updated todoman to 3.2.0.wiz2-9/+9
v3.2.0 ------ * Completing recurring todos now works as expected and does not make if disappear forever.
2017-05-17Updated dialog to 1.3.20170509.wiz2-7/+7
2017/05/09 + improved configure macros CF_ADD_CFLAGS, CF_CC_ENV_FLAGS, and CF_SHARED_OPTS. + updated hu.po and tr.po from http://translationproject.org/latest/dialog/ + update config.guess, config.sub
2017-05-16Updated calibre to 2.85.1.wiz3-24/+12
- version: 2.85.1 date: 2017-05-12 new features: - title: "Book details panel: Allow right click to search the internet for the current book" - title: "Book details panel: Allow right clicking on an author name to search the internet for works by that author" - title: "Book details panel: Clicking an author name now searches Goodreads by default instead of Wikipedia. Can be changed in Preferences->Look & feel->Book details" - title: "Kobo driver: Add support for the Kobo Auro H2O Edition 2" bug fixes: - title: "PDF Output: Fix a regression in the previous release that broke conversion to PDF for some files." - title: "DOCX Output: Fix lengths specified in percentage of page size not being converted correctly." - title: "DOCX Output: Fix some hyperlinks not working in word because the bookmark name is longer than forty characters." - title: "DOCX Output: Prevent images from being larger than the page size." - title: "Comic Input: Fix the number of colors control not allowing values less than 8" - title: "Kobo driver: Fix main memory and Card A being swapped on some systems" - title: "Kobo driver: Fix the ignore collections option being accidentally case-insensitive" - title: "Preferences->Toolbars: Show an error message when the user tries to remove either the Preferences or Location Manager buttons instead of just silently adding them back." - title: "version 2.85.1 contains a fix for a regression that cause the Open with action to go missing from the right click menu of the Book details panel" improved recipes: - Private Eye new recipes: - title: Balkanist author: Darko Miletic - version: 2.84.0 date: 2017-05-05 new features: - title: "Kindle driver: Also delete book thumbnails from the system directory when deleting books." - title: "Conversion: Use the same regular expression engine as is used by the Edit Book tool. The new engine has much better support for Unicode characters/character classes." - title: "Edit Book: Add keyboard shortcuts to jump to opening and closing tags (Ctrl+{ and Ctrl+})" - title: "Add API to pre-process image data in recipes easily" - title: "fetch-ebook-metadata: add option to use only a single metadata plugin" bug fixes: - title: "E-book viewer: Fix a regression in the previous release that broke printing from inside the viewer." - title: "DOCX Output: When the input document contains paragraphs inside a block with a background color preserve the background color in the resulting paragraphs in the DOCX document." - title: "DOCX Output: Fix links to empty inline tags not working." - title: "DOCX Input: Fix links that point to anchors placed in empty paragraphs not working." - title: "PDF Output: Do not crash when unable to find page for link destination, instead use previous page." - title: "Edit Book: Fix sorting by language in Report->Words not working" - title: "Edit Book: Fix drag and drop of multiple items in the File Browser causing item order to be reversed." - title: "Get Books: Update Baen store plugin for website changes" - title: "Linux: When adding books from directories ignore files that have undecodable names." - title: "AZW3: Preserve the primary-writing-mode EXTH header field when round-tripping AZW3 files. Should fix editing/conversion of RTL AZW3 files causing page turning to become left-to-right on the Kindle" - title: "AZW3 Output: Set the primary-writing-mode EXTH header when the input document has page-progression-direction set to RTL as this is apparently required on newer Kindle firmware for right-to-left page turning" - title: "Fix a misbehaving wireless device connection can cause calibre to hang when opening the Connect/Share menu." improved recipes: - Private Eye - Die Zeit - NYTimes Tech Beat new recipes: - title: First Things author: John Hutson
2017-05-15Requires termcap. Use the framework to find the correct library.jperkin3-17/+11
2017-05-13Update to 5.3.3.2ryoon2-20/+19
Changelog: Bugs fixed compared to 5.3.3 rc1: ofz#1193 we only set these values, never read them [Caolán McNamara] ofz#1220 sanitize nTyp to legal values [Caolán McNamara] ofz#1262 sw: DeleteAndJoin could delete proposed new redline [Michael Stahl] ofz#1284 InsertBundle may delete the bundle that pMarkerBundle is pointing to [Caolán McNamara] tdf#88555 band-aid fix, using GetPos/find instead of Contains [Thorsten Behrens] tdf#99625 add parameter classification for TEXTJOIN and CONCAT [Eike Rathke] tdf#107126 sw: fix layout crash with section in footnote [Michael Stahl] tdf#107205 vcl: don't always use D2DWriteTextOutRenderer [Michael Stahl] tdf#107211 sw: ODF import: add a horrible hack to import "Default" [Michael Stahl] tdf#107398 sw: do not leave empty footnote container in layout [Michael Stahl] tdf#107427 sw: fix crash when deleting header with selected table [Michael Stahl] tdf#107474 sw: fix crash when deleting header with active SdrObject [Michael Stahl] Bugs fixed compared to 5.3.2 final (rc2): coverity#1405158 wrong sizeof argument [Caolán McNamara] ofz#1062 ensure cshape lifecycle matches expectations [Caolán McNamara] rhbz#1436050 ibus-typing-booster does not work correctly with libreoffice. [Caolán McNamara] rhbz#1438179 Revision tracking: insertion-deletion couple is not recognized and LO skips over the deletion part [Michael Stahl] tdf#58624 sw: fix ~SwAccessibleContext() use-after-free race [Michael Stahl] tdf#58635 don't replace content of formula field when selecting range, [Markus Mohrhard] tdf#74424 attempted fix for mirrored geometry crasher. [Michael Meeks] tdf#75256 sifr icon update [Matthias Freund] tdf#92007 python scripts with tuple-assignments fails on access from GUI [Werner Tietz] tdf#92650 handle overwritten references correctly in undo. [Kohei Yoshida] tdf#94265 cli_ure: fix another bad _WIN64 check () [ComputingDwarf, Michael Stahl] tdf#95031 DOCX import: fix automatic spacing before/after numbered para block [Miklos Vajna] tdf#98416 libcmis: Google Drive 2FA fix [Szymon Kłos] tdf#100011 (re-)add ocCeil and ocFloor .xls(x) export mappings [Eike Rathke] tdf#101627 disable shrinking for footer textboxes [Patrick Jaap] tdf#102286 lets not crash on null pFrame [Caolán McNamara] tdf#104383 prevent crash during file load. [Kohei Yoshida] tdf#104686 do not crash if Menu has been somehow disposed [Aron Budea] tdf#104706 enable icon for Clear Direct Formatting command [Yousuf Philips] tdf#105069 store the VBA module info for new modules as well [Markus Mohrhard] tdf#105245 call UpdateReference also for single cell copying, [Markus Mohrhard] tdf#105657 don't obtain the underlying SvNumberformat thrice, follow-up [Laurent Balland-Poirier, Eike Rathke] tdf#105908 restore previously deleted range references upon undo. [Kohei Yoshida] tdf#106001 clamp CharScaleWidth outliers when exporting to DOCX [Aron Budea] tdf#106047 fix case-insensitive search in autofilter [Vitaliy Anderson] tdf#106052 tests for "Precision as shown" following [Laurent Balland-Poirier] tdf#106078 get bounding box of commented region for gtk3 tooltips [Caolán McNamara] tdf#106080 fix explicitly setting automatic in search by format [Caolán McNamara] tdf#106155 avoid opengl for toplevel X window icons [Caolán McNamara] tdf#106190 fix (again) left alignment of denominator [Laurent Balland-Poirier] tdf#106194 actually show the newly selected cell, [Markus Mohrhard] tdf#106214 handle date autofilter entries correctly, [Markus Mohrhard] tdf#106237 sw: do some basic sanity checking on layout-cache [Michael Stahl] tdf#106252 engineering notation for Precision as shown [Laurent Balland-Poirier] tdf#106253 precision as shown for thousand dividor [Laurent Balland-Poirier] tdf#106284 sifr icon accidentally included an opaque background [Adolfo Jayme Barrientos] tdf#106295 fix vertical orientation for fullwidth colon and semicolon. [Mark Hung] tdf#106377 sw: fix Undo of delete of ToXMark from dialog [Michael Stahl] tdf#106382 fix incorrectly shown change tracking comments in dialog [Pranav Kant] tdf#106461 use a row height of max of edit and listbox height [Caolán McNamara] tdf#106515 show OpenSymbol if unavailable StarSymbol requested [Caolán McNamara] tdf#106529 fix closing parentheses of bundled macros [Andreas Säger] tdf#106612 fix double click in draw/impress navigator [Caolán McNamara] tdf#106645 gtk3 scrollbar is too wide [Caolán McNamara] tdf#106690 DOCX import: don't collapse para auto space for different nums [Miklos Vajna] tdf#106692 writerfilter: RTF import: fix \'0d in \leveltext [Michael Stahl] tdf#106694 RTF import: fix missing paragraph tab position [Miklos Vajna] tdf#106710 Access2Base Missing parentheses [Jean-Pierre Ledure] tdf#106724 crash when Title property doesn't already exist [Caolán McNamara] tdf#106725 paint default window bg before spin button bg [Caolán McNamara] tdf#106729 ensure VistaFilePicker init before access [Caolán McNamara] tdf#106732 the intent was surely to return a const ref [Caolán McNamara] tdf#106751 fix regressions in Hungarian spell checking [László Németh] tdf#106755 fix script type for combining marks [Khaled Hosny] tdf#106857 use SfxInt32Item for ATTR_SNAPLINE [Julien Nabet] tdf#106868 fix crash when modify external link [Noel Grandin] tdf#106933 vcl: delete D2DWriteTextOutRenderer before exit() [Michael Stahl] tdf#106935 restore traditional toolbar labels [Caolán McNamara] tdf#106938 TSA Dialog: Improve Dialog Layout [Thomas Beck] tdf#106943 lock down Experimental features and Macro recording [Gabor Kelemen] tdf#106970 DOCX import: don't collapse para auto space for different nums [Miklos Vajna] tdf#106974 docx export: Crop is "long", not sal_Int16 [Justin Luth] tdf#107031 writer depends on ACTION_DEFAULT [Caolán McNamara]
2017-05-09Update misc/xdg-utils to 1.1.2leot2-9/+7
Changes: xdg-utils 1.1.2 ---------------- * xdg-open: Add "chromium" to fallback browsers (BR99366) * xdg-mime: fails on encountering a list for x-scheme-handler (BR44163) * xdg-screensaver: Restore previous X11 screensaver timeout (BR#98509) * Add gio tool support (BR99063) * xdg-open/xdg-email: add flatpack support (BR98824) * Add support for LXQt * Add enlightenment to xdg-email, xdg-settings * xdg-open: prefer open_generic_xdg_x_scheme_handler over open_envvar (BR96472) * xdg-mime: ensure check_mimeapps_list returns only primary item (BR44163) * xdg-mime: xdg-mime does not write the file it reads in a query (BR95051) * xdg-mime: properly handle varied ktraderclient5 output (BR94946) * xdg-screensaver: support cinnamon-screensaver (BR92966) * xdg-open: improve fallbacks, add open_generic (almost) everywhere (BR93442) * Check for $WAYLAND_DISPLAY as well as $DISPLAY. Move display checking to a common has_display() function. Thanks to Pasi Sjöholm for reporting.
2017-05-04Add missing BUILD_DEPENDS.wiz1-1/+2
2017-05-03Convert CXXFLAGS setting C++ standard to USE_LANGUAGES.jperkin3-12/+8
2017-05-02Recursive bump for poppler-0.54.0wiz5-10/+10
2017-05-01Fix misc/libreoffice build on netbsd-7/gcc-4.8ryoon1-4/+1
2017-04-30Recursive revbump from boost updateryoon51-96/+102
2017-04-27devel/cppunit/buildlink3.mk provides -std=c++11, however misc/libreofficeryoon1-1/+4
uses -std=gnu++14 and build fails. Add workaround.
2017-04-27Updated todoman to 3.1.0.wiz3-8/+11
v3.1.0 ------ * Last-modified fields of todos are now updated upon edition. * Sequence numbers are now properly increased upon edition. * Add new command ``todo cancel`` to cancel an existing todo without deleting it. * Add a new setting ``default_command``. * Replace ``--all`` and ``--done-only`` with ``--status``, which allows fine-grained status filtering. Use ``--status ANY`` or ``--status COMPLETED`` to obtain the same results as the previous flags. * Rename ``--today`` flag to ``--startable``. * Illegal start dates (eg: start dates that are not before the due date) are ignored and are removed when saving an edited todo.
2017-04-27Updated p5-Business-ISBN to 3.004.wiz2-7/+7
3.004 2017-04-24T20:02:52Z * Remove Mojo dependencies after splitting out Business::xISBN (Michiel Beijen) * Remove unneeded code from the checksumming stuff (Mike O'Regan) * We now test on Windows through AppVeyor
2017-04-27It is no longer needed to add -D_OPENBSD_SOURCE to CPPFLAGS forleot1-5/+1
reallocarray(3) in NetBSD, fixed in tmux-2.4 by upstream (NFC).
2017-04-23RPM 4.13.0.1adam16-275/+203
Security fixes * Fix several out of bounds reads in the OpenPGP parser * Fix handling of OpenPGP reserved tag (should be rejected) * Fix various crashes from malformed packages with invalid tags General bugfixes * Fix %transfiletriggerpostun nondeterministic behavior * Fix rpmdb cleanup on signal (regression introduced in 4.13.0) Package building * Fix debuginfo GDB index generation (regression introduced in 4.13.0) * Fix malformed packages being generated around 4GB size boundary (regression introduced in 4.12.0) * Fix special %doc/%license directory inheriting default file permissions (regression introduced in 4.13.0) Build process * Fix API documentation generation with Doxygen >= 1.8.8
2017-04-23Revert previous now that py-setuptools is fixed.wiz1-1/+2
2017-04-22Revbump after icu updateadam26-50/+52
2017-04-22Remove 18 from RUBY_VERSIONS_ACCEPTED.taca1-2/+2
2017-04-22Remove rubygems package which is provided for ruby18 only. Other versiontaca16-576/+0
of ruby2* pakcages have builtin rubygems.
2017-04-22Delete rubygems.taca1-2/+1
2017-04-22Update ruby-sprockets to 3.7.1.taca2-7/+7
**3.7.1** (December 19, 2016) * Ruby 2.4 support for Sprockets 3.
2017-04-22Update ruby-rainbow to 2.2.2.taca3-8/+10
# 2.2.0 (2016-12-27) * improved Windows support * added Ruby 2.4 support * added `bold` alias method for `bright` # 2.2.1 (2016-12-28) * fixed gem installation (2.2.0 was a broken release) # 2.2.2 (2017-04-21) * added explicit rake dependency to fix installation issue
2017-04-22Update ruby-bundler to 1.14.6.taca3-39/+98
Changes are too many to write here, please refer these release announce. http://bundler.io/blog/2015/12/12/version-1-11-released.html http://bundler.io/blog/2016/04/28/the-new-index-format-fastly-and-bundler-1-12.html http://bundler.io/blog/2016/09/08/bundler-1-13.html http://bundler.io/blog/2017/03/28/bundler-1-14-so-many-fixes.html
2017-04-22Fix PLIST after update.wiz1-2/+1