Commit Graph

480012 Commits

Author SHA1 Message Date
Thomas Zander
7d91381c08 MFH: r508139
Update to upstream version 0.21.12

Details:
- Bugfix release, see
  https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.21.12/NEWS

Approved by:	ports-secteam (riggs)
2019-08-05 06:50:53 +00:00
Kai Knoblich
22c6b77928 MFH: r508126
www/mitmproxy: Prepare for py-openssl 19.0.0 and unbreak at runtime

Relax the version ranges for security/py-openssl to avoid breakage at
runtime when release 19.0.0 lands into the Ports tree.

Also unbreak the port as it's already broken at runtime because the given
requirements for security/py-cryptography are too narrow.

PR:		239540
Approved by:	Hung-Yi Chen <gaod@hychen.org> (maintainer)
Approved by:	ports-secteam blanket (runtime fix)
2019-08-04 21:15:37 +00:00
Sunpoet Po-Chuan Hsieh
2c4f6c3928 MFH: r508022 r508023 r508024
Update to 1.11.23

Changes:	https://docs.djangoproject.com/en/1.11/releases/
Security:	6e65dfea-b614-11e9-a3a2-1506e15611cc

Update to 2.1.11

Changes:	https://docs.djangoproject.com/en/2.1/releases/
Security:	6e65dfea-b614-11e9-a3a2-1506e15611cc

Update to 2.2.4

Changes:	https://docs.djangoproject.com/en/2.2/releases/
Security:	6e65dfea-b614-11e9-a3a2-1506e15611cc

Approved by:	ports-secteam (delphij)
2019-08-04 08:41:43 +00:00
Antoine Brodin
66e5e500d4 MFH: r508074
Make fetchable again
2019-08-04 08:07:05 +00:00
Piotr Kubaj
203a0a7d3a MFH: r507639
devel/py-llfuse: Fix build (warning=error), remove -Werror

-Werror is added to flags by default, breaking build for example with GCC.

Follow upstream and remove it. Also disable DEVELOPER_MODE since it's enabled too widely.

PR:		238887
Approved by:	portmgr (blanket(s): build fix, ports compliance), linimon (mentor)
Differential Revision:	https://reviews.freebsd.org/D21067
2019-08-03 19:28:52 +00:00
Torsten Zuehlsdorff
ae31495e8a MFH: r507979
Update PHP 7.3 from 7.3.7 to 7.3.8

Changelog:

    Core:
        Added syslog.filter=raw option.
        Fixed bug #78212 (Segfault in built-in webserver).
    Date:
        Fixed bug #69044 (discrepency between time and microtime).
        Updated timelib to 2018.02.
    EXIF:
        Fixed bug #78256 (heap-buffer-overflow on exif_process_user_comment). (CVE-2019-11042)
        Fixed bug #78222 (heap-buffer-overflow on exif_scan_thumbnail). (CVE-2019-11041)
    FTP:
        Fixed bug #78039 (FTP with SSL memory leak).
    Libxml:
        Fixed bug #78279 (libxml_disable_entity_loader settings is shared between requests (cgi-fcgi)).
    LiteSpeed:
        Updated to LiteSpeed SAPI V7.4.3 (increased response header count limit from 100 to 1000, added crash handler to cleanly shutdown PHP request, added CloudLinux mod_lsapi mode).
        Fixed bug #76058 (After "POST data can't be buffered", using php://input makes huge tmp files).
    Openssl:
        Fixed bug #78231 (Segmentation fault upon stream_socket_accept of exported socket-to-stream).
    Opcache:
        Fixed bug #78341 (Failure to detect smart branch in DFA pass).
        Fixed bug #78189 (file cache strips last character of uname hash).
        Fixed bug #78202 (Opcache stats for cache hits are capped at 32bit NUM).
        Fixed bug #78271 (Invalid result of if-else).
        Fixed bug #78291 (opcache_get_configuration doesn't list all directives).
    PCRE:
        Fixed bug #78338 (Array cross-border reading in PCRE).
        Fixed bug #78197 (PCRE2 version check in configure fails for "##.##-xxx" version strings).
    PDO_Sqlite:
        Fixed bug #78192 (SegFault when reuse statement after schema has changed).
    Phar:
        Fixed bug #77919 (Potential UAF in Phar RSHUTDOWN).
    Phpdbg:
        Fixed bug #78297 (Include unexistent file memory leak).
    SQLite:
        Upgraded to SQLite 3.28.0.
    Standard:
        Fixed bug #78241 (touch() does not handle dates after 2038 in PHP 64-bit).
        Fixed bug #78269 (password_hash uses weak options for argon2).

