Commit graph

343277 commits

Author SHA1 Message Date
tsutsui
1e9fb24ca0 firefox: 91.0 requires nspr>=4.32 and nss>=3.68. 2021-08-14 14:30:12 +00:00
wiz
a8780aaf7a doc/TODO: + ardour-6.9. 2021-08-14 10:02:17 +00:00
rillig
0ed122293a pkgtools/pkglint: update to 21.2.5
Changes since 21.2.4:

Fixed wrong warning about man/man1 in INSTALLATION_DIRS.

Fixed outdated warning that preformatted manual pages should end in
'.0' since SunOS uses the section prefix for them.
2021-08-14 09:46:11 +00:00
taca
33755efd4f doc: Updated mail/postfix to 3.6.2nb1 2021-08-14 08:58:45 +00:00
taca
c7167c73a7 mail/postfix: add blocklist PKG_OPTIONS and fix build problem
* Add blocklist PKG_OPTIONS.
* Fix build problem on no blocklist/blacklist supported system.
  (Reported by Matthias Ferdinand on pkgsrc-users@.)

Bump PKGREVISION.
2021-08-14 08:58:20 +00:00
nia
635ba41954 doc: Updated audio/qmmp to 1.5.1 2021-08-14 08:44:04 +00:00
nia
f267f0d7cd qmmp: update to 1.5.1
Version 1.5.1
* added application startup optimization
* added Korean translation (Jung Hee Lee)
* enabled Matroska container by default in the ffmpeg plugin
* removed mp3lyrics.org lyrics provider (service was closed)
* improved qsui plugin:
  - added waveform seekbar optimization (Linearithmik)
  - fixed waveform generation for 16-bit samples (Linearithmik)
* fixed plugin cache cleanup
* fixed build without mpg123
* fixed ladspa plugin regression (Linearithmik)
2021-08-14 08:43:46 +00:00
rillig
49712ca762 mk/install: fix documentation and speed up install-dirs-from-PLIST
The documentation did not mention that conditional entries in PLIST
files are skipped.  Pkglint doesn't know this either and issues wrong
notes that some directories are redundant in INSTALLATION_DIRS when in
reality they need to be listed there.

While here, filter out some duplicate directories.  This invokes the
command for creating a single directory less often.  Since PLIST files
are usually sorted, files in the same directory tend to be listed near
each other.

The fallback to the plain 'uniq' is needed for SCO_SV, which does not
define TOOLS_PLATFORM.uniq.
2021-08-14 08:38:01 +00:00
rillig
e24f77e1f0 doc: Updated pkgtools/pkglint to 21.2.4 2021-08-14 08:20:00 +00:00
rillig
d42d69e1a0 pkgtools/pkglint: update to 21.2.4
Changes since 21.2.3:

