Compare commits

...

94 Commits

Author SHA1 Message Date
bsiegert 8832d32664 Pullup ticket #6244 - requested by nia
www/midori: bugfix

Revisions pulled up:
- www/midori/Makefile                                           1.130
- www/midori/distinfo                                           1.30
- www/midori/patches/patch-core_browser.vala                    1.1

---
   Module Name:	pkgsrc
   Committed By:	nia
   Date:		Tue Jun 16 13:54:25 UTC 2020

   Modified Files:
   	pkgsrc/www/midori: Makefile distinfo
   Added Files:
   	pkgsrc/www/midori/patches: patch-core_browser.vala

   Log Message:
   midori: Fix typing / and backspace in the URL bar.

   Noticed by benny on twitter

   PKGREVISION++
2020-06-26 09:35:34 +00:00
bsiegert 7c740eae1b Pullup ticket #6248 - requested by otis
net/powerdns-recursor: security fix

Revisions pulled up:
- net/powerdns-recursor/Makefile                                1.36
- net/powerdns-recursor/distinfo                                1.32
- net/powerdns-recursor/patches/patch-iputils.hh                deleted
- net/powerdns-recursor/patches/patch-misc.cc                   1.1
- net/powerdns-recursor/patches/patch-misc.hh                   1.1
- net/powerdns-recursor/patches/patch-pdns__recursor.cc         1.6
- net/powerdns-recursor/patches/patch-rec-carbon.cc             1.1
- net/powerdns-recursor/patches/patch-rec__control.cc           1.1
- net/powerdns-recursor/patches/patch-webserver.cc              1.1
- net/powerdns-recursor/patches/patch-ws-recursor.cc            1.1

---
   Module Name:    pkgsrc
   Committed By:   otis
   Date:           Wed Jun 17 22:55:11 UTC 2020

   Modified Files:
           pkgsrc/net/powerdns-recursor: Makefile distinfo
   Added Files:
           pkgsrc/net/powerdns-recursor/patches: patch-misc.cc patch-misc.hh
               patch-pdns__recursor.cc patch-rec-carbon.cc patch-rec__control.cc
               patch-webserver.cc patch-ws-recursor.cc
   Removed Files:
           pkgsrc/net/powerdns-recursor/patches: patch-iputils.hh

   Log Message:
   net/powerdns-recursor: Update to 4.3.1

   Changelog since 4.3.0:

   * Released:
     - 19th of May 2020

   * Improvements:
     - Add ubuntu focal target.

   * Bug Fixes:
     - Backport of security fixes for:
       - CVE-2020-10995
       - CVE-2020-12244
       - CVE-2020-10030
     - avoid a crash when loading an invalid RPZ.
     - RPZ dumpFile/seedFile: store/get SOA refresh on dump/load.

   * misc:
     - Update boost.m4.
2020-06-25 18:21:29 +00:00
bsiegert 02d064744c Pullup tickets up to #6243 2020-06-17 13:40:41 +00:00
bsiegert e28c1a94be Pullup ticket #6243 - requested by nia
graphics/librsvg: NetBSD/arm build fix

Revisions pulled up:
- graphics/librsvg/available.mk                                 1.2

---
   Module Name:	pkgsrc
   Committed By:	nia
   Date:		Wed Jun 17 10:13:25 UTC 2020

   Modified Files:
   	pkgsrc/graphics/librsvg: available.mk

   Log Message:
   librsvg: Disable rust version on NetBSD/arm (32-bit)

   It doesn't have the address space to build a rust compiler so this
   is currently broken.
2020-06-17 13:40:26 +00:00
bsiegert e5d5d61e92 Pullup ticket #6240 - requested by taca
www/ruby-websocket-extensions: security fix

Revisions pulled up:
- www/ruby-websocket-extensions/Makefile                        1.4
- www/ruby-websocket-extensions/distinfo                        1.3

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Jun 14 15:57:43 UTC 2020

   Modified Files:
   	pkgsrc/www/ruby-websocket-extensions: Makefile distinfo

   Log Message:
   devel/ruby-websocket-extensions: update to 0.1.5

   Update ruby-websocket-extensions to 0.1.5.

   pkgsrc change:
   * Add "USE_LANGUAGES=	# none".
   * Change LICENSE to apache-2.0.

   ### 0.1.5 / 2020-06-02

   - Remove a ReDoS vulnerability in the header parser (CVE-2020-7663)

   ### 0.1.4 / 2019-06-10

   - Fix a deprecation warning for using the `=~` operator on `true`
   - Change license from MIT to Apache 2.0
2020-06-17 13:39:26 +00:00
bsiegert 206751a6f3 Pullup ticket #6239 - requested by nia
net/qbittorrent: i386 build fix

Revisions pulled up:
- net/qbittorrent/Makefile                                      1.14

---
   Module Name:	pkgsrc
   Committed By:	nia
   Date:		Sat Jun 13 11:21:29 UTC 2020

   Modified Files:
   	pkgsrc/net/qbittorrent: Makefile

   Log Message:
   qbittorrent: needs 64-bit atomic ops
2020-06-17 13:38:14 +00:00
bsiegert a3c8e2db50 Pullup ticket #6238 - requested by nia
net/grpc: i386 build fix

Revisions pulled up:
- net/grpc/Makefile                                             1.26

---
   Module Name:	pkgsrc
   Committed By:	nia
   Date:		Sat Jun 13 11:26:31 UTC 2020

   Modified Files:
   	pkgsrc/net/grpc: Makefile

   Log Message:
   grpc: needs 64-bit atomic ops
2020-06-17 11:55:08 +00:00
bsiegert 3fb3568b9c Pullup ticket #6237 - requested by nia
emulators/libretro-bsnes-mercury: NetBSD/arm build fix

Revisions pulled up:
- emulators/libretro-bsnes-mercury/Makefile.common              1.7

---
   Module Name:	pkgsrc
   Committed By:	nia
   Date:		Sat Jun 13 10:01:06 UTC 2020

   Modified Files:
   	pkgsrc/emulators/libretro-bsnes-mercury: Makefile.common

   Log Message:
   libretro-bsnes-mercury: Uncondition HAVE_POSIX_MEMALIGN so it works on 32-bit arm
2020-06-17 11:46:56 +00:00
bsiegert ecb23f38f6 Pullup ticket #6236 - requested by nia
x11/qt5-qtwebkit: NetBSD/arm build fix

Revisions pulled up:
- x11/qt5-qtwebkit/Makefile                                     1.79

---
   Module Name:	pkgsrc
   Committed By:	nia
   Date:		Sat Jun 13 09:47:40 UTC 2020

   Modified Files:
   	pkgsrc/x11/qt5-qtwebkit: Makefile

   Log Message:
   qt5-qtwebkit: Remove invalid ARM linker args
2020-06-17 11:45:47 +00:00
bsiegert 3cc2edb2e6 Pullup ticket #6235 - requested by msaitoh
sysutils/intel-microcode-netbsd: security fix

Revisions pulled up:
- sysutils/intel-microcode-netbsd/Makefile                      1.37-1.39
- sysutils/intel-microcode-netbsd/distinfo                      1.29-1.31

---
   Module Name:    pkgsrc
   Committed By:   msaitoh
   Date:           Wed May 13 05:03:24 UTC 2020

   Modified Files:
           pkgsrc/sysutils/intel-microcode-netbsd: Makefile distinfo

   Log Message:
   Update intel-microcode-netbsd to 20200508.

   == 20200508 Release ==
   -- Updates upon 20191115 release --
   Processor             Identifier     Version       Products
   Model        Stepping F-MO-S/PI      Old->New
   ---- new platforms ----------------------------------------

   ---- updated platforms ------------------------------------
   ICL-U/Y      D1       6-7e-5/80 00000046->00000078 Core Gen10 Mobile

   ---- removed platforms ------------------------------------

---
   Module Name:    pkgsrc
   Committed By:   msaitoh
   Date:           Mon Jun  1 15:34:40 UTC 2020

   Modified Files:
           pkgsrc/sysutils/intel-microcode-netbsd: Makefile distinfo

   Log Message:
   Update intel-microcode-netbsd to 20200520.

   == 20200520 Release ==
   -- Updates upon 20200508 release --
   Processor             Identifier     Version       Products
   Model        Stepping F-MO-S/PI      Old->New
   ---- new platforms ----------------------------------------

   ---- updated platforms ------------------------------------
   SNB-E/EN/EP  C1/M0    6-2d-6/6d 0000061f->00000621 Xeon E3/E5, Core X
   SNB-E/EN/EP  C2/M1    6-2d-7/6d 00000718->0000071a Xeon E3/E5, Core X

   ---- removed platforms ------------------------------------

---
   Module Name:    pkgsrc
   Committed By:   msaitoh
   Date:           Wed Jun 10 02:29:45 UTC 2020

   Modified Files:
           pkgsrc/sysutils/intel-microcode-netbsd: Makefile distinfo

   Log Message:
   Update intel-microcode-netbsd to 20200609.

   == 20200609 Release ==
   -- Updates upon 20200520 release --
   Processor             Identifier     Version       Products
   Model        Stepping F-MO-S/PI      Old->New
   ---- new platforms ----------------------------------------

   ---- updated platforms ------------------------------------
   HSW          C0       6-3c-3/32 00000027->00000028 Core Gen4
   BDW-U/Y      E0/F0    6-3d-4/c0 0000002e->0000002f Core Gen5
   HSW-U        C0/D0    6-45-1/72 00000025->00000026 Core Gen4
   HSW-H        C0       6-46-1/32 0000001b->0000001c Core Gen4
   BDW-H/E3     E0/G0    6-47-1/22 00000021->00000022 Core Gen5
   SKL-U/Y      D0       6-4e-3/c0 000000d6->000000dc Core Gen6 Mobile
   SKL-U23e     K1       6-4e-3/c0 000000d6->000000dc Core Gen6 Mobile
   SKX-SP       B1       6-55-3/97 01000151->01000157 Xeon Scalable
   SKX-SP       H0/M0/U0 6-55-4/b7 02000065->02006906 Xeon Scalable
   SKX-D        M1       6-55-4/b7 02000065->02006906 Xeon D-21xx
   CLX-SP       B0       6-55-6/bf 0400002c->04002f01 Xeon Scalable Gen2
   CLX-SP       B1       6-55-7/bf 0500002c->05002f01 Xeon Scalable Gen2
   SKL-H/S      R0/N0    6-5e-3/36 000000d6->000000dc Core Gen6; Xeon E3 v5
   AML-Y22      H0       6-8e-9/10 000000ca->000000d6 Core Gen8 Mobile
   KBL-U/Y      H0       6-8e-9/c0 000000ca->000000d6 Core Gen7 Mobile
   CFL-U43e     D0       6-8e-a/c0 000000ca->000000d6 Core Gen8 Mobile
   WHL-U        W0       6-8e-b/d0 000000ca->000000d6 Core Gen8 Mobile
   AML-Y42      V0       6-8e-c/94 000000ca->000000d6 Core Gen10 Mobile
   CML-Y42      V0       6-8e-c/94 000000ca->000000d6 Core Gen10 Mobile
   WHL-U        V0       6-8e-c/94 000000ca->000000d6 Core Gen8 Mobile
   KBL-G/H/S/E3 B0       6-9e-9/2a 000000ca->000000d6 Core Gen7; Xeon E3 v6
   CFL-H/S/E3   U0       6-9e-a/22 000000ca->000000d6 Core Gen8 Desktop, Mobile, Xeon E
   CFL-S        B0       6-9e-b/02 000000ca->000000d6 Core Gen8
   CFL-H/S      P0       6-9e-c/22 000000ca->000000d6 Core Gen9
   CFL-H        R0       6-9e-d/22 000000ca->000000d6 Core Gen9 Mobile

   ---- removed platforms ------------------------------------
2020-06-16 19:24:20 +00:00
bsiegert af57c81ba4 Pullup tickets up to #6234 2020-06-09 12:03:20 +00:00
bsiegert 9784b32a68 Pullup ticket #6234 - requested by wiz
devel/libntlm: security fix

Revisions pulled up:
- devel/libntlm/Makefile                                        1.22
- devel/libntlm/distinfo                                        1.12

---
   Module Name:	pkgsrc
   Committed By:	wiz
   Date:		Tue Jun  9 06:18:18 UTC 2020

   Modified Files:
   	pkgsrc/devel/libntlm: Makefile distinfo

   Log Message:
   libntlm: update to 1.6.

   * Version 1.6 (released 2020-04-19)

   ** Fix buffer overflow in buildSmbNtlmAuth* function.  CVE-2019-17455.
   Reported by Kirin in <https://gitlab.com/jas/libntlm/-/issues/2> and
   patch provided by Cedric Buissart.  See newly introduced regression
   check test_CVE-2019-17455.c for test of a vulnerable library.

   ** API and ABI modifications.
   No changes since last version.
2020-06-09 11:59:46 +00:00
bsiegert 0eceab4698 Pullup ticket #6233 - requested by wiz
sysutils/dbus: security fix

Revisions pulled up:
- sysutils/dbus/Makefile                                        1.121
- sysutils/dbus/distinfo                                        1.93