Changelog taken from: https://www.php.net/ChangeLog-7.php#7.3.8

Approved by:	ports-secteam (joneum)
2019-08-03 19:15:48 +00:00
Torsten Zuehlsdorff
bc676c5394 MFH: r507977 r507983
Update PHP 7.1 from 7.1.30 to 7.1.31

Changelog:

    SQLite:
        Upgraded to SQLite 3.28.0.
    EXIF:
        Fixed bug #78256 (heap-buffer-overflow on exif_process_user_comment). (CVE-2019-11042)
        Fixed bug #78222 (heap-buffer-overflow on exif_scan_thumbnail). (CVE-2019-11041)
    Phar:
        Fixed bug #77919 (Potential UAF in Phar RSHUTDOWN).

Changelog taken from: https://www.php.net/ChangeLog-7.php#7.1.31

Approved by:	ports-secteam (joneum)
2019-08-03 19:13:10 +00:00
Torsten Zuehlsdorff
9928afcf66 MFH: r507978
Update PHP 7.2 from 7.2.20 to 7.2.21

Changelog:

    Date:
        Fixed bug #69044 (discrepency between time and microtime).
    EXIF:
        Fixed bug #78256 (heap-buffer-overflow on exif_process_user_comment). (CVE-2019-11042)
        Fixed bug #78222 (heap-buffer-overflow on exif_scan_thumbnail). (CVE-2019-11041)
    Fileinfo:
        Fixed bug #78183 (finfo_file shows wrong mime-type for .tga file).
    FTP:
        Fixed bug #77124 (FTP with SSL memory leak).
    Libxml:
        Fixed bug #78279 (libxml_disable_entity_loader settings is shared between requests (cgi-fcgi)).
    LiteSpeed:
        Updated to LiteSpeed SAPI V7.4.3 (increased response header count limit from 100 to 1000, added crash handler to cleanly shutdown PHP request, added CloudLinux mod_lsapi mode).
        Fixed bug #76058 (After "POST data can't be buffered", using php://input makes huge tmp files).
    Openssl:
        Fixed bug #78231 (Segmentation fault upon stream_socket_accept of exported socket-to-stream).
    OPcache:
        Fixed bug #78189 (file cache strips last character of uname hash).
        Fixed bug #78202 (Opcache stats for cache hits are capped at 32bit NUM).
        Fixed bug #78291 (opcache_get_configuration doesn't list all directives).
    Phar:
        Fixed bug #77919 (Potential UAF in Phar RSHUTDOWN).
    Phpdbg:
        Fixed bug #78297 (Include unexistent file memory leak).
    PDO_Sqlite:
        Fixed bug #78192 (SegFault when reuse statement after schema has changed).
    SQLite:
        Upgraded to SQLite 3.28.0.
    Standard:
        Fixed bug #78241 (touch() does not handle dates after 2038 in PHP 64-bit).
        Fixed bug #78269 (password_hash uses weak options for argon2).
    XMLRPC:
        Fixed bug #78173 (XML-RPC mutates immutable objects during encoding).

Changelog taken from: https://www.php.net/ChangeLog-7.php#7.2.21

Approved by:	ports-secteam (joneum)
2019-08-03 19:04:26 +00:00
Kai Knoblich
a0d518f528 MFH: r507868
security/gopass: Update to 1.8.6

Changelog:

https://github.com/gopasspw/gopass/releases/tag/v1.8.6

PR:		239557
Submitted by:	Sascha Holzleiter <sascha@root-login.org> (maintainer)
Approved by:	ports-secteam (joneum)
2019-08-03 09:55:39 +00:00
Tobias Kortkamp
8f92ada2b2 MFH: r507855
textproc/ripgrep: Update to 11.0.2

Changes:	https://github.com/BurntSushi/ripgrep/releases/tag/11.0.2
PR:		239592
Approved by:	maintainer

Approved by:	ports-secteam blanket (bug fixes)
2019-08-02 06:46:22 +00:00
Niclas Zeising
d01c679cfd MFH: r507828
graphics/drm-legacy-kmod: Update snapshot

