Commit graph

314335 commits

Author SHA1 Message Date
rillig
cbfbdd409b misc/screen: document bug report URL for patch 2020-03-24 07:00:21 +00:00
adam
be0b61268b py-asgiref: updated to 3.2.6
3.2.6:
* local.Local now works in all threading situations, no longer requires
  periodic garbage collection, and works with libraries that monkeypatch
  threading (like gevent)
2020-03-24 06:58:46 +00:00
rillig
d6c6b46981 misc/screen: fix paths in example files, fix array subscript
The warnings in the patches are no longer necessary since pkglint 19.4.13
reports an error for these cases.
2020-03-24 06:55:34 +00:00
adam
901913d407 py-crontab: updated to 2.4.1
2.4.1:
Unknown changes
2020-03-24 06:55:01 +00:00
rillig
53eadce47c graphics/icoutils: fix 'subscript has type char' 2020-03-24 06:29:40 +00:00
rillig
759bc77d6d lang/clang: fix nonexistent SUBST_FILES
This restores the intended behavior of patching the NetBSD toolchain.
2020-03-24 05:58:48 +00:00
rillig
fdf3301854 textproc/p5-Encode-Detect: document that the bug has been reported 2020-03-24 05:51:19 +00:00
rillig
1e3eef750d textproc/p5-Encode-Detect: fix 'array subscript has type char' errors
In file included from src/JpCntx.cpp:39:0:
src/JpCntx.h: In member function 'void JapaneseContextAnalysis::HandleOneChar(const char*, PRUint32)':
src/JpCntx.h:72:55: error: array subscript has type 'char' [-Werror=char-subscripts]
       mRelSample[jp2CharContext[mLastCharOrder][order]]++;
                                                       ^
src/JpCntx.cpp: In member function 'void JapaneseContextAnalysis::HandleData(const char*, PRUint32)':
src/JpCntx.cpp:164:57: error: array subscript has type 'char' [-Werror=char-subscripts]
         mRelSample[jp2CharContext[mLastCharOrder][order]]++;
                                                         ^