---
   Module Name:    pkgsrc
   Committed By:   wiz
   Date:           Tue Jun  9 07:13:31 UTC 2020

   Modified Files:
           pkgsrc/sysutils/dbus: Makefile distinfo

   Log Message:
   dbus: update to 1.12.18.

   dbus 1.12.18 (2020-06-02)
   =========================

   The “telepathic vines” release.

   Denial of service fixes:

   • CVE-2020-12049: If a message contains more file descriptors than can
     be sent, close those that did get through before reporting error.
     Previously, a local attacker could cause the system dbus-daemon (or
     another system service with its own DBusServer) to run out of file
     descriptors, by repeatedly connecting to the server and sending fds that
     would get leaked.
     Thanks to Kevin Backhouse of GitHub Security Lab.
     (dbus#294, GHSL-2020-057; Simon McVittie)

   Other fixes:

   • Fix a crash when the dbus-daemon is terminated while one or more
     monitors are active (dbus#291, dbus!140; Simon McVittie)

   • The dbus-send(1) man page now documents --bus and --peer instead of
     the old --address synonym for --peer, which has been deprecated since
     the introduction of --bus and --peer in 1.7.6
     (fd.o #48816, dbus!115; Chris Morin)

   • Fix a wrong environment variable name in dbus-daemon(1)
     (dbus#275, dbus!122; Mubin, Philip Withnall)

   • Fix formatting of dbus_message_append_args example
     (dbus!126, Felipe Franciosi)

   • Avoid a test failure on Linux when built in a container as uid 0, but
     without the necessary privileges to increase resource limits
     (dbus!58, Debian #908092; Simon McVittie)

   • When building with CMake, cope with libX11 in a non-standard location
     (dbus!129, Tuomo Rinne)
2020-06-09 11:59:41 +00:00
bsiegert b13e4f686a Pullup ticket #6232 - requested by maya
security/gnutls: security fix

Revisions pulled up:
- security/gnutls/Makefile                                      1.210-1.213
- security/gnutls/PLIST                                         1.70-1.71
- security/gnutls/PLIST.guile                                   1.1
- security/gnutls/buildlink3.mk                                 1.37
- security/gnutls/distinfo                                      1.143-1.144
- security/gnutls/options.mk                                    1.3
- security/gnutls/patches/patch-configure                       1.5

---
   Module Name:    pkgsrc
   Committed By:   adam
   Date:           Wed Apr  1 08:24:07 UTC 2020

   Modified Files:
           pkgsrc/security/gnutls: Makefile PLIST distinfo
   Added Files:
           pkgsrc/security/gnutls/patches: patch-configure

   Log Message:
   gnutls: updated to 3.6.13

   Version 3.6.13:

   ** libgnutls: Fix a DTLS-protocol regression (caused by TLS1.3 support), since 3.6.3.
      The DTLS client would not contribute any randomness to the DTLS negotiation,
      breaking the security guarantees of the DTLS protocol
      [GNUTLS-SA-2020-03-31, CVSS: high]

   ** libgnutls: Added new APIs to access KDF algorithms.

   ** libgnutls: Added new callback gnutls_keylog_func that enables a custom
      logging functionality.

   ** libgnutls: Added support for non-null terminated usernames in PSK
      negotiation.

   ** gnutls-cli-debug: Improved support for old servers that only support
      SSL 3.0.

   ** API and ABI modifications:
   gnutls_hkdf_extract: Added
   gnutls_hkdf_expand: Added
   gnutls_pbkdf2: Added
   gnutls_session_get_keylog_function: Added
   gnutls_session_set_keylog_function: Added
   gnutls_prf_hash_get: Added
   gnutls_psk_server_get_username2: Added
   gnutls_psk_set_client_credentials2: Added
   gnutls_psk_set_client_credentials_function2: Added
   gnutls_psk_set_server_credentials_function2: Added

---
   Module Name:    pkgsrc
   Committed By:   nikita
   Date:           Thu May 14 14:30:02 UTC 2020

   Modified Files:
           pkgsrc/security/gnutls: Makefile buildlink3.mk options.mk
   Added Files:
           pkgsrc/security/gnutls: PLIST.guile

   Log Message:
   security/gnutls: revbump, add support for building guile bindings

---
   Module Name:    pkgsrc
   Committed By:   leot
   Date:           Mon Jun  8 19:48:14 UTC 2020

   Modified Files:
           pkgsrc/security/gnutls: Makefile PLIST distinfo

   Log Message:
   gnutls: Update to 3.6.14

   Changes:
   3.6.14
   ------
    * libgnutls: Fixed insecure session ticket key construction, since 3.6.4.
      The TLS server would not bind the session ticket encryption key with a
      value supplied by the application until the initial key rotation, allowing
      attacker to bypass authentication in TLS 1.3 and recover previous
      conversations in TLS 1.2 (#1011).
      [GNUTLS-SA-2020-06-03, CVSS: high]

    * libgnutls: Fixed handling of certificate chain with cross-signed
      intermediate CA certificates (#1008).

    * libgnutls: Fixed reception of empty session ticket under TLS 1.2 (#997).

    * libgnutls: gnutls_x509_crt_print() is enhanced to recognizes commonName
      (2.5.4.3), decodes certificate policy OIDs (!1245), and prints Authority
      Key Identifier (AKI) properly (#989, #991).

    * certtool: PKCS #7 attributes are now printed with symbolic names (!1246).

    * libgnutls: Added several improvements on Windows Vista and later releases
      (!1257, !1254, !1256). Most notably the system random number generator now
      uses Windows BCrypt* API if available (!1255).

    * libgnutls: Use accelerated AES-XTS implementation if possible (!1244).
      Also both accelerated and non-accelerated implementations check key block
      according to FIPS-140-2 IG A.9 (!1233).

    * libgnutls: Added support for AES-SIV ciphers (#463).

    * libgnutls: Added support for 192-bit AES-GCM cipher (!1267).

    * libgnutls: No longer use internal symbols exported from Nettle (!1235)

    * API and ABI modifications:
        GNUTLS_CIPHER_AES_128_SIV: Added
        GNUTLS_CIPHER_AES_256_SIV: Added
        GNUTLS_CIPHER_AES_192_GCM: Added
        gnutls_pkcs7_print_signature_info: Added
2020-06-09 11:55:34 +00:00
bsiegert b81de8fb2c Pullup ticket #6218 - requested by bouyer
mail/sympa: security fix

Revisions pulled up:
- mail/sympa/Makefile                                           1.75-1.76
- mail/sympa/PLIST                                              1.16-1.17
- mail/sympa/distinfo                                           1.20-1.21
- mail/sympa/patches/patch-aa                                   1.10
- mail/sympa/patches/patch-ab                                   1.8
- mail/sympa/patches/patch-ac                                   1.6

---
   Module Name:    pkgsrc
   Committed By:   bouyer
   Date:           Mon Apr 27 17:57:52 UTC 2020

   Modified Files:
           pkgsrc/mail/sympa: Makefile PLIST distinfo
           pkgsrc/mail/sympa/patches: patch-aa patch-ab patch-ac

   Log Message:
   Update to 6.2.54. Main changes since 6.2.16:
   * Security and bug fixes
   * more translations
   * Some scenarios and list creation templates for "intranet" use cases were
     made optional: They have been moved into samples/
     https://github.com/sympa-community/sympa/issues/119
     See also "upgrading notes" (https://sympa-community.github.io/manual/upgrade/notes.html#from-version-prior-to-6250)
     for details.
   * Hide full email addresses in archives
   * Button for full export of subscribers
   * Admin function to bulk unsubscribe
   * Delete my account" button
   * ARC support (Authenticated Received Chain).

---
   Module Name:	pkgsrc
   Committed By:	bouyer
   Date:		Mon Jun  1 21:46:25 UTC 2020

   Modified Files:
   	pkgsrc/mail/sympa: Makefile PLIST distinfo

   Log Message:
   Update to 6.2.56. Changes since 6.2.54:
   Security fix for https://sympa-community.github.io/security/2020-002.html
   Translation updates
2020-06-09 11:53:31 +00:00
bsiegert 7a8c95aa0e Pullup ticket #6231 - requested by taca
mail/roundcube: security fix

Revisions pulled up:
- mail/roundcube-plugin-password/distinfo                       1.18-1.19
- mail/roundcube/Makefile                                       1.93
- mail/roundcube/Makefile.common                                1.18-1.19
- mail/roundcube/distinfo                                       1.69-1.70
- mail/roundcube/options.mk                                     1.17
- mail/roundcube/patches/patch-program_lib_Roundcube_rcube__mime.php 1.3
- mail/roundcube/patches/patch-rcube_mime_default               deleted

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Jun  7 22:07:04 UTC 2020

   Modified Files:
   	pkgsrc/mail/roundcube: Makefile Makefile.common distinfo options.mk
   Added Files:
   	pkgsrc/mail/roundcube/patches:
   	    patch-program_lib_Roundcube_rcube__mime.php
   Removed Files:
   	pkgsrc/mail/roundcube/patches: patch-rcube_mime_default

   Log Message:
   mail/roundcube: update to 1.4.5

   Update roundcube to 1.4.5, including some security fixes.

   pkgsrc change:

   * Proper replace PHP interpreter.
   * Fix php-sockets option to work.

   RELEASE 1.4.5
   -------------
   - Fix bug in extracting required plugins from composer.json that led to spurious error in log (#7364)
   - Fix so the database setup description is compatible with MySQL 8 (#7340)
   - Markasjunk: Fix regression in jsevent driver (#7361)
   - Fix missing flag indication on collapsed thread in Larry and Elastic (#7366)
   - Fix default keyservers (use keys.openpgp.org), add note about CORS (#7373, #7367)
   - Mailvelope: Use sender's address to find pubkeys to check signatures (#7348)
   - Mailvelope: Fix Encrypt button hidden in Elastic (#7353)
   - Fix PHP warning: count(): Parameter must be an array or an object... in ID command handler (#7392)
   - Fix error when user-configured skin does not exist anymore (#7271)
   - Elastic: Fix aspect ratio of a contact photo in mail preview (#7339)
   - Fix bug where PDF attachments marked as inline could have not been attached on mail forward (#7382)
   - Security: Fix a couple of XSS issues in Installer (#7406)
   - Security: Fix XSS issue in template object 'username' (#7406)
   - Security: Better fix for CVE-2020-12641
   - Security: Fix cross-site scripting (XSS) via malicious XML attachment

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Jun  7 22:08:37 UTC 2020

   Modified Files:
   	pkgsrc/mail/roundcube-plugin-password: distinfo

   Log Message:
   mail/roundcube-plugin-password: update to 1.4.5

   Update roundcube-plugin-password to 1.4.5

   RELEASE 1.4.5
   -------------
   - Password: Fix issue with Modoboa driver (#7372)

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Tue Jun  9 00:25:19 UTC 2020

   Modified Files:
   	pkgsrc/mail/roundcube: Makefile.common distinfo
   	pkgsrc/mail/roundcube-plugin-password: distinfo

   Log Message:
   mail/roundcube: update to 1.14.6

   Update roundcube to 1.14.6.

   RELEASE 1.4.6
   -------------
   - Installer: Fix regression in SMTP test section (#7417)
2020-06-09 11:51:49 +00:00
bsiegert afca8fdd38 Pullup tickets up to #6227 2020-06-08 19:01:05 +00:00
bsiegert eb81607bf5 Pullup ticket #6227 - requested by otis
net/powerdns: bugfixes

Revisions pulled up:
- net/powerdns/Makefile                                         1.55
- net/powerdns/Makefile.common                                  1.29
- net/powerdns/distinfo                                         1.40
- net/powerdns/patches/patch-pdns_iputils.hh                    deleted

---
   Module Name:    pkgsrc
   Committed By:   otis
   Date:           Sun Jun  7 18:55:13 UTC 2020

   Modified Files:
           pkgsrc/net/powerdns: Makefile Makefile.common distinfo
   Removed Files:
           pkgsrc/net/powerdns/patches: patch-pdns_iputils.hh

   Log Message:
   net/powerdns: Update to 4.2.2

   Changes since 4.2.1:

   * Released:
     - 9th of April 2020

   * New Features:
     - api: add includerings option to statistics endpoint

   * Improvements:
     - cache: strictly enforce maximum size, and improve cleanup routine

   * Bug Fixes:
     - fix records ending up in wrong packet section

     - avoid IXFR-in corruption when deltas come in close together.
       Please see the IXFR-in corruption upgrade notes

     - fix out-of-bound access for zero length "serialized" string when
       using lmdbbackend.

     - bind backend: pthread_mutex_t should be inited and destroyed and not be copied

   * Reference:
     - https://doc.powerdns.com/authoritative/changelog/4.2.html#change-4.2.2
2020-06-08 19:00:34 +00:00
bsiegert 10c217c0a3 Pullup ticket #6224 - requested by taca
www/ruby-em-http-request: security fix

Revisions pulled up:
- www/ruby-em-http-request/Makefile                             1.5
- www/ruby-em-http-request/PLIST                                1.5
- www/ruby-em-http-request/distinfo                             1.6

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Tue Jun  2 13:46:43 UTC 2020

   Modified Files:
   	pkgsrc/www/ruby-em-http-request: Makefile PLIST distinfo

   Log Message:
   www/ruby-em-http-request: update to 1.1.6

   Update ruby-em-http-request to 1.1.6.

   1.1.6 (2020-06-02)

   - Merge TLS verification patch from Faraday (CVE-2020-13482)
   - IPv6 literal support
2020-06-08 18:37:08 +00:00
bsiegert c604fbff93 Pullup ticket #6223 - requested by taca
www/ruby-puma: security fix

Revisions pulled up:
- www/ruby-puma/Makefile                                        1.23
- www/ruby-puma/distinfo                                        1.18

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun May 24 13:47:49 UTC 2020

   Modified Files:
   	pkgsrc/www/ruby-puma: Makefile distinfo

   Log Message:
   www/ruby-puma: update to 4.3.5

   Update ruby-puma to 4.3.5.

   4.3.4/4.3.5 and 3.12.5/3.12.6 / 2020-05-22

   Each patchlevel release contains a separate security fix. We recommend
   simply upgrading to 4.3.5/3.12.6.

   * Security

     Fix: Fixed two separate HTTP smuggling vulnerabilities that used the
     Transfer-Encoding header. CVE-2020-11076 and CVE-2020-11077.
2020-06-08 17:52:41 +00:00
bsiegert 83161643fa Pullup ticket #6221 - requested by nia
www/firefox68-l10n: dependent update

Revisions pulled up:
- www/firefox68-l10n/Makefile                                   1.14
- www/firefox68-l10n/distinfo                                   1.11

---
   Module Name:	pkgsrc
   Committed By:	nia
   Date:		Wed Jun  3 13:05:58 UTC 2020

   Modified Files:
   	pkgsrc/www/firefox68-l10n: Makefile distinfo

   Log Message:
   firefox68-l10n: sync with firefox68
2020-06-04 12:17:18 +00:00
bsiegert 119bf469e3 Pullup ticket #6220 - requested by nia
www/firefox68: security fix

Revisions pulled up:
- www/firefox68/Makefile                                        1.22
- www/firefox68/distinfo                                        1.16
- www/firefox68/patches/patch-build_moz.configure_rust.configure 1.1

---
   Module Name:	pkgsrc
   Committed By:	nia
   Date:		Wed Jun  3 13:00:24 UTC 2020

   Modified Files:
   	pkgsrc/www/firefox68: Makefile distinfo
   Added Files:
   	pkgsrc/www/firefox68/patches: patch-build_moz.configure_rust.configure

   Log Message:
   firefox68: Update to 68.9.0

   Security Vulnerabilities fixed in Firefox ESR 68.9

       #CVE-2020-12399: Timing attack on DSA signatures in NSS library

       #CVE-2020-12405: Use-after-free in SharedWorkerService

       #CVE-2020-12406: JavaScript Type confusion with NativeTypes

       #CVE-2020-12410: Memory safety bugs fixed in Firefox 77 and Firefox ESR 68.9
2020-06-04 11:36:28 +00:00
bsiegert 145c175681 Pullup ticket #6216 - requested by taca
www/drupal8: security fix

Revisions pulled up:
- www/drupal8/Makefile                                          1.32-1.33
- www/drupal8/PLIST                                             1.26
- www/drupal8/distinfo                                          1.28

---
   Module Name:	pkgsrc
   Committed By:	rillig
   Date:		Sat May  2 13:40:18 UTC 2020

   Modified Files:
   	pkgsrc/www/drupal8: Makefile

   Log Message:
   www/drupal8: remove SUBST block for nonexistent file

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Wed May 20 16:31:27 UTC 2020

   Modified Files:
   	pkgsrc/www/drupal8: Makefile PLIST distinfo

   Log Message:
   www/drupal8: update to 8.7.14

   Update drupal8 to 8.7.14.

   8.7.14 (2020-05-20)	-- Security update

       View usage statistics for this release

   Release notes

   Maintenance and security release of the Drupal 8 series.

   This release fixes security vulnerabilities. Sites are urged to upgrade
   immediately after reading the notes below and the security announcement:

   * Drupal core - Moderately critical - Third-party library - SA-CORE-2020-002

   No other fixes are included.
2020-06-04 10:17:58 +00:00
bsiegert cc4209bc22 Pullup ticket #6215 - requested by taca
www/drupal7: security fix

Revisions pulled up:
- www/drupal7/Makefile                                          1.64
- www/drupal7/PLIST                                             1.25
- www/drupal7/distinfo                                          1.49

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Wed May 20 16:22:15 UTC 2020

   Modified Files:
   	pkgsrc/www/drupal7: Makefile PLIST distinfo

   Log Message:
   www/drupal7: update to 7.70

   Update drupal7 to 7.70.

   Drupal 7.70, 2020-05-19
   -----------------------
   - Fixed security issues:
      - SA-CORE-2020-002
      - SA-CORE-2020-003
2020-06-04 08:55:59 +00:00
bsiegert 544106a981 Pullup ticket #6214 - requested by taca
www/ruby-rails60: security fix

Revisions pulled up:
- databases/ruby-activerecord60/PLIST                           1.2
- databases/ruby-activerecord60/distinfo                        1.2-1.3
- devel/ruby-activejob60/distinfo                               1.2-1.3
- devel/ruby-activemodel60/distinfo                             1.2-1.3
- devel/ruby-activestorage60/distinfo                           1.2-1.3
- devel/ruby-activesupport60/distinfo                           1.2-1.3
- devel/ruby-railties60/distinfo                                1.2-1.3
- mail/ruby-actionmailbox60/distinfo                            1.2-1.3
- mail/ruby-actionmailer60/distinfo                             1.2-1.3
- textproc/ruby-actiontext60/distinfo                           1.2-1.3
- www/ruby-actioncable60/distinfo                               1.2-1.3
- www/ruby-actionpack60/distinfo                                1.2-1.3
- www/ruby-actionview60/distinfo                                1.2-1.3
- www/ruby-rails60/distinfo                                     1.2-1.3

---
   Module Name:    pkgsrc
   Committed By:   taca
   Date:           Sat May 16 14:15:25 UTC 2020

   Modified Files:
           pkgsrc/devel/ruby-activesupport60: distinfo

   Log Message:
   devel/ruby-activesupport60: update to 6.0.3

   Update ruby-activesupport60 to 6.0.3.

   ## Rails 6.0.3 (May 06, 2020) ##

   *   `Array#to_sentence` no longer returns a frozen string.

       Before:

           ['one', 'two'].to_sentence.frozen?
           # => true

       After:

           ['one', 'two'].to_sentence.frozen?
           # => false

       *Nicolas Dular*

   *   Update `ActiveSupport::Messages::Metadata#fresh?` to work for cookies with expiry set when
       `ActiveSupport.parse_json_times = true`.

       *Christian Gregg*

---
   Module Name:    pkgsrc
   Committed By:   taca
   Date:           Sat May 16 14:16:16 UTC 2020

   Modified Files:
           pkgsrc/devel/ruby-activemodel60: distinfo

   Log Message:
   devel/ruby-activemodel60: updat to 6.0.3

   Update ruby-activemodel60 to 6.0.3.

   ## Rails 6.0.3 (May 06, 2020) ##

   *   No changes.

---
   Module Name:    pkgsrc
   Committed By:   taca
   Date:           Sat May 16 14:16:55 UTC 2020

   Modified Files:
           pkgsrc/devel/ruby-activejob60: distinfo

   Log Message:
   devel/ruby-activejob60: update to 6.0.3

   Update ruby-activejob60 to 6.0.3.

   ## Rails 6.0.3 (May 06, 2020) ##

   *   While using `perform_enqueued_jobs` test helper enqueued jobs must be stored for the later check with
       `assert_enqueued_with`.

       *Dmitry Polushkin*

   *   Add queue name support to Que adapter

       *Brad Nauta*, *Wojciech Wnętrzak*

---
   Module Name:    pkgsrc
   Committed By:   taca
   Date:           Sat May 16 14:17:34 UTC 2020

   Modified Files:
           pkgsrc/www/ruby-actionview60: distinfo

   Log Message:
   www/ruby-actionview60: update to 6.0.3

   Update ruby-actionview60 to 6.0.3.

   ## Rails 6.0.3 (May 06, 2020) ##

   *   annotated_source_code returns an empty array so TemplateErrors without a
       template in the backtrace are surfaced properly by DebugExceptions.

       *Guilherme Mansur*, *Kasper Timm Hansen*

   *   Add autoload for SyntaxErrorInTemplate so syntax errors are correctly raised by DebugExceptions.

       *Guilherme Mansur*, *Gannon McGibbon*

---
   Module Name:    pkgsrc
   Committed By:   taca
   Date:           Sat May 16 14:18:09 UTC 2020

   Modified Files:
           pkgsrc/www/ruby-actionpack60: distinfo

   Log Message:
   www/ruby-actionpack60: update to 6.0.3

   Update ruby-actionpack60 to 6.0.3.

   ## Rails 6.0.3 (May 06, 2020) ##

   *   Include child session assertion count in ActionDispatch::IntegrationTest

       `IntegrationTest#open_session` uses `dup` to create the new session, which
       meant it had its own copy of `@assertions`. This prevented the assertions
       from being correctly counted and reported.

       Child sessions now have their `attr_accessor` overriden to delegate to the
       root session.

       Fixes #32142

       *Sam Bostock*

---
   Module Name:    pkgsrc
   Committed By:   taca
   Date:           Sat May 16 14:18:56 UTC 2020

   Modified Files:
           pkgsrc/databases/ruby-activerecord60: PLIST distinfo

   Log Message:
   databases/ruby-activerecord60: update to 6.0.3

   Update ruby-activerecord60 to 6.0.3.

   ## Rails 6.0.3 (May 06, 2020) ##

   *   Recommend applications don't use the `database` kwarg in `connected_to`

       The database kwarg in `connected_to` was meant to be used for one-off scripts but is often used in requests. This is really dangerous because it re-establishes a connection every time. It's deprecated in 6.1 and will be removed in 6.2 without replacement. This change soft deprecates it in 6.0 by removing documentation.

       *Eileen M. Uchitelle*

   *   Fix support for PostgreSQL 11+ partitioned indexes.

       *Sebastián Palma*

   *   Add support for beginless ranges, introduced in Ruby 2.7.

       *Josh Goodall*

   *   Fix insert_all with enum values

       Fixes #38716.

       *Joel Blum*

   *   Regexp-escape table name for MS SQL

       Add `Regexp.escape` to one method in ActiveRecord, so that table names with regular expression characters in them work as expected. Since MS SQL Server uses "[" and "]" to quote table and column names, and those characters are regular expression characters, methods like `pluck` and `select` fail in certain cases when used with the MS SQL Server adapter.

       *Larry Reid*

   *   Store advisory locks on their own named connection.

       Previously advisory locks were taken out against a connection when a migration started. This works fine in single database applications but doesn't work well when migrations need to open new connections which results in the lock getting dropped.

       In order to fix this we are storing the advisory lock on a new connection with the connection specification name `AdisoryLockBase`. The caveat is that we need to maintain at least 2 connections to a database while migrations are running in order to do this.

       *Eileen M. Uchitelle*, *John Crepezzi*

   *   Ensure `:reading` connections always raise if a write is attempted.

       Now Rails will raise an `ActiveRecord::ReadOnlyError` if any connection on the reading handler attempts to make a write. If your reading role needs to write you should name the role something other than `:reading`.

       *Eileen M. Uchitelle*

   *   Enforce fresh ETag header after a collection's contents change by adding
       ActiveRecord::Relation#cache_key_with_version. This method will be used by
       ActionController::ConditionalGet to ensure that when collection cache versioning
       is enabled, requests using ConditionalGet don't return the same ETag header
       after a collection is modified. Fixes #38078.

       *Aaron Lipman*

   *   A database URL can now contain a querystring value that contains an equal sign. This is needed to support passing PostgresSQL `options`.

        *Joshua Flanagan*

   *   Retain explicit selections on the base model after applying `includes` and `joins`.

       Resolves #34889.

       *Patrick Rebsch*

---
   Module Name:    pkgsrc
   Committed By:   taca
   Date:           Sat May 16 14:20:09 UTC 2020

   Modified Files:
           pkgsrc/mail/ruby-actionmailer60: distinfo

   Log Message:
   mail/ruby-actionmailer60: update to 6.0.3

   Update ruby-actionmailer60 to 6.0.3.

   ## Rails 6.0.3 (May 06, 2020) ##

   *   No changes.

---
   Module Name:    pkgsrc
   Committed By:   taca
   Date:           Sat May 16 14:20:46 UTC 2020

   Modified Files:
           pkgsrc/mail/ruby-actionmailbox60: distinfo

   Log Message:
   mail/ruby-actionmailbox60: update to 6.0.3

   Update ruby-actionmailbox60 to 6.0.3.

   ## Rails 6.0.3 (May 06, 2020) ##

   *   Update Mandrill inbound email route to respond appropriately to HEAD requests for URL health checks from Mandrill.

       *Bill Cromie*

---
   Module Name:    pkgsrc
   Committed By:   taca
   Date:           Sat May 16 14:21:24 UTC 2020

   Modified Files:
           pkgsrc/www/ruby-actioncable60: distinfo

   Log Message:
   www/ruby-actioncable60: update to 6.0.3

   Update to ruby-actioncable60 to 6.0.3.

   ## Rails 6.0.3 (May 06, 2020) ##

   *   No changes.

---
   Module Name:    pkgsrc
   Committed By:   taca
   Date:           Sat May 16 14:22:16 UTC 2020

   Modified Files:
           pkgsrc/devel/ruby-railties60: distinfo

   Log Message:
   devel/ruby-railties60: update to 6.0.3

   Update ruby-railties60 to 6.0.3.

   ## Rails 6.0.3 (May 06, 2020) ##

   *   Cache compiled view templates when running tests by default

       When generating a new app without `--skip-spring`, caching classes is
       disabled in `environments/test.rb`. This implicitly disables caching
       view templates too. This change will enable view template caching by
       adding this to the generated `environments/test.rb`:

       ````ruby
       config.action_view.cache_template_loading = true
       ````

       *Jorge Manrubia*

   *   `Rails::Application#eager_load!` is available again to load application code
       manually as it was possible in previous versions.

       Please, note this is not integrated with the whole eager loading logic that
       runs when Rails boots with eager loading enabled, you can think of this
       method as a vanilla recursive code loader.

       This ability has been restored because there are some use cases for it, such
       as indexers that need to have all application classes and modules in memory.

       *Xavier Noria*

   *   Generators that inherit from NamedBase respect `--force` option

       *Josh Brody*

   *   Regression fix: The Rake task `zeitwerk:check` supports eager loaded
       namespaces which do not have eager load paths, like the recently added
       `i18n`. These namespaces are only required to respond to `eager_load!`.

       *Xavier Noria*

---
   Module Name:    pkgsrc
   Committed By:   taca
   Date:           Sat May 16 14:22:55 UTC 2020

   Modified Files:
           pkgsrc/devel/ruby-activestorage60: distinfo

   Log Message:
   devel/ruby-activestorage60: update to 6.0.3

   Update ruby-activestorage60 to 6.0.3.

   ## Rails 6.0.3 (May 06, 2020) ##

   *   No changes.

---
   Module Name:    pkgsrc
   Committed By:   taca
   Date:           Sat May 16 14:23:36 UTC 2020

   Modified Files:
           pkgsrc/textproc/ruby-actiontext60: distinfo

   Log Message:
   textproc/ruby-actiontext60: update to 6.0.3

   Update ruby-actiontext60 to 6.0.3.

   ## Rails 6.0.3 (May 06, 2020) ##

   *   No changes.

---
   Module Name:    pkgsrc
   Committed By:   taca
   Date:           Sat May 16 14:24:28 UTC 2020

   Modified Files:
           pkgsrc/www/ruby-rails60: distinfo

   Log Message:
   www/ruby-rails60: update to 6.0.3

   Finally, update ruby-rails60 to 6.0.3.

---
   Module Name:    pkgsrc
   Committed By:   taca
   Date:           Tue May 19 17:10:27 UTC 2020

   Modified Files:
           pkgsrc/devel/ruby-activesupport60: distinfo

   Log Message:
   devel/ruby-activesupport60: update to 6.0.3.1

   Update ruby-activesupport60 to 6.0.3.1.

   ## Rails 6.0.3.1 (May 18, 2020) ##

   *   [CVE-2020-8165] Deprecate Marshal.load on raw cache read in RedisCacheStore

   *   [CVE-2020-8165] Avoid Marshal.load on raw cache value in MemCacheStore

---
   Module Name:    pkgsrc
   Committed By:   taca
   Date:           Tue May 19 17:11:10 UTC 2020

   Modified Files:
           pkgsrc/devel/ruby-activemodel60: distinfo

   Log Message:
   devel/ruby-activemodel60: update to 6.0.3.1

   Update ruby-activemodel60 to 6.0.3.1.

   ## Rails 6.0.3.1 (May 18, 2020) ##

   *   No changes.

---
   Module Name:    pkgsrc
   Committed By:   taca
   Date:           Tue May 19 17:11:43 UTC 2020

   Modified Files:
           pkgsrc/devel/ruby-activejob60: distinfo

   Log Message:
   devel/ruby-activejob60: update to 6.0.3.1

   Update ruby-activejob60 to 6.0.3.1.

   ## Rails 6.0.3.1 (May 18, 2020) ##

   *   No changes.

---
   Module Name:    pkgsrc
   Committed By:   taca
   Date:           Tue May 19 17:12:16 UTC 2020

   Modified Files:
           pkgsrc/www/ruby-actionview60: distinfo

   Log Message:
   www/ruby-actionview60: update to 6.0.3.1

   Update ruby-actionview60 to 6.0.3.1.

   ## Rails 6.0.3.1 (May 18, 2020) ##

   *   [CVE-2020-8167] Check that request is same-origin prior to including CSRF token in XHRs

---
   Module Name:    pkgsrc
   Committed By:   taca
   Date:           Tue May 19 17:12:50 UTC 2020

   Modified Files:
           pkgsrc/www/ruby-actionpack60: distinfo

   Log Message:
   www/ruby-actionpack60: update to 6.0.3.1

   Update ruby-actionpack60 to 6.0.3.1.

   ## Rails 6.0.3.1 (May 18, 2020) ##

   *   [CVE-2020-8166] HMAC raw CSRF token before masking it, so it cannot be used to reconstruct a per-form token

   *   [CVE-2020-8164] Return self when calling #each, #each_pair, and #each_value instead of the raw @parameters hash

---
   Module Name:    pkgsrc
   Committed By:   taca
   Date:           Tue May 19 17:13:24 UTC 2020

   Modified Files:
           pkgsrc/databases/ruby-activerecord60: distinfo

   Log Message:
   databases/ruby-activerecord60: update to 6.0.3.1

   Update ruby-activerecord60 to 6.0.3.1.

   ## Rails 6.0.3.1 (May 18, 2020) ##

   *   No changes.

---
   Module Name:    pkgsrc
   Committed By:   taca
   Date:           Tue May 19 17:14:04 UTC 2020

   Modified Files:
           pkgsrc/mail/ruby-actionmailer60: distinfo

   Log Message:
   mail/ruby-actionmailer60: update to 6.0.3.1

   Update ruby-actionmailer60 to 6.0.3.1.

   ## Rails 6.0.3.1 (May 18, 2020) ##

   *   No changes.

---
   Module Name:    pkgsrc
   Committed By:   taca
   Date:           Tue May 19 17:14:41 UTC 2020

   Modified Files:
           pkgsrc/mail/ruby-actionmailbox60: distinfo

   Log Message:
   mail/ruby-actionmailbox60: update to 6.0.3.1

   Update ruby-actionmailbox60 to 6.0.3.1.

   ## Rails 6.0.3.1 (May 18, 2020) ##

   *   No changes.

---
   Module Name:    pkgsrc
   Committed By:   taca
   Date:           Tue May 19 17:15:14 UTC 2020

   Modified Files:
           pkgsrc/www/ruby-actioncable60: distinfo

   Log Message:
   www/ruby-actioncable60: update to 6.0.3.1

   Update ruby-actioncable60 to 6.0.3.1.

   ## Rails 6.0.3.1 (May 18, 2020) ##

   *   No changes.

---
   Module Name:    pkgsrc
   Committed By:   taca
   Date:           Tue May 19 17:15:47 UTC 2020

   Modified Files:
           pkgsrc/devel/ruby-railties60: distinfo

   Log Message:
   devel/ruby-railties60: update to 6.0.3.1

   Update ruby-railties60 to 6.0.3.1.

   ## Rails 6.0.3.1 (May 18, 2020) ##

   *   No changes.

---
   Module Name:    pkgsrc
   Committed By:   taca
   Date:           Tue May 19 17:16:26 UTC 2020

   Modified Files:
           pkgsrc/devel/ruby-activestorage60: distinfo

   Log Message:
   devel/ruby-activestorage60: update to 6.0.3.1

   Update ruby-activestorage60 to 6.0.3.1.

   ## Rails 6.0.3.1 (May 18, 2020) ##

   *   [CVE-2020-8162] Include Content-Length in signature for ActiveStorage direct upload

---
   Module Name:    pkgsrc
   Committed By:   taca
   Date:           Tue May 19 17:17:01 UTC 2020

   Modified Files:
           pkgsrc/textproc/ruby-actiontext60: distinfo

   Log Message:
   textproc/ruby-actiontext60: update to 6.0.3.1

   Update ruby-actiontext60 to 6.0.3.1.

   ## Rails 6.0.3.1 (May 18, 2020) ##

   *   No changes.

---
   Module Name:    pkgsrc
   Committed By:   taca
   Date:           Tue May 19 17:17:45 UTC 2020

   Modified Files:
           pkgsrc/www/ruby-rails60: distinfo

   Log Message:
   www/ruby-rails60: update to 6.0.3.1.

   Finally, update ruby-rails60 to 6.0.3.1.
2020-06-04 08:51:16 +00:00
bsiegert b32c70c29e Pullup ticket #6213 - requested by taca
www/ruby-rails52: security fix

Revisions pulled up:
- lang/ruby/rails.mk                                            patch
- databases/ruby-activerecord52/distinfo                        1.4
- devel/ruby-activejob52/distinfo                               1.4
- devel/ruby-activemodel52/distinfo                             1.4
- devel/ruby-activestorage52/distinfo                           1.4
- devel/ruby-activesupport52/distinfo                           1.4
- devel/ruby-railties52/distinfo                                1.4
- mail/ruby-actionmailer52/distinfo                             1.4
- www/ruby-actioncable52/distinfo                               1.4
- www/ruby-actionpack52/distinfo                                1.4
- www/ruby-actionview52/distinfo                                1.4
- www/ruby-rails52/distinfo                                     1.4

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Tue May 19 15:33:41 UTC 2020

   Modified Files:
   	pkgsrc/devel/ruby-activesupport52: distinfo

   Log Message:
   devel/ruby-activesupport52: update to 5.2.4.3

   Update ruby-activesupport52 to 5.2.4.3.

   ## Rails 5.2.4.3 (May 18, 2020) ##

   *   [CVE-2020-8165] Deprecate Marshal.load on raw cache read in RedisCacheStore

   *   [CVE-2020-8165] Avoid Marshal.load on raw cache value in MemCacheStore

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Tue May 19 15:34:47 UTC 2020

   Modified Files:
   	pkgsrc/devel/ruby-activemodel52: distinfo

   Log Message:
   devel/ruby-activemodel52: update to 5.2.4.3

   Update ruby-activemodel52 to 5.2.4.3.

   ## Rails 5.2.4.3 (May 18, 2020) ##

   *   No changes.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Tue May 19 15:35:30 UTC 2020

   Modified Files:
   	pkgsrc/devel/ruby-activejob52: distinfo

   Log Message:
   devel/ruby-activejob52: update to 5.2.4.3

   Update ruby-activejob52 to 5.2.4.3.

   ## Rails 5.2.4.3 (May 18, 2020) ##

   *   No changes.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Tue May 19 15:36:18 UTC 2020

   Modified Files:
   	pkgsrc/www/ruby-actionview52: distinfo

   Log Message:
   www/ruby-actionview52: update to 5.2.4.3

   Update ruby-actionview52 to 5.2.4.3.

   ## Rails 5.2.4.3 (May 18, 2020) ##

   *   [CVE-2020-8167] Check that request is same-origin prior to including CSRF token in XHRs

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Tue May 19 15:36:58 UTC 2020

   Modified Files:
   	pkgsrc/www/ruby-actionpack52: distinfo

   Log Message:
   www/ruby-actionpack52: update to 5.2.4.3

   Update ruby-actionpack52 to 5.2.4.3.

   ## Rails 5.2.4.3 (May 18, 2020) ##

   *   [CVE-2020-8166] HMAC raw CSRF token before masking it, so it cannot be used to reconstruct a per-form token

   *   [CVE-2020-8164] Return self when calling #each, #each_pair, and #each_value instead of the raw @parameters hash

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Tue May 19 15:37:46 UTC 2020

   Modified Files:
   	pkgsrc/www/ruby-actioncable52: distinfo

   Log Message:
   www/ruby-actioncable52: update to 5.2.4.3

   Update ruby-actioncable52 to 5.2.4.3.

   ## Rails 5.2.4.3 (May 18, 2020) ##

   *   No changes.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Tue May 19 15:38:35 UTC 2020

   Modified Files:
   	pkgsrc/databases/ruby-activerecord52: distinfo

   Log Message:
   databases/ruby-activerecord52: update to 5.2.4.3

   Update ruby-activerecord52 to 5.2.4.3.

   ## Rails 5.2.4.3 (May 18, 2020) ##

   *   No changes.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Tue May 19 15:39:12 UTC 2020

   Modified Files:
   	pkgsrc/devel/ruby-activestorage52: distinfo

   Log Message:
   devel/ruby-activestorage52: update to 5.2.4.3

   Update ruby-activestorage52 to 5.2.4.3.

   ## Rails 5.2.4.3 (May 18, 2020) ##

   *   [CVE-2020-8162] Include Content-Length in signature for ActiveStorage direct upload

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Tue May 19 15:39:54 UTC 2020

   Modified Files:
   	pkgsrc/mail/ruby-actionmailer52: distinfo

   Log Message:
   mail/ruby-actionmailer52: update to 5.2.4.3

   Update ruby-actionmailer52 to 5.2.4.3.

   ## Rails 5.2.4.3 (May 18, 2020) ##

   *   No changes.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Tue May 19 15:40:32 UTC 2020

   Modified Files:
   	pkgsrc/devel/ruby-railties52: distinfo

   Log Message:
   devel/ruby-railties52: update to 5.2.4.3

   Update ruby-railties52 to 5.2.4.3.

   ## Rails 5.2.4.3 (May 18, 2020) ##

   *   No changes.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Tue May 19 15:41:07 UTC 2020

   Modified Files:
   	pkgsrc/www/ruby-rails52: distinfo

   Log Message:
   www/ruby-rails52: update to 5.2.4.3

   Finally, update ruby-rails52 to 5.2.4.3.
2020-06-01 19:15:21 +00:00
bsiegert 4affe35770 Mention last batch of pull-ups 2020-06-01 17:44:19 +00:00
bsiegert baf6d3785b Pullup ticket #6212 - requested by nia
audio/adplay: dependent update

Revisions pulled up:
- audio/adplay/Makefile                                         1.4
- audio/adplay/distinfo                                         1.2
- audio/adplay/patches/patch-configure                          1.1

---
   Module Name:	pkgsrc
   Committed By:	nia
   Date:		Thu May 21 21:00:49 UTC 2020

   Modified Files:
   	pkgsrc/audio/adplay: Makefile distinfo
   Added Files:
   	pkgsrc/audio/adplay/patches: patch-configure

   Log Message:
   adplay: Work around breakage caused by adplug-2.3.2

   Pointed out by joerg
2020-05-26 18:37:29 +00:00
bsiegert bc4343bd59 Pullup ticket #6211 - requested by nia
audio/adplug: security fix

Revisions pulled up:
- audio/adplug/Makefile                                         1.11
- audio/adplug/PLIST                                            1.4
- audio/adplug/distinfo                                         1.8

---
   Module Name:	pkgsrc
   Committed By:	nia
   Date:		Thu May 21 13:39:55 UTC 2020

   Modified Files:
   	pkgsrc/audio/adplug: Makefile PLIST distinfo

   Log Message:
   adplug: Update to 2.3.2

   Changes for version 2.3.2:
   --------------------------
   - Bug fixes:
     - FMOPL: Fix global variable pointer double-free (CVE-2018-17825)
     - HERAD: Fix compilation on GCC 4.2.1
     - ADL: Calling rewind() before update() causes access violation
     - Move OPL reset/init code to rewind() for some players
2020-05-26 18:37:25 +00:00
bsiegert 269e243b6f Pullup ticket #6210 - requested by adam
www/py-httplib2: security fix

Revisions pulled up:
- www/py-httplib2/Makefile                                      1.24-1.25
- www/py-httplib2/distinfo                                      1.21-1.22

---
   Module Name:    pkgsrc
   Committed By:   adam
   Date:           Wed May 20 15:29:53 UTC 2020

   Modified Files:
           pkgsrc/www/py-httplib2: Makefile distinfo

   Log Message:
   py-httplib2: updated to 0.18.0

   0.18.0
   IMPORTANT security vulnerability CWE-93 CRLF injection
   Force %xx quote of space, CR, LF characters in uri.
   Special thanks to Recar https://github.com/Ciyfly for discrete notification.
   https://cwe.mitre.org/data/definitions/93.html

   0.17.4
   Ship test suite in source dist
   https://github.com/httplib2/httplib2/pull/168

---
   Module Name:    pkgsrc
   Committed By:   adam
   Date:           Thu May 21 06:19:59 UTC 2020

   Modified Files:
           pkgsrc/www/py-httplib2: Makefile distinfo

   Log Message:
   py-httplib2: updated to 0.18.1

   0.18.1
   explicit build-backend workaround for pip build isolation bug
   "AttributeError: 'module' object has no attribute '__legacy__'" on pip install
2020-05-26 18:33:18 +00:00
bsiegert 2de21ced3f Pullup ticket #6202 - requested by maya
chat/irssi: bugfix

Revisions pulled up:
- chat/irssi/Makefile                                           1.98-1.99
- chat/irssi/distinfo                                           1.52
- chat/irssi/patches/patch-src_fe-text_term-terminfo.c          1.1

---
   Module Name:	pkgsrc
   Committed By:	maya
   Date:		Mon May 18 18:38:31 UTC 2020

   Modified Files:
   	pkgsrc/chat/irssi: Makefile distinfo
   Added Files:
   	pkgsrc/chat/irssi/patches: patch-src_fe-text_term-terminfo.c

   Log Message:
   irssi: grab pull request from upstream fixing hangs with ctrl+space

   bump pkgrevision

---
   Module Name:	pkgsrc
   Committed By:	maya
   Date:		Mon May 18 19:15:38 UTC 2020

   Modified Files:
   	pkgsrc/chat/irssi: Makefile

   Log Message:
   irssi: remove random debug leftover
2020-05-26 18:26:06 +00:00
bsiegert 517d2f13ef Pullup tickets up to #6209 2020-05-20 19:42:41 +00:00
bsiegert 66fa669756 Pullup ticket #6209 - requested by taca
net/bind914: security fix

Revisions pulled up:
- net/bind914/Makefile                                          1.21
- net/bind914/distinfo                                          1.15

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Tue May 19 10:23:04 UTC 2020

   Modified Files:
   	pkgsrc/net/bind914: Makefile distinfo

   Log Message:
   net/bind914: update to 9.14.12

   Update bind914 to 9.14.12 (BIND 9.14.12).

   Note from release announce:

   BIND 9.14.12 is the final planned release in the now End-of-Life (EOL)
   9.14 branch.

   	--- 9.14.12 released ---

   5395.	[security]	Further limit the number of queries that can be
   			triggered from a request.  Root and TLD servers
   			are no longer exempt from max-recursion-queries.
   			Fetches for missing name server address records
   			are limited to 4 for any domain. (CVE-2020-8616)
   			[GL #1388]

   5390.	[security]	Replaying a TSIG BADTIME response as a request could
   			trigger an assertion failure. (CVE-2020-8617)
   			[GL #1703]

   5376.	[bug]		Fix ineffective DNS rebinding protection when BIND is
   			configured as a forwarding DNS server. Thanks to Tobias
   			Klein. [GL #1574]

   5358.	[bug]		Inline master zones whose master files were touched
   			but otherwise unchanged and were subsequently reloaded
   			may have stopped re-signing. [GL !3135]

   5357.	[bug]		Newly added RRSIG records with expiry times before
   			the previous earliest expiry times might not be
   			re-signed in time.  This was a side effect of 5315.
   			[GL !3137]
2020-05-20 19:42:25 +00:00
bsiegert c0f835781d Pullup ticket #6208 - requested by taca
net/bind911: security fix

Revisions pulled up:
- net/bind911/Makefile                                          1.23-1.24
- net/bind911/PLIST                                             1.3
- net/bind911/distinfo                                          1.17-1.18

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sat Apr 18 06:12:28 UTC 2020

   Modified Files:
   	pkgsrc/net/bind911: Makefile PLIST distinfo

   Log Message:
   net/bind911: update to 9.11.18

   Update bind911 to 9.11.18 (BIND 9.11.18).

   	--- 9.11.18 released ---

   5380.	[contrib]	Fix building MySQL DLZ modules against MySQL 8
   			libraries. [GL #1678]

   5379.	[doc]		Clean up serve-stale related options that leaked into
   			the BIND 9.11 release. [GL !3265]

   5378.	[bug]		Receiving invalid DNS data was triggering an assertion
   			failure in nslookup. [GL #1652]

   5377.	[feature]	Detect atomic operations support on ppc64le. Thanks to
   			Petr Men=A8=EDk. [GL !3295]

   5376.	[bug]		Fix ineffective DNS rebinding protection when BIND is
   			configured as a forwarding DNS server. Thanks to Tobias
   			Klein. [GL #1574]

   5368.	[bug]		Named failed to restart if 'rndc addzone' names
   			contained special characters (e.g. '/'). [GL #1655]

   	--- 9.11.17 released ---

   5358.	[bug]		Inline master zones whose master files were touched
   			but otherwise unchanged and were subsequently reloaded
   			may have stopped re-signing. [GL !3135]

   5357.	[bug]		Newly added RRSIG records with expiry times before
   			the previous earliest expiry times might not be
   			re-signed in time.  The was a side effect of 5315.
   			[GL !3137]

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Tue May 19 10:21:25 UTC 2020

   Modified Files:
   	pkgsrc/net/bind911: Makefile distinfo

   Log Message:
   net/bind911: update to 9.11.19

   Update bind911 to 9.11.19 (BIND 9.11.19).

   	--- 9.11.19 released ---

   5404.	[bug]		'named-checkconf -z' could incorrectly indicate
   			success if errors were found in one view but not in a
   			subsequent one. [GL #1807]

   5398.	[bug]		Named could fail to restart if a zone with a double
   			quote (") in its name was added with 'rndc addzone'.
   			[GL #1695]

   5395.	[security]	Further limit the number of queries that can be
   			triggered from a request.  Root and TLD servers
   			are no longer exempt from max-recursion-queries.
   			Fetches for missing name server address records
   			are limited to 4 for any domain. (CVE-2020-8616)
   			[GL #1388]

   5394.	[cleanup]	Named formerly attempted to change the effective UID an=
   d
   			GID in named_os_openfile(), which could trigger a
   			spurious log message if they were already set to the
   			desired values. This has been fixed. [GL #1042]
   			[GL #1090]

   5390.	[security]	Replaying a TSIG BADTIME response as a request could
   			trigger an assertion failure. (CVE-2020-8617)
   			[GL #1703]

   5387.	[func]		Warn about AXFR streams with inconsistent message IDs.
   			[GL #1674]
2020-05-20 19:35:46 +00:00
bsiegert 2f8b377b82 Pullup ticket #6206 - requested by nia
games/teeworlds: security fix

Revisions pulled up:
- games/teeworlds/Makefile                                      1.16
- games/teeworlds/PLIST                                         1.4
- games/teeworlds/distinfo                                      1.5

---
   Module Name:	pkgsrc
   Committed By:	nia
   Date:		Tue May 19 11:46:26 UTC 2020

   Modified Files:
   	pkgsrc/games/teeworlds: Makefile PLIST distinfo

   Log Message:
   teeworlds: Update to 0.7.5

   An exploit was discovered, that allows to crash any 0.7 Teeworlds server.
   Though it does not compromise the security of the host (e.g. no arbitrary
   accesses in memory) it lets an attacker force a server to repetitively shut
   down (CVE-2020-12066).

   The 0.7.5 release is a security update that aims to patch this server
   exploit. As such, it is very light in features, and is mostly made of fixes.
2020-05-20 19:28:35 +00:00
bsiegert 7ee0046ac1 Pullup ticket #6205 - requested by nia
graphics/libexif: security fix

Revisions pulled up:
- graphics/libexif/Makefile                                     1.48
- graphics/libexif/PLIST                                        1.22
- graphics/libexif/distinfo                                     1.32
- graphics/libexif/patches/patch-libexif_exif-data.c            deleted

---
   Module Name:	pkgsrc
   Committed By:	nia
   Date:		Tue May 19 11:20:01 UTC 2020

   Modified Files:
   	pkgsrc/graphics/libexif: Makefile PLIST distinfo
   Removed Files:
   	pkgsrc/graphics/libexif/patches: patch-libexif_exif-data.c

   Log Message:
   libexif: Update to 0.6.22

   libexif-0.6.22 (2020-05-18):
     * New translations: ms
     * Updated translations for most languages
     * Fixed C89 compatibility
     * Fixed warnings on recent versions of autoconf
     * Some useful EXIF 2.3 tag added:
       * EXIF_TAG_GAMMA
       * EXIF_TAG_COMPOSITE_IMAGE
       * EXIF_TAG_SOURCE_IMAGE_NUMBER_OF_COMPOSITE_IMAGE
       * EXIF_TAG_SOURCE_EXPOSURE_TIMES_OF_COMPOSITE_IMAGE
       * EXIF_TAG_GPS_H_POSITIONING_ERROR
       * EXIF_TAG_CAMERA_OWNER_NAME
       * EXIF_TAG_BODY_SERIAL_NUMBER
       * EXIF_TAG_LENS_SPECIFICATION
       * EXIF_TAG_LENS_MAKE
       * EXIF_TAG_LENS_MODEL
       * EXIF_TAG_LENS_SERIAL_NUMBER
     * Lots of fixes exposed by fuzzers like AFL, ClusterFuzz, OSSFuzz and others.
       * CVE-2018-20030: Fix for recursion DoS
       * CVE-2020-13114: Time consumption DoS when parsing canon array markers
       * CVE-2020-13113: Potential use of uninitialized memory
       * CVE-2020-13112: Various buffer overread fixes due to integer overflows in maker notes
       * CVE-2020-0093: read overflow
       * CVE-2019-9278: replaced integer overflow checks the compiler could optimize away by safer constructs
       * CVE-2020-12767: fixed division by zero
       * CVE-2016-6328: fixed integer overflow when parsing maker notes
       * CVE-2017-7544: fixed buffer overread
2020-05-20 19:15:26 +00:00
bsiegert d77aedf006 Pullup ticket #6204 - requested by he
net/unbound: security fix

Revisions pulled up:
- net/unbound/Makefile                                          1.78
- net/unbound/distinfo                                          1.58

---
   Module Name:	pkgsrc
   Committed By:	he
   Date:		Tue May 19 08:39:31 UTC 2020

   Modified Files:
   	pkgsrc/net/unbound: Makefile distinfo

   Log Message:
   Update unbound to version 1.10.1.

   Pkgsrc changes:
    * None.

   Upstream changes:

   This release fixes CVE-2020-12662 and CVE-2020-12663.

   Bug Fixes:
   - CVE-2020-12662 Unbound can be tricked into amplifying an incoming
     query into a large number of queries directed to a target.
   - CVE-2020-12663 Malformed answers from upstream name servers can be
     used to make Unbound unresponsive.
2020-05-20 19:15:21 +00:00
bsiegert a6428d6d0b Pullup ticket #6203 - requested by taca
mail/dovecot2: security fix

Revisions pulled up:
- mail/dovecot2/Makefile.common                                 1.40
- mail/dovecot2/distinfo                                        1.104

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Mon May 18 14:20:47 UTC 2020

   Modified Files:
   	pkgsrc/mail/dovecot2: Makefile.common distinfo
   	pkgsrc/mail/dovecot2-sqlite: Makefile

   Log Message:
   mail/dovecot2: update to 2.3.10.1

   Update dovecot2 to 2.3.10.1.

   v2.3.10.1  2020-05-18  Aki Tuomi <aki.tuomi@open-xchange.com>

   - CVE-2020-10957: lmtp/submission: A client can crash the server by
     sending a NOOP command with an invalid string parameter. This occurs
     particularly for a parameter that doesn't start with a double quote.
     This applies to all SMTP services, including submission-login, which
     makes it possible to crash the submission service without
     authentication.
   - CVE-2020-10958: lmtp/submission: Sending many invalid or unknown
     commands can cause the server to access freed memory, which can lead
     to a server crash. This happens when the server closes the connection
     with a "421 Too many invalid commands" error. The bad command limit
     depends on the service (lmtp or submission) and varies between 10 to
     20 bad commands.
   - CVE-2020-10967: lmtp/submission: Issuing the RCPT command with an
     address that has the empty quoted string as local-part causes the lmtp
     service to crash.
2020-05-20 19:15:13 +00:00
bsiegert f0d5e62124 Pullup tickets up to #6201 2020-05-15 16:58:15 +00:00
bsiegert 60f54c1b61 Pullup ticket #6201 - requested by nia
mail/mailman: security fix

Revisions pulled up:
- mail/mailman/Makefile                                         1.91
- mail/mailman/PLIST                                            1.29
- mail/mailman/distinfo                                         1.27

---
   Module Name:	pkgsrc
   Committed By:	nia
   Date:		Fri May 15 09:40:46 UTC 2020

   Modified Files:
   	pkgsrc/mail/mailman: Makefile PLIST distinfo

   Log Message:
   mailman: Update to 2.1.33

   >From jcea via pkgsrc-wip

   2.1.33 (07-May-2020)

     Security

       - A content injection vulnerability via the private login page has been
         fixed.  (LP: #1877379)

   2.1.32 (05-May-2020)

     i18n

       Fixed a typo in the Spanish translation and uptated mailman.pot and
       the message catalog for 2.1.31 security fix.

   2.1.31 (05-May-2020)

     Security

       - A content injection vulnerability via the options login page has been
         discovered and reported by Vishal Singh. This is fixed.  (LP: #1873722)

     i18n

       - The Spanish translation has been updated by Omar Walid Llorente.

     Bug Fixes and other patches

       - Bounce recognition for a non-compliant Yahoo format is added.

       - Archiving workaround for non-ascii in string.lowercase in some Python
         packages is added.

   2.1.30 (13-Apr-2020)

     New Features

       - Thanks to Jim Popovitch, there is now a dmarc_moderation_addresses
         list setting that can be used to apply dmarc_moderation_action to mail
         From: addresses listed or matching listed regexps.  This can be used
         to modify mail to addresses that don't accept external mail From:
         themselves.

       - There is a new MAX_LISTNAME_LENGTH setting.  The fix for LP: #1780874
         obtains a list of the names of all the all the lists in the installation
         in order to determine the maximum length of a legitimate list name.  It
         does this on every web access and on sites with a very large number of
         lists, this can have performance implications.  See the description in
         Defaults.py for more information.

       - Thanks to Ralf Jung there is now the ability to add text based captchas
         (aka textchas) to the listinfo subscribe form.  See the documentation
         for the new CAPTCHA setting in Defaults.py for how to enable this.  Also
         note that if you have custom listinfo.html templates, you will have to
         add a <mm-captcha-ui> tag to those templates to make this work.  This
         feature can be used in combination with or instead of the Google
         reCAPTCHA feature added in 2.1.26.

       - Thanks to Ralf Hildebrandt the web admin Membership Management section
         now has a feature to sync the list's membership with a list of email
         addresses as with the bin/sync_members command.

       - There is a new drop_cc list attribute set from DEFAULT_DROP_CC.  This
         controls the dropping of addresses from the Cc: header in delivered
         messages by the duplicate avoidance process.  (LP: #1845751)

       - There is a new REFUSE_SECOND_PENDING mm_cfg.py setting that will cause
         a second request to subscribe to a list when there is already a pending
         confirmation for that user.  This can be set to Yes to prevent
         mailbombing of a third party by repeatedly posting the subscribe form.
         (LP: #1859104)

     i18n

       - The Japanese translation has been updated by Yasuhito FUTATSUKI.

       - The German translation has been updated by Ludwig Reiter.

       - The Spanish translation has been updated by Omar Walid Llorente.

       - The Brazilian Portugese translation has been updated by Emerson de Mello.

     Bug Fixes and other patches

       - Fixed the confirm CGI to catch a rare TypeError on simultaneous
         confirmations of the same token.  (LP: #1785854)

       - Scrubbed application/octet-stream MIME parts will now be given a
         .bin extension instead of .obj.

       - Added bounce recognition for a non-compliant opensmtpd DSN with
         Action: error.  (LP: #1805137)

       - Corrected and augmented some security log messages.  (LP: #1810098)

       - Implemented use of QRUNNER_SLEEP_TIME for bin/qrunner --runner=All.
         (LP: #1818205)

       - Leading/trailing spaces in provided email addresses for login to private
         archives and the user options page are now ignored.  (LP: #1818872)

       - Fixed the spelling of the --no-restart option for mailmanctl.

       - Fixed an issue where certain combinations of charset and invalid
         characters in a list's description could produce a List-ID header
         without angle brackets.  (LP: #1831321)

       - With the Postfix MTA and virtual domains, mappings for the site list
         -bounces and -request addresses in each virtual domain are now added
         to data/virtual-mailman (-owner was done in 2.1.24).  (LP: #1831777)

       - The paths.py module now extends sys.path with the result of
         site.getsitepackages() if available.  (LP: #1838866)

       - A bug causing a UnicodeDecodeError in preparing to send the confirmation
         request message to a new subscriber has been fixed.  (LP: #1851442)

       - The SimpleMatch heuristic bounce recognizer has been improved to not
         return most invalid email addresses.  (LP: #1859011)
2020-05-15 16:57:56 +00:00
bsiegert 8beb7de847 Pullup ticket #6200 - requested by taca
lang/php72: security fix

Revisions pulled up:
- lang/php/phpversion.mk                                        1.298
- lang/php72/distinfo                                           1.55

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Thu May 14 14:26:59 UTC 2020

   Modified Files:
   	pkgsrc/lang/php: phpversion.mk
   	pkgsrc/lang/php72: distinfo

   Log Message:
   lang/php72: update to 7.2.31

   Update php72 to 7.2.31 (PHP 7.2.31).

   14 May 2020, PHP 7.2.31

   - Core:
     . Fixed bug #78875 (Long filenames cause OOM and temp files are not cleaned).
       (CVE-2019-11048) (cmb)
     . Fixed bug #78876 (Long variables in multipart/form-data cause OOM and temp
       files are not cleaned). (CVE-2019-11048) (cmb)
2020-05-15 16:57:50 +00:00
bsiegert 11611e2e06 Pullup ticket #6199 - requested by taca
lang/php74: security fix

Revisions pulled up:
- lang/php/phpversion.mk                                        1.297
- lang/php74/distinfo                                           1.8

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Thu May 14 14:24:53 UTC 2020

   Modified Files:
   	pkgsrc/lang/php: phpversion.mk
   	pkgsrc/lang/php74: distinfo

   Log Message:
   lang/php74: update to 7.4.6

   Update php74 to 7.4.6 (PHP 7.4.6).

   14 May 2020, PHP 7.4.6

   - Core:
     . Fixed bug #78434 (Generator yields no items after valid() call). (Nikita)
     . Fixed bug #79477 (casting object into array creates references). (Nikita)
     . Fixed bug #79514 (Memory leaks while including unexistent file). (cmb,
       Nikita)
     . Fixed bug #79470 (PHP incompatible with 3rd party file system on demand).
       (cmb)
     . Fixed bug #78784 (Unable to interact with files inside a VFS for Git
       repository). (cmb)
     . Fixed bug #78875 (Long variables cause OOM and temp files are not cleaned).
       (cmb) (CVE-2019-11048)
     . Fixed bug #78876 (Long variables cause OOM and temp files are not cleaned).
       (cmb) (CVE-2019-11048)

   - DOM:
     . Fixed bug #78221 (DOMNode::normalize() doesn't remove empty text nodes).
       (cmb)

   - EXIF:
     . Fixed bug #79336 (ext/exif/tests/bug79046.phpt fails on Big endian arch).
       (Nikita)

   - FCGI:
     . Fixed bug #79491 (Search for .user.ini extends up to root dir). (cmb)

   - MBString:
     . Fixed bug #79441 (Segfault in mb_chr() if internal encoding is unsupported).
       (Girgias)

   - OpenSSL:
     . Fixed bug #79497 (stream_socket_client() throws an unknown error sometimes
       with <1s timeout). (Joe Cai)

   - PCRE:
     . Upgraded to PCRE2 10.34. (cmb)

   - Phar:
     . Fixed bug #79503 (Memory leak on duplicate metadata). (cmb)

   - SimpleXML:
     . Fixed bug #79528 (Different object of the same xml between 7.4.5 and
       7.4.4). (cmb)

   - SPL:
     . Fixed bug #69264 (__debugInfo() ignored while extending SPL classes). (cmb)
     . Fixed bug #67369 (ArrayObject serialization drops the iterator class).
       (Alex Dowad)

   - Standard:
     . Fixed bug #79468 (SIGSEGV when closing stream handle with a stream filter
       appended). (dinosaur)
     . Fixed bug #79447 (Serializing uninitialized typed properties with __sleep
       should not throw). (nicolas-grekas)
2020-05-15 16:54:48 +00:00
bsiegert 4ebf620e0b Pullup ticket #6197 - requested by nia
devel/SDL: security fix

Revisions pulled up:
- devel/SDL/Makefile                                            1.139
- devel/SDL/distinfo                                            1.83
- devel/SDL/patches/patch-src_video_SDL__bmp.c                  1.2

---
   Module Name:	pkgsrc
   Committed By:	nia
   Date:		Thu May 14 14:44:17 UTC 2020

   Modified Files:
   	pkgsrc/devel/SDL: Makefile distinfo
   	pkgsrc/devel/SDL/patches: patch-src_video_SDL__bmp.c

   Log Message:
   SDL: fix CVE-2019-13616

   bump PKGREVISION
2020-05-15 16:54:42 +00:00
bsiegert 38eae79c84 Pullup ticket #6198 - requested by taca
lang/php73: security fix

Revisions pulled up:
- lang/php/phpversion.mk                                        1.296
- lang/php73/distinfo                                           1.22

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Thu May 14 14:23:08 UTC 2020

   Modified Files:
   	pkgsrc/lang/php: phpversion.mk
   	pkgsrc/lang/php73: distinfo

   Log Message:
   lang/php73: update to 7.3.18

   Update php73 to 7.3.18 (PHP 7.3.18).

   14 May 2020, PHP 7.3.18

   - Core:
     . Fixed bug #78875 (Long filenames cause OOM and temp files are not cleaned).
       (CVE-2019-11048) (cmb)
     . Fixed bug #78876 (Long variables in multipart/form-data cause OOM and temp
       files are not cleaned). (CVE-2019-11048) (cmb)
     . Fixed bug #79434 (PHP 7.3 and PHP-7.4 crash with NULL-pointer dereference
       on !CS constant). (Nikita)
     . Fixed bug #79477 (casting object into array creates references). (Nikita)
     . Fixed bug #79470 (PHP incompatible with 3rd party file system on demand).
       (cmb)
     . Fixed bug #78784 (Unable to interact with files inside a VFS for Git
       repository). (cmb)

   - DOM:
     . Fixed bug #78221 (DOMNode::normalize() doesn't remove empty text nodes).
       (cmb)

   - FCGI:
     . Fixed bug #79491 (Search for .user.ini extends up to root dir). (cmb)

   - MBString:
     . Fixed bug #79441 (Segfault in mb_chr() if internal encoding is unsupported).
       (Girgias)

   - OpenSSL:
     . Fixed bug #79497 (stream_socket_client() throws an unknown error sometimes
       with <1s timeout). (Joe Cai)

   - Phar:
     . Fix bug #79503 (Memory leak on duplicate metadata). (cmb)

   - SimpleXML:
     . Fixed bug #79528 (Different object of the same xml between 7.4.5 and
       7.4.4). (cmb)

   - Standard:
     . Fixed bug #79468 (SIGSEGV when closing stream handle with a stream filter
       appended). (dinosaur)
2020-05-15 16:47:57 +00:00
bsiegert 1bda316a56 Pullup ticket #6196 - requested by nia
security/cyrus-sasl: security fix

Revisions pulled up:
- security/cyrus-sasl/Makefile                                  1.77
- security/cyrus-sasl/distinfo                                  1.38
- security/cyrus-sasl/patches/patch-CVE-2019-19906              1.1

---
   Module Name:	pkgsrc
   Committed By:	nia
   Date:		Thu May 14 14:27:32 UTC 2020

   Modified Files:
   	pkgsrc/security/cyrus-sasl: Makefile distinfo
   Added Files:
   	pkgsrc/security/cyrus-sasl/patches: patch-CVE-2019-19906

   Log Message:
   cyrus-sasl: Fix CVE-2019-19906
2020-05-15 16:38:30 +00:00
bsiegert f7bb07a08d Pullup ticket #6195 - requested by taca
security/clamav: security fix

Revisions pulled up:
- security/clamav/Makefile                                      1.64-1.65
- security/clamav/Makefile.common                               1.16
- security/clamav/distinfo                                      1.33

---
   Module Name:	pkgsrc
   Committed By:	adam
   Date:		Wed May  6 14:05:09 UTC 2020

   Modified Files:
   	pkgsrc/security/clamav: Makefile

   Log Message:
   revbump after boost update

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Wed May 13 14:58:58 UTC 2020

   Modified Files:
   	pkgsrc/security/clamav: Makefile Makefile.common distinfo

   Log Message:
   security/clamav: update to 0.102.3

   Update clamav to 0.102.3.

   ## 0.102.3

   ClamAV 0.102.3 is a bug patch release to address the following issues.

   - [CVE-2020-3327](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-3327):
     Fix a vulnerability in the ARJ archive parsing module in ClamAV 0.102.2 that
     could cause a Denial-of-Service (DoS) condition. Improper bounds checking of
     an unsigned variable results in an out-of-bounds read which causes a crash.

     Special thanks to Daehui Chang and Fady Othman for helping identify the ARJ
     parsing vulnerability.

   - [CVE-2020-3341](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-3341):
     Fix a vulnerability in the PDF parsing module in ClamAV 0.101 - 0.102.2 that
     could cause a Denial-of-Service (DoS) condition. Improper size checking of
     a buffer used to initialize AES decryption routines results in an out-of-
     bounds read which may cause a crash. Bug found by OSS-Fuzz.

   - Fix "Attempt to allocate 0 bytes" error when parsing some PDF documents.

   - Fix a couple of minor memory leaks.

   - Updated libclamunrar to UnRAR 5.9.2.
2020-05-15 16:38:25 +00:00
bsiegert 2cab379f2c Pullup tickets up to #6193 2020-05-13 13:49:29 +00:00
bsiegert 73170ab883 Pullup ticket #6193 - requested by nia
graphics/openjpeg: security fix

Revisions pulled up:
- graphics/openjpeg/Makefile                                    1.21
- graphics/openjpeg/distinfo                                    1.18
- graphics/openjpeg/patches/patch-src_lib_openjp2_j2k.c         1.1
- graphics/openjpeg/patches/patch-src_lib_openjp2_tcd.c         1.1

---
   Module Name:	pkgsrc
   Committed By:	nia
   Date:		Tue May 12 10:44:46 UTC 2020

   Modified Files:
   	pkgsrc/graphics/openjpeg: Makefile distinfo
   Added Files:
   	pkgsrc/graphics/openjpeg/patches: patch-src_lib_openjp2_j2k.c
   	    patch-src_lib_openjp2_tcd.c

   Log Message:
   openjpeg: Cherrypick fixes for the following CVEs from upstream:

   https://nvd.nist.gov/vuln/detail/CVE-2020-6851 - out-of-bounds-write
   https://nvd.nist.gov/vuln/detail/CVE-2020-8112 - heap-overflow

   Please make releases for your software. :/

   Bump PKGREVISION
2020-05-13 13:49:08 +00:00
bsiegert 0892c8268b Pullup ticket #6192 - requested by leot
net/youtube-dl: update for extractor changes

Revisions pulled up:
- net/youtube-dl/Makefile                                       1.205-1.206
- net/youtube-dl/distinfo                                       1.187-1.188

---
   Module Name:    pkgsrc
   Committed By:   leot
   Date:           Sat May  2 17:17:21 UTC 2020

   Modified Files:
           pkgsrc/net/youtube-dl: Makefile distinfo

   Log Message:
   youtube-dl: Update to 20200503

   Changes:
   20200503
   --------
   Core
   + [extractor/common] Extract multiple JSON-LD entries
   * [options] Clarify doc on --exec command (#19087, #24883)
   * [extractor/common] Skip malformed ISM manifest XMLs while extracting
     ISM formats (#24667)

   Extractors
   * [crunchyroll] Fix and improve extraction (#25096, #25060)
   * [youtube] Improve player id extraction
   * [youtube] Use redirected video id if any (#25063)
   * [yahoo] Fix GYAO Player extraction and relax URL regular expression
     (#24178, #24778)
   * [tvplay] Fix Viafree extraction (#15189, #24473, #24789)
   * [tenplay] Relax URL regular expression (#25001)
   + [prosiebensat1] Extract series metadata
   * [prosiebensat1] Improve extraction and remove 7tv.de support (#24948)
   - [prosiebensat1] Remove 7tv.de support (#24948)
   * [youtube] Fix DRM videos detection (#24736)
   * [thisoldhouse] Fix video id extraction (#24548, #24549)
   + [soundcloud] Extract AAC format (#19173, #24708)
   * [youtube] Skip broken multifeed videos (#24711)
   * [nova:embed] Fix extraction (#24700)
   * [motherless] Fix extraction (#24699)
   * [twitch:clips] Extend URL regular expression (#24290, #24642)
   * [tv4] Fix ISM formats extraction (#24667)
   * [tele5] Fix extraction (#24553)
   + [mofosex] Add support for generic embeds (#24633)
   + [youporn] Add support for generic embeds
   + [spankwire] Add support for generic embeds (#24633)
   * [spankwire] Fix extraction (#18924, #20648)

---
   Module Name:    pkgsrc
   Committed By:   leot
   Date:           Fri May  8 11:21:09 UTC 2020

   Modified Files:
           pkgsrc/net/youtube-dl: Makefile distinfo

   Log Message:
   youtube-dl: Update to 20200508

   Changes:
   20200508
   --------
   Core
   * [downloader/http] Request last data block of exact remaining size
   * [downloader/http] Finish downloading once received data length matches
     expected
   * [extractor/common] Use compat_cookiejar_Cookie for _set_cookie to always
     ensure cookie name and value are bytestrings on python 2 (#23256, #24776)
   + [compat] Introduce compat_cookiejar_Cookie
   * [utils] Improve cookie files support
       + Add support for UTF-8 in cookie files
       * Skip malformed cookie file entries instead of crashing (invalid entry
         length, invalid expires at)

   Extractors
   * [youtube] Improve signature cipher extraction (#25187, #25188)
   * [iprima] Improve extraction (#25138)
   * [uol] Fix extraction (#22007)
   + [orf] Add support for more radio stations (#24938, #24968)
   * [dailymotion] Fix typo
   - [puhutv] Remove no longer available HTTP formats (#25124)
2020-05-13 13:48:22 +00:00
bsiegert bfd7236506 Pullup ticket #6191 - requested by nia
www/firefox68-l10n: dependent update

Revisions pulled up:
- www/firefox68-l10n/Makefile                                   1.13
- www/firefox68-l10n/distinfo                                   1.10

---
   Module Name:	pkgsrc
   Committed By:	nia
   Date:		Sat May  9 13:21:31 UTC 2020

   Modified Files:
   	pkgsrc/www/firefox68-l10n: Makefile distinfo

   Log Message:
   firefox68-l10n: Sync with firefox68
2020-05-13 13:47:15 +00:00
bsiegert e0f6c0e4e1 Pullup ticket #6190 - requested by nia
www/firefox68: security fix

Revisions pulled up:
- www/firefox68/Makefile                                        1.20
- www/firefox68/PLIST                                           1.6
- www/firefox68/distinfo                                        1.15

---
   Module Name:	pkgsrc
   Committed By:	nia
   Date:		Sat May  9 13:08:01 UTC 2020

   Modified Files:
   	pkgsrc/www/firefox68: Makefile PLIST distinfo

   Log Message:
   firefox68: Update to 68.8.0

   Security Vulnerabilities fixed in Firefox ESR 68.8

       #CVE-2020-12387: Use-after-free during worker shutdown

       #CVE-2020-12388: Sandbox escape with improperly guarded Access Tokens

       #CVE-2020-12389: Sandbox escape with improperly separated process types

       #CVE-2020-6831: Buffer overflow in SCTP chunk input validation

       #CVE-2020-12392: Arbitrary local file access with 'Copy as cURL'

       #CVE-2020-12393: Devtools' 'Copy as cURL' feature did not fully escape
       website-controlled data, potentially leading to command injection

       #CVE-2020-12395: Memory safety bugs fixed in Firefox 76 and Firefox ESR 68.8
2020-05-13 13:40:16 +00:00
bsiegert 0414d02b9e Pullup ticket #6187 - requested by tnn
devel/libffi: NetBSD/evbarm build fix

Revisions pulled up:
- devel/libffi/Makefile                                         1.40
- devel/libffi/distinfo                                         1.53
- devel/libffi/patches/patch-src_arm_sysv.S                     1.9

---
   Module Name:	pkgsrc
   Committed By:	tnn
   Date:		Wed Apr  8 13:40:11 UTC 2020

   Modified Files:
   	pkgsrc/devel/libffi: Makefile distinfo
   Added Files:
   	pkgsrc/devel/libffi/patches: patch-src_arm_sysv.S

   Log Message:
   libffi: fix ARM build

   Restore ifdef toggling .eh_frame exception unwinding.
   Seems to have been lost in previous update. PR pkg/55107. Bump.
2020-05-10 13:29:55 +00:00
bsiegert e89ade9a5f Pullup ticket #6186 - requested by adam
databases/openldap: security fix
databases/lmdb: dependent update

Revisions pulled up:
- databases/lmdb/Makefile                                       1.10
- databases/lmdb/distinfo                                       1.10
- databases/openldap-doc/Makefile                               1.30
- databases/openldap-doc/distinfo                               1.22
- databases/openldap-server/Makefile                            1.58
- databases/openldap/Makefile.version                           1.20
- databases/openldap/distinfo                                   1.115

---
   Module Name:    pkgsrc
   Committed By:   adam
   Date:           Wed Apr 29 07:31:53 UTC 2020

   Modified Files:
           pkgsrc/databases/lmdb: Makefile distinfo
           pkgsrc/databases/openldap: Makefile.version distinfo
           pkgsrc/databases/openldap-doc: Makefile distinfo
           pkgsrc/databases/openldap-server: Makefile

   Log Message:
   openldap: updated to 2.4.50

   OpenLDAP 2.4.50 Engineering
           Fixed client benign typos
           Fixed libldap type cast
           Fixed libldap retry loop in ldap_int_tls_connect
           Fixed libldap_r race on Windows mutex initialization
           Fixed liblunicode memory leak
           Fixed slapd benign typos
           Fixed slapd-mdb memory leak in dnSuperiorMatch
           Fixed slapo-pcache database initialization
           Fixed slapo-ppolicy callback
           Build
                   Fix olcDatabaseDummy initialization for windows
                   Fix detection for ws2tcpip.h for windows
                   Fix back-mdb types for windows
           Contrib
                   Update ldapc++ config.guess and config.sub to support newer architectures
                   Added pw-argon2 module
           Documentation
                   slapd-ldap(5) - Clarify idassert-authzfrom behavior
                   slapd-meta(5) - Remove client-pr option
                   slapdinex(8) - Fix truncate option information for back-mdb
2020-05-08 19:35:48 +00:00
bsiegert 6138d55353 Pullup tickets up to #6185 2020-05-08 19:20:33 +00:00
bsiegert beadec377b Pullup ticket #6185 - requested by taca
mail/roundcube: security fix

Revisions pulled up:
- mail/roundcube-plugin-password/Makefile                       1.9
- mail/roundcube-plugin-password/distinfo                       1.17
- mail/roundcube/Makefile.common                                1.17
- mail/roundcube/PLIST                                          1.48
- mail/roundcube/distinfo                                       1.68

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Thu Apr 30 07:09:34 UTC 2020

   Modified Files:
   	pkgsrc/mail/roundcube: Makefile.common PLIST distinfo

   Log Message:
   mail/roundcube: update to 1.4.4

   Update roundcube, roundcube-plugin-enigma and roundcube-plugin-zipdownload to
   1.4.4.  This includes security fixes..

   RELEASE 1.4.4
   -------------
   - Fix bug where attachments with Content-Id were attached to the message on reply (#7122)
   - Fix identity selection on reply when both sender and recipient addresses are included in identities (#7211)
   - Elastic: Fix text selection with Shift+PageUp and Shift+PageDown in plain text editor when using Chrome (#7230)
   - Elastic: Fix recipient input bug when using click to select a contact from autocomplete list (#7231)
   - Elastic: Fix color of a folder with recent messages (#7281)
   - Elastic: Restrict logo size in print view (#7275)
   - Fix invalid Content-Type for messages with only html part and inline images - Mail_Mime-1.10.7 (#7261)
   - Fix missing contact display name in QR Code data (#7257)
   - Fix so button label in Select image/media dialogs is "Close" not "Cancel" (#7246)
   - Fix regression in testing database schema on MSSQL (#7227)
   - Fix cursor position after inserting a group to a recipient input using autocompletion (#7267)
   - Fix string literals handling in IMAP STATUS (and various other) responses (#7290)
   - Fix bug where multiple images in a message were replaced by the first one on forward/reply/edit (#7293)
   - Fix handling keyservers configured with protocol prefix (#7295)
   - Markasjunk: Fix marking as spam/ham on moving messages with Move menu (#7189)
   - Markasjunk: Fix bug where moving to Junk was failing on messages selected with Select > All (#7206)
   - Fix so imap error message is displayed to the user on folder create/update (#7245)
   - Fix bug where a special folder couldn't be created if a special-use flag is not supported (#7147)
   - Mailvelope: Fix bug where recipients with name were not handled properly in mail compose (#7312)
   - Fix characters encoding in group rename input after group creation/rename (#7330)
   - Fix bug where some message/rfc822 parts could not be attached on forward (#7323)
   - Make install-jsdeps.sh script working without the 'file' program installed (#7325)
   - Fix performance issue of parsing big HTML messages by disabling HTML5 parser for these (#7331)
   - Fix so Print button for PDF attachments works on Firefox >= 75 (#5125)
   - Security: Fix XSS issue in handling of CDATA in HTML messages
   - Security: Fix remote code execution via crafted 'im_convert_path' or 'im_identify_path' settings
   - Security: Fix local file inclusion (and code execution) via crafted 'plugins' option
   - Security: Fix CSRF bypass that could be used to log out an authenticated user (#7302)

   RELEASE 1.4.3
   -------------
   - Enigma: Fix so key list selection is reset when opening key creation form (#7154)
   - Enigma: Fix so using list checkbox selection does not load the key preview frame
   - Enigma: Fix generation of key pairs for identities with IDN domains (#7181)
   - Enigma: Display IDN domains of key users and identities in UTF8
   - Enigma: Fix bug where "Send unencrypted" button didn't work in Elastic skin (#7205)
   - Managesieve: Fix bug where it wasn't possible to save flag actions (#7188)
   - Markasjunk: Fix bug where marking as spam/ham didn't work on moving messages with drag-and-drop (#7137)
   - Elastic: Fix disappearing sidebar in mail compose after clicking Mail button
   - Elastic: Fix incorrect aria-disabled attribute on Mail taskmenu button in mail compose
   - Elastic: Fix bug where it was possible to switch editor mode when 'htmleditor' was in 'dont_override' (#7143)
   - Elastic: Fix text selection in recipient inputs (#7129)
   - Elastic: Fix missing Close button in "more recipients" dialog
   - Elastic: Fix non-working folder subscription checkbox for newly added folders (#7174)
   - Fix regression where "Open in new window" action didn't work (#7155)
   - Fix PHP Warning: array_filter() expects parameter 1 to be array, null given in subscriptions_option plugin (#7165)
   - Fix unexpected error message when mail refresh involves folder auto-unsubscribe (#6923)
   - Fix recipient duplicates in print-view when the recipient list has been expanded (#7169)
   - Fix bug where files in skins/ directory were listed on skins list (#7180)
   - Fix bug where message parts with no Content-Disposition header and no name were not listed on attachments list (#7117)
   - Fix display issues with mail subject that contains line-breaks (#7191)
   - Fix invalid Content-Transfer-Encoding on multipart messages - Mail_Mime fix (#7170)
   - Fix regression where using an absolute path to SQLite database file on Windows didn't work (#7196)
   - Fix using unix:///path/to/socket.file in memcached driver (#7210)

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Thu Apr 30 07:11:16 UTC 2020

   Modified Files:
   	pkgsrc/mail/roundcube-plugin-password: Makefile distinfo

   Log Message:
   mail/roundcube-plugin-password: update to 1.4.4

   Update roundcube-plugin-password to 1.4.4.

   pkgsrc change: add dependecy to lang/tcl-expect.

   RELEASE 1.4.3
   -------------
   - Password: Make chpass-wrapper.py Python 3 compatible (#7135)
2020-05-08 19:17:54 +00:00
bsiegert 7e72354649 Pullup ticket #6183 - requested by taca
www/drupal8: security fix

Revisions pulled up:
- www/drupal8/Makefile                                          1.31
- www/drupal8/PLIST                                             1.25
- www/drupal8/distinfo                                          1.27

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Apr 26 09:18:43 UTC 2020

   Modified Files:
   	pkgsrc/www/drupal8: Makefile PLIST distinfo

   Log Message:
   www/drupal8: update to 8.7.12

   Update drupal8 to 8.7.12.

   Release notes

   Maintenance and security release of the Drupal 8 series.

   This release fixes security vulnerabilities. Sites are urged to upgrade
   immediately after reading the notes below and the security announcement:

   * Drupal core - Moderately critical - Third-party library - SA-CORE-2020-001

   No other fixes are included.

   Which release do I choose? Security coverage information

   * Sites on 8.7.x will receive security coverage until June 3, 2020 (when
     Drupal 8.9.0 is scheduled for release).
   * Versions of Drupal 8 prior to 8.7.x are end-of-life and do not receive
     security coverage.

   Important update information

   No changes have been made to the .htaccess, web.config, robots.txt or
   default settings.php files in this release, so upgrading custom versions of
   those files is not necessary if your site is already on the previous
   release.
2020-05-06 11:19:15 +00:00
bsiegert 7d45ea1880 Pullup ticket #6182 - requested by taca
mail/roundcube-plugin-password: bugfix

Revisions pulled up:
- mail/roundcube-plugin-password/Makefile                       1.8
- mail/roundcube-plugin-password/distinfo                       1.16
- mail/roundcube-plugin-password/patches/patch-plugins_password_helpers_passwd-expect 1.1
- mail/roundcube/distinfo                                       1.67
- mail/roundcube/patches/patch-plugins_password_helpers_passwd-expect deleted

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Apr 26 08:48:24 UTC 2020

   Modified Files:
   	pkgsrc/mail/roundcube: distinfo
   	pkgsrc/mail/roundcube-plugin-password: Makefile
   Added Files:
   	pkgsrc/mail/roundcube-plugin-password: distinfo
   	pkgsrc/mail/roundcube-plugin-password/patches:
   	    patch-plugins_password_helpers_passwd-expect
   Removed Files:
   	pkgsrc/mail/roundcube/patches:
   	    patch-plugins_password_helpers_passwd-expect

   Log Message:
   mail/roundcube-plugin-password: fix runtime problem

   Fix roundcube-plugin-password.

   * Patch for roundcube-plugin-password had not been applied accidently.
   * More changes were required to make it work on *BSD system.

   Bump PKGREVISION.
2020-05-06 10:01:06 +00:00
bsiegert bfcf6decdb Pullup ticket #6181 - requested by leot
devel/git-base: security fix

(via patch)

---
   git: Update to 2.25.4

   Changes:
   2.25.4
   ------
   This release is to address the security issue: CVE-2020-11008

    * With a crafted URL that contains a newline or empty host, or lacks
      a scheme, the credential helper machinery can be fooled into
      providing credential information that is not appropriate for the
      protocol in use and host being contacted.

      Unlike the vulnerability CVE-2020-5260 fixed in v2.17.4, the
      credentials are not for a host of the attacker's choosing; instead,
      they are for some unspecified host (based on how the configured
      credential helper handles an absent "host" parameter).

      The attack has been made impossible by refusing to work with
      under-specified credential patterns.

   Credit for finding the vulnerability goes to Carlo Arenas.
2020-05-06 09:53:00 +00:00
bsiegert 66a32c7352 Pullup tickets up to #6179 2020-05-01 11:11:11 +00:00
bsiegert 4fd600119f Pullup ticket #6179 - requested by taca
www/squid4: security fix

Revisions pulled up:
- www/squid4/Makefile                                           1.6-1.7
- www/squid4/distinfo                                           1.4-1.6
- www/squid4/patches/patch-acinclude_os-deps.m4                 1.1-1.2
- www/squid4/patches/patch-configure                            1.3-1.5
- www/squid4/patches/patch-src_ip_Intercept.cc                  1.1

---
   Module Name:	pkgsrc
   Committed By:	sborrill
   Date:		Thu Apr  9 09:45:20 UTC 2020

   Modified Files:
   	pkgsrc/www/squid4: Makefile distinfo
   	pkgsrc/www/squid4/patches: patch-configure
   Added Files:
   	pkgsrc/www/squid4/patches: patch-acinclude_os-deps.m4
   	    patch-src_ip_Intercept.cc

   Log Message:
   Fix IPFilter transparent proxy support by:
   - including correct headers in configure tests
   - using correct autoconf value output by configure

   Bump PKGREVISION

---
   Module Name:	pkgsrc
   Committed By:	sborrill
   Date:		Thu Apr  9 16:27:15 UTC 2020

   Modified Files:
   	pkgsrc/www/squid4: distinfo
   	pkgsrc/www/squid4/patches: patch-acinclude_os-deps.m4 patch-configure

   Log Message:
   Generate correct #defines for the IPFilter IPv6 detection with no trailing
   underscores

---
   Module Name:	pkgsrc
   Committed By:	mef
   Date:		Thu Apr 23 13:52:24 UTC 2020

   Modified Files:
   	pkgsrc/www/squid4: Makefile distinfo
   	pkgsrc/www/squid4/patches: patch-configure

   Log Message:
   (www/squid4) Updated to 4.10 (and clear pkglint one point in patch)

   Changes to squid-4.11 (18 Apr 2020):

           - Bug 5036: capital 'L's in logs when daemon queue overflows
           - Bug 5022: Reconfigure kills Coordinator in SMP+ufs configurations
           - Bug 5016: systemd thinks Squid is ready before Squid listens
           - kerberos_ldap_group: fix encryption type for cross realm check
           - HTTP: Ignore malformed Host header in intercept and reverse proxy mode
           - Fix Digest authentication nonce handling
           - Supply ALE to request_header_add/reply_header_add
           - ... and some documentation updates
           - ... and some compile fixes
2020-04-30 08:35:50 +00:00
bsiegert 3dc10ec9ad Pullup ticket #6177 - requested by nia
multimedia/ffmpeg2: security fix

Revisions pulled up:
- multimedia/ffmpeg2/Makefile                                   1.56
- multimedia/ffmpeg2/Makefile.common                            1.59
- multimedia/ffmpeg2/distinfo                                   1.58

---
   Module Name:	pkgsrc
   Committed By:	nia
   Date:		Thu Apr 23 16:34:21 UTC 2020

   Modified Files:
   	pkgsrc/multimedia/ffmpeg2: Makefile Makefile.common distinfo

   Log Message:
   ffmpeg2: Very late update to 2.8.15

   version 2.8.15:
   - avcodec/dvdsub_parser: Allocate input padding
   - avcodec/dvdsub_parser: Init output buf/size
   - avcodec/imgconvert: fix possible null pointer dereference
   - swresample/arm: rename labels to fix xcode build error
   - avformat/utils: fix mixed declarations and code
   - libwebpenc_animencoder: add missing braces to struct initialization
   - avformat/movenc: Check input sample count
   - avcodec/mjpegdec: Check for odd progressive RGB
   - avformat/movenc: Check that frame_types other than EAC3_FRAME_TYPE_INDEPENDENT have a supported substream id
   - avformat/mms: Add missing chunksize check
   - avformat/pva: Check for EOF before retrying in read_part_of_packet()
   - avcodec/indeo4: Check for end of bitstream in decode_mb_info()
   - avcodec/shorten: Fix undefined addition in shorten_decode_frame()
   - avcodec/jpeg2000dec: Fixes invalid shifts in jpeg2000_decode_packets_po_iteration()
   - avcodec/jpeg2000dec: Check that there are enough bytes for all tiles
   - avcodec/escape124: Fix spelling errors in comment
   - avcodec/ra144: Fix integer overflow in ff_eval_refl()
   - avcodec/cscd: Check output buffer size for lzo.
   - avcodec/escape124: Check buf_size against num_superblocks
   - avcodec/mjpegdec: Check for end of bitstream in ljpeg_decode_rgb_scan()
   - avcodec/aacdec_fixed: Fix undefined integer overflow in apply_independent_coupling_fixed()
   - avutil/common: Fix undefined behavior in av_clip_uintp2_c()
   - fftools/ffmpeg: Fallback to duration if sample rate is unavailable
   - avformat/mov: Only set pkt->duration to non negative values
   - avcodec/h264_mc_template: Only prefetch motion if the list is used.
   - avcodec/xwddec: Use ff_set_dimensions()
   - avcodec/wavpack: Fix overflow in adding tail
   - avcodec/shorten: Fix multiple integer overflows
   - avcodec/shorten: Sanity check nmeans
   - avcodec/mjpegdec: Fix integer overflow in ljpeg_decode_rgb_scan()
   - avcodec/truemotion2: Fix overflow in tm2_apply_deltas()
   - avcodec/opus_silk: Change silk_lsf2lpc() slightly toward silk/NLSF2A.c
   - avcodec/amrwbdec: Fix division by 0 in find_hb_gain()
   - avformat/mov: replace a value error by clipping into valid range in mov_read_stsc()
   - avformat/mov: Break out early if chunk_count is 0 in mov_build_index()
   - avcodec/fic: Avoid some magic numbers related to cursors
   - avcodec/g2meet: ask for sample with overflowing RGB
   - avcodec/aacdec_fixed: use 64bit to avoid overflow in rounding in apply_dependent_coupling_fixed()
   - avcodec/mpeg4videoenc: Use 64 bit for times in mpeg4_encode_gop_header()
   - avcodec/mlpdec: Only change noise_type if the related fields are valid
   - indeo4: Decode all or nothing of a band header.
   - avformat/mov: Only fail for STCO/STSC contradictions if both exist
   - avcodec/dirac_dwt: Fix integer overflow in COMPOSE_DD97iH0 / COMPOSE_DD137iL0
   - avcodec/fic: Check available input space for cursor
   - avcodec/g2meet: Check RGB upper limit
   - avcodec/jpeg2000dec: Fix undefined shift in the jpeg2000_decode_packets_po_iteration() CPRL case
   - avcodec/jpeg2000dec: Skip init for component in CPRL if nothing is to be done
   - avcodec/g2meet: Change order of operations to avoid undefined behavior
   - avcodec/flac_parser: Fix infinite loop
   - avcodec/wavpack: Fix integer overflow in DEC_MED() / INC_MED()
   - avcodec/error_resilience: Fix integer overflow in filter181()
   - avcodec/h263dec: Check slice_ret in mspeg4 slice loop
   - avcodec/elsdec: Fix memleaks
   - avcodec/vc1_block: simplify ac_val computation
   - avcodec/ffv1enc: Check that the crc + version combination is supported
   - lavf/http.c: Free allocated client URLContext in case of error.
   - avcodec/dsicinvideo: Fail if there is only a small fraction of the data available that comprises a full frame
   - avcodec/dsicinvideo: Propagate errors from cin_decode_rle()
   - avcodec/dfa: Check dimension against maximum
   - avcodec/cinepak: Skip empty frames
   - avcodec/cinepak: move some checks prior to frame allocation
   - swresample/arm: remove unintentional relocation.
   - doc/APIchanges: Fix typos in hashes
   - avformat/utils: Check cur_dts in update_initial_timestamps() more
   - avcodec/utils: Enforce minimum width also for VP5/6
   - avcodec/truemotion2: Propagate out of bounds error from GET_TOK()
   - avcodec/mjpegdec: Check input buffer size.
   - lavc/libopusdec: Allow avcodec_open2 to call .close
   - avcodec/movtextdec: Check style_start/end
   - avcodec/aacsbr_fixed: Fix integer overflow in sbr_hf_assemble()
   - swresample/swresample: Fix for seg fault in swr_convert_internal() -> sum2_float during dithering.
   - avcodec/aacdec_fixed: Fix integer overflow in apply_independent_coupling_fixed()
   - avcodec/cscd: Error out when LZ* decompression fails
   - avcodec/imgconvert: Fix loss mask bug in avcodec_find_best_pix_fmt_of_list()
   - avcodec/wmalosslessdec: Fix null pointer dereference in decode_frame()
   - avcodec/tableprint_vlc: Fix build failure with --enable-hardcoded-tables
   - avcodec/get_bits: Make sure the input bitstream with padding can be addressed
   - avformat/mov: Check STSC and remove invalid entries
   - avcodec/nuv: rtjpeg with dimensions less than 16 would result in no decoded pixels thus reject it
   - avcodec/nuv: Check for minimum input size for uncomprssed and rtjpeg
   - avcodec/wmalosslessdec: Reset num_saved_bits on error path
   - avformat/mov: Fix integer overflows related to sample_duration
   - avformat/oggparseogm: Check lb against psize
   - avformat/oggparseogm: Fix undefined shift in ogm_packet()
   - avformat/avidec: Fix integer overflow in cum_len check
   - avformat/oggparsetheora: Do not adjust AV_NOPTS_VALUE
   - avformat/utils: Fix integer overflow of fps_first/last_dts
   - libavformat/oggparsevorbis: Fix memleak on multiple headers
   - avcodec/bintext: sanity check dimensions
   - avcodec/utvideodec: Check subsample factors
   - avcodec/smc: Check input packet size
   - avcodec/cavsdec: Check alpha/beta offset
   - avcodec/diracdec: Fix integer overflow in mv computation
   - avcodec/jpeg2000dwt: Fix integer overflows in sr_1d53()
   - avcodec/diracdec: Use int64 in global mv to prevent overflow
   - avformat/hvcc: zero initialize the nal buffers past the last written byte
2020-04-30 07:54:55 +00:00
bsiegert 14f9130a8d Pullup ticket #6175 - requested by taca
lang/php72: security fix

Revisions pulled up:
- lang/php/phpversion.mk                                        1.295
- lang/php72/distinfo                                           1.54

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Apr 19 02:34:58 UTC 2020

   Modified Files:
   	pkgsrc/lang/php: phpversion.mk
   	pkgsrc/lang/php72: distinfo

   Log Message:
   lang/php72: update to 7.2.30

   Update php72 to 7.2.30.

   16 Apr 2020, PHP 7.2.30

   - Standard:
     . Fixed bug #79468 (SIGSEGV when closing stream handle with a stream filter
       appended). (dinosaur)
     . Fixed bug #79330 (shell_exec() silently truncates after a null byte). (stas)
     . Fixed bug #79465 (OOB Read in urldecode()). (stas)
2020-04-30 07:38:46 +00:00
bsiegert 1a959d76f6 Pullup ticket #6174 - requested by taca
lang/php74: security fix

Revisions pulled up:
- lang/php/phpversion.mk                                        1.294
- lang/php74/distinfo                                           1.7

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sat Apr 18 05:01:45 UTC 2020

   Modified Files:
   	pkgsrc/lang/php: phpversion.mk
   	pkgsrc/lang/php74: distinfo

   Log Message:
   lang/php74: update to 7.4.5

   Update php74 to 7.4.5.

   16 Apr 2020, PHP 7.4.5

   - Core:
     . Fixed bug #79364 (When copy empty array, next key is unspecified). (cmb)
     . Fixed bug #78210 (Invalid pointer address). (cmb, Nikita)

   - CURL:
     . Fixed bug #79199 (curl_copy_handle() memory leak). (cmb)

   - Date:
     . Fixed bug #79396 (DateTime hour incorrect during DST jump forward). (Nate
       Brunette)
     . Fixed bug #74940 (DateTimeZone loose comparison always true). (cmb)

   - FPM:
     . Implement request #77062 (Allow numeric [UG]ID in FPM listen.{owner,group})
       (Andre Nathan)

   - Iconv:
     . Fixed bug #79200 (Some iconv functions cut Windows-1258). (cmb)

   - OPcache:
     . Fixed bug #79412 (Opcache chokes and uses 100% CPU on specific script).
       (Dmitry)

   - Session:
     . Fixed bug #79413 (session_create_id() fails for active sessions). (cmb)

   - Shmop:
     . Fixed bug #79427 (Integer Overflow in shmop_open()). (cmb)

   - SimpleXML:
     . Fixed bug #61597 (SXE properties may lack attributes and content). (cmb)

   - SOAP:
     . Fixed bug #79357 (SOAP request segfaults when any request parameter is
       missing). (Nikita)

   - Spl:
     . Fixed bug #75673 (SplStack::unserialize() behavior). (cmb)
     . Fixed bug #79393 (Null coalescing operator failing with SplFixedArray).
       (cmb)

   - Standard:
     . Fixed bug #79330 (shell_exec() silently truncates after a null byte). (stas)
     . Fixed bug #79410 (system() swallows last chunk if it is exactly 4095 bytes
       without newline). (Christian Schneider)
     . Fixed bug #79465 (OOB Read in urldecode()). (stas)

   - Zip:
     . Fixed Bug #79296 (ZipArchive::open fails on empty file). (Remi)
     . Fixed bug #79424 (php_zip_glob uses gl_pathc after call to globfree).
       (Max Rees)
2020-04-30 07:35:30 +00:00
bsiegert 4dbc53dade Pullup tickets up to #6173 2020-04-28 16:28:08 +00:00
bsiegert c701dea95c Pullup ticket #6171 - requested by taca
lang/php73: security fix

Revisions pulled up:
- lang/php/phpversion.mk                                        1.293
- lang/php73/distinfo                                           1.21

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sat Apr 18 04:59:41 UTC 2020

   Modified Files:
   	pkgsrc/lang/php: phpversion.mk
   	pkgsrc/lang/php73: distinfo

   Log Message:
   lang/php73: update to 7.3.17.

   Update php73 to 7.3.17.

   16 Apr 2020, PHP 7.3.17

   - Core:
     . Fixed bug #79364 (When copy empty array, next key is unspecified). (cmb)
     . Fixed bug #78210 (Invalid pointer address). (cmb, Nikita)

   - CURL:
     . Fixed bug #79199 (curl_copy_handle() memory leak). (cmb)

   - Date:
     . Fixed bug #79396 (DateTime hour incorrect during DST jump forward). (Nate
       Brunette)

   - Iconv:
     . Fixed bug #79200 (Some iconv functions cut Windows-1258). (cmb)

   - OPcache:
     . Fixed bug #79412 (Opcache chokes and uses 100% CPU on specific script).
       (Dmitry)

   - Session:
     . Fixed bug #79413 (session_create_id() fails for active sessions). (cmb)

   - Shmop:
     . Fixed bug #79427 (Integer Overflow in shmop_open()). (cmb)

   - SimpleXML:
     . Fixed bug #61597 (SXE properties may lack attributes and content). (cmb)

   - Spl:
     . Fixed bug #75673 (SplStack::unserialize() behavior). (cmb)
     . Fixed bug #79393 (Null coalescing operator failing with SplFixedArray).
       (cmb)

   - Standard:
     . Fixed bug #79330 (shell_exec() silently truncates after a null byte). (stas)
     . Fixed bug #79465 (OOB Read in urldecode()). (stas)
     . Fixed bug #79410 (system() swallows last chunk if it is exactly 4095 bytes
       without newline). (Christian Schneider)

   - Zip:
     . Fixed Bug #79296 (ZipArchive::open fails on empty file). (Remi)
     . Fixed bug #79424 (php_zip_glob uses gl_pathc after call to globfree).
       (Max Rees)
2020-04-28 16:27:50 +00:00
bsiegert 7366a38c6f Pullup ticket #6173 - requested by nia
games/supertux: build fix

Revisions pulled up:
- games/supertux/Makefile                                       1.22

---
   Module Name:	pkgsrc
   Committed By:	nia
   Date:		Tue Mar 31 09:44:34 UTC 2020

   Modified Files:
   	pkgsrc/games/supertux: Makefile

   Log Message:
   supertux: Disable pointless portability check...
2020-04-28 16:26:57 +00:00
bsiegert be9b04e375 Pullup ticket #6172 - requested by nia
x11/qt5-qtwebkit: build fix

Revisions pulled up:
- x11/qt5-qtwebkit/Makefile                                     1.78

---
   Module Name:	pkgsrc
   Committed By:	nia
   Date:		Tue Apr 21 09:51:52 UTC 2020

   Modified Files:
   	pkgsrc/x11/qt5-qtwebkit: Makefile

   Log Message:
   qt5-qtwebkit: Unlimit cputime
2020-04-28 16:26:19 +00:00
bsiegert 4d4a8eb627 Pullup ticket #6169 - requested by taca
devel/ruby-redmine_jenkins: build fix

Revisions pulled up:
- devel/ruby-redmine_jenkins/Makefile                           1.6

---
   Module Name:	pkgsrc
   Committed By:	mef
   Date:		Sat Apr  4 04:02:11 UTC 2020

   Modified Files:
   	pkgsrc/devel/ruby-redmine_jenkins: Makefile

   Log Message:
   (devel/ruby-redmine_jenkins) Convert obsolete option --no-ri to --no-document
2020-04-28 16:25:03 +00:00
bsiegert 813421f26b Pullup ticket #6170 - requested by nia
security/mbedtls: security fix

Revisions pulled up:
- security/mbedtls/Makefile                                     1.14
- security/mbedtls/distinfo                                     1.9

---
   Module Name:	pkgsrc
   Committed By:	nia
   Date:		Sat Apr 18 14:21:56 UTC 2020

   Modified Files:
   	pkgsrc/security/mbedtls: Makefile distinfo

   Log Message:
   mbedtls: Update to 2.16.6

   = mbed TLS 2.16.6 branch released 2020-04-14

   Security
      * Fix side channel in ECC code that allowed an adversary with access to
        precise enough timing and memory access information (typically an
        untrusted operating system attacking a secure enclave) to fully recover
        an ECDSA private key. Found and reported by Alejandro Cabrera Aldaya,
        Billy Brumley and Cesar Pereida Garcia. CVE-2020-10932
      * Fix a potentially remotely exploitable buffer overread in a
        DTLS client when parsing the Hello Verify Request message.

   Bugfix
      * Fix compilation failure when both MBEDTLS_SSL_PROTO_DTLS and
        MBEDTLS_SSL_HW_RECORD_ACCEL are enabled.
      * Fix a function name in a debug message. Contributed by Ercan Ozturk in
        #3013.
2020-04-28 16:23:53 +00:00
bsiegert 12be68bdce Pullup ticket #6168 - requested by taca
devel/ruby-fiddle: dependent update

Revisions pulled up:
- devel/ruby-fiddle/Makefile                                    1.20

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Wed Apr  1 15:29:11 UTC 2020

   Modified Files:
   	pkgsrc/devel/ruby-fiddle: Makefile

   Log Message:
   devel/ruby-fiddle: reset PKGREVISION

   Reset PKGREVISION by updates of all ruby2* packages.
2020-04-28 16:17:28 +00:00
bsiegert d4f26e65ed Pullup ticket #6166 - requested by taca
lang/ruby25-base: security fix

Revisions pulled up:
- lang/ruby/rubyversion.mk                                      1.220
- lang/ruby25-base/Makefile                                     1.16
- lang/ruby25-base/PLIST                                        1.4
- lang/ruby25-base/distinfo                                     1.13

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Wed Apr  1 15:25:26 UTC 2020

   Modified Files:
   	pkgsrc/lang/ruby: rubyversion.mk
   	pkgsrc/lang/ruby25-base: Makefile PLIST distinfo

   Log Message:
   lang/ruby25-base: update to 2.5.8

   Update ruby25-base (and ruby25) to 2.5.8.

   2.5.8 (2020-03-31)

   This release includes security fixes. Please check the topics below for
   details.

   * CVE-2020-16255: Unsafe Object Creation Vulnerability in JSON (Additional
     fix)
   * CVE-2020-10933: Heap exposure vulnerability in the socket library
2020-04-28 16:16:23 +00:00
bsiegert 8571fb4ce6 Pullup ticket #6167 - requested by taca
lang/ruby24-base: security fix

Revisions pulled up:
- lang/ruby/rubyversion.mk                                      1.221
- lang/ruby24-base/distinfo                                     1.16

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Wed Apr  1 15:27:40 UTC 2020

   Modified Files:
   	pkgsrc/lang/ruby: rubyversion.mk

   Log Message:
   lang/ruby24-base: update to 2.4.10

   Update ruby24-base (and ruby24) to 2.4.10.

   This release includes a security fix. Please check the topics below for
   details.

   * CVE-2020-16255: Unsafe Object Creation Vulnerability in JSON (Additional
     fix)

   Ruby 2.4 is now under the state of the security maintenance phase, until the
   end of March of 2020.  After that date, maintenance of Ruby 2.4 will be
   ended.  Thus, this release would be the last of Ruby 2.4 series.  We
   recommend you immediately upgrade Ruby to newer versions, such as 2.7 or 2.6
   or 2.5.

---
   Module Name:	pkgsrc
   Committed By:	wiz
   Date:		Thu Apr  2 12:20:51 UTC 2020

   Modified Files:
   	pkgsrc/lang/ruby24-base: distinfo

   Log Message:
   ruby24-base: update distinfo for 2.4.10 release
2020-04-28 15:23:32 +00:00
bsiegert af7604f32b Pullup ticket #6165 - requested by taca
lang/ruby27-base: security fix

Revisions pulled up:
- lang/ruby/rubyversion.mk                                      1.219
- lang/ruby27-base/PLIST                                        1.2
- lang/ruby27-base/distinfo                                     1.2

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Wed Apr  1 15:23:15 UTC 2020

   Modified Files:
   	pkgsrc/lang/ruby: rubyversion.mk
   	pkgsrc/lang/ruby27-base: PLIST distinfo

   Log Message:
   lang/ruby27-base: update to 2.7.1

   Update ruby27-base (and ruby27) to 2.7.1.

   2.7.1 (2020-03-31)

   This release includes security fixes. Please check the topics below for
   details.

   * CVE-2020-16255: Unsafe Object Creation Vulnerability in JSON (Additional
     fix)
   * CVE-2020-10933: Heap exposure vulnerability in the socket library
2020-04-22 12:11:20 +00:00
bsiegert c27371e0b6 Pullup ticket #6164 - requested by taca
lang/ruby26-base: security fix

Revisions pulled up:
- lang/ruby/rubyversion.mk                                      1.218
- lang/ruby26-base/Makefile                                     1.10
- lang/ruby26-base/PLIST                                        1.4
- lang/ruby26-base/distinfo                                     1.8

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Wed Apr  1 15:21:57 UTC 2020

   Modified Files:
   	pkgsrc/lang/ruby: rubyversion.mk
   	pkgsrc/lang/ruby26-base: Makefile PLIST distinfo

   Log Message:
   lang/ruby26-base: update to 2.6.6

   Update ruby26-base (and ruby26 related packages) to 2.6.6.

   2.6.6 (2020-03-31)

   This release includes security fixes. Please check the topics below for
   details.

   * CVE-2020-16255: Unsafe Object Creation Vulnerability in JSON (Additional
     fix)
   * CVE-2020-10933: Heap exposure vulnerability in the socket library
2020-04-22 09:52:12 +00:00
bsiegert 85183f3841 Pullup ticket #6163 - requested by taca
databases/phpmyadmin: security fix

Revisions pulled up:
- databases/phpmyadmin/Makefile                                 1.163
- databases/phpmyadmin/PLIST                                    1.51
- databases/phpmyadmin/distinfo                                 1.113

---
   Module Name:	pkgsrc
   Committed By:	tm
   Date:		Wed Apr  1 08:36:16 UTC 2020

   Modified Files:
   	pkgsrc/databases/phpmyadmin: Makefile PLIST distinfo

   Log Message:
   phpmyadmin: update to 4.9.5

   4.9.5 (2020-03-20)
   - issue        [security] Fix SQL injection with certain usernames (PMASA-2020-2)
   - issue        [security] Fix SQL injection in particular search situations (PMASA-2020-3)
   - issue        [security] Fix SQL injection and XSS flaw (PMASA-2020-4)
   - issue        Deprecate "options" for the external transformation; options must now be hard-coded along with the program name directly in the file.
2020-04-22 09:52:05 +00:00
bsiegert 457d54e3e4 Pullup ticket #6162 - requested by taca
devel/ruby-redmine_bootstrap_kit: build fix

Revisions pulled up:
- devel/ruby-redmine_bootstrap_kit/Makefile                     1.6

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Mon Mar 30 10:24:34 UTC 2020

   Modified Files:
   	pkgsrc/devel/ruby-redmine_bootstrap_kit: Makefile

   Log Message:
   devel/ruby-redmine_bootstrap_kit: avoid using obsolete rdoc options

   Avoid using obsolete rdoc options.

   ## require pull-up
2020-04-22 09:40:09 +00:00
bsiegert 4911302675 Pullup tickets #6159 to #6161 2020-04-17 12:35:32 +00:00
bsiegert 6ea70f7fd7 Pullup ticket #6161 - requested by sborrill
mk/pkginstall: NetBSD 7 bugfix

Revisions pulled up:
- mk/pkginstall/files                                           1.11

---
   Module Name:	pkgsrc
   Committed By:	sborrill
   Date:		Wed Apr 15 13:33:32 UTC 2020

   Modified Files:
   	pkgsrc/mk/pkginstall: files

   Log Message:
   Work around a potential shell bug where "${FOO=${BAR%/*}}" does not work
   if quoted. Seen on NetBSD 7.

   #!/bin/sh
   in="/path/to/dir with space/file"

   : "${file=${in##*/}}"
   : "${dir=${in%/*}}"
   echo "dir:$dir"
   echo "file:$file"
   [ "$dir" = "$file" ] && echo "dir and file are same"

   Leads to errors when adding packages such as:
   ./+FILES: cannot create
   /var/db/pkg.refcount/files/etc/rc.d/xenguest//var/db/pkg/xe-guest-utilities-7.0.0:
   directory nonexistent
2020-04-17 12:35:11 +00:00
bsiegert ad5d7c97de Pullup ticket #6160 - requested by bouyer
sysutils/xenkernel411: security fix

Revisions pulled up:
- sysutils/xenkernel411/Makefile                                1.13
- sysutils/xenkernel411/distinfo                                1.10-1.11
- sysutils/xenkernel411/patches/patch-XSA313                    1.1
- sysutils/xenkernel411/patches/patch-XSA316                    1.1
- sysutils/xenkernel411/patches/patch-XSA318                    1.1

---
   Module Name:	pkgsrc
   Committed By:	bouyer
   Date:		Wed Apr 15 15:37:20 UTC 2020

   Modified Files:
   	pkgsrc/sysutils/xenkernel411: Makefile distinfo
   Added Files:
   	pkgsrc/sysutils/xenkernel411/patches: patch-XSA313 patch-XSA318

   Log Message:
   Apply upstream patches for security issues XSA313 and XSA318.
   Bump PKGREVISION

---
   Module Name:	pkgsrc
   Committed By:	bouyer
   Date:		Wed Apr 15 15:45:05 UTC 2020

   Modified Files:
   	pkgsrc/sysutils/xenkernel411: distinfo
   Added Files:
   	pkgsrc/sysutils/xenkernel411/patches: patch-XSA316

   Log Message:
   Also apply patch for XSA316. ride previous PKGREVISION bump
2020-04-17 12:34:14 +00:00
bsiegert 23d1ab5e23 Pullup ticket #6159 - requested by leot
devel/git-base: security fix

(via patch)

---
   git: Update to 2.25.3

   Changes:
   2.25.3
   ------
   This release is to address the security issue: CVE-2020-5260

    * With a crafted URL that contains a newline in it, the credential
      helper machinery can be fooled to give credential information for
      a wrong host.  The attack has been made impossible by forbidding
      a newline character in any value passed via the credential
      protocol.

   Credit for finding the vulnerability goes to Felix Wilhelm of Google
   Project Zero.
2020-04-17 12:20:47 +00:00
bsiegert a5ef2af80b Pullup tickets up to #6158 2020-04-12 09:33:33 +00:00
bsiegert 7855308558 Pullup ticket #6158 - requested by leot
lang/scala: build fix

Revisions pulled up:
- lang/scala/Makefile                                           1.17

---
   Module Name:    pkgsrc
   Committed By:   mef
   Date:           Sat Apr  4 04:19:36 UTC 2020

   Modified Files:
           pkgsrc/lang/scala: Makefile

   Log Message:
   (lang/scala) Fix install stage, ${TAR} was not defined
2020-04-12 09:33:12 +00:00
bsiegert c2737bdeee Pullup ticket #6157 - requested by wiz
security/tor-browser: security fix

Revisions pulled up:
- security/tor-browser/Makefile                                 1.58-1.59
- security/tor-browser/distinfo                                 1.16-1.17

---
   Module Name:    pkgsrc
   Committed By:   wiz
   Date:           Tue Apr  7 15:16:07 UTC 2020

   Modified Files:
           pkgsrc/security/tor-browser: Makefile distinfo

   Log Message:
   tor-browser: update to 9.0.8.

   Tor Browser 9.0.8 -- April 5 2020
    * All Platforms
      * Mozilla Bug 1620818 - Release nsDocShell::mContentViewer properly
      * Mozilla Bug 1626728 - Normalize shutdown

---
   Module Name:    pkgsrc
   Committed By:   wiz
   Date:           Fri Apr 10 19:18:00 UTC 2020

   Modified Files:
           pkgsrc/security/tor-browser: Makefile distinfo

   Log Message:
   tor-browser: update to 9.0.9.

       All Platforms
           Update Firefox to 68.7.0esr
           Bump NoScript to 11.0.23
           Bug 33630: Remove noisebridge01 default bridge

        Windows + OS X + Linux
           Bug 33771: Update some existing licenses and add Libevent license
           Bug 33723: Bump openssl version to 1.1.1f
2020-04-12 08:53:27 +00:00
bsiegert f286ecf8d5 Pullup ticket #6156 - requested by nia
www/firefox68-l10n: dependent update

Revisions pulled up:
- www/firefox68-l10n/Makefile                                   1.12
- www/firefox68-l10n/distinfo                                   1.9

---
   Module Name:	pkgsrc
   Committed By:	nia
   Date:		Fri Apr 10 11:02:33 UTC 2020

   Modified Files:
   	pkgsrc/www/firefox68-l10n: Makefile distinfo

   Log Message:
   firefox68-l10n: Update to 68.7.0

   Sync with firefox68.
2020-04-11 19:07:23 +00:00
bsiegert b58e6589f7 Pullup ticket #6155 - requested by nia
www/firefox68: security fix

Revisions pulled up:
- www/firefox68/Makefile                                        1.17
- www/firefox68/distinfo                                        1.14

---
   Module Name:	pkgsrc
   Committed By:	nia
   Date:		Fri Apr 10 10:41:50 UTC 2020

   Modified Files:
   	pkgsrc/www/firefox68: Makefile distinfo

   Log Message:
   firefox68: Update to 68.7.0

   Security Vulnerabilities fixed in Firefox ESR 68.7

       #CVE-2020-6828: Preference overwrite via crafted Intent from malicious
       Android application

       #CVE-2020-6827: Custom Tabs in Firefox for Android could have the URI
       spoofed

       #CVE-2020-6821: Uninitialized memory could be read when using the WebGL
       copyTexSubImage method

       #CVE-2020-6822: Out of bounds write in GMPDecodeData when processing large
       images

       #CVE-2020-6825: Memory safety bugs fixed in Firefox 75 and Firefox ESR 68.7
2020-04-11 12:39:25 +00:00
bsiegert 9598945279 Five more pullups. 2020-04-09 12:06:47 +00:00
bsiegert 2a9cdf5e9b Pullup ticket #6154 - requested by wiz
security/tor-browser: security fix

Revisions pulled up:
- security/tor-browser/Makefile                                 1.57
- security/tor-browser/distinfo                                 1.15

---
   Module Name:	pkgsrc
   Committed By:	wiz
   Date:		Tue Apr  7 14:29:09 UTC 2020

   Modified Files:
   	pkgsrc/security/tor-browser: Makefile distinfo

   Log Message:
   tor-browser: update to 9.0.7.

   Tor Browser 9.0.7 -- March 20 2020
    * All Platforms
      * Bump NoScript to 11.0.19
      * Bump Https-Everywhere to 2020.3.16
      * Bug 33613: Disable Javascript on Safest security level
2020-04-09 12:05:30 +00:00
bsiegert 29b733e068 Pullup ticket #6153 - requested by wiz
www/apache24: Security fix

Revisions pulled up:
- www/apache24/Makefile                                         1.89
- www/apache24/PLIST                                            1.32
- www/apache24/distinfo                                         1.42

---
   Module Name:	pkgsrc
   Committed By:	wiz
   Date:		Mon Apr  6 08:27:26 UTC 2020

   Modified Files:
   	pkgsrc/www/apache24: Makefile PLIST distinfo

   Log Message:
   apache: update to 2.4.43.

   Changes with Apache 2.4.43

     *) mod_ssl: Fix memory leak of OCSP stapling response. [Yann Ylavic]

   Changes with Apache 2.4.42

     *) mod_proxy_http: Fix the forwarding of requests with content body when a
        balancer member is unavailable; the retry on the next member was issued
        with an empty body (regression introduced in 2.4.41). PR63891.
        [Yann Ylavic]

     *) mod_http2: Fixes issue where mod_unique_id would generate non-unique request
        identifier under load, see <https://github.com/icing/mod_h2/issues/195>.
        [Michael Kaufmann, Stefan Eissing]

     *) mod_proxy_hcheck: Allow healthcheck expressions to use %{Content-Type}.
        PR64140. [Renier Velazco <renier.velazco upr.edu>]

     *) mod_authz_groupfile: Drop AH01666 from loglevel "error" to "info".
        PR64172.

     *) mod_usertrack: Add CookieSameSite, CookieHTTPOnly, and CookieSecure
        to allow customization of the usertrack cookie. PR64077.
        [Prashant Keshvani <prashant2400 gmail.com>, Eric Covener]

     *) mod_proxy_ajp: Add "secret" parameter to proxy workers to implement legacy
        AJP13 authentication.  PR 53098. [Dmitry A. Bakshaev <dab1818 gmail com>]

     *) mpm_event: avoid possible KeepAliveTimeout off by -100 ms.
        [Eric Covener, Yann Ylavic]

     *) Add a config layout for OpenWRT. [Graham Leggett]

     *) Add support for cross compiling to apxs. If apxs is being executed from
        somewhere other than its target location, add that prefix to includes and
        library directories. Without this, apxs would fail to find config_vars.mk
        and exit. [Graham Leggett]

     *) mod_ssl: Disable client verification on ACME ALPN challenges. Fixes github
        issue mod_md#172 (https://github.com/icing/mod_md/issues/172).
        [Michael Kaufmann <mail michael-kaufmann.ch>, Stefan Eissing]

     *) mod_ssl: use OPENSSL_init_ssl() to initialise OpenSSL on versions 1.1+.
        [Graham Leggett]

     *) mod_ssl: Support use of private keys and certificates from an
        OpenSSL ENGINE via PKCS#11 URIs in SSLCertificateFile/KeyFile.
        [Anderson Sasaki <ansasaki redhat.com>, Joe Orton]

     *) mod_md:
        - Prefer MDContactEmail directive to ServerAdmin for registration. New directive
          thanks to Timothe Litt (@tlhackque).
        - protocol check for pre-configured "tls-alpn-01" challenge has been improved. It will now
          check all matching virtual hosts for protocol support. Thanks to @mkauf.
        - Corrected a check when OCSP stapling was configured for hosts
          where the responsible MDomain is not clear, by Michal Karm Babacek (@Karm).
        - Softening the restrictions where mod_md configuration directives may appear. This should
          allow for use in <If> and <Macro> sections. If all possible variations lead to the configuration
          you wanted in the first place, is another matter.
        [Michael Kaufmann <mail michael-kaufmann.ch>, Timothe Litt (@tlhackque),
         Michal Karm Babacek (@Karm), Stefan Eissing (@icing)]

     *) test: Added continuous testing with Travis CI.
        This tests various scenarios on Ubuntu with the full test suite.
        Architectures tested: amd64, s390x, ppc64le, arm64
        The tests pass successfully.
        [Luca Toscano, Joe Orton, Mike Rumph, and others]

     *) core: Be stricter in parsing of Transfer-Encoding headers.
        [ZeddYu <zeddyu.lu gmail.com>, Eric Covener]

     *) mod_ssl: negotiate the TLS protocol version per name based vhost
        configuration, when linked with OpenSSL-1.1.1 or later. The base vhost's
        SSLProtocol (from the first vhost declared on the IP:port) is now only
        relevant if no SSLProtocol is declared for the vhost or globally,
        otherwise the vhost or global value apply.  [Yann Ylavic]

     *) mod_cgi, mod_cgid: Fix a memory leak in some error cases with large script
        output.  PR 64096.  [Joe Orton]

     *) config: Speed up graceful restarts by using pre-hashed command table. PR 64066.
        [Giovanni Bechis <giovanni paclan.it>, Jim Jagielski]

     *) mod_systemd: New module providing integration with systemd.  [Jan Kaluza]

     *) mod_lua: Add r:headers_in_table, r:headers_out_table, r:err_headers_out_table,
        r:notes_table, r:subprocess_env_table as read-only native table alternatives
        that can be iterated over. [Eric Covener]

     *) mod_http2: Fixed rare cases where a h2 worker could deadlock the main connection.
        [Yann Ylavic, Stefan Eissing]

     *) mod_lua: Accept nil assignments to the exposed tables (r.subprocess_env,
        r.headers_out, etc) to remove the key from the table. PR63971.
        [Eric Covener]

     *) mod_http2: Fixed interaction with mod_reqtimeout. A loaded mod_http2 was disabling the
        ssl handshake timeouts. Also, fixed a mistake of the last version that made `H2Direct`
        always `on`, regardless of configuration. Found and reported by
        <Armin.Abfalterer@united-security-providers.ch> and
        <Marcial.Rion@united-security-providers.ch>. [Stefan Eissing]

     *) mod_http2: Multiple field length violations in the same request no longer cause
        several log entries to be written. [@mkauf]

     *) mod_ssl: OCSP does not apply to proxy mode.  PR 63679.
        [Lubos Uhliarik <luhliari redhat.com>, Yann Ylavic]

     *) mod_proxy_html, mod_xml2enc: Fix build issues with macOS due to r1864469
        [Jim Jagielski]

     *) mod_authn_socache: Increase the maximum length of strings that can be cached by
        the module from 100 to 256.  PR 62149 [<thorsten.meinl knime.com>]

     *) mod_proxy: Fix crash by resolving pool concurrency problems. PR 63503
        [Ruediger Pluem, Eric Covener]

     *) core: On Windows, fix a start-up crash if <IfFile ...> is used with a path that is not
        valid (For example, testing for a file on a flash drive that is not mounted)
        [Christophe Jaillet]

     *) mod_deflate, mod_brotli: honor "Accept-Encoding: foo;q=0" as per RFC 7231; which
        means 'foo' is "not acceptable".  PR 58158 [Chistophe Jaillet]

     *) mod_md v2.2.3:
        - Configuring MDCAChallenges replaces any previous existing challenge configuration. It
          had been additive before which was not the intended behaviour. [@mkauf]
        - Fixing order of ACME challenges used when nothing else configured. Code now behaves as
          documented for `MDCAChallenges`. Fixes #156. Thanks again to @mkauf for finding this.
        - Fixing a potential, low memory null pointer dereference [thanks to @uhliarik].
        - Fixing an incompatibility with a change in libcurl v7.66.0 that added unwanted
          "transfer-encoding" to POST requests. This failed in directy communication with
          Let's Encrypt boulder server. Thanks to @mkauf for finding and fixing. [Stefan Eissing]

     *) mod_md: Adding the several new features.
        The module offers an implementation of OCSP Stapling that can replace fully or
        for a limited set of domains the existing one from mod_ssl. OCSP handling
        is part of mod_md's monitoring and message notifications. If can be used
        for sites that do not have ACME certificates.
        The url for a CTLog Monitor can be configured. It is used in the server-status
        to link to the external status page of a certicate.
        The MDMessageCmd is called with argument "installed" when a new certificate
        has been activated on server restart/reload. This allows for processing of
        the new certificate, for example to applications that require it in different
        locations or formats.
        [Stefan Eissing]

     *) mod_proxy_balancer: Fix case-sensitive referer check related to CSRF/XSS
        protection. PR 63688. [Armin Abfalterer <a.abfalterer gmail.com>]
2020-04-09 11:13:01 +00:00
bsiegert 6a60e54fd2 Pullup ticket #6152 - requested by adam
net/haproxy: security fix (CVE-2020-11100)

Revisions pulled up:
- net/haproxy/Makefile                                          1.60
- net/haproxy/distinfo                                          1.53
- net/haproxy/options.mk                                        1.9

---
   Module Name:    pkgsrc
   Committed By:   adam
   Date:           Fri Apr  3 16:34:13 UTC 2020

   Modified Files:
           pkgsrc/net/haproxy: Makefile distinfo options.mk

   Log Message:
   haproxy: updated to 2.1.4

   2.1.4
   - SCRIPTS: make announce-release executable again
   - BUG/MINOR: namespace: avoid closing fd when socket failed in my_socketat
   - BUG/MEDIUM: muxes: Use the right argument when calling the destroy method.
   - BUG/MINOR: mux-fcgi: Forbid special characters when matching PATH_INFO param
   - MINOR: mux-fcgi: Make the capture of the path-info optional in pathinfo regex
   - SCRIPTS: announce-release: use mutt -H instead of -i to include the draft
   - MINOR: http-htx: Add a function to retrieve the headers size of an HTX message
   - MINOR: filters: Forward data only if the last filter forwards something
   - BUG/MINOR: filters: Count HTTP headers as filtered data but don't forward them
   - BUG/MINOR: http-htx: Don't return error if authority is updated without changes
   - BUG/MINOR: http-ana: Matching on monitor-uri should be case-sensitive
   - MINOR: http-ana: Match on the path if the monitor-uri starts by a /
   - BUG/MAJOR: http-ana: Always abort the request when a tarpit is triggered
   - MINOR: ist: add an iststop() function
   - BUG/MINOR: http: http-request replace-path duplicates the query string
   - BUG/MEDIUM: shctx: make sure to keep all blocks aligned
   - MINOR: compiler: move CPU capabilities definition from config.h and complete them
   - BUG/MEDIUM: ebtree: don't set attribute packed without unaligned access support
   - BUILD: fix recent build failure on unaligned archs
   - CLEANUP: cfgparse: Fix type of second calloc() parameter
   - BUG/MINOR: sample: fix the json converter's endian-sensitivity
   - BUG/MEDIUM: ssl: fix several bad pointer aliases in a few sample fetch functions
   - BUG/MINOR: connection: make sure to correctly tag local PROXY connections
   - MINOR: compiler: add new alignment macros
   - BUILD: ebtree: improve architecture-specific alignment
   - BUG/MINOR: h2: reject again empty :path pseudo-headers
   - BUG/MINOR: sample: Make sure to return stable IDs in the unique-id fetch
   - BUG/MINOR: dns: ignore trailing dot
   - BUG/MINOR: http-htx: Do case-insensive comparisons on Host header name
   - MINOR: contrib/prometheus-exporter: Add heathcheck status/code in server metrics
   - MINOR: contrib/prometheus-exporter: Add the last heathcheck duration metric
   - BUG/MEDIUM: random: initialize the random pool a bit better
   - MINOR: tools: add 64-bit rotate operators
   - BUG/MEDIUM: random: implement a thread-safe and process-safe PRNG
   - MINOR: backend: use a single call to ha_random32() for the random LB algo
   - BUG/MINOR: checks/threads: use ha_random() and not rand()
   - BUG/MAJOR: list: fix invalid element address calculation
   - MINOR: debug: report the task handler's pointer relative to main
   - BUG/MEDIUM: debug: make the debug_handler check for the thread in threads_to_dump
   - MINOR: haproxy: export main to ease access from debugger
   - BUILD: tools: remove obsolete and conflicting trace() from standard.c
   - BUG/MINOR: wdt: do not return an error when the watchdog couldn't be enabled
   - DOC: fix incorrect indentation of http_auth_*
   - OPTIM: startup: fast unique_id allocation for acl.
   - BUG/MINOR: pattern: Do not pass len = 0 to calloc()
   - DOC: configuration.txt: fix various typos
   - DOC: assorted typo fixes in the documentation and Makefile
   - BUG/MINOR: init: make the automatic maxconn consider the max of soft/hard limits
   - BUG/MAJOR: proxy_protocol: Properly validate TLV lengths
   - REGTEST: make the PROXY TLV validation depend on version 2.2
   - BUG/MINOR: filters: Use filter offset to decude the amount of forwarded data
   - BUG/MINOR: filters: Forward everything if no data filters are called
   - MINOR: htx: Add a function to return a block at a specific offset
   - BUG/MEDIUM: cache/filters: Fix loop on HTX blocks caching the response payload
   - BUG/MEDIUM: compression/filters: Fix loop on HTX blocks compressing the payload
   - BUG/MINOR: http-ana: Reset request analysers on a response side error
   - BUG/MINOR: lua: Ignore the reserve to know if a channel is full or not
   - BUG/MINOR: http-rules: Preserve FLT_END analyzers on reject action
   - BUG/MINOR: http-rules: Fix a typo in the reject action function
   - BUG/MINOR: rules: Preserve FLT_END analyzers on silent-drop action
   - BUG/MINOR: rules: Increment be_counters if backend is assigned for a silent-drop
   - DOC: fix typo about no-tls-tickets
   - DOC: improve description of no-tls-tickets
   - DOC: assorted typo fixes in the documentation
   - DOC: ssl: clarify security implications of TLS tickets
   - BUILD: wdt: only test for SI_TKILL when compiled with thread support
   - BUG/MEDIUM: mt_lists: Make sure we set the deleted element to NULL;
   - MINOR: mt_lists: Appease gcc.
   - BUG/MEDIUM: random: align the state on 2*64 bits for ARM64
   - BUG/MEDIUM: pools: Always update free_list in pool_gc().
   - BUG/MINOR: haproxy: always initialize sleeping_thread_mask
   - BUG/MINOR: listener/mq: do not dispatch connections to remote threads when stopping
   - BUG/MINOR: haproxy/threads: try to make all threads leave together
   - DOC: proxy_protocol: Reserve TLV type 0x05 as PP2_TYPE_UNIQUE_ID
   - DOC: correct typo in alert message about rspirep
   - BUILD: on ARM, must be linked to libatomic.
   - BUILD: makefile: fix regex syntax in ARM platform detection
   - BUILD: makefile: fix expression again to detect ARM platform
   - BUG/MEDIUM: peers: resync ended with RESYNC_PARTIAL in wrong cases.
   - DOC: assorted typo fixes in the documentation
   - MINOR: wdt: Move the definitions of WDTSIG and DEBUGSIG into types/signal.h.
   - BUG/MEDIUM: wdt: Don't ignore WDTSIG and DEBUGSIG in __signal_process_queue().
   - MINOR: memory: Change the flush_lock to a spinlock, and don't get it in alloc.
   - BUG/MINOR: connections: Make sure we free the connection on failure.
   - REGTESTS: use "command -v" instead of "which"
   - REGTEST: increase timeouts on the seamless-reload test
   - BUG/MINOR: haproxy/threads: close a possible race in soft-stop detection
   - BUG/MINOR: peers: init bind_proc to 1 if it wasn't initialized
   - BUG/MINOR: peers: avoid an infinite loop with peers_fe is NULL
   - BUG/MINOR: peers: Use after free of "peers" section.
   - MINOR: listener: add so_name sample fetch
   - BUILD: ssl: only pass unsigned chars to isspace()
   - BUG/MINOR: stats: Fix color of draining servers on stats page
   - DOC: internals: Fix spelling errors in filters.txt
   - MINOR: http-rules: Add a flag on redirect rules to know the rule direction
   - BUG/MINOR: http_ana: make sure redirect flags don't have overlapping bits
   - MINOR: http-rules: Handle the rule direction when a redirect is evaluated
   - BUG/MINOR: http-ana: Reset request analysers on error when waiting for response
   - BUG/CRITICAL: hpack: never index a header into the headroom after wrapping
2020-04-09 10:57:11 +00:00
bsiegert 008b549345 Pullup ticket #6151 - requested by nia
www/firefox68-l10n: dependent update

Revisions pulled up:
- www/firefox68-l10n/Makefile                                   1.11
- www/firefox68-l10n/distinfo                                   1.8

---
   Module Name:	pkgsrc
   Committed By:	nia
   Date:		Sat Apr  4 17:02:34 UTC 2020

   Modified Files:
   	pkgsrc/www/firefox68-l10n: Makefile distinfo

   Log Message:
   firefox68-l10n: Update to 68.6.1

   Sync with firefox68.
2020-04-09 10:56:16 +00:00
bsiegert dbf172cd24 Pullup ticket #6150 - requested by nia
www/firefox68: security fix

Revisions pulled up:
- www/firefox68/Makefile                                        1.16
- www/firefox68/distinfo                                        1.13

---
   Module Name:	pkgsrc
   Committed By:	nia
   Date:		Sat Apr  4 15:26:42 UTC 2020

   Modified Files:
   	pkgsrc/www/firefox68: Makefile distinfo

   Log Message:
   firefox68: Update to 68.6.1

   Security Vulnerabilities fixed in Firefox 74.0.1 and Firefox ESR 68.6.1

       #CVE-2020-6819: Use-after-free while running the nsDocShell destructor
       #CVE-2020-6820: Use-after-free when handling a ReadableStream
2020-04-09 10:53:14 +00:00
bsiegert 82fbb14e46 I hereby declare this pullup season open! 2020-03-30 17:17:24 +00:00
bsiegert ba13a93c25 Pullup ticket #6149 - requested by ryoon
devel/glibmm: bugfix (for inkscape)

Revisions pulled up:
- devel/glibmm/Makefile                                         1.85
- devel/glibmm/distinfo                                         1.59

---
   Module Name:	pkgsrc
   Committed By:	ryoon
   Date:		Mon Mar 30 12:50:45 UTC 2020

   Modified Files:
   	pkgsrc/devel/glibmm: Makefile distinfo

   Log Message:
   glibmm: Update to 2.64.2

   Changelog:
   2020-03-22  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

   	2.64.2

   2020-03-20  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

   	Glib::build_filename(): Fix the template overload

   	and add some tests to tests/glibmm_buildfilename/main.cc.

   	Fixes #71

   2020-03-19  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

   	Meson build: Install generate_extra_defs.h

   	Fixes #70

   2020-03-19  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

   	README: Fix a misspelling
2020-03-30 17:16:52 +00:00
jperkin 22c7ffe96c doc: Add CHANGES file for the pkgsrc-2020Q1 branch. 2020-03-30 07:47:26 +00:00
201 changed files with 2450 additions and 1758 deletions

View File

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.3 2020/03/08 16:48:35 wiz Exp $
# $NetBSD: Makefile,v 1.3.2.1 2020/05/26 18:37:29 bsiegert Exp $
DISTNAME= adplay-1.8
PKGREVISION= 1
PKGREVISION= 2
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GITHUB:=adplug/}
GITHUB_PROJECT= adplay-unix

View File

@ -1,6 +1,7 @@
$NetBSD: distinfo,v 1.1 2019/09/10 12:34:55 fcambus Exp $
$NetBSD: distinfo,v 1.1.4.1 2020/05/26 18:37:29 bsiegert Exp $
SHA1 (adplay-1.8.tar.bz2) = 68957c7fb7a7803b8e9d784faf4158dd3fdf9154
RMD160 (adplay-1.8.tar.bz2) = 169817211acd91037e5ca44e80de4487c3a9eb39
SHA512 (adplay-1.8.tar.bz2) = 6a82b10fa73ad9317303da03d2fcb1fa97772d850f3f78f53c554b9daaa9ae5d04bc2f0a1b1d25fd5d3a1eab073641d6fa0589070721612987d57762f03363c7
Size (adplay-1.8.tar.bz2) = 333582 bytes
SHA1 (patch-configure) = f8b33e56e1b29ee446628ba7ffc1ec8bcdfdc5cb

View File

@ -0,0 +1,15 @@
$NetBSD: patch-configure,v 1.2.2.2 2020/05/26 18:37:29 bsiegert Exp $
Broken with adplug-2.3.2
--- configure.orig 2017-11-19 00:28:23.000000000 +0000
+++ configure
@@ -17462,7 +17462,7 @@ CSurroundopl *dummy;
_ACEOF
if ac_fn_cxx_try_link "$LINENO"; then :
-$as_echo "#define HAVE_ADPLUG_SURROUND /**/" >>confdefs.h
+#$as_echo "#define HAVE_ADPLUG_SURROUND /**/" >>confdefs.h
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
$as_echo "yes" >&6; }

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.10 2019/08/18 19:01:58 fcambus Exp $
# $NetBSD: Makefile,v 1.10.4.1 2020/05/26 18:37:25 bsiegert Exp $
DISTNAME= adplug-2.3.1
DISTNAME= adplug-2.3.2
CATEGORIES= audio devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=adplug/}
GITHUB_RELEASE= ${PKGNAME_NOREV}

View File

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.3 2018/12/11 09:50:44 wiz Exp $
@comment $NetBSD: PLIST,v 1.3.10.1 2020/05/26 18:37:25 bsiegert Exp $
bin/adplugdb
include/adplug/a2m.h
include/adplug/adl.h
@ -37,6 +37,7 @@ include/adplug/jbm.h
include/adplug/kemuopl.h
include/adplug/ksm.h
include/adplug/lds.h
include/adplug/load_helper.h
include/adplug/mad.h
include/adplug/mdi.h
include/adplug/mid.h

View File

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.7 2018/12/11 09:50:44 wiz Exp $
$NetBSD: distinfo,v 1.7.10.1 2020/05/26 18:37:25 bsiegert Exp $
SHA1 (adplug-2.3.1.tar.bz2) = c6efe2e3ec744b45b607a18fb0ef04c87374b4ba
RMD160 (adplug-2.3.1.tar.bz2) = 928c26a97248fb4e5c63813ff52369e812d1dd2c
SHA512 (adplug-2.3.1.tar.bz2) = 324ce084ecf5b0d180b335ebcacd5ab80806a5c9fbdeed6ef7cbd6c2f2cb476d9d9f38f596b7d6100e3d6cab42294300559200297b4b3f34190c1f516454c8c3
Size (adplug-2.3.1.tar.bz2) = 1478424 bytes
SHA1 (adplug-2.3.2.tar.bz2) = bcbe536e39c25316e42dc4b1f9a54e66072f8ad1
RMD160 (adplug-2.3.2.tar.bz2) = e7d7a3884918e4209c425075aae185d55c82a1d9
SHA512 (adplug-2.3.2.tar.bz2) = 0c2e0037172cb968394a4223862d40be1d790ac37311d25d1b9bd8e17043f5aba8d3470840bb0f006710677714ea91704c10f3c23694502c28a40ab22a0c80a4
Size (adplug-2.3.2.tar.bz2) = 1486690 bytes

View File

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.97 2020/03/08 16:48:56 wiz Exp $
# $NetBSD: Makefile,v 1.97.2.1 2020/05/26 18:26:06 bsiegert Exp $
DISTNAME= ${IRSSI_DISTNAME}
PKGREVISION= 3
PKGREVISION= 4
CATEGORIES= chat
EXTRACT_SUFX= ${IRSSI_EXTRACT_SUFX}

View File

@ -1,7 +1,8 @@
$NetBSD: distinfo,v 1.51 2019/08/31 10:04:26 nia Exp $
$NetBSD: distinfo,v 1.51.4.1 2020/05/26 18:26:06 bsiegert Exp $
SHA1 (irssi-1.2.2.tar.gz) = 1004f6adcd949c6ab76bff5abe210521c8af4fd7
RMD160 (irssi-1.2.2.tar.gz) = 49a8681a4a3495e441d8b516304477bdb4d9aa7c
SHA512 (irssi-1.2.2.tar.gz) = 708dd72685f89ba5da155b7276addcb3758a000f633c71a9bee88c84585f1b5f69872696c7d107699edd16cf964e0a046fc13fecc0384505c11258ec16ab3342
Size (irssi-1.2.2.tar.gz) = 1843879 bytes
SHA1 (patch-ad) = 8cb41612afcd6088b869235166da9a6eb37e6ec7
SHA1 (patch-src_fe-text_term-terminfo.c) = 3ebf09dfde3fa01c4f53862e126fe13f082d450c

View File

@ -0,0 +1,18 @@
$NetBSD: patch-src_fe-text_term-terminfo.c,v 1.1.2.2 2020/05/26 18:26:07 bsiegert Exp $
Fix hang when pressing ctrl+space.
From https://github.com/irssi/irssi/issues/1180
--- src/fe-text/term-terminfo.c.orig 2019-08-29 13:48:46.000000000 +0000
+++ src/fe-text/term-terminfo.c
@@ -674,6 +674,10 @@ static int input_utf8(const unsigned cha
{
unichar c = g_utf8_get_char_validated((char *)buffer, size);
+ /* GLib >= 2.63 do not accept Unicode NUL anymore */
+ if (c == (unichar) -2 && *buffer == 0 && size > 0)
+ c = 0;
+
switch (c) {
case (unichar)-1:
/* not UTF8 - fallback to 8bit ascii */

View File

@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.9 2019/08/03 06:46:52 adam Exp $
# $NetBSD: Makefile,v 1.9.4.1 2020/05/08 19:35:48 bsiegert Exp $
.include "../../databases/openldap/Makefile.version"
# get the version from libraries/liblmdb/lmdb.h
PKGNAME= lmdb-0.9.24
PKGNAME= lmdb-0.9.25
CATEGORIES= databases
MAINTAINER= pkgsrc-users@NetBSD.org
@ -26,8 +26,8 @@ TEST_TARGET= test
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "Darwin"
MAKE_FLAGS+= SOEXT=.dylib
MAKE_FLAGS+= SOLIBS=-install_name\ ${PREFIX}/lib/liblmdb.dylib
MAKE_FLAGS+= SOEXT=.dylib
MAKE_FLAGS+= SOLIBS=-install_name\ ${PREFIX}/lib/liblmdb.dylib
.endif
.include "../../mk/pthread.buildlink3.mk"

View File

@ -1,7 +1,7 @@
$NetBSD: distinfo,v 1.9 2020/03/15 21:01:47 tnn Exp $
$NetBSD: distinfo,v 1.9.2.1 2020/05/08 19:35:48 bsiegert Exp $
SHA1 (openldap-2.4.49.tgz) = f0caeca122e6f90e6ac5cc8ba36fe9cec13826da
RMD160 (openldap-2.4.49.tgz) = c09ca490e1f815e2aea799b1edd340e904233ea0
SHA512 (openldap-2.4.49.tgz) = 99d1943d126b06e62865e31e5825fcff2cb15415f7f85ae4962fa0e7425bc3b58db5b9639150d7b09e3642c80257724c745e47c25ab4fcb1bba0ba771011dd49
Size (openldap-2.4.49.tgz) = 5704723 bytes
SHA1 (openldap-2.4.50.tgz) = 82f576e0d0d334e9e798d9de8936683546247bb9
RMD160 (openldap-2.4.50.tgz) = e2e62e98cf9ea46e83ff9d111d0330d6d50b58a4
SHA512 (openldap-2.4.50.tgz) = f528043ff9de36f7b65d8816c9a9c24f0ac400041b2969965178ee6eae62c92a11af33a0a883e4954e5fff98a0738a9f9aa2faf5b385d21974754e045aab31ae
Size (openldap-2.4.50.tgz) = 5712635 bytes
SHA1 (patch-libraries_liblmdb_Makefile) = 4dd8ed43169e5615b416e7e0696dd3b16e784282

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.29 2018/12/20 17:54:09 adam Exp $
# $NetBSD: Makefile,v 1.29.10.1 2020/05/08 19:35:48 bsiegert Exp $
.include "../../databases/openldap/Makefile.version"
@ -8,10 +8,10 @@ CATEGORIES= databases
MAINTAINER= adam@NetBSD.org
COMMENT= Lightweight Directory Access Protocol documentation
NO_CONFIGURE= yes
NO_BUILD= yes
NO_CONFIGURE= yes
NO_BUILD= yes
DOCDIR= ${PREFIX}/share/doc/openldap
DOCDIR= ${PREFIX}/share/doc/openldap
do-install:
${INSTALL_DATA_DIR} ${DESTDIR}${DOCDIR}

View File

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.21 2020/02/10 15:13:06 adam Exp $
$NetBSD: distinfo,v 1.21.2.1 2020/05/08 19:35:48 bsiegert Exp $
SHA1 (openldap-2.4.49.tgz) = f0caeca122e6f90e6ac5cc8ba36fe9cec13826da
RMD160 (openldap-2.4.49.tgz) = c09ca490e1f815e2aea799b1edd340e904233ea0
SHA512 (openldap-2.4.49.tgz) = 99d1943d126b06e62865e31e5825fcff2cb15415f7f85ae4962fa0e7425bc3b58db5b9639150d7b09e3642c80257724c745e47c25ab4fcb1bba0ba771011dd49
Size (openldap-2.4.49.tgz) = 5704723 bytes
SHA1 (openldap-2.4.50.tgz) = 82f576e0d0d334e9e798d9de8936683546247bb9
RMD160 (openldap-2.4.50.tgz) = e2e62e98cf9ea46e83ff9d111d0330d6d50b58a4
SHA512 (openldap-2.4.50.tgz) = f528043ff9de36f7b65d8816c9a9c24f0ac400041b2969965178ee6eae62c92a11af33a0a883e4954e5fff98a0738a9f9aa2faf5b385d21974754e045aab31ae
Size (openldap-2.4.50.tgz) = 5712635 bytes

View File

@ -1,10 +1,10 @@
# $NetBSD: Makefile.version,v 1.19 2020/02/10 15:13:06 adam Exp $
# $NetBSD: Makefile.version,v 1.19.2.1 2020/05/08 19:35:48 bsiegert Exp $
# used by databases/lmdb/Makefile
# used by databases/openldap/Makefile
# used by databases/openldap/Makefile.common
# used by databases/openldap-docs/Makefile
OPENLDAP_VERSION= 2.4.49
OPENLDAP_VERSION= 2.4.50
DISTNAME= openldap-${OPENLDAP_VERSION}
MASTER_SITES= ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/

View File

@ -1,9 +1,9 @@
$NetBSD: distinfo,v 1.114 2020/02/10 15:13:06 adam Exp $
$NetBSD: distinfo,v 1.114.2.1 2020/05/08 19:35:48 bsiegert Exp $
SHA1 (openldap-2.4.49.tgz) = f0caeca122e6f90e6ac5cc8ba36fe9cec13826da
RMD160 (openldap-2.4.49.tgz) = c09ca490e1f815e2aea799b1edd340e904233ea0
SHA512 (openldap-2.4.49.tgz) = 99d1943d126b06e62865e31e5825fcff2cb15415f7f85ae4962fa0e7425bc3b58db5b9639150d7b09e3642c80257724c745e47c25ab4fcb1bba0ba771011dd49
Size (openldap-2.4.49.tgz) = 5704723 bytes
SHA1 (openldap-2.4.50.tgz) = 82f576e0d0d334e9e798d9de8936683546247bb9
RMD160 (openldap-2.4.50.tgz) = e2e62e98cf9ea46e83ff9d111d0330d6d50b58a4
SHA512 (openldap-2.4.50.tgz) = f528043ff9de36f7b65d8816c9a9c24f0ac400041b2969965178ee6eae62c92a11af33a0a883e4954e5fff98a0738a9f9aa2faf5b385d21974754e045aab31ae
Size (openldap-2.4.50.tgz) = 5712635 bytes
SHA1 (patch-ac) = 2995c518278b363bf9657e181c2340d3024d5980
SHA1 (patch-ad) = 24e7ec27d592dd76bdec1e4805801c5304951daf
SHA1 (patch-af) = 2e00b01bd813e73bdc1fb764a02e98d7755703de

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.162 2020/01/21 09:50:58 tm Exp $
# $NetBSD: Makefile,v 1.162.2.1 2020/04/22 09:52:05 bsiegert Exp $
DISTNAME= phpMyAdmin-4.9.4-all-languages
DISTNAME= phpMyAdmin-4.9.5-all-languages
PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME:S/-all-languages//:tl}
CATEGORIES= databases www
MASTER_SITES= https://files.phpmyadmin.net/phpMyAdmin/${PKGVERSION_NOREV}/

View File

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.50 2019/12/03 12:42:28 tm Exp $
@comment $NetBSD: PLIST,v 1.50.2.1 2020/04/22 09:52:05 bsiegert Exp $
share/doc/phpmyadmin/CODE_OF_CONDUCT.md
share/doc/phpmyadmin/CONTRIBUTING.md
share/doc/phpmyadmin/ChangeLog
@ -47,29 +47,29 @@ share/phpmyadmin/doc/html/_images/scatter_chart.png
share/phpmyadmin/doc/html/_images/spline_chart.png
share/phpmyadmin/doc/html/_images/timeline_chart.png
share/phpmyadmin/doc/html/_images/usergroups.png
share/phpmyadmin/doc/html/_sources/bookmarks.txt
share/phpmyadmin/doc/html/_sources/charts.txt
share/phpmyadmin/doc/html/_sources/config.txt
share/phpmyadmin/doc/html/_sources/copyright.txt
share/phpmyadmin/doc/html/_sources/credits.txt
share/phpmyadmin/doc/html/_sources/developers.txt
share/phpmyadmin/doc/html/_sources/faq.txt
share/phpmyadmin/doc/html/_sources/glossary.txt
share/phpmyadmin/doc/html/_sources/import_export.txt
share/phpmyadmin/doc/html/_sources/index.txt
share/phpmyadmin/doc/html/_sources/intro.txt
share/phpmyadmin/doc/html/_sources/other.txt
share/phpmyadmin/doc/html/_sources/privileges.txt
share/phpmyadmin/doc/html/_sources/relations.txt
share/phpmyadmin/doc/html/_sources/require.txt
share/phpmyadmin/doc/html/_sources/security.txt
share/phpmyadmin/doc/html/_sources/settings.txt
share/phpmyadmin/doc/html/_sources/setup.txt
share/phpmyadmin/doc/html/_sources/themes.txt
share/phpmyadmin/doc/html/_sources/transformations.txt
share/phpmyadmin/doc/html/_sources/two_factor.txt
share/phpmyadmin/doc/html/_sources/user.txt
share/phpmyadmin/doc/html/_sources/vendors.txt
share/phpmyadmin/doc/html/_sources/bookmarks.rst.txt
share/phpmyadmin/doc/html/_sources/charts.rst.txt
share/phpmyadmin/doc/html/_sources/config.rst.txt
share/phpmyadmin/doc/html/_sources/copyright.rst.txt
share/phpmyadmin/doc/html/_sources/credits.rst.txt
share/phpmyadmin/doc/html/_sources/developers.rst.txt
share/phpmyadmin/doc/html/_sources/faq.rst.txt
share/phpmyadmin/doc/html/_sources/glossary.rst.txt
share/phpmyadmin/doc/html/_sources/import_export.rst.txt
share/phpmyadmin/doc/html/_sources/index.rst.txt
share/phpmyadmin/doc/html/_sources/intro.rst.txt
share/phpmyadmin/doc/html/_sources/other.rst.txt
share/phpmyadmin/doc/html/_sources/privileges.rst.txt
share/phpmyadmin/doc/html/_sources/relations.rst.txt
share/phpmyadmin/doc/html/_sources/require.rst.txt
share/phpmyadmin/doc/html/_sources/security.rst.txt
share/phpmyadmin/doc/html/_sources/settings.rst.txt
share/phpmyadmin/doc/html/_sources/setup.rst.txt
share/phpmyadmin/doc/html/_sources/themes.rst.txt
share/phpmyadmin/doc/html/_sources/transformations.rst.txt
share/phpmyadmin/doc/html/_sources/two_factor.rst.txt
share/phpmyadmin/doc/html/_sources/user.rst.txt
share/phpmyadmin/doc/html/_sources/vendors.rst.txt
share/phpmyadmin/doc/html/_static/ajax-loader.gif
share/phpmyadmin/doc/html/_static/basic.css
share/phpmyadmin/doc/html/_static/classic.css
@ -78,10 +78,12 @@ share/phpmyadmin/doc/html/_static/comment-close.png
share/phpmyadmin/doc/html/_static/comment.png
share/phpmyadmin/doc/html/_static/default.css
share/phpmyadmin/doc/html/_static/doctools.js
share/phpmyadmin/doc/html/_static/documentation_options.js
share/phpmyadmin/doc/html/_static/down-pressed.png
share/phpmyadmin/doc/html/_static/down.png
share/phpmyadmin/doc/html/_static/file.png
share/phpmyadmin/doc/html/_static/jquery.js
share/phpmyadmin/doc/html/_static/language_data.js
share/phpmyadmin/doc/html/_static/minus.png
share/phpmyadmin/doc/html/_static/plus.png
share/phpmyadmin/doc/html/_static/pygments.css
@ -1600,9 +1602,6 @@ share/phpmyadmin/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Renderer/Text/Html
share/phpmyadmin/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Renderer/Text/TextTest.php
share/phpmyadmin/vendor/bacon/bacon-qr-code/tests/bootstrap.php
share/phpmyadmin/vendor/bacon/bacon-qr-code/tests/phpunit.xml
share/phpmyadmin/vendor/bin/highlight-query
share/phpmyadmin/vendor/bin/lint-query
share/phpmyadmin/vendor/bin/tokenize-query
share/phpmyadmin/vendor/composer/ClassLoader.php
share/phpmyadmin/vendor/composer/LICENSE
share/phpmyadmin/vendor/composer/autoload_classmap.php
@ -1696,8 +1695,6 @@ share/phpmyadmin/vendor/phpmyadmin/shapefile/phpunit.xml
share/phpmyadmin/vendor/phpmyadmin/shapefile/src/ShapeFile.php
share/phpmyadmin/vendor/phpmyadmin/shapefile/src/ShapeRecord.php
share/phpmyadmin/vendor/phpmyadmin/shapefile/src/Util.php
share/phpmyadmin/vendor/phpmyadmin/sql-parser/.github/stale.yml
share/phpmyadmin/vendor/phpmyadmin/sql-parser/.weblate
share/phpmyadmin/vendor/phpmyadmin/sql-parser/CHANGELOG.md
share/phpmyadmin/vendor/phpmyadmin/sql-parser/CODE_OF_CONDUCT.md
share/phpmyadmin/vendor/phpmyadmin/sql-parser/CONTRIBUTING.md
@ -1706,7 +1703,6 @@ share/phpmyadmin/vendor/phpmyadmin/sql-parser/README.md
share/phpmyadmin/vendor/phpmyadmin/sql-parser/bin/highlight-query
share/phpmyadmin/vendor/phpmyadmin/sql-parser/bin/lint-query
share/phpmyadmin/vendor/phpmyadmin/sql-parser/bin/tokenize-query
share/phpmyadmin/vendor/phpmyadmin/sql-parser/codecov.yml
share/phpmyadmin/vendor/phpmyadmin/sql-parser/composer.json
share/phpmyadmin/vendor/phpmyadmin/sql-parser/locale/af/LC_MESSAGES/sqlparser.mo
share/phpmyadmin/vendor/phpmyadmin/sql-parser/locale/ar/LC_MESSAGES/sqlparser.mo
@ -1792,7 +1788,6 @@ share/phpmyadmin/vendor/phpmyadmin/sql-parser/locale/vi/LC_MESSAGES/sqlparser.mo
share/phpmyadmin/vendor/phpmyadmin/sql-parser/locale/vls/LC_MESSAGES/sqlparser.mo
share/phpmyadmin/vendor/phpmyadmin/sql-parser/locale/zh_CN/LC_MESSAGES/sqlparser.mo
share/phpmyadmin/vendor/phpmyadmin/sql-parser/locale/zh_TW/LC_MESSAGES/sqlparser.mo
share/phpmyadmin/vendor/phpmyadmin/sql-parser/phpcs.xml.dist
share/phpmyadmin/vendor/phpmyadmin/sql-parser/phpunit.xml.dist
share/phpmyadmin/vendor/phpmyadmin/sql-parser/src/Component.php
share/phpmyadmin/vendor/phpmyadmin/sql-parser/src/Components/AlterOperation.php
@ -1986,6 +1981,7 @@ share/phpmyadmin/vendor/symfony/polyfill-util/TestListenerForV6.php
share/phpmyadmin/vendor/symfony/polyfill-util/TestListenerForV7.php
share/phpmyadmin/vendor/symfony/polyfill-util/TestListenerTrait.php
share/phpmyadmin/vendor/symfony/polyfill-util/composer.json
share/phpmyadmin/vendor/tecnickcom/tcpdf/.github/FUNDING.yml
share/phpmyadmin/vendor/tecnickcom/tcpdf/CHANGELOG.TXT
share/phpmyadmin/vendor/tecnickcom/tcpdf/LICENSE.TXT
share/phpmyadmin/vendor/tecnickcom/tcpdf/README.md

View File

@ -1,7 +1,7 @@
$NetBSD: distinfo,v 1.112 2020/01/21 09:50:58 tm Exp $
$NetBSD: distinfo,v 1.112.2.1 2020/04/22 09:52:05 bsiegert Exp $
SHA1 (phpMyAdmin-4.9.4-all-languages.tar.xz) = b76c020276b619faa7a5aada2ca9e987b2d1e54b
RMD160 (phpMyAdmin-4.9.4-all-languages.tar.xz) = 75849da37da1911fbfdd7bfbf058417214d74d4a
SHA512 (phpMyAdmin-4.9.4-all-languages.tar.xz) = 3ddab59725d59bcbe99457a1717f12b53bbd251f0bfcea1582288abfbb4507e50351e3ed0e76961026b0ad351abc806deed4a97f0fa882b34ee095ef314aaf37
Size (phpMyAdmin-4.9.4-all-languages.tar.xz) = 6134852 bytes
SHA1 (phpMyAdmin-4.9.5-all-languages.tar.xz) = 25b733a5917d2f40df69a39d3719fb8b7204054f
RMD160 (phpMyAdmin-4.9.5-all-languages.tar.xz) = 7e8eedaa60babe520905298f778f887693b7b971
SHA512 (phpMyAdmin-4.9.5-all-languages.tar.xz) = 555f07f087d8bcddd114df0b86fa21872f14f45c31e0f63eea499e76fdebdfd8abebcc88662887418e80ddebfea73d6aaac17856cf433d1855423b5145865d1a
Size (phpMyAdmin-4.9.5-all-languages.tar.xz) = 6138948 bytes
SHA1 (patch-libraries_vendor__config.php) = b758f5550dd7226d88293fa6614b2283cbd8e3ea

View File

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.3 2020/03/20 15:41:33 taca Exp $
$NetBSD: distinfo,v 1.3.2.1 2020/06/01 19:15:21 bsiegert Exp $
SHA1 (activerecord-5.2.4.2.gem) = 61fcf0ae09b1278c6e29affc307e318f83912301
RMD160 (activerecord-5.2.4.2.gem) = 9b99bd36fa5a302b79a9b2c9ce7108a5f7cd55c0
SHA512 (activerecord-5.2.4.2.gem) = e4c74986558a28298d5180fa92a79350bada6af42403a5b47260e2c891d47fd7928fbdb52cc61f4fcca05561dbd0099cc543cc14f376030e061e353b421f7fff
Size (activerecord-5.2.4.2.gem) = 358400 bytes
SHA1 (activerecord-5.2.4.3.gem) = 2db5dfbeb0860c4287fe1f6f7f4d180213c95393
RMD160 (activerecord-5.2.4.3.gem) = 85d658a693acd7c9c12a90ea7020681618529aea
SHA512 (activerecord-5.2.4.3.gem) = ab6dbb05d90dcc722b8b2df4b0b743a91d7e47e97e53e72e63308fe8d47d20d28ebfaa863ce0130583fb05ec2c65f559d82511b91bc6ba7ba80538a3ed02f196
Size (activerecord-5.2.4.3.gem) = 358400 bytes

View File

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.1 2020/03/20 16:55:38 taca Exp $
@comment $NetBSD: PLIST,v 1.1.2.1 2020/06/04 08:51:16 bsiegert Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/CHANGELOG.md
${GEM_LIBDIR}/MIT-LICENSE
@ -6,6 +6,7 @@ ${GEM_LIBDIR}/README.rdoc
${GEM_LIBDIR}/examples/performance.rb
${GEM_LIBDIR}/examples/simple.rb
${GEM_LIBDIR}/lib/active_record.rb
${GEM_LIBDIR}/lib/active_record/advisory_lock_base.rb
${GEM_LIBDIR}/lib/active_record/aggregations.rb
${GEM_LIBDIR}/lib/active_record/association_relation.rb
${GEM_LIBDIR}/lib/active_record/associations.rb

View File

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.1 2020/03/20 16:55:38 taca Exp $
$NetBSD: distinfo,v 1.1.2.1 2020/06/04 08:51:16 bsiegert Exp $
SHA1 (activerecord-6.0.2.2.gem) = e87748fc622d675b58b00eceff6022cb39ac9e17
RMD160 (activerecord-6.0.2.2.gem) = 02b0ec5e9faf30f8f852ce467c6c02f74ace54e5
SHA512 (activerecord-6.0.2.2.gem) = 8bfb7874af9bbe4b2e31c8d77acb2f8b16eebd9764a93b81ce09bed8bb71ef02bf6dbc0b809b9b8a9c42fff578388a1bb339408ade767bef8002ccf06083c6c9
Size (activerecord-6.0.2.2.gem) = 406528 bytes
SHA1 (activerecord-6.0.3.1.gem) = 799344ebdf08a45c56ace16e3f124d4e2a0ecc46
RMD160 (activerecord-6.0.3.1.gem) = 7002a4663363c25100892c04999cee52fe75a550
SHA512 (activerecord-6.0.3.1.gem) = d25b7c71fbe753ff7219a583dcea4b7afc8466d5cf6dc1e4a845c888741c4c25f423158d6aa44f454709c4590f77625a04bb24956e4e386001bd00b4ab735229
Size (activerecord-6.0.3.1.gem) = 407552 bytes

View File

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.138 2020/03/08 16:49:09 wiz Exp $
# $NetBSD: Makefile,v 1.138.2.1 2020/05/15 16:54:42 bsiegert Exp $
DISTNAME= SDL-1.2.15
PKGREVISION= 30
PKGREVISION= 31
CATEGORIES= devel games
MASTER_SITES= http://www.libsdl.org/release/

View File

@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.82 2019/07/24 14:08:23 micha Exp $
$NetBSD: distinfo,v 1.82.4.1 2020/05/15 16:54:42 bsiegert Exp $
SHA1 (SDL-1.2.15.tar.gz) = 0c5f193ced810b0d7ce3ab06d808cbb5eef03a2c
RMD160 (SDL-1.2.15.tar.gz) = d4802a090cb4a24eeb0c8ce5690802f596d394c3
@ -11,7 +11,7 @@ SHA1 (patch-src_audio_bsd_SDL__bsdaudio.c) = 7f5fbf4d839e52fce028810dc807b404fcd
SHA1 (patch-src_audio_dma_SDL__dmaaudio.c) = cede64d04e8872b11851bfcacbc99059df973881
SHA1 (patch-src_audio_sun_SDL__sunaudio.c) = 4b492b40d39e6444037dfda55766e4a149cc6c30
SHA1 (patch-src_joystick_bsd_SDL__sysjoystick.c) = a20608d6a4cc8f2c8f5fb2d77a572f373178151b
SHA1 (patch-src_video_SDL__bmp.c) = 87b14ee02315703479ce522299ffe8d9e83d7e06
SHA1 (patch-src_video_SDL__bmp.c) = 89252aa0de90a80cb7fa1c0bf6a7e0e73973ff83
SHA1 (patch-src_video_SDL__pixels.c) = e4c1feeda33cdd5e891ff203c573c5f578d17368
SHA1 (patch-src_video_nanox_SDL__nxvideo.c) = 653ff4358d62f7093f646fba5ddae2921876144c
SHA1 (patch-src_video_quartz_SDL__QuartzVideo.h) = 19d952bade06dbd646e94f42139c38436969b1a8

View File

@ -1,4 +1,4 @@
$NetBSD: patch-src_video_SDL__bmp.c,v 1.1 2019/07/21 11:14:38 nia Exp $
$NetBSD: patch-src_video_SDL__bmp.c,v 1.1.6.1 2020/05/15 16:54:42 bsiegert Exp $
CVE-2019-7635: Reject BMP images with pixel colors out the palette
From upstream hg 12831:f1f5878be5db
@ -6,12 +6,27 @@ From upstream hg 12831:f1f5878be5db
CVE-2019-7636, CVE-2019-7638
From upstream hg 12612:07c39cbbeacf
CVE-2019-13616: validate image size when loading BMP files
From upstream hg 12960:ad1bbfbca760
Reject 2, 3, 5, 6, 7-bpp BMP images
From upstreah hg 12646:4646533663ae
--- src/video/SDL_bmp.c.orig 2012-01-19 06:30:06.000000000 +0000
+++ src/video/SDL_bmp.c
@@ -163,6 +163,14 @@ SDL_Surface * SDL_LoadBMP_RW (SDL_RWops
@@ -143,6 +143,11 @@ SDL_Surface * SDL_LoadBMP_RW (SDL_RWops
(void) biYPelsPerMeter;
(void) biClrImportant;
+ if (biWidth <= 0 || biHeight == 0) {
+ SDL_SetError("BMP file with bad dimensions (%dx%d)", biWidth, biHeight);
+ was_error = SDL_TRUE;
+ goto done;
+ }
if (biHeight < 0) {
topDown = SDL_TRUE;
biHeight = -biHeight;
@@ -163,6 +168,14 @@ SDL_Surface * SDL_LoadBMP_RW (SDL_RWops
ExpandBMP = biBitCount;
biBitCount = 8;
break;
@ -26,7 +41,7 @@ From upstreah hg 12646:4646533663ae
default:
ExpandBMP = 0;
break;
@@ -233,6 +241,10 @@ SDL_Surface * SDL_LoadBMP_RW (SDL_RWops
@@ -233,6 +246,10 @@ SDL_Surface * SDL_LoadBMP_RW (SDL_RWops
if ( palette ) {
if ( biClrUsed == 0 ) {
biClrUsed = 1 << biBitCount;
@ -37,7 +52,7 @@ From upstreah hg 12646:4646533663ae
}
if ( biSize == 12 ) {
for ( i = 0; i < (int)biClrUsed; ++i ) {
@@ -296,6 +308,12 @@ SDL_Surface * SDL_LoadBMP_RW (SDL_RWops
@@ -296,6 +313,12 @@ SDL_Surface * SDL_LoadBMP_RW (SDL_RWops
}
*(bits+i) = (pixel>>shift);
pixel <<= ExpandBMP;
@ -50,7 +65,7 @@ From upstreah hg 12646:4646533663ae
} }
break;
@@ -306,6 +324,16 @@ SDL_Surface * SDL_LoadBMP_RW (SDL_RWops
@@ -306,6 +329,16 @@ SDL_Surface * SDL_LoadBMP_RW (SDL_RWops
was_error = SDL_TRUE;
goto done;
}

View File

@ -1,9 +1,9 @@
$NetBSD: distinfo,v 1.97 2020/03/19 22:30:30 rillig Exp $
$NetBSD: distinfo,v 1.97.2.2 2020/05/06 09:53:00 bsiegert Exp $
SHA1 (git-2.25.2.tar.xz) = 1ffefbd7b82d514d188d323ba700df42f14a400d
RMD160 (git-2.25.2.tar.xz) = 03e2b8a9c041cb9b20cbe848a0babc3e602abaa8
SHA512 (git-2.25.2.tar.xz) = 5f24bb060165a7397286588cfa32a3e77a98059058363699f7873a2efbb77419dc8985a9b8ae05166035e24db586c379b55c7049a5b6a436c554a7f621a51a23
Size (git-2.25.2.tar.xz) = 5877576 bytes
SHA1 (git-2.25.4.tar.xz) = 7fb514cf5682b21fc0829428ceae0ff1544b7dfa
RMD160 (git-2.25.4.tar.xz) = a04c830a714df73e777d0c84ae5bb32fe18e8a82
SHA512 (git-2.25.4.tar.xz) = ca2ecc561d06dbb393fe47d445f0d69423d114766d9bcc125ef1d6d37e350ad903c456540cea420c1a51635b750cde3901e4196f29ce95b315fda11270173450
Size (git-2.25.4.tar.xz) = 5880976 bytes
SHA1 (patch-Documentation_Makefile) = 6025adac0fbb4b403f3954e6dac9d690dfb22daa
SHA1 (patch-Makefile) = 73741b9d9a1b32bb47db48a7c546c4ff10fb41d6
SHA1 (patch-builtin_receive-pack.c) = 271df08d874a11b41f33aade64352040bc028fa2

View File

@ -1,7 +1,7 @@
# $NetBSD: Makefile.version,v 1.85 2020/03/19 17:08:06 adam Exp $
# $NetBSD: Makefile.version,v 1.85.2.2 2020/05/06 09:53:00 bsiegert Exp $
#
# used by devel/git/Makefile.common
# used by devel/git-cvs/Makefile
# used by devel/git-svn/Makefile
GIT_VERSION= 2.25.2
GIT_VERSION= 2.25.4

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.84 2020/03/22 18:01:26 wiz Exp $
# $NetBSD: Makefile,v 1.84.2.1 2020/03/30 17:16:52 bsiegert Exp $
DISTNAME= glibmm-2.64.1
DISTNAME= glibmm-2.64.2
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/glibmm/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz

View File

@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.58 2020/03/22 18:01:26 wiz Exp $
$NetBSD: distinfo,v 1.58.2.1 2020/03/30 17:16:52 bsiegert Exp $
SHA1 (glibmm-2.64.1.tar.xz) = ae64343ee146b9d75bd79a9f629c71a69a9ee906
RMD160 (glibmm-2.64.1.tar.xz) = 7be11bf5bcb8adacb1896ffcca85e5058a4881bb
SHA512 (glibmm-2.64.1.tar.xz) = 403d04e41bbe6c1b71a63caa80084d2e59691b943040ebaca8914ab388eadd1cba8c1e9e33222b36bd0d13769c5b763126cf3b672ad011a23ba17ce83b9d2e9d
Size (glibmm-2.64.1.tar.xz) = 7439480 bytes
SHA1 (glibmm-2.64.2.tar.xz) = 8a75e2437f792cbc57809672b8f456239274b8dc
RMD160 (glibmm-2.64.2.tar.xz) = 2179309ac33a9c9d47d8cdfbf6a778cf1da8dabb
SHA512 (glibmm-2.64.2.tar.xz) = 0130af9a16981a54630150db6f4b1a95458d72d650c5e4781ee97ce624ec98c600b79ebf234d212e025781453fd11d78b9e8273235ffa143397423418fe970cc
Size (glibmm-2.64.2.tar.xz) = 7438116 bytes
SHA1 (patch-glib_glibmm_date.h) = 50ae17f3ee1fd4d6d519cb2c5446749ec08d0761
SHA1 (patch-glib_glibmm_ustring.cc) = 626bedb16baa7664eade41afd585f0db339f99af

View File

@ -1,13 +1,13 @@
$NetBSD: patch-aa,v 1.1.1.1 2009/04/18 02:27:21 rh Exp $
$NetBSD: patch-aa,v 1.1 2009/04/18 02:19:23 rh Exp $
--- GNUmakefile.orig 2009-04-18 11:56:31.000000000 +1000
--- GNUmakefile.orig 2009-04-18 10:49:03.000000000 +1000
+++ GNUmakefile
@@ -38,7 +38,7 @@ GNUSTEP_INSTALLATION_DOMAIN = SYSTEM
include $(GNUSTEP_MAKEFILES)/common.make
include ./Version
-SUBPROJECTS = Foundation Resources examples
+SUBPROJECTS = examples
+SUBPROJECTS = Foundation Resources
include $(GNUSTEP_MAKEFILES)/aggregate.make

View File

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.39 2020/02/28 22:37:24 tnn Exp $
# $NetBSD: Makefile,v 1.39.2.1 2020/05/10 13:29:55 bsiegert Exp $
DISTNAME= libffi-3.3
PKGREVISION= 1
PKGREVISION= 2
CATEGORIES= devel
MASTER_SITES= ftp://sourceware.org/pub/libffi/

View File

@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.52 2020/03/21 16:08:34 rin Exp $
$NetBSD: distinfo,v 1.52.2.1 2020/05/10 13:29:55 bsiegert Exp $
SHA1 (libffi-3.3.tar.gz) = 8df6cb570c8d6596a67d1c0773bf00650154f7aa
RMD160 (libffi-3.3.tar.gz) = 2cd43b66d792f1bad76df2e19a8411beacfcb8e0
@ -7,6 +7,7 @@ Size (libffi-3.3.tar.gz) = 1305466 bytes
SHA1 (patch-configure) = 81f1f2bee39a40f2a34b3a6cea0b210d13037482
SHA1 (patch-configure_host) = 94678e6c264ee116c339eb92f840909a663f28f7
SHA1 (patch-src_aarch64_ffi.c) = c5bd73abcb7445b073eb3e61feda212ee3396246
SHA1 (patch-src_arm_sysv.S) = 9aaa8e12e627d68126fbc4ff02e06ed45c94da1a
SHA1 (patch-src_closures.c) = f818bd0384f146a17964e2320df1321d8b83ec73
SHA1 (patch-src_m68k_ffi.c) = 5179cfd150bc7de15eb1c5ee0a327016c2c32b3e
SHA1 (patch-src_m88k_elfbsd.S) = 6572c7fa39c00096cb4a80bb88993ff1b4aaa8cc

View File

@ -0,0 +1,15 @@
$NetBSD: patch-src_arm_sysv.S,v 1.9.2.2 2020/05/10 13:29:55 bsiegert Exp $
fix: libffi.so: undefined reference to `__aeabi_unwind_cpp_pr0'
--- src/arm/sysv.S.orig 2019-10-31 14:49:54.000000000 +0000
+++ src/arm/sysv.S
@@ -53,7 +53,7 @@
#endif
/* Conditionally compile unwinder directives. */
-#ifdef __ARM_EABI__
+#if defined(__ARM_EABI__) && !defined(__ARM_DWARF_EH__)
# define UNWIND(...) __VA_ARGS__
#else
# define UNWIND(...)

View File

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.21 2020/01/18 23:30:32 rillig Exp $
# $NetBSD: Makefile,v 1.21.2.1 2020/06/09 11:59:46 bsiegert Exp $
DISTNAME= libntlm-1.5
CATEGORIES= security
DISTNAME= libntlm-1.6
CATEGORIES= devel security
MASTER_SITES= http://www.nongnu.org/libntlm/releases/
MAINTAINER= pkgsrc-users@NetBSD.org

View File

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.11 2019/11/26 12:39:45 wiz Exp $
$NetBSD: distinfo,v 1.11.2.1 2020/06/09 11:59:46 bsiegert Exp $
SHA1 (libntlm-1.5.tar.gz) = eaecb15173d41381862920cb78238c695b41f43a
RMD160 (libntlm-1.5.tar.gz) = 831aaba9288014cc01eb92f80e704933afa64071
SHA512 (libntlm-1.5.tar.gz) = 3592764b6cad21e2f4162997954c10c2122918ddb3496a3959e660c9a61103cc93bc65b8d26eff7f01055a3803c20539902fead4305dc0065747d6476704a8ba
Size (libntlm-1.5.tar.gz) = 658935 bytes
SHA1 (libntlm-1.6.tar.gz) = d6f9b69f154d82d0f9a49e9686b79fc03f21c3c6
RMD160 (libntlm-1.6.tar.gz) = 673b3b2d18a8429565c09b52b309f598937ca081
SHA512 (libntlm-1.6.tar.gz) = d68bc6b5cd7f5f70385ba78275a810fa46e60f761f0949f2262eef35ae052661739ef17ce3fc4ab75f7e8cfc788b1ccd7766d4ff0ee78db08ea4de3e224653f2
Size (libntlm-1.6.tar.gz) = 688608 bytes

View File

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.3 2020/03/20 15:38:57 taca Exp $
$NetBSD: distinfo,v 1.3.2.1 2020/06/01 19:15:21 bsiegert Exp $
SHA1 (activejob-5.2.4.2.gem) = 01f8146e6cfb1fa705a397dadd788aecf7410dc3
RMD160 (activejob-5.2.4.2.gem) = 94d71f55a727e22bd1704626d21ada708a665374
SHA512 (activejob-5.2.4.2.gem) = 2ee36f4f8e3765dea98471a93afcfbe18e275e34e13966ec0862c3776094d0fe1a9d0ec2e7134e25f644dc05b472952945eb9897d5cdce0a03cbfcc7e9fce0f3
Size (activejob-5.2.4.2.gem) = 26112 bytes
SHA1 (activejob-5.2.4.3.gem) = 261537dfe4b9becacadb97b5a4b1745a1a2ad88e
RMD160 (activejob-5.2.4.3.gem) = b7970a02f4c12f15d1019cce43b0c5e17a6d7bf4
SHA512 (activejob-5.2.4.3.gem) = 82c79e2255cd22a009b15b0be202ea8c6b16fc2d88410507799fd4438e8a590e8a6788d65b4c8f94ddc99a632fd45da2f3e59d88555686da81bb4e82aff07288
Size (activejob-5.2.4.3.gem) = 26112 bytes

View File

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.1 2020/03/20 16:48:47 taca Exp $
$NetBSD: distinfo,v 1.1.2.1 2020/06/04 08:51:17 bsiegert Exp $
SHA1 (activejob-6.0.2.2.gem) = db7b98cfe0e015b7f5cd0dda13f2d9df0cd44201
RMD160 (activejob-6.0.2.2.gem) = 6efd0f27e6c1bd4d314cf3a080fd438997a22854
SHA512 (activejob-6.0.2.2.gem) = 8feb4e528232eda4200d771cd12c5e85538d16fce2e0354b6c7dc952930a5c97207c6d54a466ac5b2db6599e8419793c6666cebd54da0f9b183f3b358afbc1c3
Size (activejob-6.0.2.2.gem) = 31232 bytes
SHA1 (activejob-6.0.3.1.gem) = d93fa09175cd3a4260aaa04576405caeaea5c722
RMD160 (activejob-6.0.3.1.gem) = 08eb7e3973e3cf8be48bdb33f9d33302ae4d1147
SHA512 (activejob-6.0.3.1.gem) = 2a89f435f075564a4edf1fe13f629f34b18207c5789571844a4085e2033f18fe4dd3bbf7591aaf36d318a9ae22c3fd5f5603e7ad00d0a0331d21220c50879646
Size (activejob-6.0.3.1.gem) = 31744 bytes

View File

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.3 2020/03/20 15:38:30 taca Exp $
$NetBSD: distinfo,v 1.3.2.1 2020/06/01 19:15:22 bsiegert Exp $
SHA1 (activemodel-5.2.4.2.gem) = 9bc14bb8a6b2609dc2c9bb54bdae80b292ae32bf
RMD160 (activemodel-5.2.4.2.gem) = 19f7c012e2fb968779f418f8932fbd8f807c433e
SHA512 (activemodel-5.2.4.2.gem) = 7efad523a00841fe14cdcd144e9d7dcf1ace99d2e31f6e7dd49127dba0c11fe366fd456869659ee33dce5df88901b16aaaacee740a989d9bd25aab92deca67cb
Size (activemodel-5.2.4.2.gem) = 56832 bytes
SHA1 (activemodel-5.2.4.3.gem) = 3152765c56701234d56505be6f9f335686335d42
RMD160 (activemodel-5.2.4.3.gem) = f1a94779e1724cf2820eecf926a42db8ecee15f4
SHA512 (activemodel-5.2.4.3.gem) = 0c9a056ed15e58cb8fb1c7a585324cbee14450f81b07a30b1909aa7edd080ce82e6abdb779200bd14c39e639db0280e0d6d65bac56a33587b65fa4e57b7fa066
Size (activemodel-5.2.4.3.gem) = 56832 bytes

View File

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.1 2020/03/20 16:47:32 taca Exp $
$NetBSD: distinfo,v 1.1.2.1 2020/06/04 08:51:17 bsiegert Exp $
SHA1 (activemodel-6.0.2.2.gem) = 6130a07586ae15309bef10211cba0528062586c9
RMD160 (activemodel-6.0.2.2.gem) = 598332baa7333a52ffedfb101e76f94d92bef462
SHA512 (activemodel-6.0.2.2.gem) = 17b9bc7dd3991713881d0609e075ec6a9575786fcd82d6387295d10070b13fab8578f1bc1aa0d279a84c2d52780a94d0395dd714b4144f3d67ebff3eea0a13bd
Size (activemodel-6.0.2.2.gem) = 58880 bytes
SHA1 (activemodel-6.0.3.1.gem) = 751083db939d5b00ee66e383688365f06221b9a5
RMD160 (activemodel-6.0.3.1.gem) = 46285c89622b1d52019bdd773e6d383030194ec0
SHA512 (activemodel-6.0.3.1.gem) = a214994bad017efa9acef9bde5049b1bca96cac8a96823a5353cc5a842029e87f0dce62c7bfe5ad0b2ce17ee2edf7b7ab71689a6186302b6a8409d55d24ee02f
Size (activemodel-6.0.3.1.gem) = 58880 bytes

View File

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.3 2020/03/20 15:41:59 taca Exp $
$NetBSD: distinfo,v 1.3.2.1 2020/06/01 19:15:22 bsiegert Exp $
SHA1 (activestorage-5.2.4.2.gem) = c649d5ad7fedfa203ccaee299a88ca61bf4b95cb
RMD160 (activestorage-5.2.4.2.gem) = ddcc272b7827d67ab3b0c5d24bd883b6adf13439
SHA512 (activestorage-5.2.4.2.gem) = 2deb4d44e4d38a8ced352f3d53dca4e9680293b87924a31534c546714243067184a63c9c4d15b5d84d8ed86ad8ea4992c75bc1581827bcaf0f78533fcb32946e
Size (activestorage-5.2.4.2.gem) = 44032 bytes
SHA1 (activestorage-5.2.4.3.gem) = 80d1942082dfac378fa2446c4d9b90b59a209b16
RMD160 (activestorage-5.2.4.3.gem) = d050e54239a5cbe190809ffceb815f04dde9b6af
SHA512 (activestorage-5.2.4.3.gem) = 6ca11d172bce727f067ae9170012316801c5da22a8707c116f6546225b07fbd479c7ce88871c1c31931477e3c9848a2421ff21a28fbe11ab2c2a99f476f66c33
Size (activestorage-5.2.4.3.gem) = 44544 bytes

View File

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.1 2020/03/20 17:08:50 taca Exp $
$NetBSD: distinfo,v 1.1.2.1 2020/06/04 08:51:17 bsiegert Exp $
SHA1 (activestorage-6.0.2.2.gem) = cdad616b0e572ae6ae09a4bfe8a6c77eb9311167
RMD160 (activestorage-6.0.2.2.gem) = 15c2fb8d411957534bf2f15330e1f1a01f23be0f
SHA512 (activestorage-6.0.2.2.gem) = e95dd203f40959cd33572d452402bdbeb865e88e9e15d62edcf9c1a986323c0be3b006e960b8ebe1aa2775a2c6bb38b374dfad43d24141f64ca1d8ed2c02472e
Size (activestorage-6.0.2.2.gem) = 50688 bytes
SHA1 (activestorage-6.0.3.1.gem) = 5066a273cc46d7a71e69f34c6d17b1f0eeac74ef
RMD160 (activestorage-6.0.3.1.gem) = 6c175fa6ab323198b1c96d6384b71e8ead3cba73
SHA512 (activestorage-6.0.3.1.gem) = a703771604d5cb9de5300a2f939a6fefaaade7e7b7735ffed6a07d9ccc20424796e1910942680c25a693fc4b3bce78d0767f653e25dafb17febeb7dba006cf22
Size (activestorage-6.0.3.1.gem) = 50688 bytes

View File

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.3 2020/03/20 15:37:38 taca Exp $
$NetBSD: distinfo,v 1.3.2.1 2020/06/01 19:15:22 bsiegert Exp $
SHA1 (activesupport-5.2.4.2.gem) = 450650072a3f293c6569ed8a57289c73dd41dc9c
RMD160 (activesupport-5.2.4.2.gem) = 6bf8ed4fe2cbaf7216a0495078d012498ad2f571
SHA512 (activesupport-5.2.4.2.gem) = 3284ce173ffa618781b4b07def723e6ed6ec65a3614ed0d8deec747e319dda58de94ddf48dbbdab7b9d0f7321b17cdf84387ac5196e6ae4026a488e09d840c41
Size (activesupport-5.2.4.2.gem) = 381952 bytes
SHA1 (activesupport-5.2.4.3.gem) = 1bfd68dcae101feb5a6414f3d449de07f179366b
RMD160 (activesupport-5.2.4.3.gem) = c5f903e220a3bb7fbea68c9d2ce7d920e2d5c1ef
SHA512 (activesupport-5.2.4.3.gem) = b8fb8e9f1ebf6dfcba106477b2434dd9c8c67ecdefdf16d1a6d8aa2fd9c7cd5c491327afd975356fe322fb6897fbaa7f93624157f1ccc9eb8422c2122d38ba74
Size (activesupport-5.2.4.3.gem) = 381952 bytes

View File

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.1 2020/03/20 16:45:40 taca Exp $
$NetBSD: distinfo,v 1.1.2.1 2020/06/04 08:51:17 bsiegert Exp $
SHA1 (activesupport-6.0.2.2.gem) = 29d803376398d6a20e9ac02d45dae930f2fee306
RMD160 (activesupport-6.0.2.2.gem) = 55d01d062c2b6f0aa9d6f8be9b5ae0c65b13ac74
SHA512 (activesupport-6.0.2.2.gem) = 4f8f3cc42d5ea06aa5e332c558aede16af9c500b5edc31c1f747bfba9799d21343aebaecda686d211c765ff79435eceeac7c50d9af112dfed52bf1c355f8e7e5
Size (activesupport-6.0.2.2.gem) = 212992 bytes
SHA1 (activesupport-6.0.3.1.gem) = 637121aaab5d88902f686d64e86fd4b4967b2031
RMD160 (activesupport-6.0.3.1.gem) = 75a7066e92da82611285bd73e952695be8bf3b40
SHA512 (activesupport-6.0.3.1.gem) = b4b80a2fd08f4dc62a22b8946a91e81116e07a275d2ab75cb7021aa8f3481816ce32b5a598eb532235fe2e686cb1a000fad1667ab4d9561cd01a7e682244f6f8
Size (activesupport-6.0.3.1.gem) = 214016 bytes

View File

@ -1,9 +1,8 @@
# $NetBSD: Makefile,v 1.19 2020/03/15 16:42:10 taca Exp $
# $NetBSD: Makefile,v 1.19.2.1 2020/04/28 16:17:28 bsiegert Exp $
#
DISTNAME= ${RUBY_DISTNAME}
PKGNAME= ${RUBY_PKGPREFIX}-${RUBY_EXTNAME}-${RUBY_VERSION}
PKGREVISION= 1
RUBY_EXTNAME= fiddle
CATEGORIES= devel ruby
MASTER_SITES= ${MASTER_SITE_RUBY}

View File

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.3 2020/03/20 15:43:05 taca Exp $
$NetBSD: distinfo,v 1.3.2.1 2020/06/01 19:15:22 bsiegert Exp $
SHA1 (railties-5.2.4.2.gem) = f597d9b387fb0de45f5ad7db09dbd5d156f2c61e
RMD160 (railties-5.2.4.2.gem) = 533d052509f8f71eca9d35e52704f371ae4b1023
SHA512 (railties-5.2.4.2.gem) = 774c605407f00cfa1d094bdd17d1fd3011404f1f7df16915143144e687ed373170a2ec8ad3c1fa9b3d0b2512bf205743b889e637881175e25c3291f58a3f931f
Size (railties-5.2.4.2.gem) = 236544 bytes
SHA1 (railties-5.2.4.3.gem) = 0ca72c6ab581f088394096f28290cb3fcc5abed6
RMD160 (railties-5.2.4.3.gem) = 7db21bd212bfe4e6d49af1ad5c9f3116311c1394
SHA512 (railties-5.2.4.3.gem) = 969043cc18bab9711d9c72e11dad13098dbe6de463efead19584d3156b52252cd382e439bd09533133c83c5d6b01639a099c6f7f64da0c98c0659037b916a04d
Size (railties-5.2.4.3.gem) = 236544 bytes

View File

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.1 2020/03/20 17:07:57 taca Exp $
$NetBSD: distinfo,v 1.1.2.1 2020/06/04 08:51:17 bsiegert Exp $
SHA1 (railties-6.0.2.2.gem) = 5d04ebebbdc001edf480e3940da46f52dec6afc5
RMD160 (railties-6.0.2.2.gem) = ee26ff22151209eaf009d821cbfe2b6dc577697e
SHA512 (railties-6.0.2.2.gem) = 2e0a686d227d231b5097ddef20ad804301ef814785c3fbef27530c258f3249a23cdd88ef7b984fb6653edb54afd856213c70cbe47dc653246fe65cc699e557ce
Size (railties-6.0.2.2.gem) = 454144 bytes
SHA1 (railties-6.0.3.1.gem) = 5dacf3de55b1c1aa6f9f31b346e963a3745a15d2
RMD160 (railties-6.0.3.1.gem) = 58fd04f85dd93b06d32d1b8c7b3416126882f026
SHA512 (railties-6.0.3.1.gem) = 325a51ae40a93171ae92b6a5b0c8fe68a2d5dddd15da23ca100c900e99acf6cf1afccce486d72efcbe5be58732eb293de6df02d00cf5997bc2e9e13cec156c53
Size (railties-6.0.3.1.gem) = 455168 bytes

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.5 2019/11/03 10:00:24 rillig Exp $
# $NetBSD: Makefile,v 1.5.2.1 2020/04/22 09:40:09 bsiegert Exp $
GITHUB_PROJECT= redmine_bootstrap_kit
DISTNAME= 0.2.4
@ -77,7 +77,7 @@ RUBYGEM_INSTALL_ROOT_OPTION= --install-root ${RUBYGEM_INSTALL_ROOT}
_RUBYGEM_OPTIONS= --no-update-sources # don't cache the gem index
_RUBYGEM_OPTIONS+= --install-dir ${PREFIX}/${GEM_HOME}
_RUBYGEM_OPTIONS+= ${RUBYGEM_INSTALL_ROOT_OPTION}
_RUBYGEM_OPTIONS+= --ignore-dependencies --no-ri --no-rdoc
_RUBYGEM_OPTIONS+= --ignore-dependencies --no-document
do-install:
# Install gems

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.5 2019/11/03 10:00:24 rillig Exp $
# $NetBSD: Makefile,v 1.5.2.1 2020/04/28 16:25:03 bsiegert Exp $
GITHUB_PROJECT= redmine_jenkins
DISTNAME= 1.0.1
@ -80,7 +80,7 @@ _RUBYGEM_OPTIONS= --no-update-sources # don't cache the gem index
_RUBYGEM_OPTIONS+= --install-dir ${PREFIX}/${GEM_HOME}
_RUBYGEM_OPTIONS+= ${RUBYGEM_INSTALL_ROOT_OPTION}
_RUBYGEM_OPTIONS+= --ignore-dependencies
_RUBYGEM_OPTIONS+= --no-ri --no-rdoc
_RUBYGEM_OPTIONS+= --no-document
.include "../../lang/ruby/rubyversion.mk"

239
doc/CHANGES-pkgsrc-2020Q1 Normal file
View File

@ -0,0 +1,239 @@
$NetBSD: CHANGES-pkgsrc-2020Q1,v 1.1.2.15 2020/06/17 13:40:41 bsiegert Exp $
Changes to packages and infrastructure on the pkgsrc-2020Q1 branch:
Pullup ticket #6149 - requested by ryoon
devel/glibmm: bugfix (for inkscape)
Pullup ticket #6150 - requested by nia
www/firefox68: security fix
Pullup ticket #6151 - requested by nia
www/firefox68-l10n: dependent update
Pullup ticket #6152 - requested by adam
net/haproxy: security fix (CVE-2020-11100)
Pullup ticket #6153 - requested by wiz
www/apache24: Security fix
Pullup ticket #6154 - requested by wiz
security/tor-browser: security fix
Pullup ticket #6155 - requested by nia
www/firefox68: security fix
Pullup ticket #6156 - requested by nia
www/firefox68-l10n: dependent update
Pullup ticket #6157 - requested by wiz
security/tor-browser: security fix
Pullup ticket #6158 - requested by leot
lang/scala: build fix
Pullup ticket #6159 - requested by leot
devel/git-base: security fix
Pullup ticket #6160 - requested by bouyer
sysutils/xenkernel411: security fix
Pullup ticket #6161 - requested by sborrill
mk/pkginstall: NetBSD 7 bugfix
Pullup ticket #6162 - requested by taca
devel/ruby-redmine_bootstrap_kit: build fix
Pullup ticket #6163 - requested by taca
databases/phpmyadmin: security fix
Pullup ticket #6164 - requested by taca
lang/ruby26-base: security fix
Pullup ticket #6165 - requested by taca
lang/ruby27-base: security fix
Pullup ticket #6167 - requested by taca
lang/ruby24-base: security fix
Pullup ticket #6166 - requested by taca
lang/ruby25-base: security fix
Pullup ticket #6168 - requested by taca
devel/ruby-fiddle: dependent update
Pullup ticket #6170 - requested by nia
security/mbedtls: security fix
Pullup ticket #6169 - requested by taca
devel/ruby-redmine_jenkins: build fix
Pullup ticket #6172 - requested by nia
x11/qt5-qtwebkit: build fix
Pullup ticket #6173 - requested by nia
games/supertux: build fix
Pullup ticket #6171 - requested by taca
lang/php73: security fix
Pullup ticket #6174 - requested by taca
lang/php74: security fix
Pullup ticket #6175 - requested by taca
lang/php72: security fix
Pullup ticket #6177 - requested by nia
multimedia/ffmpeg2: security fix
Pullup ticket #6179 - requested by taca
www/squid4: security fix
Pullup ticket #6181 - requested by leot
devel/git-base: security fix
Pullup ticket #6182 - requested by taca
mail/roundcube-plugin-password: bugfix
Pullup ticket #6183 - requested by taca
www/drupal8: security fix
Pullup ticket #6185 - requested by taca
mail/roundcube: security fix
Pullup ticket #6186 - requested by adam
databases/openldap: security fix
databases/lmdb: dependent update
Pullup ticket #6187 - requested by tnn
devel/libffi: NetBSD/evbarm build fix
Pullup ticket #6190 - requested by nia
www/firefox68: security fix
Pullup ticket #6191 - requested by nia
www/firefox68-l10n: dependent update
Pullup ticket #6192 - requested by leot
net/youtube-dl: update for extractor changes
Pullup ticket #6193 - requested by nia
graphics/openjpeg: security fix
Pullup ticket #6195 - requested by taca
security/clamav: security fix
Pullup ticket #6196 - requested by nia
security/cyrus-sasl: security fix
Pullup ticket #6198 - requested by taca
lang/php73: security fix
Pullup ticket #6197 - requested by nia
devel/SDL: security fix
Pullup ticket #6199 - requested by taca
lang/php74: security fix
Pullup ticket #6200 - requested by taca
lang/php72: security fix
Pullup ticket #6201 - requested by nia
mail/mailman: security fix
Pullup ticket #6203 - requested by taca
mail/dovecot2: security fix
Pullup ticket #6204 - requested by he
net/unbound: security fix
Pullup ticket #6205 - requested by nia
graphics/libexif: security fix
Pullup ticket #6206 - requested by nia
games/teeworlds: security fix
Pullup ticket #6208 - requested by taca
net/bind911: security fix
Pullup ticket #6209 - requested by taca
net/bind914: security fix
Pullup ticket #6202 - requested by maya
chat/irssi: bugfix
Pullup ticket #6210 - requested by adam
www/py-httplib2: security fix
Pullup ticket #6210 - requested by adam
www/py-httplib2: security fix
Pullup ticket #6211 - requested by nia
audio/adplug: security fix
Pullup ticket #6212 - requested by nia
audio/adplay: dependent update
Pullup ticket #6213 - requested by taca
www/ruby-rails52: security fix
Pullup ticket #6214 - requested by taca
www/ruby-rails60: security fix
Pullup ticket #6215 - requested by taca
www/drupal7: security fix
Pullup ticket #6216 - requested by taca
www/drupal8: security fix
Pullup ticket #6220 - requested by nia
www/firefox68: security fix
Pullup ticket #6221 - requested by nia
www/firefox68-l10n: dependent update
Pullup ticket #6223 - requested by taca
www/ruby-puma: security fix
Pullup ticket #6224 - requested by taca
www/ruby-em-http-request: security fix
Pullup ticket #6227 - requested by otis
net/powerdns: bugfixes
Pullup ticket #6231 - requested by taca
mail/roundcube: security fix
Pullup ticket #6218 - requested by bouyer
mail/sympa: security fix
Pullup ticket #6232 - requested by maya
security/gnutls: security fix
Pullup ticket #6233 - requested by wiz
sysutils/dbus: security fix
Pullup ticket #6234 - requested by wiz
devel/libntlm: security fix
Pullup ticket #6235 - requested by msaitoh
sysutils/intel-microcode-netbsd: security fix
Pullup ticket #6236 - requested by nia
x11/qt5-qtwebkit: NetBSD/arm build fix
Pullup ticket #6237 - requested by nia
emulators/libretro-bsnes-mercury: NetBSD/arm build fix
Pullup ticket #6238 - requested by nia
net/grpc: i386 build fix
Pullup ticket #6239 - requested by nia
net/qbittorrent: i386 build fix
Pullup ticket #6240 - requested by taca
www/ruby-websocket-extensions: security fix
Pullup ticket #6243 - requested by nia
graphics/librsvg: NetBSD/arm build fix

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.common,v 1.4 2019/05/18 09:42:03 nia Exp $
# $NetBSD: Makefile.common,v 1.4.6.1 2020/06/17 11:46:56 bsiegert Exp $
#
# used by emulators/libretro-bsnes-mercury/Makefile
# used by emulators/libretro-bsnes-mercury-accuracy/Makefile
@ -37,10 +37,8 @@ do-install:
.include "../../mk/bsd.fast.prefs.mk"
# Needed in libco/aarch64.c
.if ${MACHINE_ARCH} == "aarch64" || ${MACHINE_ARCH} == "aarch64eb"
CFLAGS+= -DHAVE_POSIX_MEMALIGN=1
.endif
# libco/aarch64.c and libco/armeabi.c try to use memalign() otherwise,
CFLAGS.NetBSD+= -DHAVE_POSIX_MEMALIGN=1
.include "../../mk/dlopen.buildlink3.mk"
BUILDLINK_TRANSFORM+= opt:-ldl:${BUILDLINK_LDADD.dl:Q}

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.21 2020/03/08 16:49:48 wiz Exp $
# $NetBSD: Makefile,v 1.21.2.1 2020/04/28 16:26:57 bsiegert Exp $
PKGNAME= supertux-0.6.1.1
PKGREVISION= 1
@ -21,6 +21,9 @@ USE_LANGUAGES= c c++14
# C++14
GCC_REQD+= 5
# We already patch 'configure'...
CHECK_PORTABILITY_SKIP+= external/SDL_ttf/configure.in
.include "../../audio/libvorbis/buildlink3.mk"
.include "../../audio/openal-soft/buildlink3.mk"
.include "../../devel/boost-libs/buildlink3.mk"

View File

@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.15 2020/03/08 16:49:48 wiz Exp $
# $NetBSD: Makefile,v 1.15.2.1 2020/05/20 19:28:35 bsiegert Exp $
DISTNAME= teeworlds-0.7.4-src
DISTNAME= teeworlds-0.7.5-src
PKGNAME= ${DISTNAME:S/-src//}
PKGREVISION= 2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_GITHUB:=teeworlds/}
GITHUB_RELEASE= ${PKGVERSION_NOREV}

View File

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.3 2020/01/08 13:40:19 nia Exp $
@comment $NetBSD: PLIST,v 1.3.2.1 2020/05/20 19:28:35 bsiegert Exp $
bin/teeworlds
bin/teeworlds_srv
share/appdata/teeworlds.appdata.xml
@ -391,6 +391,7 @@ share/teeworlds/data/deadtee.png
share/teeworlds/data/editor/automap/desert_main.json
share/teeworlds/data/editor/automap/grass_doodads.json
share/teeworlds/data/editor/automap/grass_main.json
share/teeworlds/data/editor/automap/jungle_deathtiles.json
share/teeworlds/data/editor/automap/jungle_main.json
share/teeworlds/data/editor/automap/winter_main.json
share/teeworlds/data/editor/background.png

View File

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.4 2020/01/08 13:40:19 nia Exp $
$NetBSD: distinfo,v 1.4.2.1 2020/05/20 19:28:35 bsiegert Exp $
SHA1 (teeworlds-0.7.4-src.tar.gz) = 237fc18b74a442633f963109e475cb1e80effe91
RMD160 (teeworlds-0.7.4-src.tar.gz) = 5dd974c41bf2ca9fa07cb2e48eda19e933741413
SHA512 (teeworlds-0.7.4-src.tar.gz) = 4c089f0eac26ad9956c8675aaf3504d4005d972c99f0f1c9e49e875bc2759ff2953961fedc0a75bd7debdfd9eb25b74bec32b2f94f319bbb7a5e3a985ddafd47
Size (teeworlds-0.7.4-src.tar.gz) = 8924583 bytes
SHA1 (teeworlds-0.7.5-src.tar.gz) = 8978c9444573d208ffe405de740fa73583e28f8e
RMD160 (teeworlds-0.7.5-src.tar.gz) = 14b3a2629b5341bf11d984cf76f51c9e7c1cd16f
SHA512 (teeworlds-0.7.5-src.tar.gz) = f0c55489b99b06e27298ac42adcf31e1130e7eace6f8672836e50c66c27ab0ccce5b8680c7181a2adc59e1f5808564001b5f0bc8ac7ab355ad8db71328ea7a76
Size (teeworlds-0.7.5-src.tar.gz) = 8935505 bytes

View File

@ -1,10 +1,11 @@
# $NetBSD: Makefile,v 1.47 2020/03/25 11:47:23 nia Exp $
# $NetBSD: Makefile,v 1.47.2.1 2020/05/20 19:15:26 bsiegert Exp $
DISTNAME= libexif-0.6.21
PKGREVISION= 2
DISTNAME= libexif-0.6.22
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libexif/}
EXTRACT_SUFX= .tar.bz2
MASTER_SITES= ${MASTER_SITE_GITHUB:=libexif/}
GITHUB_PROJECT= libexif
GITHUB_RELEASE= ${DISTNAME:S/./_/g}-release
EXTRACT_SUFX= .tar.xz
MAINTAINER= adam@NetBSD.org
HOMEPAGE= https://libexif.github.io/
@ -13,7 +14,7 @@ LICENSE= gnu-lgpl-v2.1
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake
USE_TOOLS+= gmake msgfmt msgmerge xgettext
GNU_CONFIGURE= yes
CONFIGURE_ENV+= ac_cv_path_DOXYGEN=false
PKGCONFIG_OVERRIDE= libexif.pc.in

View File

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.21 2012/07/13 16:35:25 adam Exp $
@comment $NetBSD: PLIST,v 1.21.42.1 2020/05/20 19:15:26 bsiegert Exp $
include/libexif/_stdint.h
include/libexif/exif-byte-order.h
include/libexif/exif-content.h
@ -21,6 +21,7 @@ share/doc/libexif/COPYING
share/doc/libexif/ChangeLog
share/doc/libexif/NEWS
share/doc/libexif/README
share/doc/libexif/SECURITY.md
share/locale/be/LC_MESSAGES/libexif-12.mo
share/locale/bs/LC_MESSAGES/libexif-12.mo
share/locale/cs/LC_MESSAGES/libexif-12.mo
@ -33,6 +34,7 @@ share/locale/es/LC_MESSAGES/libexif-12.mo
share/locale/fr/LC_MESSAGES/libexif-12.mo
share/locale/it/LC_MESSAGES/libexif-12.mo
share/locale/ja/LC_MESSAGES/libexif-12.mo
share/locale/ms/LC_MESSAGES/libexif-12.mo
share/locale/nl/LC_MESSAGES/libexif-12.mo
share/locale/pl/LC_MESSAGES/libexif-12.mo
share/locale/pt/LC_MESSAGES/libexif-12.mo

View File

@ -1,7 +1,6 @@
$NetBSD: distinfo,v 1.31 2020/03/25 11:47:23 nia Exp $
$NetBSD: distinfo,v 1.31.2.1 2020/05/20 19:15:26 bsiegert Exp $
SHA1 (libexif-0.6.21.tar.bz2) = a52219b12dbc8d33fc096468591170fda71316c0
RMD160 (libexif-0.6.21.tar.bz2) = 979f06096b7271d8713c1766e0ad5dfabb06c531
SHA512 (libexif-0.6.21.tar.bz2) = 4e0fe2abe85d1c95b41cb3abe1f6333dc3a9eb69dba106a674a78d74a4d5b9c5a19647118fa1cc2d72b98a29853394f1519eda9e2889eb28d3be26b21c7cfc35
Size (libexif-0.6.21.tar.bz2) = 1368435 bytes
SHA1 (patch-libexif_exif-data.c) = 3518902f95665b53a62ba4e7fdc0b146fb4480dc
SHA1 (libexif-0.6.22.tar.xz) = b396c562dbf44567ef796f324e7760b15e657523
RMD160 (libexif-0.6.22.tar.xz) = e34ce907a658d4883894655bd11c6dff2b06cf9d
SHA512 (libexif-0.6.22.tar.xz) = 0a9e7bf0258ed98a794b667d45e8fc65299101a2a2d2e39c358715b20b003beff258782f0736cd5b53978428a2f878a989f303bee249a978850a065f33c534af
Size (libexif-0.6.22.tar.xz) = 1347040 bytes

View File

@ -1,89 +0,0 @@
$NetBSD: patch-libexif_exif-data.c,v 1.2 2020/03/25 11:47:23 nia Exp $
Fix for CVE-2017-7544:
https://github.com/libexif/libexif/commit/c39acd1692023b26290778a02a9232c873f9d71a.patch
Fix for CVE-2019-9278:
https://github.com/libexif/libexif/commit/75aa73267fdb1e0ebfbc00369e7312bac43d0566.patch
--- libexif/exif-data.c.orig 2012-07-12 18:31:56.000000000 +0000
+++ libexif/exif-data.c
@@ -191,9 +191,15 @@ exif_data_load_data_entry (ExifData *dat
doff = offset + 8;
/* Sanity checks */
- if ((doff + s < doff) || (doff + s < s) || (doff + s > size)) {
+ if (doff >= size) {
exif_log (data->priv->log, EXIF_LOG_CODE_DEBUG, "ExifData",
- "Tag data past end of buffer (%u > %u)", doff+s, size);
+ "Tag starts past end of buffer (%u > %u)", doff, size);
+ return 0;
+ }
+
+ if (s > size - doff) {
+ exif_log (data->priv->log, EXIF_LOG_CODE_DEBUG, "ExifData",
+ "Tag data goes past end of buffer (%u > %u)", doff+s, size);
return 0;
}
@@ -255,6 +261,12 @@ exif_data_save_data_entry (ExifData *dat
exif_mnote_data_set_offset (data->priv->md, *ds - 6);
exif_mnote_data_save (data->priv->md, &e->data, &e->size);
e->components = e->size;
+ if (exif_format_get_size (e->format) != 1) {
+ /* e->format is taken from input code,
+ * but we need to make sure it is a 1 byte
+ * entity due to the multiplication below. */
+ e->format = EXIF_FORMAT_UNDEFINED;
+ }
}
}
@@ -308,13 +320,14 @@ exif_data_load_data_thumbnail (ExifData
unsigned int ds, ExifLong o, ExifLong s)
{
/* Sanity checks */
- if ((o + s < o) || (o + s < s) || (o + s > ds) || (o > ds)) {
- exif_log (data->priv->log, EXIF_LOG_CODE_DEBUG, "ExifData",
- "Bogus thumbnail offset (%u) or size (%u).",
- o, s);
+ if (o >= ds) {
+ exif_log (data->priv->log, EXIF_LOG_CODE_DEBUG, "ExifData", "Bogus thumbnail offset (%u).", o);
+ return;
+ }
+ if (s > ds - o) {
+ exif_log (data->priv->log, EXIF_LOG_CODE_DEBUG, "ExifData", "Bogus thumbnail size (%u), max would be %u.", s, ds-o);
return;
}
-
if (data->data)
exif_mem_free (data->priv->mem, data->data);
if (!(data->data = exif_data_alloc (data, s))) {
@@ -903,7 +916,7 @@ exif_data_load_data (ExifData *data, con
exif_log (data->priv->log, EXIF_LOG_CODE_DEBUG, "ExifData",
"IFD 0 at %i.", (int) offset);
- /* Sanity check the offset, being careful about overflow */
+ /* ds is restricted to 16 bit above, so offset is restricted too, and offset+8 should not overflow. */
if (offset > ds || offset + 6 + 2 > ds)
return;
@@ -912,6 +925,7 @@ exif_data_load_data (ExifData *data, con
/* IFD 1 offset */
n = exif_get_short (d + 6 + offset, data->priv->order);
+ /* offset < 2<<16, n is 16 bit at most, so this op will not overflow */
if (offset + 6 + 2 + 12 * n + 4 > ds)
return;
@@ -920,8 +934,8 @@ exif_data_load_data (ExifData *data, con
exif_log (data->priv->log, EXIF_LOG_CODE_DEBUG, "ExifData",
"IFD 1 at %i.", (int) offset);
- /* Sanity check. */
- if (offset > ds || offset + 6 > ds) {
+ /* Sanity check. ds is ensured to be above 6 above, offset is 16bit */
+ if (offset > ds - 6) {
exif_log (data->priv->log, EXIF_LOG_CODE_CORRUPT_DATA,
"ExifData", "Bogus offset of IFD1.");
} else {

View File

@ -1,4 +1,4 @@
# $NetBSD: available.mk,v 1.1 2019/06/08 19:51:38 leot Exp $
# $NetBSD: available.mk,v 1.1.6.1 2020/06/17 13:40:26 bsiegert Exp $
#
# This mk fragment define LIBRSVG_TYPE variable used in other librsvg mk
# fragments.
@ -18,7 +18,9 @@ LIBRSVG_AVAILABLE_MK= defined
.include "../../mk/bsd.prefs.mk"
.include "../../lang/rust/platform.mk"
.if !empty(PLATFORM_SUPPORTS_RUST:M[Yy][Ee][Ss])
# https://mail-index.netbsd.org/tech-pkg/2020/06/16/msg023380.html
.if !empty(PLATFORM_SUPPORTS_RUST:M[Yy][Ee][Ss]) && \
empty(MACHINE_PLATFORM:MNetBSD-*-earm*)
LIBRSVG_TYPE?= rust
.else
LIBRSVG_TYPE?= c

View File

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.20 2020/01/26 17:31:22 rillig Exp $
# $NetBSD: Makefile,v 1.20.2.1 2020/05/13 13:49:08 bsiegert Exp $
DISTNAME= openjpeg-2.3.1
PKGREVISION= 2
PKGREVISION= 3
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=uclouvain/}
GITHUB_TAG= v${PKGVERSION_NOREV}

View File

@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.17 2020/01/07 20:19:45 sevan Exp $
$NetBSD: distinfo,v 1.17.2.1 2020/05/13 13:49:08 bsiegert Exp $
SHA1 (openjpeg-2.3.1.tar.gz) = 38321fa9730252039ad0b7f247a160a8164f5871
RMD160 (openjpeg-2.3.1.tar.gz) = 31b75aa70f5d26dd1b7e374a9e4b6be1842fefe7
@ -8,5 +8,7 @@ SHA1 (patch-CMakeLists.txt) = 3738946db63df4d623c6ce486bd22fa4d57336e2
SHA1 (patch-src_bin_jp2_CMakeLists.txt) = c9f709c23d6bab7a3c705640d66a00ec90ddabc7
SHA1 (patch-src_bin_jp2_convertbmp.c) = bceb4a99820568386e48eb00ab13ab9987d1e86a
SHA1 (patch-src_lib_openjp2_CMakeLists.txt) = d839121ec2d008e5d3e1676d3e7ac3642bc946f7
SHA1 (patch-src_lib_openjp2_j2k.c) = b342aa64c6583a8e4f79495412e5506f40a9023e
SHA1 (patch-src_lib_openjp2_opj__config__private.h.cmake.in) = fc0c170789dbe0a2ebc9dce0ef0d21aa6b2edd49
SHA1 (patch-src_lib_openjp2_tcd.c) = da3354c101485f1b5f92f59d5f1be07a006e3056
SHA1 (patch-src_lib_openmj2_t2.c) = a4ce0faa349f1a23453ef7632fbcc3af2d045337

View File

@ -0,0 +1,22 @@
$NetBSD: patch-src_lib_openjp2_j2k.c,v 1.1.2.2 2020/05/13 13:49:08 bsiegert Exp $
CVE-2020-6851
https://github.com/uclouvain/openjpeg/commit/d7064fad0f8a2b485c4b520697e6741c6d94f5c5.patch
--- src/lib/openjp2/j2k.c.orig 2019-04-02 12:45:15.000000000 +0000
+++ src/lib/openjp2/j2k.c
@@ -9236,6 +9236,14 @@ static OPJ_BOOL opj_j2k_update_image_dim
l_img_comp = p_image->comps;
for (it_comp = 0; it_comp < p_image->numcomps; ++it_comp) {
OPJ_INT32 l_h, l_w;
+ if( p_image->x0 > (OPJ_UINT32)INT_MAX ||
+ p_image->y0 > (OPJ_UINT32)INT_MAX ||
+ p_image->x1 > (OPJ_UINT32)INT_MAX ||
+ p_image->y1 > (OPJ_UINT32)INT_MAX ) {
+ opj_event_msg(p_manager, EVT_ERROR,
+ "Image coordinates above INT_MAX are not supported\n");
+ return OPJ_FALSE;
+ }
l_img_comp->x0 = (OPJ_UINT32)opj_int_ceildiv((OPJ_INT32)p_image->x0,
(OPJ_INT32)l_img_comp->dx);

View File

@ -0,0 +1,34 @@
$NetBSD: patch-src_lib_openjp2_tcd.c,v 1.1.2.2 2020/05/13 13:49:08 bsiegert Exp $
CVE-2020-8112
https://github.com/uclouvain/openjpeg/commit/05f9b91e60debda0e83977e5e63b2e66486f7074.patch
--- src/lib/openjp2/tcd.c.orig 2019-04-02 12:45:15.000000000 +0000
+++ src/lib/openjp2/tcd.c
@@ -905,8 +905,24 @@ static INLINE OPJ_BOOL opj_tcd_init_tile
/* p. 64, B.6, ISO/IEC FDIS15444-1 : 2000 (18 august 2000) */
l_tl_prc_x_start = opj_int_floordivpow2(l_res->x0, (OPJ_INT32)l_pdx) << l_pdx;
l_tl_prc_y_start = opj_int_floordivpow2(l_res->y0, (OPJ_INT32)l_pdy) << l_pdy;
- l_br_prc_x_end = opj_int_ceildivpow2(l_res->x1, (OPJ_INT32)l_pdx) << l_pdx;
- l_br_prc_y_end = opj_int_ceildivpow2(l_res->y1, (OPJ_INT32)l_pdy) << l_pdy;
+ {
+ OPJ_UINT32 tmp = ((OPJ_UINT32)opj_int_ceildivpow2(l_res->x1,
+ (OPJ_INT32)l_pdx)) << l_pdx;
+ if (tmp > (OPJ_UINT32)INT_MAX) {
+ opj_event_msg(manager, EVT_ERROR, "Integer overflow\n");
+ return OPJ_FALSE;
+ }
+ l_br_prc_x_end = (OPJ_INT32)tmp;
+ }
+ {
+ OPJ_UINT32 tmp = ((OPJ_UINT32)opj_int_ceildivpow2(l_res->y1,
+ (OPJ_INT32)l_pdy)) << l_pdy;
+ if (tmp > (OPJ_UINT32)INT_MAX) {
+ opj_event_msg(manager, EVT_ERROR, "Integer overflow\n");
+ return OPJ_FALSE;
+ }
+ l_br_prc_y_end = (OPJ_INT32)tmp;
+ }
/*fprintf(stderr, "\t\t\tprc_x_start=%d, prc_y_start=%d, br_prc_x_end=%d, br_prc_y_end=%d \n", l_tl_prc_x_start, l_tl_prc_y_start, l_br_prc_x_end ,l_br_prc_y_end );*/
l_res->pw = (l_res->x0 == l_res->x1) ? 0U : (OPJ_UINT32)((

View File

@ -1,4 +1,4 @@
# $NetBSD: phpversion.mk,v 1.292 2020/03/20 08:14:44 taca Exp $
# $NetBSD: phpversion.mk,v 1.292.2.6 2020/05/15 16:57:50 bsiegert Exp $
#
# This file selects a PHP version, based on the user's preferences and
# the installed packages. It does not add a dependency on the PHP
@ -88,9 +88,9 @@ PHPVERSION_MK= defined
# Define each PHP's version.
PHP56_VERSION= 5.6.40
PHP72_VERSION= 7.2.29
PHP73_VERSION= 7.3.16
PHP74_VERSION= 7.4.4
PHP72_VERSION= 7.2.31
PHP73_VERSION= 7.3.18
PHP74_VERSION= 7.4.6
# Define initial release of major version.
PHP56_RELDATE= 20140828

View File

@ -1,9 +1,9 @@
$NetBSD: distinfo,v 1.53 2020/03/20 08:14:44 taca Exp $
$NetBSD: distinfo,v 1.53.2.2 2020/05/15 16:57:50 bsiegert Exp $
SHA1 (php-7.2.29.tar.xz) = 910952c26c51a5fcc97e0306e7921efeb5d18379
RMD160 (php-7.2.29.tar.xz) = 2e0bfdbf9b325b02f1a18a2b832d83e002dc49b1
SHA512 (php-7.2.29.tar.xz) = 16e516b5aa22e18b31f1a988149035c4a405dffd9ebe78dfddc39b8d3b2e096dbbf5162f402dc4a0eb7a4a3376b11073b8c5ade13ff08e1e4ea828ee78756c20
Size (php-7.2.29.tar.xz) = 12308380 bytes
SHA1 (php-7.2.31.tar.xz) = b575c1ca634b80218021a6addb49a004bc5260f8
RMD160 (php-7.2.31.tar.xz) = 4785209f87e29a61a395c1fe0ddbaf3488f9ca04
SHA512 (php-7.2.31.tar.xz) = b21c504d0af2c095e4ae5a62c810af96171b927a27ea4694f59555c0d47798d61c3491a92941099cd9c978b3b0f41852ca2cf745e42ee3d9a6d107a5a884c9ee
Size (php-7.2.31.tar.xz) = 12309936 bytes
SHA1 (patch-configure) = 6e66a79e691a84aa7ae461f8dec1752443ad6b61
SHA1 (patch-disable-filter-url) = e9e92d686ddd1d1a1ece10fe4feee4e368fe510c
SHA1 (patch-ext_gd_config.m4) = eaecfb31b18700dd642c067ed82748d4f6be2335

View File

@ -1,9 +1,9 @@
$NetBSD: distinfo,v 1.20 2020/03/20 08:12:58 taca Exp $
$NetBSD: distinfo,v 1.20.2.2 2020/05/15 16:47:57 bsiegert Exp $
SHA1 (php-7.3.16.tar.xz) = 2571100c75b24aaa913339eafee3e3c8f410cc07
RMD160 (php-7.3.16.tar.xz) = d84bfc893aff1230c2d66ffc3bc00003715bacb6
SHA512 (php-7.3.16.tar.xz) = 4e3cfffc429bcbfbabc1267e73d9a0e46f363c3dd1674931852d1ae7f2b1713f1d5a04ef1900c7240bf6db088ffa7d3af024461a21733d55ecf1a213b69c81c3
Size (php-7.3.16.tar.xz) = 12113688 bytes
SHA1 (php-7.3.18.tar.xz) = 06d88a6fdefb115f839133ad465fcc9cb8f46cc5
RMD160 (php-7.3.18.tar.xz) = 2191ef2e2594744caae235f803bb76f1cf06bb58
SHA512 (php-7.3.18.tar.xz) = e626091c835f6d165ff48ae3be8ddf7a66b0a320c6d77dc98fb73235d560814c180112a9e5478a5b3b6bb01ed99a50f8025fdc3d1ef80cca59e04ac248f9b0bf
Size (php-7.3.18.tar.xz) = 12116280 bytes
SHA1 (patch-configure) = 08b80528ba90c705398e8841c232382663479a3b
SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640
SHA1 (patch-ext_gd_config.m4) = eaecfb31b18700dd642c067ed82748d4f6be2335

View File

@ -1,9 +1,9 @@
$NetBSD: distinfo,v 1.6 2020/03/20 08:13:55 taca Exp $
$NetBSD: distinfo,v 1.6.2.2 2020/05/15 16:54:48 bsiegert Exp $
SHA1 (php-7.4.4.tar.xz) = ac18ea90842e79d2a4b07bdc8b5ab121e5519550
RMD160 (php-7.4.4.tar.xz) = 41fc28033a566a45ebf443e8481b6265a125df8f
SHA512 (php-7.4.4.tar.xz) = 61cceb16f56740840aa22a93254629302a167f7c3c748c3713b7b60e8b592731e64d9cf75b5f8ee2b6aa5156b6c46434ffab27b12daf576b72946fd1a3c9aaab
Size (php-7.4.4.tar.xz) = 10267308 bytes
SHA1 (php-7.4.6.tar.xz) = 3bde846e02311b1d057f759a334f6a024047b88e
RMD160 (php-7.4.6.tar.xz) = dfb14a38a124dbeb74b5f37ffd653df3802fd704
SHA512 (php-7.4.6.tar.xz) = 786634d53ed100cc7638e64ca340efdd42405c258638f3f97fcd1816d4f0c643dc8d8b2b0f60d36904343dc8c2af7f9b8e4a652ea66ec2fe324290c72bc09c13
Size (php-7.4.6.tar.xz) = 10284824 bytes
SHA1 (patch-configure) = 5e9c9c06f6d819d5ba2832d648f41363f40f3108
SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640
SHA1 (patch-ext_phar_Makefile.frag) = 53ea5c58b0bc27d236118d5750a74b1cba43e5dd

View File

@ -1,4 +1,4 @@
# $NetBSD: rails.mk,v 1.83 2020/03/21 15:59:01 taca Exp $
# $NetBSD: rails.mk,v 1.83.2.2 2020/06/04 08:51:16 bsiegert Exp $
.if !defined(_RUBY_RAILS_MK)
_RUBY_RAILS_MK= # defined
@ -48,8 +48,8 @@ _RUBY_RAILS_MK= # defined
# current Ruby on Rails versions.
#
RUBY_RAILS51_VERSION?= 5.1.7
RUBY_RAILS52_VERSION?= 5.2.4.2
RUBY_RAILS60_VERSION?= 6.0.2.2
RUBY_RAILS52_VERSION?= 5.2.4.3
RUBY_RAILS60_VERSION?= 6.0.3.1
RUBY_RAILS_ACCEPTED?= # defined
RUBY_RAILS_DEFAULT?= 52

View File

@ -1,4 +1,4 @@
# $NetBSD: rubyversion.mk,v 1.217 2020/03/15 16:48:54 taca Exp $
# $NetBSD: rubyversion.mk,v 1.217.2.4 2020/04/28 16:16:23 bsiegert Exp $
#
# This file determines which Ruby version is used as a dependency for
@ -213,10 +213,10 @@ RUBY_VERSION_REQD?= ${PKGNAME_REQD:C/ruby([0-9][0-9])-.*/\1/}
.endif
# current supported Ruby's version
RUBY24_VERSION= 2.4.9
RUBY25_VERSION= 2.5.7
RUBY26_VERSION= 2.6.5
RUBY27_VERSION= 2.7.0
RUBY24_VERSION= 2.4.10
RUBY25_VERSION= 2.5.8
RUBY26_VERSION= 2.6.6
RUBY27_VERSION= 2.7.1
# current API compatible version; used for version of shared library
RUBY24_API_VERSION= 2.4.0
@ -300,7 +300,7 @@ RUBY_DID_YOU_MEAN_VERSION= 1.2.0
RUBY_MINITEST_VERSION= 5.10.3
RUBY_NET_TELNET_VERSION= 0.1.1
RUBY_POWER_ASSERT_VERSION= 1.1.1
RUBY_RAKE_VERSION= 12.3.0
RUBY_RAKE_VERSION= 12.3.3
RUBY_TEST_UNIT_VERSION= 3.2.7
RUBY_XML_RPC_VERSION= 0.3.0
@ -323,7 +323,7 @@ RUBY_IRB_VERSION= 1.0.0
RUBY_MINITEST_VERSION= 5.11.3
RUBY_NET_TELNET_VERSION= 0.2.0
RUBY_POWER_ASSERT_VERSION= 1.1.3
RUBY_RAKE_VERSION= 12.3.2
RUBY_RAKE_VERSION= 12.3.3
RUBY_TEST_UNIT_VERSION= 3.2.9
RUBY_XML_RPC_VERSION= 0.3.0
@ -370,12 +370,12 @@ RUBY_ABI_VERSION= ${RUBY_VERSION}
RUBY_RDOC_VERSION= 6.2.1
RUBY_DID_YOU_MEAN_VERSION= 1.4.0
RUBY_IRB_VERSION= 1.2.1
RUBY_IRB_VERSION= 1.2.3
# bundled gems
RUBY_MINITEST_VERSION= 5.13.0
RUBY_NET_TELNET_VERSION= 0.2.0
RUBY_POWER_ASSERT_VERSION= 1.1.5
RUBY_POWER_ASSERT_VERSION= 1.1.7
RUBY_RACC_VERSION= 1.4.16
RUBY_RAKE_VERSION= 13.0.1
RUBY_TEST_UNIT_VERSION= 3.3.4
@ -391,12 +391,12 @@ RUBY_IPADDR_VERSION= 1.2.2
# bundled libraries
RUBY_BIGDECIMAL_VERSION= 2.0.0
RUBY_BUNDLER_VERSION= 2.1.2
RUBY_BUNDLER_VERSION= 2.1.4
RUBY_CSV_VERSION= 3.1.2
RUBY_FILEUTILS_VERSION= 1.4.1
RUBY_FORWARDABLE_VERSION= 1.3.1
RUBY_GETOPTLONG_VERSION= 0.1.0
RUBY_IO_CONSOLE_VERSION= 0.5.3
RUBY_IO_CONSOLE_VERSION= 0.5.6
RUBY_JSON_VERSION= 2.3.0
RUBY_LOGGER_VERSION= 1.4.2

View File

@ -1,9 +1,9 @@
$NetBSD: distinfo,v 1.15 2019/10/02 13:31:47 taca Exp $
$NetBSD: distinfo,v 1.15.2.1 2020/04/28 15:23:32 bsiegert Exp $
SHA1 (ruby-2.4.9.tar.xz) = ae41ac14f98073ba9e6e8ba732580a846286261c
RMD160 (ruby-2.4.9.tar.xz) = bf9662f6e31ea36cebd6675c4940270501198006
SHA512 (ruby-2.4.9.tar.xz) = 9046575315c29c789427c2d00c832f0c0970e47fd158bbe8e4f2df5cff2ea9c06c65c3493adb4656e5b32ebfdc546092911f98a8ad7f698bc001c290db5888c7
Size (ruby-2.4.9.tar.xz) = 10078316 bytes
SHA1 (ruby-2.4.10.tar.xz) = 757707eaf3d013f17d63717b0b00dfde7ef6684e
RMD160 (ruby-2.4.10.tar.xz) = 761d22f21bc1f38698d71d0f6edc0489f7309ec5
SHA512 (ruby-2.4.10.tar.xz) = 11c7a9ea1353f752763b189815ac34674cc8ebf7141517838b7f040823e892780d94ec3091c1f5d1415f9bc1b838b7f6f9de13a706df7bef80ce3b146a7d6660
Size (ruby-2.4.10.tar.xz) = 10100664 bytes
SHA1 (patch-configure) = a4013e4674be0060d2b0d43569b7695f6df7b4a7
SHA1 (patch-ext_dbm_extconf.rb) = c998f8735db54b1ae2bc8b6caa359ce88bc7a45b
SHA1 (patch-lib_mkmf.rb) = 75d2261a8282a00cd5f811a5e629302d1667207e

View File

@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.15 2020/03/18 00:34:02 rillig Exp $
# $NetBSD: Makefile,v 1.15.2.1 2020/04/28 16:16:24 bsiegert Exp $
DISTNAME= ${RUBY_DISTNAME}
PKGNAME= ${RUBY_PKGPREFIX}-base-${RUBY_VERSION}
PKGREVISION= 2
CATEGORIES= lang ruby
MASTER_SITES= ${MASTER_SITE_RUBY}

View File

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.3 2019/08/28 14:12:21 taca Exp $
@comment $NetBSD: PLIST,v 1.3.4.1 2020/04/28 16:16:24 bsiegert Exp $
bin/erb${RUBY_SUFFIX}
bin/gem${RUBY_SUFFIX}
bin/irb${RUBY_SUFFIX}
@ -986,14 +986,18 @@ ${GEM_HOME}/gems/power_assert-${RUBY_POWER_ASSERT_VERSION}/lib/power_assert/insp
${GEM_HOME}/gems/power_assert-${RUBY_POWER_ASSERT_VERSION}/lib/power_assert/parser.rb
${GEM_HOME}/gems/power_assert-${RUBY_POWER_ASSERT_VERSION}/lib/power_assert/version.rb
${GEM_HOME}/gems/power_assert-${RUBY_POWER_ASSERT_VERSION}/power_assert.gemspec
${GEM_HOME}/gems/rake-${RUBY_RAKE_VERSION}/.gitignore
${GEM_HOME}/gems/rake-${RUBY_RAKE_VERSION}/CONTRIBUTING.rdoc
${GEM_HOME}/gems/rake-${RUBY_RAKE_VERSION}/Gemfile
${GEM_HOME}/gems/rake-${RUBY_RAKE_VERSION}/History.rdoc
${GEM_HOME}/gems/rake-${RUBY_RAKE_VERSION}/MIT-LICENSE
${GEM_HOME}/gems/rake-${RUBY_RAKE_VERSION}/README.rdoc
${GEM_HOME}/gems/rake-${RUBY_RAKE_VERSION}/Rakefile
${GEM_HOME}/gems/rake-${RUBY_RAKE_VERSION}/azure-pipelines.yml
${GEM_HOME}/gems/rake-${RUBY_RAKE_VERSION}/bin/bundle
${GEM_HOME}/gems/rake-${RUBY_RAKE_VERSION}/bin/console
${GEM_HOME}/gems/rake-${RUBY_RAKE_VERSION}/bin/rake
${GEM_HOME}/gems/rake-${RUBY_RAKE_VERSION}/bin/rdoc
${GEM_HOME}/gems/rake-${RUBY_RAKE_VERSION}/bin/rubocop
${GEM_HOME}/gems/rake-${RUBY_RAKE_VERSION}/bin/setup
${GEM_HOME}/gems/rake-${RUBY_RAKE_VERSION}/doc/command_line_usage.rdoc
${GEM_HOME}/gems/rake-${RUBY_RAKE_VERSION}/doc/example/Rakefile1

View File

@ -1,9 +1,9 @@
$NetBSD: distinfo,v 1.12 2019/10/02 13:39:53 taca Exp $
$NetBSD: distinfo,v 1.12.2.1 2020/04/28 16:16:24 bsiegert Exp $
SHA1 (ruby-2.5.7.tar.xz) = dd6b2841334ee99250fdf6a29c4eda501df6be97
RMD160 (ruby-2.5.7.tar.xz) = 6a0311eefcb23902c7e9f1f9a3d253f7c944cb27
SHA512 (ruby-2.5.7.tar.xz) = 63b7c75fab44cd1bd22f22ddec00c740cf379ac7240da0dfafcec54347766695faef47428ce1c433fd77fa96992e976c984697067fa526236d383b12adc9ce75
Size (ruby-2.5.7.tar.xz) = 11296440 bytes
SHA1 (ruby-2.5.8.tar.xz) = d5ef8e8f28c098e6b7ea24924e0b0fee6e2f766c
RMD160 (ruby-2.5.8.tar.xz) = 885ffaf5c394ff8779bbc4ee5e6cf0976aa3d6cf
SHA512 (ruby-2.5.8.tar.xz) = 2886be764a454425c5beef2777c64a70ee0d048b07896b327633d904f5077fea4299526689f9e2ac4dcd2fc4811cf9a6c8ce75367ed35d29dfe1a54222872e0d
Size (ruby-2.5.8.tar.xz) = 11298404 bytes
SHA1 (patch-configure) = 965f31ec3ae2fb91479f02cb3b19ea7518685718
SHA1 (patch-ext_dbm_extconf.rb) = c998f8735db54b1ae2bc8b6caa359ce88bc7a45b
SHA1 (patch-lib_mkmf.rb) = 75d2261a8282a00cd5f811a5e629302d1667207e

View File

@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.9 2020/03/29 05:31:33 taca Exp $
# $NetBSD: Makefile,v 1.9.2.1 2020/04/22 09:52:12 bsiegert Exp $
DISTNAME= ${RUBY_DISTNAME}
PKGNAME= ${RUBY_PKGPREFIX}-base-${RUBY_VERSION}
PKGREVISION= 3
CATEGORIES= lang ruby
MASTER_SITES= ${MASTER_SITE_RUBY}

View File

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.3 2019/08/28 14:23:21 taca Exp $
@comment $NetBSD: PLIST,v 1.3.4.1 2020/04/22 09:52:12 bsiegert Exp $
bin/bundle${RUBY_SUFFIX}
bin/bundler${RUBY_SUFFIX}
bin/erb${RUBY_SUFFIX}
@ -1225,13 +1225,13 @@ ${GEM_HOME}/gems/power_assert-${RUBY_POWER_ASSERT_VERSION}/lib/power_assert/insp
${GEM_HOME}/gems/power_assert-${RUBY_POWER_ASSERT_VERSION}/lib/power_assert/parser.rb
${GEM_HOME}/gems/power_assert-${RUBY_POWER_ASSERT_VERSION}/lib/power_assert/version.rb
${GEM_HOME}/gems/power_assert-${RUBY_POWER_ASSERT_VERSION}/power_assert.gemspec
${GEM_HOME}/gems/rake-${RUBY_RAKE_VERSION}/.gitignore
${GEM_HOME}/gems/rake-${RUBY_RAKE_VERSION}/CONTRIBUTING.rdoc
${GEM_HOME}/gems/rake-${RUBY_RAKE_VERSION}/Gemfile
${GEM_HOME}/gems/rake-${RUBY_RAKE_VERSION}/History.rdoc
${GEM_HOME}/gems/rake-${RUBY_RAKE_VERSION}/MIT-LICENSE
${GEM_HOME}/gems/rake-${RUBY_RAKE_VERSION}/README.rdoc
${GEM_HOME}/gems/rake-${RUBY_RAKE_VERSION}/Rakefile
${GEM_HOME}/gems/rake-${RUBY_RAKE_VERSION}/azure-pipelines.yml
${GEM_HOME}/gems/rake-${RUBY_RAKE_VERSION}/bin/bundle
${GEM_HOME}/gems/rake-${RUBY_RAKE_VERSION}/bin/console
${GEM_HOME}/gems/rake-${RUBY_RAKE_VERSION}/bin/rake

View File

@ -1,9 +1,9 @@
$NetBSD: distinfo,v 1.7 2019/10/02 13:44:34 taca Exp $
$NetBSD: distinfo,v 1.7.2.1 2020/04/22 09:52:12 bsiegert Exp $
SHA1 (ruby-2.6.5.tar.xz) = 575d3f68cbfa753fb07b538824711214f859b9c0
RMD160 (ruby-2.6.5.tar.xz) = b63ae6256356873c5395d81b9cda58134e8d5dc5
SHA512 (ruby-2.6.5.tar.xz) = e8ae3b5d4d23a93d0ef6057235ad0e573665a8b4b6544e1c70b4cce9c4d2fb9094e5c8fe8a9ab7b9996efe3ada603f9b4ef1fd08fb5a83253c1ae2b5e3f202db
Size (ruby-2.6.5.tar.xz) = 11553580 bytes
SHA1 (ruby-2.6.6.tar.xz) = 4dc8d4f7abc1d498b7bac68e82efc01a849f300f
RMD160 (ruby-2.6.6.tar.xz) = 3091dc207ad5089305c105582e39f73ca9dfeb2b
SHA512 (ruby-2.6.6.tar.xz) = 86caf93dbf61d03781767ab5375a7edf4761f13ba08ccfefe16c0a7550499237e7390c2f72a95d42670d4fe76b2401b4218936187c62ec1572799e9e04c50d62
Size (ruby-2.6.6.tar.xz) = 11567284 bytes
SHA1 (patch-configure) = d66204877531fe147361adf843819c3db6d40919
SHA1 (patch-ext_dbm_extconf.rb) = c998f8735db54b1ae2bc8b6caa359ce88bc7a45b
SHA1 (patch-lib_mkmf.rb) = 75d2261a8282a00cd5f811a5e629302d1667207e

View File

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.1 2020/03/15 15:26:22 taca Exp $
@comment $NetBSD: PLIST,v 1.1.2.1 2020/04/22 12:11:20 bsiegert Exp $
bin/bundle${RUBY_SUFFIX}
bin/bundler${RUBY_SUFFIX}
bin/erb${RUBY_SUFFIX}
@ -369,6 +369,7 @@ ${RUBY_LIB}/irb/cmd/subirb.rb
${RUBY_LIB}/irb/color.rb
${RUBY_LIB}/irb/completion.rb
${RUBY_LIB}/irb/context.rb
${RUBY_LIB}/irb/easter-egg.rb
${RUBY_LIB}/irb/ext/change-ws.rb
${RUBY_LIB}/irb/ext/history.rb
${RUBY_LIB}/irb/ext/loader.rb
@ -1493,7 +1494,7 @@ ${GEM_HOME}/specifications/default/psych-${RUBY_PSYCH_VERSION}.gemspec
${GEM_HOME}/specifications/default/racc-${RUBY_RACC_VERSION}.gemspec
${GEM_HOME}/specifications/default/rdoc-${RUBY_RDOC_VERSION}.gemspec
${GEM_HOME}/specifications/default/readline-0.0.2.gemspec
${GEM_HOME}/specifications/default/reline-0.1.2.gemspec
${GEM_HOME}/specifications/default/reline-0.1.3.gemspec
${GEM_HOME}/specifications/default/rexml-${RUBY_REXML_VERSION}.gemspec
${GEM_HOME}/specifications/default/rss-${RUBY_RSS_VERSION}.gemspec
${GEM_HOME}/specifications/default/sdbm-${RUBY_SDBM_VERSION}.gemspec

View File

@ -1,9 +1,9 @@
$NetBSD: distinfo,v 1.1 2020/03/15 15:26:22 taca Exp $
$NetBSD: distinfo,v 1.1.2.1 2020/04/22 12:11:20 bsiegert Exp $
SHA1 (ruby-2.7.0.tar.xz) = 943c767cec037529b8e2d3cc14fc880cad5bad8d
RMD160 (ruby-2.7.0.tar.xz) = 3dd12db52fc437eb7a799f84bb294fa787dcd927
SHA512 (ruby-2.7.0.tar.xz) = dd5690c631bf3a2b76cdc06902bcd76a89713a045e136debab9b8a81ff8c433bbb254aa09e4014ca1cf85a69ff4bcb13de11da5e40c224e7268be43ef2194af7
Size (ruby-2.7.0.tar.xz) = 11990900 bytes
SHA1 (ruby-2.7.1.tar.xz) = 6c92300d7fd3e9cbb433e5e687535dc5300848eb
RMD160 (ruby-2.7.1.tar.xz) = 081f97d77d04e41df6ec5f28da1be1bcd32c053b
SHA512 (ruby-2.7.1.tar.xz) = 79f98b1ea98e0b10ec79da1883e8fc84d48ffe5c09ae945cbebde94365e35a589d919aac965f74d70ca7e21370ecee631ac5a8f9c4eac61d62f5aa629f27bf31
Size (ruby-2.7.1.tar.xz) = 12003684 bytes
SHA1 (patch-configure) = fd465910fe2cb6d6b1530e1071062591e84a9fd9
SHA1 (patch-ext_dbm_extconf.rb) = c998f8735db54b1ae2bc8b6caa359ce88bc7a45b
SHA1 (patch-lib_mkmf.rb) = 4a3cd18548dbdf43a13695d4e76f817c0347e335

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.16 2020/01/26 17:31:32 rillig Exp $
# $NetBSD: Makefile,v 1.16.2.1 2020/04/12 09:33:12 bsiegert Exp $
DISTNAME= scala-2.13.0
CATEGORIES= lang
@ -14,7 +14,7 @@ USE_JAVA= run
USE_JAVA2= 8
NO_BUILD= yes
USE_TOOLS+= bash:run
USE_TOOLS+= bash:run tar
REPLACE_BASH+= bin/fsc bin/scala bin/scalac \
bin/scaladoc bin/scalap

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.common,v 1.39 2020/03/15 22:52:04 adam Exp $
# $NetBSD: Makefile.common,v 1.39.2.1 2020/05/20 19:15:13 bsiegert Exp $
#
# when updating to a new release, update ABI depends in
# the buildlink3.mk file as well, since the plugins' version
@ -11,9 +11,9 @@
# used by mail/dovecot2-pgsql/Makefile
# used by mail/dovecot2-sqlite/Makefile
DISTNAME= dovecot-2.3.10
DISTNAME= dovecot-2.3.10.1
CATEGORIES= mail
MASTER_SITES= https://dovecot.org/releases/${PKGVERSION_NOREV:R}/
MASTER_SITES= https://dovecot.org/releases/${PKGVERSION_NOREV:R:R}/
MAINTAINER= adam@NetBSD.org
HOMEPAGE= https://www.dovecot.org/

View File

@ -1,9 +1,9 @@
$NetBSD: distinfo,v 1.103 2020/03/15 22:52:04 adam Exp $
$NetBSD: distinfo,v 1.103.2.1 2020/05/20 19:15:13 bsiegert Exp $
SHA1 (dovecot-2.3.10.tar.gz) = cf0d572b640bec519c3c771716d0b32148dc2bd4
RMD160 (dovecot-2.3.10.tar.gz) = c4892cc02b7a414a23a03c6adb03acc115c0796b
SHA512 (dovecot-2.3.10.tar.gz) = 73e10d7d1e616d6599eb53f2d2d1ac0f0f2e6e84019faac5cd525e833da44839a7e483635b61d432e3254a9e5f6f90915bec8940c584210341085241949dffa2
Size (dovecot-2.3.10.tar.gz) = 7222241 bytes
SHA1 (dovecot-2.3.10.1.tar.gz) = d8afa71f3a7a2c2e406745ff43057ae94ed23871
RMD160 (dovecot-2.3.10.1.tar.gz) = f68993644d14c4bae321e2525fb6c885724d8ebd
SHA512 (dovecot-2.3.10.1.tar.gz) = 5c07436a3e861993f241caa2c60f035c533c5fceb5c8540c1717d31bedd54b82299f7ea11bfee12c72d4d33985d93a7130c4f56877864a7ad21cf7373a29cc06
Size (dovecot-2.3.10.1.tar.gz) = 7226958 bytes
SHA1 (patch-aa) = 3af01aa4a8cea1a3fb840b6243a744de77069611
SHA1 (patch-ab) = 9db15fd853ba47ef4bf04f2adc9ab24f71ee4d1e
SHA1 (patch-ae) = c795585df9f415ceabb28eec1ff691ee26168d3b

View File

@ -1,14 +1,13 @@
# $NetBSD: Makefile,v 1.90 2020/01/26 17:31:35 rillig Exp $
# $NetBSD: Makefile,v 1.90.2.1 2020/05/15 16:57:56 bsiegert Exp $
DISTNAME= mailman-2.1.29
PKGNAME= mailman-2.1.29
PKGREVISION= 1
DISTNAME= mailman-2.1.33
PKGNAME= mailman-2.1.33
CATEGORIES= mail www
MASTER_SITES= https://launchpad.net/mailman/2.1/2.1.29/+download/
MASTER_SITES= https://launchpad.net/mailman/2.1/2.1.33/+download/
EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.list.org/
HOMEPAGE= http://www.list.org/
COMMENT= The GNU Mailing List Manager
LICENSE= gnu-gpl-v2

View File

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.28 2019/03/25 01:52:02 jklos Exp $
@comment $NetBSD: PLIST,v 1.28.8.1 2020/05/15 16:57:56 bsiegert Exp $
lib/mailman/Mailman/Archiver/Archiver.py
lib/mailman/Mailman/Archiver/Archiver.pyc
lib/mailman/Mailman/Archiver/HyperArch.py
@ -2164,6 +2164,7 @@ lib/mailman/tests/bounces/dsn_14.txt
lib/mailman/tests/bounces/dsn_15.txt
lib/mailman/tests/bounces/dsn_16.txt
lib/mailman/tests/bounces/dsn_17.txt
lib/mailman/tests/bounces/dsn_18.txt
lib/mailman/tests/bounces/dumbass_01.txt
lib/mailman/tests/bounces/exim_01.txt
lib/mailman/tests/bounces/groupwise_01.txt
@ -2250,6 +2251,7 @@ lib/mailman/tests/bounces/yahoo_08.txt
lib/mailman/tests/bounces/yahoo_09.txt
lib/mailman/tests/bounces/yahoo_10.txt
lib/mailman/tests/bounces/yahoo_11.txt
lib/mailman/tests/bounces/yahoo_12.txt
lib/mailman/tests/bounces/yale_01.txt
lib/mailman/tests/fblast.py
lib/mailman/tests/msgs/bad_01.txt

View File

@ -1,9 +1,9 @@
$NetBSD: distinfo,v 1.26 2019/03/25 01:52:02 jklos Exp $
$NetBSD: distinfo,v 1.26.8.1 2020/05/15 16:57:56 bsiegert Exp $
SHA1 (mailman-2.1.29.tgz) = 40fe97974a6f0805a01d55c6944565f238778238
RMD160 (mailman-2.1.29.tgz) = d3ea74a88214a81563a1b5f52166f7352136777d
SHA512 (mailman-2.1.29.tgz) = ed25179a4580092629890664c5502908b20e326c2ed06ad4e597fb4e8de84076c369ecd7a272be5ed8a1cb4479413d0e004d87804de763ee850e4d04d9a83376
Size (mailman-2.1.29.tgz) = 9376258 bytes
SHA1 (mailman-2.1.33.tgz) = a60a2b422653d07ad6306dd10081c491b82b9616
RMD160 (mailman-2.1.33.tgz) = b1c68bd67f99987cb276ff201ae982ebc48878ab
SHA512 (mailman-2.1.33.tgz) = 1e7bb58a9d38e5171f682563abb0b23fcb0a7423e0e7fa883326815ada37ffa8074845ea70fad4ea29fa098a6e7203e259caf57532e09a0f7c05120f89dd83a9
Size (mailman-2.1.33.tgz) = 9412979 bytes
SHA1 (patch-aa) = 9684b1caeb52f31ee6967eae3f9a464de214879e
SHA1 (patch-ab) = 39f6294e53110bd1fd09b1e90ab46820f4d48e3f
SHA1 (patch-ad) = 665884b9dd1789e4abd430c762bdbfd707d48d30

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.7 2020/01/14 14:33:16 taca Exp $
# $NetBSD: Makefile,v 1.7.2.2 2020/05/08 19:17:54 bsiegert Exp $
PLUGIN= password
@ -6,9 +6,14 @@ MAINTAINER= taca@NetBSD.org
COMMENT= Password change plugin for roundcube
LICENSE= gnu-gpl-v3
DEPENDS+= tcl-expect>=5.32.1:../../lang/tcl-expect
REPLACE_PERL+= plugins/password/helpers/change_ldap_pass.pl
REPLACE_PYTHON+= plugins/password/helpers/chpass-wrapper.py
DISTINFO_FILE= ${PKGDIR}/distinfo
.include "../../mail/roundcube/plugins.mk"
.include "../../lang/perl5/module.mk"
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -0,0 +1,7 @@
$NetBSD: distinfo,v 1.17.2.4 2020/06/09 11:51:49 bsiegert Exp $
SHA1 (roundcubemail-1.4.6-complete.tar.gz) = 44961ef62bb9c9875141ca34704bbc7d6f36373d
RMD160 (roundcubemail-1.4.6-complete.tar.gz) = 51e323bf7def448b55f57b9279745b5779690ab3
SHA512 (roundcubemail-1.4.6-complete.tar.gz) = e86763ced58cfa8174f71d33ae45cd62f26a58853b9361b800003fa5bf883a4106c957f66b6b17b03172a3ee595ca74d7c19ac38e449a23377defd77cf555742
Size (roundcubemail-1.4.6-complete.tar.gz) = 7031573 bytes
SHA1 (patch-plugins_password_helpers_passwd-expect) = 15e427a3c90bf7c0437a023b3f099abb5a139165

View File

@ -0,0 +1,41 @@
$NetBSD: patch-plugins_password_helpers_passwd-expect,v 1.1.2.2 2020/05/06 10:01:06 bsiegert Exp $
* Make password plugin work on NetBSD (and maybe other *BSD).
* Allocate pty on ssh session.
--- plugins/password/helpers/passwd-expect.orig 2020-01-01 20:00:50.000000000 +0000
+++ plugins/password/helpers/passwd-expect
@@ -46,10 +46,10 @@ set prompt_string "(%|\\\$|>)"
set fingerprint_string "The authenticity of host.* can't be established.*\n(RSA|ECDSA) key fingerprint is.*\nAre you sure you want to continue connecting.*"
set password_string "(P|p)assword.*"
set oldpassword_string "((O|o)ld|login|\\\(current\\\) UNIX) (P|p)assword.*"
-set newpassword_string "(N|n)ew.* (P|p)assword.*"
+set newpassword_string "(N|n)ew.*(P|p)assword.*"
set badoldpassword_string "(Authentication token manipulation error).*"
set badpassword_string "((passwd|BAD PASSWORD).*|(passwd|Bad:).*\r)"
-set verify_string "((R|r)e-*enter.*(P|p)assword|Retype new( UNIX)? password|(V|v)erification|(V|v)erify|(A|a)gain).*"
+set verify_string "((R|r)e-*enter.*(P|p)assword|Retype (N|n)ew( UNIX)? (P|p)assword|(V|v)erification|(V|v)erify|(A|a)gain).*"
set success_string "((P|p)assword.* changed|successfully)"
set login_string "(((L|l)ogin|(U|u)sername).*)"
set timeout 20
@@ -162,9 +162,9 @@ if {[string match $login "rlogin"]} {
} elseif {[string match $login "slogin"]} {
set pid [spawn slogin $host -l $user]
} elseif {[string match $login "ssh"]} {
- set pid [spawn ssh $host -l $user]
+ set pid [spawn ssh -t $host -l $user]
} elseif {[string match $login "ssh-exec"]} {
- set pid [spawn ssh $host -l $user $program]
+ set pid [spawn ssh -t $host -l $user $program]
} elseif {[string match $login "sudo"]} {
set pid [spawn sudo -u $user $program]
} elseif {[string match $login "telnet"]} {
@@ -254,6 +254,8 @@ expect {
-re $badpassword_string {puts $err "$expect_out(0,string)"
close $err
exit 1}
+ -re $prompt_string { sleep .5
+ send exit\r}
timeout {puts $err "Could not change password.\n"
close $err
exit 1}

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.92 2020/01/14 14:30:00 taca Exp $
# $NetBSD: Makefile,v 1.92.2.1 2020/06/09 11:51:49 bsiegert Exp $
DISTNAME= roundcubemail-${RC_VERS}
PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME:S/mail-/-/:S/-complete//}
@ -44,6 +44,24 @@ CONF_FILES_PERMS+= ${PREFIX}/${EGDIR}/defaults.inc.php \
${PKG_SYSCONFDIR}/defaults.inc.php \
${WWW_USER} ${WWW_GROUP} 0640
CONF_PLUGINS= acl additional_message_headers database_attachments \
emoticons help http_authentication jqueryui \
krb_authentication managesieve markasjunk \
new_user_identity newmail_notifier \
redundant_attachments squirrelmail_usercopy
RC_DOCS= CHANGELOG INSTALL LICENSE README.md UPGRADING
REPLACE_PHP= cleandb.sh decrypt.sh deluser.sh gc.sh \
indexcontacts.sh initdb.sh installto.sh \
moduserprefs.sh msgexport.sh msgimport.sh \
update.sh updatecss.sh updatedb.sh
REPLACE_INTERPRETER+= php
REPLACE.php.old= .*php[^ ]*
REPLACE.php.new= ${PREFIX}/bin/php
.for f in ${REPLACE_PHP}
REPLACE_FILES.php+= bin/${f}
.endfor
SUBST_CLASSES+= files
SUBST_STAGE.files= do-configure
SUBST_MESSAGE.files= Fixing configuration files.
@ -58,17 +76,6 @@ SUBST_SED.files+= -e "s|@PKG_EXAMPLES@|${PREFIX}/share/examples/roundcube|g"
SUBST_VARS.files+= PKG_SYSCONFBASE
SUBST_VARS.files+= PKG_SYSCONFDIR
CONF_PLUGINS= acl additional_message_headers database_attachments \
emoticons help http_authentication jqueryui \
krb_authentication managesieve markasjunk \
new_user_identity newmail_notifier \
redundant_attachments squirrelmail_usercopy
RC_DOCS= CHANGELOG INSTALL LICENSE README.md UPGRADING
REPLACE_PHP= cleandb.sh decrypt.sh deluser.sh gc.sh \
indexcontacts.sh initdb.sh installto.sh \
moduserprefs.sh msgexport.sh msgimport.sh \
update.sh updatecss.sh updatedb.sh
pre-configure:
${CP} ${FILESDIR}/apache.conf ${WRKSRC}/apache.conf
${CP} ${FILESDIR}/lighttpd.conf ${WRKSRC}/lighttpd.conf

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.common,v 1.16 2020/01/14 14:30:00 taca Exp $
# $NetBSD: Makefile.common,v 1.16.2.2 2020/06/09 11:51:49 bsiegert Exp $
#
# used by mail/roundcube/Makefile
# used by mail/roundcube/plugins.mk
@ -10,7 +10,7 @@ GITHUB_PROJECT= roundcubemail
GITHUB_RELEASE= ${RC_VERS}
HOMEPAGE= https://roundcube.net/
RC_VERS= 1.4.2
RC_VERS= 1.4.6
USE_LANGUAGES= # none
USE_TOOLS+= pax

View File

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.47 2020/01/14 14:30:00 taca Exp $
@comment $NetBSD: PLIST,v 1.47.2.1 2020/05/08 19:17:54 bsiegert Exp $
share/doc/roundcube/CHANGELOG
share/doc/roundcube/INSTALL
share/doc/roundcube/LICENSE
@ -960,6 +960,7 @@ share/roundcube/plugins/markasjunk/localization/de_DE.inc
share/roundcube/plugins/markasjunk/localization/el_GR.inc
share/roundcube/plugins/markasjunk/localization/en_GB.inc
share/roundcube/plugins/markasjunk/localization/en_US.inc
share/roundcube/plugins/markasjunk/localization/es_ES.inc
share/roundcube/plugins/markasjunk/localization/et_EE.inc
share/roundcube/plugins/markasjunk/localization/eu_ES.inc
share/roundcube/plugins/markasjunk/localization/fi_FI.inc
@ -967,8 +968,10 @@ share/roundcube/plugins/markasjunk/localization/fr_FR.inc
share/roundcube/plugins/markasjunk/localization/ga_IE.inc
share/roundcube/plugins/markasjunk/localization/he_IL.inc
share/roundcube/plugins/markasjunk/localization/hu_HU.inc
share/roundcube/plugins/markasjunk/localization/id_ID.inc
share/roundcube/plugins/markasjunk/localization/is_IS.inc
share/roundcube/plugins/markasjunk/localization/ja_JP.inc
share/roundcube/plugins/markasjunk/localization/ko_KR.inc
share/roundcube/plugins/markasjunk/localization/lt_LT.inc
share/roundcube/plugins/markasjunk/localization/nb_NO.inc
share/roundcube/plugins/markasjunk/localization/nl_NL.inc
@ -1762,6 +1765,7 @@ share/roundcube/program/localization/kn_IN/labels.inc
share/roundcube/program/localization/kn_IN/messages.inc
share/roundcube/program/localization/ko_KR/labels.inc
share/roundcube/program/localization/ko_KR/messages.inc
share/roundcube/program/localization/ko_KR/timezones.inc
share/roundcube/program/localization/ku/labels.inc
share/roundcube/program/localization/ku/messages.inc
share/roundcube/program/localization/ku_IQ/labels.inc

View File

@ -1,10 +1,9 @@
$NetBSD: distinfo,v 1.66 2020/01/14 14:30:00 taca Exp $
$NetBSD: distinfo,v 1.66.2.3 2020/06/09 11:51:49 bsiegert Exp $
SHA1 (roundcubemail-1.4.2-complete.tar.gz) = d53fcd7f1109a63364d5d4a43f879c6f47d34a89
RMD160 (roundcubemail-1.4.2-complete.tar.gz) = f043c3e55156625a9f4a8f95aeab704502be9b9d
SHA512 (roundcubemail-1.4.2-complete.tar.gz) = 3f705bc38b44a0b7ea3241b0222f607b040ec01c8ea400b6b6222fbe346570c5f3450e5a188bab99ea171481453eb3f5b1e7457070ace1144558ec662a4273bb
Size (roundcubemail-1.4.2-complete.tar.gz) = 7006013 bytes
SHA1 (roundcubemail-1.4.6-complete.tar.gz) = 44961ef62bb9c9875141ca34704bbc7d6f36373d
RMD160 (roundcubemail-1.4.6-complete.tar.gz) = 51e323bf7def448b55f57b9279745b5779690ab3
SHA512 (roundcubemail-1.4.6-complete.tar.gz) = e86763ced58cfa8174f71d33ae45cd62f26a58853b9361b800003fa5bf883a4106c957f66b6b17b03172a3ee595ca74d7c19ac38e449a23377defd77cf555742
Size (roundcubemail-1.4.6-complete.tar.gz) = 7031573 bytes
SHA1 (patch-af) = 7f29b0310a2a6b2e71858787e08b025e30d8bd12
SHA1 (patch-config_config.inc.php.sample) = 92a48a97b16fe3f5f4b9441fce762a559d8daca7
SHA1 (patch-plugins_password_helpers_passwd-expect) = 9e0082f23e37bbab26e8bb1439668132d5aacca2
SHA1 (patch-rcube_mime_default) = b1e9479d575b7fd61c413e2b76ee36c06ece7a5c
SHA1 (patch-program_lib_Roundcube_rcube__mime.php) = b1e9479d575b7fd61c413e2b76ee36c06ece7a5c

View File

@ -1,4 +1,4 @@
# $NetBSD: options.mk,v 1.16 2018/05/16 08:14:40 triaxx Exp $
# $NetBSD: options.mk,v 1.16.14.1 2020/06/09 11:51:49 bsiegert Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.roundcube
@ -80,7 +80,7 @@ DEPENDS+= ${PHP_PKG_PREFIX}-pear-Net_LDAP3-[0-9]*:../../net/pear-Net_LDAP3
###
### Use sockets, required by managesieve and password plugins.
###
.if !empty(PKG_OPTIONS:Msockets)
.if !empty(PKG_OPTIONS:Mphp-sockets)
DEPENDS+= ${PHP_PKG_PREFIX}-sockets>=4.3.1:../../net/php-sockets
.endif

View File

@ -1,24 +0,0 @@
$NetBSD: patch-plugins_password_helpers_passwd-expect,v 1.1 2016/05/26 03:23:38 taca Exp $
Make password plugin work on NetBSD (and maybe other *BSD).
--- plugins/password/helpers/passwd-expect.orig 2016-04-17 16:22:20.000000000 +0000
+++ plugins/password/helpers/passwd-expect
@@ -49,7 +49,7 @@ set oldpassword_string "((O|o)ld|login|\
set newpassword_string "(N|n)ew.* (P|p)assword.*"
set badoldpassword_string "(Authentication token manipulation error).*"
set badpassword_string "((passwd|BAD PASSWORD).*|(passwd|Bad:).*\r)"
-set verify_string "((R|r)e-*enter.*(P|p)assword|Retype new( UNIX)? password|(V|v)erification|(V|v)erify|(A|a)gain).*"
+set verify_string "((R|r)e-*enter.*(P|p)assword|Retype (N|n)ew( UNIX)? (P|p)assword|(V|v)erification|(V|v)erify|(A|a)gain).*"
set success_string "((P|p)assword.* changed|successfully)"
set login_string "(((L|l)ogin|(U|u)sername).*)"
set timeout 20
@@ -251,6 +251,8 @@ expect {
expect {
-re $success_string {sleep .5
send exit\r}
+ -re $prompt_string { sleep .5
+ send exit\r}
-re $badpassword_string {puts $err "$expect_out(0,string)"
close $err
exit 1}

View File

@ -1,4 +1,4 @@
$NetBSD: patch-rcube_mime_default,v 1.3 2018/05/16 08:14:41 triaxx Exp $
$NetBSD: patch-program_lib_Roundcube_rcube__mime.php,v 1.3.2.2 2020/06/09 11:51:50 bsiegert Exp $
Fix path to /etc/.

View File

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.1 2020/03/20 16:58:34 taca Exp $
$NetBSD: distinfo,v 1.1.2.1 2020/06/04 08:51:17 bsiegert Exp $
SHA1 (actionmailbox-6.0.2.2.gem) = 34adc326bfa528dfb116995c22a986146cb9beb9
RMD160 (actionmailbox-6.0.2.2.gem) = b810066e4a034559c43f416e284004e797ce8b8d
SHA512 (actionmailbox-6.0.2.2.gem) = 40b9accb569f86b5152e203bf65458c1c7cbe9ecc666ca9ff1e9d5575747c8121b5e9caaec09e0a8b0f19e90dde039228caca6da3bc8931d1437e607f871c9ce
Size (actionmailbox-6.0.2.2.gem) = 20480 bytes
SHA1 (actionmailbox-6.0.3.1.gem) = 8ab6c70bb51c65365f0ecf45bc313a92538bdc51
RMD160 (actionmailbox-6.0.3.1.gem) = f36535b3f41b9b0135ceac13030f18424f526a65
SHA512 (actionmailbox-6.0.3.1.gem) = c230d056a3b0787e8000bde294bb3843017ef8ff3a87560fc10af40d5ca370f7e1c95eaa4b5c19a3d09d1051f52109759f163414fc7aef439ecb9325dba1e521
Size (actionmailbox-6.0.3.1.gem) = 20992 bytes

View File

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.3 2020/03/20 15:42:30 taca Exp $
$NetBSD: distinfo,v 1.3.2.1 2020/06/01 19:15:22 bsiegert Exp $
SHA1 (actionmailer-5.2.4.2.gem) = 19bd508b3cf4fc00b647ca8d2645681f122cb2a8
RMD160 (actionmailer-5.2.4.2.gem) = 80d1b2c2165c08b605b8d09d2f8d71e71d52bc30
SHA512 (actionmailer-5.2.4.2.gem) = 210b760bb52dea16507267201f6ace7b382535e9ae0670fed289733b437794bfa8a7a6393cefae0a28b11b1a040d191650f1de1f3ade6f834e80ee159e8036d2
Size (actionmailer-5.2.4.2.gem) = 29184 bytes
SHA1 (actionmailer-5.2.4.3.gem) = b9574346692494c816ba90c6c9f882e7535d3d6e
RMD160 (actionmailer-5.2.4.3.gem) = 25bda2c8e9979b524895a8a3845941bc371f5fa0
SHA512 (actionmailer-5.2.4.3.gem) = 195b83a298c4a2d12822971456ec681b34596c05cfffc5eade1bed3b4d1586ec8ddcee6340419dcf3d464238385a904e83b6e7d2ff6d018cd3022ad782ed386b
Size (actionmailer-5.2.4.3.gem) = 29184 bytes

View File

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.1 2020/03/20 16:59:26 taca Exp $
$NetBSD: distinfo,v 1.1.2.1 2020/06/04 08:51:17 bsiegert Exp $
SHA1 (actionmailer-6.0.2.2.gem) = cee151ea1055401fe3560041a6ecb5b95351e1d1
RMD160 (actionmailer-6.0.2.2.gem) = d134a3e608bdaf897ec150c605176767ae3d2a69
SHA512 (actionmailer-6.0.2.2.gem) = 15e930887c1416835a92e3a5601e79b50e353f1c688a758ca2b1249d3b3775ed0804fd60be50d930fc4afd6e7dfbd23e7a1d0d42cf12647fd92ca76452a22c51
Size (actionmailer-6.0.2.2.gem) = 30720 bytes
SHA1 (actionmailer-6.0.3.1.gem) = 32abbd8b860e0eb4dc6ddc7eb91229f138f41be5
RMD160 (actionmailer-6.0.3.1.gem) = 07fabe5b76ff3f1cd28759bfcdef4364788b2c31
SHA512 (actionmailer-6.0.3.1.gem) = 877d285de378587327436706209a794fcc5399494cf4e5b8d9b2e3688b54a5d11293343be04efe062d7af847418b31f582ad5cd78e9e8f930a19a72355f08875
Size (actionmailer-6.0.3.1.gem) = 30720 bytes

View File

@ -1,10 +1,9 @@
# $NetBSD: Makefile,v 1.74 2020/01/26 17:31:37 rillig Exp $
# $NetBSD: Makefile,v 1.74.2.1 2020/06/09 11:53:31 bsiegert Exp $
DISTNAME= sympa-6.2.16
PKGREVISION= 4
VERSION= 6.2.56
DISTNAME= sympa-${VERSION}
CATEGORIES= mail
MASTER_SITES= http://www.sympa.org/distribution/
MASTER_SITES+= http://www.sympa.org/distribution/old/
MASTER_SITES= https://github.com/sympa-community/sympa/releases/download/${VERSION}/
MAINTAINER= bouyer@NetBSD.org
HOMEPAGE= https://www.sympa.org/
@ -155,12 +154,7 @@ SPECIAL_PERMS+= ${SYMPA_PREFIX}/libexec/cgi-bin/sympa_soap_server-wrapper.fcgi \
CONF_FILES= ${PREFIX}/share/examples/sympa/sympa.conf \
${PKG_SYSCONFDIR}/sympa.conf
.for f in arc.png back.png begin.png binary.png config.png crosshairs.png \
datasources.png down.png end.png favicon_sympa.png folder.open.png \
folder.png h.png image2.png junk.png left.png link.png locked.png \
logo-s-lock.png logo-s.png logo_sympa.png movie.png new_list.png \
position.png right.png search.png sound1.png spinner.gif subscribe.png \
sv.png text.png top.png unknown.png
.for f in favicon_sympa.png logo_sympa.png
CONF_FILES+= ${PREFIX}/sympa/static_content/icons/${f} \
${SYMPA_VARBASE}/list_data/static_content/icons/${f}
.endfor
@ -182,8 +176,8 @@ SUBST_SED.paths+= -e "s|prefix/bounce|localstatedir/bounce|g"
SUBST_MESSAGE.paths= Fixing configure paths
post-install:
${INSTALL_DATA} ${WRKSRC}/NEWS ${DESTDIR}${PREFIX}/share/doc/sympa/NEWS
${CHOWN} ${ROOT_USER}:${ROOT_GROUP} ${DESTDIR}${SYMPA_PREFIX}/static_content
${INSTALL_DATA} ${WRKSRC}/NEWS.md ${DESTDIR}${PREFIX}/share/doc/sympa/NEWS.md
${CHOWN} -R ${ROOT_USER}:${ROOT_GROUP} ${DESTDIR}${SYMPA_PREFIX}/static_content
${CHMOD} a-w \
${DESTDIR}${SYMPA_PREFIX}/libexec/cgi-bin/wwsympa-wrapper.fcgi \
${DESTDIR}${SYMPA_PREFIX}/libexec/cgi-bin/sympa_soap_server-wrapper.fcgi \

File diff suppressed because it is too large Load Diff

View File

@ -1,9 +1,9 @@
$NetBSD: distinfo,v 1.19 2017/03/20 10:24:02 bouyer Exp $
$NetBSD: distinfo,v 1.19.6.1 2020/06/09 11:53:31 bsiegert Exp $
SHA1 (sympa-6.2.16.tar.gz) = 3ccf1ebff9e0b97c0ad5b58b59c5d9d30bccc1f2
RMD160 (sympa-6.2.16.tar.gz) = 7a0e1f4aefd6cd676c8a9cbc335e75126a6871be
SHA512 (sympa-6.2.16.tar.gz) = ad88ff89a7ed6cf254577abce21449e1ab88e2ac8f8dfc13166497ba4e6de7103addadb09e95010ee716976709a6ac6925564f7a663364f9c6d547c2260e8a97
Size (sympa-6.2.16.tar.gz) = 11841761 bytes
SHA1 (patch-aa) = e65b745cd0c35e6706a6afc3791c61b1d0a8d92b
SHA1 (patch-ab) = c13b55e6df818a10ed8b05d10cab464b9ace85e5
SHA1 (patch-ac) = f5fba5a1e74078f762a1b9642357adb72271821b
SHA1 (sympa-6.2.56.tar.gz) = e9e13c97ab1e43f9113f5eaec6e00b94bb42c5b4
RMD160 (sympa-6.2.56.tar.gz) = 99c56f076ba28710ca1b04a777c74d7aaf612bd0
SHA512 (sympa-6.2.56.tar.gz) = eb83e773bc23f1e5100fac8efd6091b7767f67ffbeeac42b26d6ec42629c61ff8e8372541924afbaccd5f34d208f53454dec40581dbd162fa58c85301e1a3414
Size (sympa-6.2.56.tar.gz) = 12864493 bytes
SHA1 (patch-aa) = 5a9dbd15705665e2c897b5f295cd8facab3ebcf1
SHA1 (patch-ab) = 4dc1d7e4b5dccf21397783607acf854017301a7b
SHA1 (patch-ac) = d66d8bc45ddcd5aacc22f213f3249dd6faa706b6

View File

@ -1,86 +1,77 @@
$NetBSD: patch-aa,v 1.9 2017/03/20 10:24:02 bouyer Exp $
$NetBSD: patch-aa,v 1.9.6.1 2020/06/09 11:53:31 bsiegert Exp $
--- Makefile.in.orig 2016-06-17 16:54:15.000000000 +0200
+++ Makefile.in 2017-03-17 18:51:01.000000000 +0100
@@ -721,8 +721,6 @@
--- Makefile.in.orig 2019-09-29 11:02:14.000000000 +0200
+++ Makefile.in 2019-10-17 14:40:43.000000000 +0200
@@ -958,59 +958,30 @@
$(confdir) $(sysconfdir); do \
if [ ! -d $(DESTDIR)$$dir ] ; then \
echo "Creating $(DESTDIR)$$dir"; \
$(INSTALL) -d -m 755 $(DESTDIR)$$dir; \
- $(INSTALL) -d -m 755 $(DESTDIR)$$dir; \
+ $(INSTALL) -o $(USER) -g $(GROUP) -d -m 755 $(DESTDIR)$$dir; \
fi; \
- chown $(USER) $(DESTDIR)$$dir || /bin/true; \
- chgrp $(GROUP) $(DESTDIR)$$dir || /bin/true; \
- chown $(USER) $(DESTDIR)$$dir; \
- chgrp $(GROUP) $(DESTDIR)$$dir; \
done
-@for subdir in automatic bounce msg task tmp; do \
if [ ! -d $(DESTDIR)$(spooldir)/$$subdir ] ; then \
echo "Creating $(DESTDIR)$(spooldir)/$$subdir"; \
- $(INSTALL) -d -m 750 $(DESTDIR)$(spooldir)/$$subdir; \
+ $(INSTALL) -o $(USER) -g $(GROUP) -d -m 750 $(DESTDIR)$(spooldir)/$$subdir; \
fi; \
- chown $(USER) $(DESTDIR)$(spooldir)/$$subdir; \
- chgrp $(GROUP) $(DESTDIR)$(spooldir)/$$subdir; \
done
sympa_wizard.pl.inst: $(top_srcdir)/src/sbin/sympa_wizard.pl.in Makefile
@@ -732,48 +730,17 @@
< $(top_srcdir)/src/sbin/sympa_wizard.pl.in > $@
installconfig: installdir sympa_wizard.pl.inst
installconfig: installdir
- @echo "Installing basic configuration ..."
- export PERL5LIB=$(DESTDIR)$(modulesdir); \
- if [ ! -f $(DESTDIR)$(confdir)/sympa.conf ]; then \
- echo "This looks like your first Sympa installation. The following wizard will assist you to create your first Sympa configuration.";\
- if [ ! -d $(DESTDIR)$(confdir) ]; then \
- $(INSTALL) -d -m 755 $(DESTDIR)$(confdir); \
- fi; \
- chown $(USER) $(DESTDIR)$(confdir) || /bin/true; \
- chgrp $(GROUP) $(DESTDIR)$(confdir) || /bin/true; \
- $(PERL) sympa_wizard.pl.inst \
- --create sympa.conf \
- --target $(DESTDIR)$(confdir)/sympa.conf \
- || /bin/true; \
- chown $(USER) $(DESTDIR)$(confdir)/sympa.conf || /bin/true; \
- chgrp $(GROUP) $(DESTDIR)$(confdir)/sympa.conf || /bin/true; \
- fi; \
- if [ ! -f $(DESTDIR)$(sysconfdir)/data_structure.version ]; then \
- -@if [ ! -f $(DESTDIR)$(confdir)/sympa.conf ]; then \
- echo "installing sympa.conf"; \
- $(INSTALL) -m 640 sympa.conf $(DESTDIR)$(confdir); \
- chown $(USER) $(DESTDIR)$(confdir)/sympa.conf; \
- chgrp $(GROUP) $(DESTDIR)$(confdir)/sympa.conf; \
- fi
@echo "Installing configuration template ..."
-@echo "installing sympa.conf-dist"; \
- $(INSTALL) -m 644 -T sympa.conf-dist $(DESTDIR)$(confdir)/sympa.conf-dist; \
- chown $(USER) $(DESTDIR)$(confdir)/sympa.conf-dist; \
- chgrp $(GROUP) $(DESTDIR)$(confdir)/sympa.conf-dist
- -@if [ ! -f $(DESTDIR)$(sysconfdir)/data_structure.version ]; then \
- cd $(DESTDIR)$(sysconfdir); \
- echo "# automatically created file" >> data_structure.version; \
- echo "# you should not modify it" >> data_structure.version; \
- echo $(VERSION) >> data_structure.version; \
- chown $(USER) data_structure.version || /bin/true; \
- chgrp $(GROUP) data_structure.version || /bin/true; \
- chown $(USER) data_structure.version; \
- chgrp $(GROUP) data_structure.version; \
- fi
- @for dir in create_list_templates custom_actions custom_conditions \
- data_sources families global_task_models list_task_models \
- -@for dir in create_list_templates custom_actions custom_conditions \
- data_sources families tasks \
- mail_tt2 scenari search_filters web_tt2; do \
- if [ ! -d $(DESTDIR)$(sysconfdir)/$$dir ] ; then \
- echo "Creating $(DESTDIR)$(sysconfdir)/$$dir"; \
- $(INSTALL) -d -m 755 $(DESTDIR)$(sysconfdir)/$$dir; \
- fi; \
- chown $(USER) $(DESTDIR)$(sysconfdir)/$$dir || /bin/true; \
- chgrp $(GROUP) $(DESTDIR)$(sysconfdir)/$$dir || /bin/true; \
- chown $(USER) $(DESTDIR)$(sysconfdir)/$$dir; \
- chgrp $(GROUP) $(DESTDIR)$(sysconfdir)/$$dir; \
- done
- @if [ ! -e $(DESTDIR)$(sysconfdir)/README ]; then \
- echo "Creating $(DESTDIR)$(sysconfdir)/README"; \
- $(SED) \
- -e 's|--sysconfdir--|$(sysconfdir)|' \
- -e 's|--defaultdir--|$(defaultdir)|' \
- etc_README > $(DESTDIR)$(sysconfdir)/README; \
- chmod 444 $(DESTDIR)$(sysconfdir)/README; \
- $(srcdir)/etc_README > $(DESTDIR)$(sysconfdir)/README; \
- chmod 644 $(DESTDIR)$(sysconfdir)/README; \
- fi
+ if [ ! -d $(DESTDIR)$(prefix)/share/examples/sympa ]; then \
+ $(INSTALL) -d -m 755 $(DESTDIR)$(prefix)/share/examples/sympa; \
+ fi;\
+ env PERL5LIB=$(DESTDIR)$(prefix)/sympa/bin $(DESTDIR)$(sbindir)/sympa_wizard.pl \
+ --create sympa.conf \
+ --target $(DESTDIR)$(prefix)/share/examples/sympa/sympa.conf \
+ || true; \
+ $(INSTALL) -d -m 755 $(DESTDIR)$(prefix)/share/examples/sympa; \
+ $(INSTALL) -m 644 sympa.conf-dist $(DESTDIR)$(prefix)/share/examples/sympa/sympa.conf; \
+ cd $(DESTDIR)$(prefix)/share/examples/sympa; \
+ echo "# automatically created file" >> data_structure.version; \
+ echo "# you should not modify it" >> data_structure.version; \
+ echo $(VERSION) >> data_structure.version
+ echo $(VERSION) >> data_structure.version;
+ echo "Creating $(DESTDIR)$(prefix)share/examples/sympa/README"; \
+ $(SED) \
+ -e 's|--sysconfdir--|$(sysconfdir)|' \
+ -e 's|--defaultdir--|$(defaultdir)|' \
+ $(srcdir)/etc_README > README; \
nextstep:
@echo ""
@@ -796,12 +763,6 @@
@echo "#######################################################"
importantchanges:
- if test -f $(top_srcdir)/previous_sympa_version; then \
- export PREVIOUS=`$(CAT) $(top_srcdir)/previous_sympa_version`; \
- fi; \
- $(PERL) $(top_srcdir)/important_changes.pl \
- --current=$(VERSION) \
- --previous=$${PREVIOUS};
uninstall-hook:
rm -f $(DESTDIR)$(confdir)/sympa.conf

Some files were not shown because too many files have changed in this diff Show More