Update snapshot, fix build on latest current

Sponsored by:	B3 Init

Approved by:	portmgr (implicit, drm-drivers blanket)
2019-08-01 20:08:41 +00:00
Tobias Kortkamp
b10106b3f6 MFH: r507776
audio/faudio: Update to 19.08

Changes:	https://github.com/FNA-XNA/FAudio/releases/tag/19.08

Approved by:	ports-secteam blanket (bug fixes)
2019-08-01 15:51:46 +00:00
Tobias Kortkamp
8f18a4933d MFH: r507635
www/vimb: Update to 3.5.0

Changes:	https://github.com/fanglingsu/vimb/releases/tag/3.5.0

Approved by:	ports-secteam blanket (web browsers)
2019-08-01 08:34:04 +00:00
Tobias Kortkamp
f82515505d MFH: r506359
Update webkit2-gtk3 to 2.24.3.

PR:		239003
Reported by:	tobik@
Security:	3dd46e05-9fb0-11e9-bf65-00012e582166

Approved by:	ports-secteam blanket (web browsers)
2019-08-01 08:32:40 +00:00
Tobias Kortkamp
9d0da8b7ed MFH: r505749 r506788 r507394 r507648
mail/aerc: Update to 0.2.1

Changes:	https://git.sr.ht/~sircmpwn/aerc/refs/

Approved by:	ports-secteam blanket (bug fixes, snapshot to release)
2019-08-01 08:31:25 +00:00
Jan Beich
d9b8ce8fb7 MFH: r507752
multimedia/libva-intel-media-driver: update to 19.2.1

Changes:	https://github.com/intel/media-driver/compare/intel-media-19.2.0...intel-media-19.2.1
Approved by:	ports-secteam blanket (stability fixes)
2019-08-01 06:54:32 +00:00
Kai Knoblich
1b89d48e89 MFH: r507733
www/gitea: Update to 1.9.0

Changelog:

https://blog.gitea.io/2019/07/gitea-1.9.0-is-released/

PR:		239562
Submitted by:	stb@lassitu.de (maintainer)
Security:	e7b69694-b3b5-11e9-9bb6-0800274e5f20
Approved by:	ports-secteam (miwi)
2019-08-01 05:15:52 +00:00
Matthias Andree
d8a9a66a0f MFH: r507631 sysutils/e2fsprogs:
Fix f_pre_1970_date_encoding on all 32-bit architectures but i386.

e2fsck would misparse the E2FSCK_TIME environment variable on architectures
where sizeof(long) < sizeof(time_t), i. e. all 32-bit architectures but i386.
This led to f_pre_1970_date_encoding test failures.

Note that I haven't tested the change for lack of respective hardware
or qemu rigs, and prior to receiving the reporter feedback, but
it would appear the fix is safe and plausible in itself.

Bump PORTREVISION as this changes the code on all architectures,
and to trigger version-based rebuild attempts where needed.
(For the MFH, bump all the way to PORTREVISION?=2 to align with
the SVN trunk, portrev. 1 was just to chase GCC updates on the trunk.)

See also:	https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=932906
Reported by:	Thorsten Glaser <tg@mirbsd.de> against Debian
Reported by:	Stanislav S. Grinkin (privately) against FreeBSD
Reported by:	prior fall-out and BROKEN_<ARCH> tags
Obtained from:	https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git/commit/?id=a368e0cbfb33d3050dcccccf0bf5a5539d3dac39

Approved by:	ports-secteam (joneum)
2019-07-31 01:01:39 +00:00
Niclas Zeising
b12be4a508 MFH: r507657
graphics/drm-fbsd11.2-kmod: Update snapshot

Update graphics/drm-fbsd11.2-kmod to the latest snapshot.  This fixes the
build with fhold() changed from a macro to a function.

Sponsored by:	B3 Init

Approved by:	portmgr (implicit, drm-drivers blanket)
2019-07-30 19:28:57 +00:00
Kai Knoblich
69b9115372 MFH: r507543
databases/opendbviewer: Update to 1.1.1

* Rebase the patch for CMakeLists.txt that has changed its identation level

Changelog:

* Don't clear connection information if connection fails
* Fix icon
* Disable GUI console

