summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
2017-09-25Don't use bundled six, it conflicts with newer installed versionsjoerg2-4/+3
required i.e. by py-html5lib.
2017-09-25Bump revision for podofo changes.joerg2-4/+4
2017-09-18revbump for requiring ICU 59.xmaya26-50/+52
2017-09-18misc/ruby-ohai: update to 13.4.0taca3-8/+11
13.4.0 (2017-09-11) * Add Arch Linux support to package plugin #1042 * Detect LXC if LXC and Docker are on the same host #1055 * Add Azure metadata endpoint support #1033 * Move all requires into the plugin definitions #1045 * Improve detection of Windows EC2 nodes by using UUID information #1052 * Add error handling in Linux filesystem plugin #1047 * Properly handle uptimes over a year on AIX #1049 * Handle situations where /proc/cpuinfo lacks core data #1038
2017-09-18misc/ruby-progressbar: update to 1.8.3taca3-29/+8
Version v1.8.3 - September 13, 2017 * Update warning_filter to fix require_relative Version v1.8.2 - December 10, 2016 Fix * Predicates not available on 1.8.7 Add * progressbar as a gem build target Removed * reek
2017-09-18misc/ruby-mini_portile2: update to 2.3.0taca2-7/+7
### 2.2.1 / 2017-09-13 #### Enhancements * Verify checksums of files at extraction time (in addition to at download time). (#56) * Clarify error message if a `tar` command can't be found. (#81)
2017-09-17p5-Mac-PropertyList: update to 1.412.wiz2-8/+9
Add missing dependency. 1.412 2017-07-30T18:27:33Z * Fix for plist files with comments (bram.stappers@tiobe.com) RT #122466 and GitHub #5 (as a pull request) * Note that this module does not handle ASCII or JSON formats (but they are in the wishlist now) (anonymous Yahoo! user) 1.411 2017-07-19T02:10:42Z * Bram Stappers fixed a regression with XML comments 1.41_01 2015-01-29T04:41:09Z - RT #101795: Mis-parse or hang while parsing non-pretty XML (Tom Wyant) - RT #101796: Wide character in print warning in t/read_binary.t (Tom Wyant)
2017-09-17p5-Locale-libintl: update to 1.28.wiz3-25/+7
bumped version number to 1.28 git ignore in sample editorial changes use new class methods for xgettext options quote import tags in docs updated copyright date git ignore updated FAQ new class methods options, flags, and keywords This will produce the default keyword and flag definitions for xgettext for Locale::TextDomain. updated ChangeLog updated NEWS updated fsf address Fixes https://rt.cpan.org/Public/Bug/Display.html?id=114731 updated NEWS do not require modules from relative paths Fixes https://security-tracker.debian.org/tracker/CVE-2016-1238 updated ChangeLog do not generate files in distribution Fixes https://rt.cpan.org/Public/Bug/Display.html?id=119014 bumped version number to 1.27 fix building on Perl without "." in @INC Fixes https://rt.cpan.org/Public/Bug/Display.html?id=120446 updated typo generate README from markdown file
2017-09-17p5-Locale-Codes: update to 3.54.wiz2-8/+7
Bug fix release, for more details see http://search.cpan.org/~sbeck/Locale-Codes-3.54/lib/Locale/Codes/Changes.pod
2017-09-17misc: delete ruby-mini_portiletaca1-2/+1
2017-09-17misc/ruby-mini_portile: remove packagetaca4-29/+0
Now no packages use misc/ruby-mini_portile, remove it. (All packages are switch to use misc/ruby-mini_portile2.)
2017-09-16Reset maintainerwiz29-58/+58
2017-09-16sword: build fix for NetBSD-currenttnn1-1/+4
2017-09-16basket: improve HOMEPAGE. Comment out dead master site.wiz1-3/+3
2017-09-13todoman: update to 3.2.4.wiz2-7/+7
v3.2.4 Deploy new versions to PyPI using twine. Travis doesn’t seem to be working. v3.2.3 Tests should no longer fail with pyicu installed. Improved documentation regarding how to test locally. v3.2.2 Initial support for (bash) autocompletion. The location field is not printed as part of --porcelain.
2017-09-12recursive bump for qt5-qtwebkit dependency changewiz2-4/+4
2017-09-12Remove bashism in configure script.dholland2-1/+17
2017-09-10Update ruby-sprockets-rails to 3.2.1.taca2-7/+7
3.2.1 2017/08/31 * Fix load error with ActionView::Helpers. [#383]
2017-09-10Update ruby-parallel to 1.12.0.taca2-7/+7
1.10.0 2016/11/24 * add Readme docs for .worker_number * Do not call kill method if thread is nil * Adds comment to readme for trappig TERM * make undumpable exceptions traceable 1.11.0 2017/03/11 * make version not be required twice when using via git source * Simplify Array initialization with slight performance improvement * Added failing tests for handling Parallel::Break in work_direct * Handle kill and break exceptions in work_direct (closes #128 and #130) * Replace "rescue StandardError" with "rescue ... $!" * Added any? and all? 1.11.1 2017/03/12 * Fix typo (bracktrace => backtrace), and use attr_reader * Added failing test to simulate stack trace added by better_errors gem * Remove bindings stack that is added by the better_errors gem 1.11.2 2017/05/07 * syncronize worker replacement to avoid #196 1.12.0 2017/07/25 * Update to rails 4.2.8 or higher for ruby 2.4 support * Run bundle update to fix some errors and warnings. * Reference the Tempfile so it's not GC'd/removed too early * use Tempfile.open for automatic cleanup * fix #149
2017-09-10Update ruby-ohai to 13.3.taca3-10/+12
# Ohai Release Notes 13.3 ## Additional Platform Support Ohai now properly detects the [F5 Big-IP](https://www.f5.com/) platform and platform_version. - platform: bigip - platform_family: rhel # Ohai Release Notes 13.2: Ohai 13.2 has been a fantastic release in terms of community involvement with new plugins, platform support, and critical bug fixes coming from community members. A huge thank you to msgarbossa, albertomurillo, jaymzh, and davide125 for their work. ## New Features ### Systemd Paths Plugin A new plugin has been added to expose system and user paths from systemd-path (see <https://www.freedesktop.org/software/systemd/man/systemd-path.html> for details). ### Linux Network, Filesystem, and Mdadm Plugin Resilience The Network, Filesystem, and Mdadm plugins have been improved to greatly reduce failures to collect data. The Network plugin now better finds the binaries it requires for shelling out, filesystem plugin utilizes data from multiple sources, and mdadm handles arrays in bad states. ### Zpool Plugin Platform Expansion The Zpool plugin has been updated to support BSD and Linux in addition to Solaris. ### RPM version parsing on AIX The packages plugin now correctly parses RPM package name / version information on AIX systems. ### Additional Platform Support Ohai now properly detects the [Clear](https://clearlinux.org/) and [ClearOS](https://www.clearos.com/) Linux distributions. #### Clear Linux - platform: clearlinux - platform_family: clearlinux #### ClearOS - platform: clearos - platform_family: rhel ## New Deprecations ### Removal of IpScopes plugin. (OHAI-13) <https://docs.chef.io/deprecations_ohai_ipscopes.html> In Chef/Ohai 14 (April 2018) we will remove the IpScopes plugin. The data returned by this plugin is nearly identical to information already returned by individual network plugins and this plugin required the installation of an additional gem into the Chef installation. We believe that few users were installing the gem and users would be better served by the data returned from the network plugins.
2017-09-10Update ruby-hashie to 3.5.6.taca2-7/+7
## [3.5.6] - 2017-07-12 [3.5.6]: https://github.com/intridea/hashie/compare/v3.5.5...v3.5.6 ### Miscellaneous * [#416](https://github.com/intridea/hashie/pull/416): Fix `warning: instance variable @disable_warnings not initialized` - [@axfcampos](https://github.com/axfcampos).
2017-09-10Update ruby-bundler to 1.15.4.taca3-15/+8
## 1.15.4 (2017-08-19) Bugfixes: - handle file conflicts gracefully in `bundle gem` (@rafaelfranca, @segiddins) - bundler will fail gracefully when the bundle path contains the system path separator (#5485, ajwann) - failed gem downloads will be retried consistently across different RubyGems versions (@shayonj) - `bundle pristine` will respect build options while re-building native extensions (@NickLaMuro) ## 1.15.3 (2017-07-21) Bugfixes: - ensure that empty strings passed to `bundle config` are serialized & parsed properly (#5881, @segiddins) - avoid printing an outdated version warning when running a parseable command (@segiddins) ## 1.15.2 (2017-07-17) Features: - new gemfiles created by bundler will include an explicit `github` git source that uses `https` (@segiddins) Bugfixes: - inline gemfiles work when `BUNDLE_BIN` is set (#5847, @segiddins) - avoid using the old dependency API when there are no changes to the compact index files (#5373, @greysteil) - fail gracefully when the full index serves gemspecs with invalid dependencies (#5797, @segiddins) - support installing gemfiles that use `eval_gemfile`, `:path` gems with relative paths, and `--deployment` simultaneously (@NickLaMuro) - `bundle config` will print settings as the type they are interpreted as (@segiddins) - respect the `no_proxy` environment variable when making network requests (#5781, @jakauppila) - commands invoked with `--verbose` will not have default flags printed (@segiddins) - allow `bundle viz` to work when another gem has a requirable `grapviz` file (#5707, @segiddins) - ensure bundler puts activated gems on the `$LOAD_PATH` in a consistent order (#5696, @segiddins)
2017-09-10Fix build with modular xorg under NetBSD/amd64-currentryoon2-4/+13
* Link static libraries, libjpeg.a instread of libjpeg from openjdk8. Reported by wiz@
2017-09-10Wants curses and not just termcap.dholland1-2/+2
2017-09-10Signedness fixes to make it build again with clang.dholland8-3/+153
2017-09-08Obviously, we can't install opam using opam, as it hasn't been installedjaapb1-1/+9
yet, so do it explicitly using the opam-installer we just built
2017-09-08Updated package to latest version, 2.0.0beta4. Changes include:jaapb4-403/+16
* Building with OCaml < 4.02.3 is no longer supported * Support compilation with a built-in mccs solver (removing run-time dependency to aspcud). Integrated half-working "heuristics" dropped. * Remove jsonm and transitive uutf dependency. * Switch build systems to `jbuilder`, including `lib-ext` support * Allow repeated and or'd arguments to the `list` command * Many code and build system portability fixes (Windows, BSD) * Add `switch export --full` to include package definitions * Add `announce:` and `stamp:` fields to repositories (`repo` files) * Add a global cache of git objects (greatly speeding up multiple cloning) * Allow `opam pin URL` without a package name * Many error handling, messages and corner case fixes * Updated the versions of dependencies * Removed the unused `features:` field, and proposal for a new syntax * More informative exit codes, and documentation thereof
2017-09-08Recursive revbump associated with update of ocaml to 4.05jaapb5-6/+10
2017-09-08Recursive revbump from audio/pulseaudio-11.0ryoon2-4/+4
2017-09-07Instead of (wrongly) use the SUBST framework just patch Makefile (that isleot4-17/+15
already patched!) introducing a MANDIR variable instead of hardcoding `share/man' and pass PKGMANDIR via MAKE_ENV. No PKGREVISION bump since it should fix the build on platforms where moreutils was already broken. Pointed out by Joyent's Darwin bulk build.
2017-09-07Follow a redirect.wiz1-2/+2
2017-09-06isutf8 needs c99 due getline(3)leot1-1/+3
Pointed out by SmartOS Joyent's bulk builds.
2017-09-06Comment out dead sites.wiz4-10/+10
2017-09-06Follow some redirects.wiz1-3/+3
2017-09-04Recursive revbump from poppler updateryoon4-8/+8
2017-09-04Follow some redirects.wiz2-4/+4
2017-09-04Comment out dead sites.wiz4-9/+9
2017-09-04Recursive bump for poppler 0.58 shlib bump.wiz4-7/+8
2017-09-04Updated todoman to 3.2.1.wiz2-8/+8
v3.2.1 ------ * Fix start-up crash caused by click_log interface change. * Dropped runtime dependency: ``click_log``.
2017-09-04Updated py-anki2 to 2.0.47.wiz2-7/+7
Fixes an issue that could allow a specially crafted .apkg file to write files outside the media folder during import. AnkiWeb shared decks were not affected, but upgrading is strongly recommended if you import .apkg files from third party sources. A big thanks to David Bailey for discovering this issue.
2017-09-04+ moreutilsleot1-1/+2
2017-09-04Import moreutils-0.60 as misc/moreutilsleot7-0/+169
moreutils is a growing collection of the unix tools that nobody thought to write long ago when unix was young. It consists of these tools: - chronic: runs a command quietly unless it fails - combine: combine the lines in two files using boolean operations - errno: look up errno names and descriptions - ifdata: get network interface info without parsing ifconfig output - isutf8: check if a file or standard input is utf-8 - ifne: run a command if the standard input is not empty - lckdo: execute a program with a lock held (deprecated) - mispipe: pipe two commands, returning the exit status of the first - parallel: run multiple jobs at once - pee: tee standard input to pipes - sponge: soak up standard input and write to a file - ts: timestamp standard input - vidir: edit a directory in your text editor - vipe: insert a text editor into a pipe - zrun: automatically uncompress arguments to command Originally packaged in pkgsrc-wip by myself and <wiz>.
2017-09-03Follow some redirects.wiz3-6/+6
2017-09-03Comment out dead MASTER_SITES/HOMEPAGEs.wiz4-8/+8
2017-09-02Bump libzip ABI depends and PKGREVISIONs of its users for bzip2 dependency.wiz1-2/+2
2017-09-02Change dependency to devel/ruby-hike1.taca1-3/+3
Bump PKGREVISION.
2017-09-02Restore DIST_SUBDIR=libreofficeryoon2-214/+216
Noticed by pgoyette@. Thank you.
2017-09-02Update to 5.4.1.2ryoon3-221/+218
Changelog: Bugs fixed compared to 5.4.1 rc1): tdf#83562 FILESAVE: Automatic font color of text not persisted if cell has line break and non-automatic font color [Dennis Francis] tdf#99692 FILEOPEN: Crash on opening odt with change tracking [Michael Stahl] tdf#108292 CRASH: When copying/pasting a Calc Sheet (multi_type_vector::get_type#1613: block position not found!) (steps in comment 8) [Eike Rathke] tdf#108709 cli_ assemblies are not correctly versioned [Michael Stahl] tdf#110988 Middle click does not paste primary selection [Noel Grandin] tdf#111943 unable to open XLSX files in Calc [Eike Rathke] Bugs fixed compared to 5.4.0 final (rc3): bnc#825305 RTF import: fix missing paragraph background [Miklos Vajna] coverity#1416135 dereference after null check [Caolán McNamara] coverity#1416137 dereference after null check [Caolán McNamara] i#64360 crash after set text format in outline view [Eike Rathke] ofz#2759 null dereference [Caolán McNamara] ofz#2766 ensure palette is large enough for all colors [Caolán McNamara] ofz#2833 null deref [Caolán McNamara] ofz#2846 null deref [Caolán McNamara] ofz#2852 korean table entries start at 0xF not 0x7 [Caolán McNamara] ofz#2867 null deref [Caolán McNamara] ofz#2877 crash in SVTB16Short [Caolán McNamara] ofz#2899 increment pos before check, like all the other cases [Caolán McNamara] tdf#33692 Drag and drop copying not working for shape (rectangle etc.) [Caolán McNamara] tdf#44715 FILEOPEN: rtf import fails to set cell borders correctly [Miklos Vajna] tdf#55469 Different line spacing across platforms [Caolán McNamara] tdf#68787 FILESAVE: DOCX export: Footnote separator line problem [Justin Luth] tdf#71409 Excessive duplicate accessible focused events for Calc input line [a11y] [Dennis Francis] tdf#72125 Expert config dialog takes too much time to come up [Caolán McNamara] tdf#75256 (Sifr-Icon-Theme) [META] Incomplete Sifr icon theme [Matthias Freund] tdf#79304 FORMATTING: Copy/paste: strikethrough attribute is not exported [Sean Stangl] tdf#79933 Insert Hyperlink shortcut is wrong in spanish UI [Yousuf Philips] tdf#90352 Calc error when graphing data with source format [Dennis Francis] tdf#90510 FILEOPEN:Calc correctly reads but does not apply pie label settings [Dennis Francis] tdf#91687 FILESAVE: Doc exporter scales up rotated watermarks [Caolán McNamara] tdf#93328 Editing circular reference causes #VALUE! error [Dennis Francis] tdf#93745 gtk3: UI - Writer letter wizard, Step 2, using headed paper, shows squashed spinbuttons [Caolán McNamara] tdf#95489 Character styles applied through the Styles menu does not function in some locales [Yousuf Philips] tdf#98315 Function Wizard showing Breeze icons when in Sifr theme [Matthias Freund] tdf#99071 Navigator heading is Truncated when mouse click [Caolán McNamara] tdf#99286 Cropped image disappear after compress [Caolán McNamara] tdf#99692 FILEOPEN: Crash on opening odt with change tracking [Michael Stahl] tdf#100491 FILEOPEN: Docx arrows not correctly rendered [Vasily Melenchuk] tdf#103984 FILEOPEN: DOCX: Bubble not displayed in chart [Dennis Francis] tdf#104883 It is not allowed to install fonts on request [Samuel Mehrbrodt] tdf#105705 Libreoffice Writer crashes on inserting Zotero citations [Michael Stahl] tdf#106029 Expand word space on lines with manual line breaks in justified paragraphs setting ignored when exporting to docx [nikki] tdf#106132 FILEOPEN, DOCX: Frame (text box) around image cuts into image and caption [Miklos Vajna] tdf#106533 Sifr icon for "Index Entry" needed [Yousuf Philips] tdf#106872 Very slow when selecting column (with filter and freeze Rows or Columns enable) [Caolán McNamara] tdf#106953 FILEOPEN: RTF: First line indent is ignored [Miklos Vajna] tdf#107033 After import of docx the length of Footnote Separator Line is 0% [Justin Luth] tdf#107584 Background transparency not preserved over FILESAVE [Katarina Behrens] tdf#107723 FILEOPEN: DOCX schema font name not honored [Samuel Mehrbrodt] tdf#107975 CRASH: Crash after undo operation (BigPtrArray::Index2Block(unsigned long) [Michael Stahl] tdf#108802 Crash in: SfxBindings::GetSlotPos(unsigned short,unsigned short) Editing. ( steps in comment 10 ) [Dennis Francis] tdf#108824 Slide Shows Settings not Saved [Samuel Mehrbrodt] tdf#108867 Assertion failed when adding/removing/adding text box to a shape [Michael Stahl] tdf#108881 Crash in: SfxItemPool::IsInRange(unsigned short) [Dennis Francis] tdf#108887 Crash in: SfxItemPool::GetDefaultItem(unsigned short) [Caolán McNamara, Dennis Francis] tdf#108921 PIVOT CHARTS: filters that leave no data available [Dennis Francis] tdf#108925 Too small bullet size confuses the user [Tamás Zolnai] tdf#108944 FILEOPEN: DOCX: footnote separators missing [Justin Luth] tdf#108951 FILEOPEN: RTF: Custom bullets are displayed as standard bullets [Miklos Vajna] tdf#108955 FILESAVE: RTF: Background colour lost after roundtrip [Miklos Vajna] tdf#108986 PIVOT CHARTS: drop down list arrow shouldn't appear on "Data" button in the pivot chart controls [Dennis Francis] tdf#108991 Bad allocation or crash on cut text in attached ODT (with Non-Printing Characters hidden) (LibreOffice not maximized?) [Michael Stahl] tdf#109050 Moving table object with ALT+Arrow keys does not work properly [Tamás Zolnai] tdf#109053 DOCX: Multipage table is not imported properly - fix by avoid floating table conversion [Tamás Zolnai] tdf#109080 ODF: LibreOffice writes invalid element <style:header-first> [Luke Deller] tdf#109081 EDITING: LibreOffice hangs while selecting text ( with Formatting Marks ) ( LibreOffice not maximized ) [Michael Stahl] tdf#109107 Sidebar's fontheight field is not updated by moving cursor in an Impress table [Tamás Zolnai] tdf#109177 Dialogs: vertical scrollbar automatically changed to horizontal [Stephan Bergmann] tdf#109188 AutoText Preview doesn't work when default template is read-only [Samuel Mehrbrodt] tdf#109194 KDE: Firefox opens links only in the background [] tdf#109223 PPTX: Vertical flip of child shape is not imported correctly [Tamás Zolnai] tdf#109228 FILESAVE: ODT: Anchor changed from 'as character' to 'to character' after RT [Tamás Zolnai] tdf#109242 FILESAVE: Button Label still align on y [Caolán McNamara] tdf#109289 Setting gridline color in options for Calc does not have effect [Caolán McNamara] tdf#109304 Signature infobars not shown in Math [Katarina Behrens] tdf#109314 Changing watermark doesn't update first page if th tdf#109347 Crashreport: link isn't displayed in Linux [Markus Mohrhard] tdf#109523 PIVOT TABLE - crash after removing a pivot table + creating new pivot chart [Dennis Francis] tdf#109790 FILEOPEN: RTF: Imported text has incorrect font size [Miklos Vajna] tdf#109856 Crash in: SdrObjList::GetObjCount() ( steps in comment 12 ) [Caolán McNamara] tdf#109858 FILEOPEN:Importer correctly reads but does not apply pie label settings of XLSX and DOCX [Dennis Francis] tdf#109859 Crash in: sclo.dll [Dennis Francis] tdf#109863 Crash in: XPropertyList::Count() [Julien Nabet] tdf#110440 FILOPEN: XSLX attribute "invisible" is ignored for a group of shapes [Miklos Vajna] tdf#110743 Crash on new master page, if first master page has image as background [Pranav Kant] tdf#110997 Some forms stall with 100% on open - It's a date field problem [Lionel Elie Mamane] tdf#111080 Edit form, use 'replace with' to change the type of control - nothing happens [Caolán McNamara] tdf#111087 Missing icons in 3D extrusion toolbar dropdowns [Caolán McNamara] tdf#111173 FILEOPEN Calc crashes when opening XLSX with chart. [Marco Cecchetti] tdf#111308 Crash in: rtl_uString_assign [Caolán McNamara] tdf#111331 Rename 'Moderate' template [heiko tietze] tdf#111432 AddTempDevFont(const OUString& rFontFileURL) leaks memory on invocation [Julien Nabet] tdf#111492 XHTML export does not honor numbering levels [Samuel Mehrbrodt] tdf#111497 CoreTextGlyphFallbackSubstitution::FindFontSubstitute() leaks memory on invocation [Julien Nabet] tdf#111567 Template Manager memory leak in TemplateLocalView::insertItems() [Julien Nabet] tdf#111571 writer crash when modeless dialog is left opened [Caolán McNamara]
2017-08-24Revbump for boost updateadam39-77/+78
2017-08-24Revbump for boost updateadam12-24/+24