Fixed loading of the tool definitions.  This adds 76 warnings for
packages that use tools without adding them to USE_TOOLS.  It also fixes
the warning about gmake and Meson.
2021-08-14 08:19:49 +00:00
nia
65d28c7f5d doc: Updated devel/rgbds to 0.5.1 2021-08-14 08:19:25 +00:00
nia
88aeaad889 rgbds: update to 0.5.1
Added:

     * RGBFIX now supports the homebrew TPP1 mapper! (The emulators BGB 1.5.9
       and SameBoy 0.14.3 do too)
     * New \<10> and \<num_sym> macro arg syntaxes
     * SIZEOF("section") and STARTOF("section")
     * CHARLEN and CHARSUB for working with charmap output units
     * OPT L, OPT W, and OPT h
     * REDEF EQU
     * Linker scripts can use character escapes in section names ("\n \r \t
       \" \\")
     * RGBFIX now reports when it's overwriting non-zero header bytes,
       helpful for spotting mistakes (thanks @GreenAndEievui!)
     * rgbfix -m help will list the accepted MBC names
     * rgbfix -m accepts $-prefixed hex literals

   Changed:

     * Parentheses in macro args implicitly escape commas now, like C. For
       example, macro STRCAT("foo", "bar") used to be 2 arguments, now it's
       only one!
     * STRSUB and CHARSUB allow negative start positions, relative to the end
       of the string
     * STRSUB's second parameter can be omitted to read until the end of the
       string
     * A lot more errors are non-fatal now
     * Any constant expression equal for $FF00 can be substituted to $ff00 in
       ld [$ff00 + c], a and ld a, [$ff00 + c]; and arbitrary whitespace,
       line continuations, and block comments are allowed

   Removed:

     * LOAD FRAGMENT had buggy behavior, and its use cases can be done
       differently

   Fixed:

     * Symbols in some SECTION UNION/FRAGMENT could be missing from the .sym
       file
     * Interpolations could recurse infinitely outside of strings
     * ld hl, sp - <expr> was broken in 0.5.0 (workaround: ld hl, sp +
       -<expr>)
     * $ff00 + constant (or any symbol name starting with "c") would cause a
       syntax error since 0.4.2 (workarounds: ($ff00) + constant, constant +
       $ff00, or $ff00 + /**/ constant)
     * Fixed a lexer bug that could crash RGBASM on "piped" input files
     * jr could be incorrect within SECTION FRAGMENT
     * PUSHS didn't reset the section scope correctly (regression), and
       didn't save the LOAD state
     * REDEF EQUS had a few bugs
     * RGBFIX incorrectly parsed options on some platforms
     * RGBLINK should no longer leak memory
     * Fixed some compiler warnings, notably on 32-bit platforms and macOS
     * The source now uses _ISO_C11_SOURCE; this notably fixes building on
       FreeBSD (see #789 for more info)
2021-08-14 08:19:15 +00:00
nia
470e96f531 doc: Updated graphics/scrot to 1.6 2021-08-14 08:13:21 +00:00
nia
786fa1501a scrot: update to 1.6
Version 1.6

  [ Christopher R. Nelson ] alias @languidnights

  * Removed dependence on giblib library.

  [ Daniel T. Borelli ] alias @daltomi

  * Fixed the capture when a window is hidden behind another.
  * Fixed the capture of the edge of the focused window.
  * Avoid capturing the selection box when drag and drop quickly.
  * Fixed issue when selection reaches the end of screen.
  * New feature: resize the selection with the arrow keys.
  * New feature: support script Imlib2 commands.
  * New feature: added WM_CLASS to exclude selection mode edge from some
    composite window managers.
  * Improvement: selection option, capture the mouse cursor when the delay
    option is used.
  * Removed forced compiler options: -g -O3

  [ Guilherme Janczak ] alias @guijan

  * Removed the local implementation function: strdup.
  * Removed the local implementation function: getopt_long.
  * Removed unused file debug.h.

  [ Martin C ] alias @Cationiz3r

  * New feature: change the cursor pointer according to the movement of the
    selection.

  [ Shawn Webb ] alias @lattera

  * Fixed Control Flow Integrity complain in HardenedBSD.
2021-08-14 08:12:46 +00:00
nia
9b1bde1f24 doc: Updated chat/srain to 1.2.4 2021-08-14 07:54:26 +00:00
nia
8ed96f044c srain: update to 1.2.4
2021-07-18 Version 1.2.4
========================

- Bug fixes:

  - Fix bug casued by :pull:`316` (:issue:`319`)
  - Fix crach when URL preview async task failed (:issue:`322`)
2021-08-14 07:54:15 +00:00
nia
3e1b761b5d doc: Updated zathura packages 2021-08-14 07:40:12 +00:00
nia
00f1274342 zathura-cb: update to 0.1.9
Changelog

     * Various bug fixes and improvements
2021-08-14 07:39:42 +00:00
nia
ddbd6ca925 zathura-pdf-mupdf: update to 0.3.7
Changelog

     * Compatible with mupdf 1.18
     * Various fixes and improvements
2021-08-14 07:39:02 +00:00
nia
99b449db71 zathura-ps: update to 0.2.7
Changelog

     * Various bug fixes and improvements
2021-08-14 07:37:51 +00:00
nia
e1d0c90d5e zathura: update to 0.4.8
Changelog

     * Account for page padding in full scroll
     * Add forefground color for links
     * Add :save and :save! aliases for :write and :write!
     * Various fixes and improvements
     * Updated translations
2021-08-14 07:36:55 +00:00
nia
653627b6d1 doc: Updated graphics/girara to 0.3.6 2021-08-14 07:34:44 +00:00
nia
bdfb47146d girara: update to 0.3.6
Changelog

    Various fixes and improvements
    Update translations
2021-08-14 07:34:32 +00:00
mef
dde540f27d (devel/byacc) regen distinfo with DIST_SUBDIR set 2021-08-14 01:04:32 +00:00
tnn
3850fea403 nss: skip portability checks for all unit tests 2021-08-14 00:32:17 +00:00
gdt
165cadb875 doc: Updated geography/qgis to 3.16.9 2021-08-13 19:01:56 +00:00
gdt
c660f4142d geography/qgis: Update to 3.16.9
Upstream changes: bugfixes
2021-08-13 19:01:48 +00:00
prlw1
93ced412ca doc: Updated games/hitori to 3.38.2 2021-08-13 17:39:55 +00:00
prlw1
ceba6ab3dd Update hitori to 3.38.2
- !28 help: Add Hitori icon as SVG
- !29 appdata: Fix project license
- many translation updates
2021-08-13 17:39:27 +00:00
wiz
cabf2aac2e unifi: honor LDFLAGS
Fixes RELRO build.

While here, switch to a WRKSRC that avoids having to use '..' in paths,
and clean some pkglint.
2021-08-13 17:25:06 +00:00
wiz
5eb09c883e doc: Updated sysutils/neb-wipe to 1.0nb1 2021-08-13 15:41:32 +00:00
wiz
922a256d65 neb-wipe: honor LDFLAGS.
Fixes RELRO build. Bump PKGREVISION.
2021-08-13 15:41:23 +00:00
ryoon
fcabf0bbff doc: Updated www/firefox78-l10n to 78.13.0 2021-08-13 15:08:34 +00:00
ryoon
34bcc9c412 firefox78-l10n: Update to 78.13.0
* Sync with www/firefox78-78.13.0.
2021-08-13 15:08:02 +00:00
ryoon
fe4d29b924 doc: Updated www/firefox78 to 78.13.0 2021-08-13 15:07:37 +00:00
ryoon
1fa71bde98 firefox78: Update to 78.13.0
Changelog:
Various stability, functionality, and security fixes

Security fixes:
#CVE-2021-29986: Race condition when resolving DNS names could have led to
 memory corruption
#CVE-2021-29988: Memory corruption as a result of incorrect style treatment
#CVE-2021-29984: Incorrect instruction reordering during JIT optimization
#CVE-2021-29980: Uninitialized memory in a canvas object could have led to
 memory corruption
#CVE-2021-29985: Use-after-free media channels
#CVE-2021-29989: Memory safety bugs fixed in Firefox 91 and Firefox ESR 78.13
2021-08-13 15:07:03 +00:00
ryoon
dc90efdff9 doc: Updated www/firefox-l10n to 91.0 2021-08-13 14:59:53 +00:00
ryoon
7ebc8e76db firefox-l10n: Update to 91.0
* Sync with www/firefox-91.0.

Changelog:
* Add sco locale.
2021-08-13 14:59:27 +00:00
ryoon
6764308f75 doc: Updated www/firefox to 91.0 2021-08-13 14:58:24 +00:00
ryoon
9f761e98a9 firefox: Update to 91.0
* Convert to --enable-chrome-format=omni.
  It is not necessary to modify JavaScript files to improve support recently.
* Fix build under NetBSD/i386 like lang/mozjs78.

Changelog:
New

  * Building on Total Cookie Protection, we've added a more comprehensive logic
    for clearing cookies that prevents hidden data leaks and makes it easy for
    users to understand which websites are storing local information. Learn
    more

  * Firefox now supports logging into Microsoft, work, and school accounts
    using Windows single sign-on. Learn more

  * The simplify page when printing feature is back! When printing, under More
    settings > Format select the Simplified option when available to get a
    clutter-free page. Learn more

  * HTTPS-First Policy: Firefox Private Browsing windows now attempt to make
    all connections to websites secure, and fall back to insecure connections
    only when websites do not support it. Learn more

  * We've added a new locale: Scots (sco)

  * The address bar now provides Switch to Tab results also in Private Browsing
    windows.

  * Firefox now automatically enables High Contrast Mode when "Increase
    Contrast" is checked on MacOS

  * Firefox now does catch-up paints for almost all user interactions, enabling
    a 10-20% improvement in response time to most user interactions.

Fixed

  * Various security fixes

Enterprise

  * Various bug fixes and new policies have been implemented in the latest
    version of Firefox. See more details in the Firefox for Enterprise 91
    Release Notes.

Developer

  * Developer Information

Web Platform

  * The Visual Viewport API is now supported on desktop platforms

Security fixes:
#CVE-2021-29986: Race condition when resolving DNS names could have led to
 memory corruption
#CVE-2021-29981: Live range splitting could have led to conflicting assignments
 in the JIT
#CVE-2021-29988: Memory corruption as a result of incorrect style treatment
#CVE-2021-29983: Firefox for Android could get stuck in fullscreen mode
#CVE-2021-29984: Incorrect instruction reordering during JIT optimization
#CVE-2021-29980: Uninitialized memory in a canvas object could have led to
 memory corruption
#CVE-2021-29987: Users could have been tricked into accepting unwanted
 permissions on Linux
#CVE-2021-29985: Use-after-free media channels
#CVE-2021-29982: Single bit data leak due to incorrect JIT optimization and
 type confusion
#CVE-2021-29989: Memory safety bugs fixed in Firefox 91 and Firefox ESR 78.13
#CVE-2021-29990: Memory safety bugs fixed in Firefox 91
2021-08-13 14:57:52 +00:00
abs
ae4c293dda Mark RELRO_SUPPORTED=no 2021-08-13 14:45:53 +00:00
abs
781de0fa53 Note RELRO_SUPPORTED=no 2021-08-13 14:42:23 +00:00
wiz
c422c7ea47 doc/TODO: + calibre-5.25.0, thunderbird-91. 2021-08-13 13:10:47 +00:00
nia
a8216eb4d1 wmmixer: fix display behaviour on netbsd, reported by snow flurry 2021-08-13 13:01:51 +00:00
nia
9e54492273 doc: Updated parallel/parallel to 20210722 2021-08-13 12:46:21 +00:00
nia
87845dbd85 parallel: update to 20210722
New in this release:

* --results no longer prints the result to standard output (stdout) as voted in https://lists.gnu.org/archive/html/parallel/2020-12/msg00003.html
* parset supports associative arrays in bash, ksh, zsh.
* Online HTML is now generated by Sphinx.
* Bug fixes and man page updates.
2021-08-13 12:46:09 +00:00
nia
22467b5f6e doc: Updated x11/maim to 5.7.4 2021-08-13 12:42:13 +00:00
nia
b9ced81bc9 maim: update to 5.7.4
Changes:
    Maim now supports webp, and bmp! (Thank you llenck and awused!)
    Use memset instead of for loops to mask images (big speed increase.)
    Better exception handling, (invalid commands no longer crash the app.)
2021-08-13 12:42:02 +00:00
nia
3f4540b48c doc: Updated net/lagrange to 1.6.2 2021-08-13 12:40:19 +00:00
nia
27489a84bb lagrange: update to 1.6.2
summary of changes:
https://gmi.skyjake.fi/gemlog/2021-07_lagrange-1.6.gmi
2021-08-13 12:40:07 +00:00