PR:		239450
Submitted by:	lbartoletti <lbartoletti@tuxfamily.org> (maintainer)
Approved by:	ports-secteam (miwi)
2019-07-30 04:27:52 +00:00
Jan Beich
9fe892888d MFH: r507613
emulators/citra: update to s20190729

Changes:	aca55d037...76aec4d67
Approved by:	ports-secteam (swills, implicit for snapshots)
2019-07-30 00:56:49 +00:00
Carlos J. Puga Medina
6db6e9186b MFH: r507545
www/chromium: Bump PORTREVISION after r507520

Approved by:	ports-secteam (miwi)
2019-07-29 09:43:54 +00:00
Carlos J. Puga Medina
78bd6f5f35 MFH: r507520
www/chromium: Fix audio/video synchronization bug after r506266

PR:		238869
Submitted by:	tobik
Reported by:	jrm

Approved by:	ports-secteam (miwi)
2019-07-29 09:36:33 +00:00
Kai Knoblich
affa22d610 MFH: r507532
net-im/py-matrix-synapse: Update to 1.2.1

* Remove the EMAIL option and convert the dependencies of it as general
  runtime requirements.

While I'm here:
* Remove superfluous occurrences of "+=" from PLIST_SUB, SUB_LIST and the
  *_RUN_DEPENDS option helpers because there are no previous definitions of
  those variables.
* Remove workaround for devel/py-msgpack from the post-patch target that is
  no longer required.
* Do some cleanup and place variables to their intended locations.

Changelog:

* Note: The support for Python 2.7 was dropped with the 1.1.0 release!

https://github.com/matrix-org/synapse/releases/tag/v1.2.1

PR:		239013
Submitted by:	Sascha Biberhofer <ports@skyforge.at> (maintainer)
Security:	38d2df4d-b143-11e9-87e7-901b0e934d69
Approved by:	ports-secteam (miwi)
2019-07-29 06:27:37 +00:00
Kai Knoblich
eefe041323 MFH: r507513
deskutils/freeplane: Update to 1.7.9

Changelog since 1.7.7:

* Bugfixes
* Hide nodes

PR:		239449
Submitted by:	lbartoletti <lbartoletti@tuxfamily.org> (maintainer)
Approved by:	ports-secteam (miwi)
2019-07-28 16:26:32 +00:00
Jan Beich
bd4dabefac MFH: r507485
emulators/citra: update to s20190727

Changes:	077eacd41...aca55d037
Approved by:	ports-secteam (swills, implicit for snapshots)
2019-07-28 00:49:55 +00:00
Kai Knoblich
b3786a41ba MFH: r507352
mail/sympa: Update to 6.2.44

Changelog since 6.2.42:

* Indentation of web templates are corrected. Though this change will not
  affect functionality, administrators might have to apply their
  customization to the new templates again.
* WWSympa: TLS client authentication: Now it gets rfc822Name in X.509v3
  subjectAltName, otherwise emailAddress attribute in subject DN. Note
  that earlier efforts getting attribute such as MAIL, Email in subject DN
  are no longer supported.
* ARC: Now Mail-DKIM 0.55 or better is required for ARC support.
* WWSympa: Admin function to bulk unsubscribe which has been provided by
  6.1.x was restored

Fixed bugs:

* "Use of uninitialized value $salt" on --import
* Improve handling of missing sympa/web_tt2 during upgrade

Merged pull requests:

* Support Test::Compile 2.0.0
* Remove all unneeded files from foundation-icons directory

PR:		238784
Submitted by:	Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer)
Reported by:	Daniel <d.stoye@cms.hu-berlin.de>

Approved by:	ports-secteam (miwi)
2019-07-26 13:39:12 +00:00
Thomas Zander
20be162e26 MFH: r507323
Update to upstream release 0.21.11

Details:
- Bugfix release, see
  https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.21.11/NEWS
- Mark TIDAL OPTION defunct: The Tidal streaming service made some changes
  to its protocol. The plugin can still be compiled, but it does currently
  not work. This is mentioned in the changelog (link above).

Approved by:	ports-secteam (riggs)
2019-07-25 17:20:07 +00:00
Vsevolod Stakhov
5a1824f05f MFH: r507316
- Update to 4.92.1 to fix CVE-2019-13917