The mentioned char arrays only contain small nonnegative numbers,
therefore their exact data type doesn't matter. It is now unsigned char.
2020-03-24 05:49:40 +00:00
rillig
62a0adf4a6 replace-interpreter: make documentation more precise
There are several places in pkgsrc where the files to be patched are
listed individually instead of just saying util/*/*.sh. This is
unnecessarily detailed. Encourage package authors to use filename
patterns more often.

An example is REPLACE_PYTHON in lang/clang, which currently fails because
some of the listed files don't exist anymore.
2020-03-24 04:40:34 +00:00
gutteridge
1e61d66563 doc: Updated textproc/py-ICU to 2.4.3nb2 2020-03-24 04:09:07 +00:00
gutteridge
5822cd838a py-ICU: fix SunOS build
The code should perhaps just refer to fcntl.h not sys/fcntl.h, but I've
special-cased SunOS for the chance "sys" is intended for portability to
an OS I'm not familiar with, for "simplicity".
2020-03-24 04:08:55 +00:00
taca
a9aee16a71 doc: Updated games/ruby-squib to 0.15.3 2020-03-24 00:35:22 +00:00
taca
24782ff80d games/ruby-squib: update to 0.15.3
Update ruby-squib to 0.15.3.


## v0.15.3 / 2019-10-17

Chores:
* Bump pango et al to `~> 3.4`, cairo to `~ 1.16`. Fixes Ruby 2.6 Windows install issues (#287)

## v0.15.2 / 2019-09-26

Chores:
* Bump nokogiri to 1.10.4


## v0.15.1 / 2019-08-27

Chores:
* Bumped Pango et al. to 3.3.7 (#286)


## v0.15.0 / Unreleased

Features:
* Added check for malformed PNG files (#250, #218)
* Sprues: you can now flip individual cards (#251)

Bugs
* `trim_radius` now defaults to 0 on `save_pdf`, not 38. (#270)
* `explode` on `xlsx` and `csv` now defaults to `qty`, not `Qty` (#262)

Docs:
* Documented the n-sided-ness of polygons and stars
* svg: document rasterization on mask (#192)
* Document how to run the code (#186)
* Document some ways of using `prefix` in `save_png` (#268)
* `showcase` option `trim_radius` defaults to 38, not 0
* Add sample for color switch in colors docs (#274)

Chores:
* Bumped deps: Pango et al. to 3.3.6, Cairo to 1.16.4, Nokogiri to 1.10.3, Highline to 2.0.2

Compatibility:
* A LOT more pre-defined colors built into Cairo. Some of the named colors got redefined with the upgrade to the latest Cairo. This means that named colors like `:gray` and `:green` may look slightly different.
* Dropped support for EOL'd Rubies. Minimum support is 2.4

Special thanks to @lcarlsen, @Karneades
2020-03-24 00:34:50 +00:00
tnn
eea587fde1 ruby-squib: mark broken due to bulk build scan error 2020-03-23 23:56:43 +00:00
gdt
8e69691a46 glusterfs: Add patch missing in previous commit 2020-03-23 23:21:17 +00:00
gdt
1d2704c30e glusterfs: Add bashism remediation patch 2020-03-23 23:01:48 +00:00
rillig
6dbe650026 sysutils/ups-nut: fix USE_TOOLS+=perl warning 2020-03-23 22:49:53 +00:00
rillig
a57dcaf0a2 print/qpdf: require Perl for building the package
There is a small Perl program that computes an SHA1 hash. This program is
required to run the fuzzing tests as part of the build. Without Perl, the
build contains about 40 of these messages:

fuzz/build.mk:82: warning: overriding recipe for target
  'fuzz/build/qpdf_fuzzer_seed_corpus/'
fuzz/build.mk:82: warning: ignoring old recipe for target
  'fuzz/build/qpdf_fuzzer_seed_corpus/'
2020-03-23 22:42:26 +00:00
rillig
00302ecdb6 net/p5-IO-Interface: fix warning about USE_TOOLS+=perl
This Perl module is one of the few that actually calls the Perl
interpreter by its base name and not by the executable given in an
environment variable. Therefore it needs the USE_TOOLS+=perl line.

The call to perl comes from Build.PL and works around a warning during
the build.
2020-03-23 22:26:21 +00:00
leot
46e21fd5bb doc: Updated net/youtube-dl to 20200324 2020-03-23 20:32:38 +00:00
leot
9d21a65716 youtube-dl: Update to 20200324
pkgsrc changes:
 - Update patch-youtube__dl_extractor_la7.py tests with the version shared
   upstream.  Thanks to Elia Geretto!

Changes:
20200324
--------
Core
- [utils] Revert support for cookie files with spaces used instead of tabs

Extractors
* [teachable] Update upskillcourses and gns3 domains
* [generic] Look for teachable embeds before wistia
+ [teachable] Extract chapter metadata (#24421)
+ [bilibili] Add support for player.bilibili.com (#24402)
+ [bilibili] Add support for new URL schema with BV ids (#24439, #24442)
* [limelight] Remove disabled API requests (#24255)
* [soundcloud] Fix download URL extraction (#24394)
+ [cbc:watch] Add support for authentication (#19160)
* [hellporno] Fix extraction (#24399)
* [xtube] Fix formats extraction (#24348)
* [ndr] Fix extraction (#24326)
* [nhk] Update m3u8 URL and use native HLS downloader (#24329)
- [nhk] Remove obsolete rtmp formats (#24329)
* [nhk] Relax URL regular expression (#24329)
- [vimeo] Revert fix showcase password protected video extraction (#24224)
2020-03-23 20:32:23 +00:00
nia
6c512ac73f dhex: -The 2020-03-23 20:07:29 +00:00
nia
c39d42ccf7 doc: Updated editors/dte to 1.9.1 2020-03-23 20:01:02 +00:00
nia
43ea995272 dte: Update to 1.9.1
v1.9.1 (latest release)
-----------------------

**Changes:**

* Fixed `make check` when running from a release tarball.

v1.9
----

**Additions:**

* Added a new `pipe-to` command, to complement the existing `pipe-from`
  and `filter` commands.
* Added a new `show` command, which can be used to introspect the
  current values of aliases and bindings.
* Added a `-k` flag to the `copy` command, to allow keeping the current
  selection after copying.
* Added a man page entry for the (previously undocumented) `eval`
  command.
* Added new `$FILETYPE` and `$LINENO` special variables.
* Added a `display-invisible` global option, to allow visible rendering
  of otherwise invisible Unicode characters.
* Added an `-s` command-line flag, for validating custom syntax files.
* Added a compile-time `ICONV_DISABLE=1` option, which disables linking
  to the system iconv library (but makes the editor UTF-8 only).
* Added a Desktop Entry file, which can be installed using
  `make install-desktop-file`.

**Improvements:**

* Updated Unicode support to version 12.1.
* Modified the `errorfmt` command, to allow sub-match groups in the
  regexp pattern to be ignored.
* Various improvements to syntax highlighting and filetype detection.
* Various performance optimizations.

**Fixes:**

* Fixed a bug that would sometimes cause files to be saved as UTF-8,
  even if another encoding was specified.
2020-03-23 20:00:47 +00:00
nia
4d42b1e0a7 doc: Updated editors/beaver to 0.4.1 2020-03-23 19:57:49 +00:00
nia
0a4580ea94 beaver: Update to 0.4.1. Only about 10 years late.
Changes:

- Interface rewritten using GtkUiManager
- Plugin system with API for most important plugin tasks
- Beaver tools (eg. base converter, color picker) went into 'tools' plugin
- Auto-indent
- Smart HOME and END keys
- 80-character marker
2020-03-23 19:57:29 +00:00
rillig
b69dde3be2 doc: Updated pkgtools/pkglint to 20.1.0 2020-03-23 19:55:19 +00:00
rillig
8792f5214c pkgtools/pkglint: update to 20.1.0
Changes since 19.4.13:

It is an error to have TODO lines in DESCR files. These are typically
generated by url2pkg and should be replaced with proper text before
committing the package.
2020-03-23 19:55:08 +00:00
ryoon
5c143b3e3a paps: Capitalize PostScript 2020-03-23 19:50:18 +00:00
nia
ad2f8d2bb1 doc: Updated editors/dhex to 0.69 2020-03-23 19:45:52 +00:00
nia
0dda31a8a7 dhex: Update to 0.69 (nice)
Changes:

0.69: this will be the final release of dhex 0.6x. I fixed a bug which caused
      the terminal to be broken. And added the functionality to start the
      hexcal from the commandline (-x).
2020-03-23 19:45:36 +00:00
ryoon
ef917340ba evince3: Capitalize format names and wrap a long line. 2020-03-23 19:45:31 +00:00
rmind
8afa71ceda Updated security/rvault to version 0.2 2020-03-23 19:44:53 +00:00
rmind
0b1ba6ee47 sqlite3: add 'deserialize' option. 2020-03-23 19:37:54 +00:00
nia
2c5af4e4b9 doc: Updated textproc/liblrdf to 0.6.1 2020-03-23 19:31:10 +00:00
nia
c560603005 liblrdf: Update to 0.6.1
- Removed more stale auto* files
- Remove a bogus symlink, and release some merged changes that resolve licence issues.
2020-03-23 19:30:54 +00:00
nia
e13efc99ba doc: Updated graphics/libgdiplus to 6.0.4 2020-03-23 19:23:30 +00:00
nia
da9f6def3b libgdiplus: Update to 6.0.4
Alexander Köplinger (3):
      Add Azure Pipelines CI (#600)
      Fix macOS build

Filip Navara (3):
      Fix cut & paste error in gdip_process_bitmap_attributes (#598)
      Fix multiple bugs and conversions for PARGB32 bitmap object and premultiplied Cairo surfaces (#599)
      Fix memory leak interoduced in 398ad6de93a9b4140a209d9eae8ded9292ffc740 (#603)
2020-03-23 19:23:14 +00:00
nia
a1a38c82ee doc: Updated graphics/gource to 0.51 2020-03-23 19:02:55 +00:00
nia
af05769c7d gource: Update to 0.51
0.51:
 * Fixed --font-file relative path handling.
 * Fixed a bug in resolving the repository root directory from a relative path.

0.50:
 * Right mouse button rotation now pivots around the camera.
 * Added --font-file option.
 * Added --enable-font-file option to configure.
 * Added --no-time-travel option (Lars Schmertmann).
 * Added --dir-name-position option (Lars Schmertmann).
 * Added --file-extension-fallback option (Lars Schmertmann).
 * Added --user-show-filter option (Victor Lopez).
 * Added --disable-input option (Joey Parrish).
 * Added --loop-delay-seconds option (Joey Parrish).
 * Added --font-scale option.
 * Added filename, dirname and user font size options (Carl Colena).
 * Added workaround for FFMpeg error parsing Gource PPM video output.
 * Fixed a bug in the Mercurial log parser that caused changes to be missed.
 * Fixed file removal being cancelled by an action with an earlier timestamp.
 * Fixed a bug in the log file format detection that could result in the wrong
   first entry being displayed for a custom log.
 * Fixed a bug where automatically cycling through a config with multiple
   repositories reset settings to their defaults.
2020-03-23 19:02:46 +00:00
nia
1b16509c8c doc: Updated emulators/fmsx to 5.4 2020-03-23 18:55:54 +00:00
rmind
a1731e13ef Update to rvault v0.2 2020-03-23 18:54:58 +00:00
nia
fdcfafac97 fmsx: Update to 5.4
Unknown changes
2020-03-23 18:54:51 +00:00
gdt
b9e191c0c3 mail/spamassassin: Remove redundant MESSAGE
Other than cautions about more-than-10-years-ago updates, this says to
read the documentation.
2020-03-23 18:46:56 +00:00
adam
b52aace3ac distinfo got lost in action... restored 2020-03-23 18:46:37 +00:00
gdt
ce1226e9b5 doc: Updated mail/spamassassin to 3.4.4 2020-03-23 18:45:53 +00:00
gdt
ac9e76b7ff mail/spamassassin: Update to 3.4.4
This is a micro update (actually 2) with security fixes, and is
trivial except for hand-applying some patch hunks that have textual
but not semantic conflicts.

The upstream announcement hints at minor new features and a new
plugin, but does not explain.  (There is no NEWS file.)
2020-03-23 18:45:47 +00:00
adam
4eb165b1cd Updated security/py-acme, security/py-certbot* 2020-03-23 18:45:04 +00:00
adam
431161d5df py-acme py-certbot: updated to 1.3.0
Certbot 1.3.0

Added
Added certbot.ocsp Certbot's API. The certbot.ocsp module can be used to
determine the OCSP status of certificates.
Don't verify the existing certificate in HTTP01Response.simple_verify, for
compatibility with the real-world ACME challenge checks.

Changed
Certbot will now renew certificates early if they have been revoked according
to OCSP.
Fix acme module warnings when response Content-Type includes params (e.g. charset).
Fixed issue where webroot plugin would incorrectly raise Read-only file system
error when creating challenge directories
2020-03-23 18:43:45 +00:00
adam
7b858ee5d6 Updated devel/py-txaio, textproc/py-xmlschema 2020-03-23 18:43:25 +00:00