PR:		239441
Submitted by:	Pascal Christen <pascal.christen at hostpoint.ch>

Approved by:	ports-secteam (miwi)
2019-07-25 12:30:25 +00:00
Jose Alonso Cardenas Marquez
6cf701db4e MFH: r507034
- Update to 8.7.5

PR:		237802 205594
Submitted by:	tech-lists __ at __ zyxst.net, ports __at __bsdserwis.com
Security:	19d648e0-ab69-11e9-bfef-000ffec0b3e1

Approved by:	portmgr (miwi)
2019-07-24 01:11:25 +00:00
Matthias Andree
d1dcfd74b7 MFH: r507001
Security update to new upstream release 0.72.

Security fixes found by the EU-funded bug bounty:
- two separate vulnerabilities affecting the obsolete SSH-1 protocol, both available before host key checking
- a vulnerability in all the SSH client tools (PuTTY, Plink, PSFTP and PSCP) if a malicious program can impersonate Pageant

Changelog:	https://www.chiark.greenend.org.uk/~sgtatham/putty/changes.html

Switch off -DSTATIC_GSSAPI build as that produces non-working executables
(assertion failures). Bug has been reported upstream.

Security:	5914705c-ab03-11e9-a4f9-080027ac955c

Approved by:	ports-secteam (miwi)
2019-07-23 22:43:27 +00:00
Matthias Andree
f2cde04485 MFH: r506982
Update e2fsprogs to new upstream release 1.45.3.

Moves fuse2fs from $(PREFIX)/sbin to $(PREFIX)/bin (it does not
require privileges).

Bugfix for e2fsck file systems that enabled large_dir and inline
directories at the same time.

Translation bug fixes.

Release Notes: <http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.45.3>

Approved by:	ports-secteam (miwi)
2019-07-23 22:41:19 +00:00
Jan Beich
22b449418e MFH: r507186
emulators/citra: update to s20190722

Changes:	643a39638...077eacd41
Approved by:	ports-secteam (swills, implicit for snapshots)
2019-07-23 00:51:04 +00:00
Kai Knoblich
f7d37c6e62 MFH: r507042
irc/irssi: Enable by default all options that add no dependencies

* Make all options as default ones that don't introduce further dependencies
  to save users from compiling those features themselves.

PR:		239252
Submitted by:	David O'Rourke (maintainer)
Reported by:	cm@sdf.org

Approved by:	ports-secteam (miwi)
2019-07-22 18:55:59 +00:00
Niclas Zeising
5662c2e03d MFH: r507148 r507149 r507150
graphics/drm-fbsd12.0-kmod: Update snapshot

Update graphics/drm-fbsd12.0-kmod to the latest snapshot.  This contains a
fix in anticipation of changes in base r350199 being MFCd.

Sponsored by:	B3 Init

graphics/drm-current-kmod: Update snapshot

Update graphics/drm-current-kmod snapshot to fix build on CURRENT after
r350199.

FreeBSDDesktop issue:	#160
Sponsored by:		B3 Init

graphics/drm-current-kmod: Update snapshot

Update graphics/drm-current-kmod snapshot to fix build on CURRENT after
r350199.

FreeBSDDesktop issue:	#160
Sponsored by:		B3 Init

Approved by:	portmgr (implicit, drm-drivers blanket)
2019-07-22 17:22:07 +00:00
Cy Schubert
d3774b922f MFH: r507121
Use ftp.freebsd.org instead of people.freebsd.org.

Reported by:	mat@
Approved by:	portmgr (miwi@)
2019-07-22 11:42:28 +00:00
Kubilay Kocak
d8c80313ec MFH: r507127 net/py-libnet: Update to 3.0rc1, Remove/fix BROKEN_*
Switch port to use autoplist to preclude having to manually
construct shared library names based on ARCH/uname manipulations.

While I'm here:

 - Switch to latest upstream release: 3.0rc1, via CHEESESHOP
 - Remove patch that was fixed upstream [1]
 - Match COMMENT to setup.py:description
 - Strip shared library

[1] 67cd7b8417

Reviewed by:		loader, sbz
Approved by:		sbz (maintainer)
Tested by:		loader (armv6, armv7, aarch64, mips64)
Differential Revision:	D20754

Approved by:	ports-secteam (blanket(s): bugfix release, bugfixes)
2019-07-22 03:29:47 +00:00
Cy Schubert
c20c5551a5 MFH: r506975
Distfile directory for fvwm_icons is 404. Use new location. While
at it host the file in local backup locations.

Approved by:	portmgr (joneum)
2019-07-20 13:47:17 +00:00
Cy Schubert
045c56d3b1 MFH: r506974
Download directory is 404. Host distfile locally for now.

Approved by:	portmgr (joneum)
2019-07-20 13:46:32 +00:00
Gerald Pfeifer
111e650acd MFH: r506725
Fix packaging list (pkg-plist) when the MPG123 option is set.

PR:		239202
Submitted by:	avos
Approved by:	portmgr (packaging list blanket)
2019-07-19 19:33:13 +00:00
Christoph Moench-Tegeder
b50a90454e MFH: r506926
www/firefox: update to 68.0.1

Release Notes: https://www.mozilla.org/en-US/firefox/68.0.1/releasenotes/

PR:		238087
Approved by:	gecko@ (jbeich@, implicit)

Approved by:	portmgr blanket: web browser
2019-07-19 13:32:33 +00:00
Jan Beich
0d21cbed56 MFH: r506585
www/py-flexget: update to 2.21.14

Changes:	https://github.com/Flexget/Flexget/compare/2.21.10...2.21.14
Approved by:	ports-secteam (miwi)
2019-07-19 10:44:09 +00:00
Thomas Zander
a651b7c900 MFH: r506907
Update to upstream version 35.0.0

Details:
- Bug fixes and enhancements, see
  https://mkvtoolnix.download/doc/NEWS.md

Approved by:	ports-secteam (riggs)
2019-07-19 06:10:08 +00:00
Andriy Voskoboinyk
ffb176e22e MFH: r506727
net-im/toxic: drop unused dependencies, unbreak PYTHON option

- Remove security/libsodium and audio/opus dependencies;
the port does not reference nor links against them.
- Allow to use ncurses from base (if possible).
- Patch python3 detection to use proper pkgconfig/python3-config and
bin/python3 paths.
- Move USES upper (portlint).
- Bump PORTREVISION.

PR:		239215
Approved by:	portmgr (blanket(s): dependencies, build fix(es))
2019-07-18 08:40:01 +00:00
Carlos J. Puga Medina
2b5b8e2ebd MFH: r506810
www/chromium: Update to 75.0.3770.142

Changelog: https://chromium.googlesource.com/chromium/src/+log/75.0.3770.100..75.0.3770.142?pretty=fuller&n=10000

Approved by:	ports-secteam (joneum)
2019-07-17 18:48:19 +00:00
Carlos J. Puga Medina
2cf843f08d MFH: r506266
www/chromium: Add support for audio recording using sndio

PR:		238869
Submitted by:	Zielonka Michal <zielonka.michal@gmail.com>, tobik
Obtained from:	f213ba25a3

Approved by:	ports-secteam (joneum)
2019-07-17 18:47:02 +00:00
Li-Wen Hsu
6172ed8213 MFH: r506803
- Update to 2.176.2

Approved by:	swils (maintainer, implicitly)
Security:	df3db21d-1a4d-4c78-acf7-4639e5a795e0
Sponsored by:	The FreeBSD Foundation

Approved by:	ports-secteam (miwi)
2019-07-17 15:38:44 +00:00
Li-Wen Hsu
585613e645 MFH: r506802
- Update to 2.186

Security:	df3db21d-1a4d-4c78-acf7-4639e5a795e0
Sponsored by:	The FreeBSD Foundation

Approved by:	ports-secteam (miwi)
2019-07-17 15:37:21 +00:00
Vinícius Zavam
c717de92a3 MFH: r506795
devel/py-colorama: update 0.3.9 to 0.4.1

PR:		238260
Approved by:	portmgr (miwi)
2019-07-17 12:19:04 +00:00
Renato Botelho
ebf643a6a2 MFH: r506777
archivers/arj: Unbreak upgrading debian patchset

Version 17 of debian patches is not available anymore.  Upgrade it to use
version 21 and fix the build

PR:		239233
Reported by:	Darin Luckie <darin@technotic.ca>
Sponsored by:	Rubicon Communications, LLC (Netgate)
Approved by:	ports-secteam (miwi)
2019-07-17 11:43:22 +00:00