Commit graph

342976 commits

Author SHA1 Message Date
micha
e3a6c5d601 doc: Updated shells/bosh to 20210729 2021-08-06 10:16:52 +00:00
micha
e409d790c3 shells/bosh: Update to 20210729
Changelog from AN-2021-07-29:
- Bourne Shell: "cd -" now prints the new directory. POSIX requires this.

  Thanks to a report from Robert Elz.

- Bourne Shell: "make install" now works wit SuPro Make as well.
  Previously, the target /opt/schily/xpg4/bin/bosh (a symlink) was not
  installed because of a missing rule that caused SuPro Make to complain.
  about a target with no existing rule to make.

- Bourne Shell: z/OS only supports the minimum fields from struct rusage
  that are required by POSIX. We need the same hack as for HAIKU to
  be able to compile.

  Thanks to a report from Matthew R. Wilson

- Bourne Shell: z/OS does not #define MAXPATHLEN, so we #define it
  to be 1024 by default

  Thanks to a report from Matthew R. Wilson
2021-08-06 10:15:41 +00:00
micha
75325dab77 doc: Updated archivers/star to 1.6.1nb15 2021-08-06 10:05:59 +00:00
micha
bd63db1d21 archivers/start: Update to 1.6.1nb15
Changelog from AN-2021-07-29:
- star: A single Linux xattr entry with a zero length value did disable
  all Linux xattrs for the related file. This is now handled correctly.

  Note that setfattr(1) on some Linux versions does not support to set
  empty xattr entries, but star on the same system can extract files
  with empty xattr entries.

  Thanks to a report from Dennis Katsonis

- star: star -version now prints a new version date
2021-08-06 10:04:43 +00:00
micha
0faf557b97 doc: Updated devel/smake to 1.5nb1 2021-08-06 09:52:10 +00:00
micha
bd60ec1fc8 devel/smake: Update to 1.5nb1
Changelog from AN-2021-07-29:
- smake: changed open(..., 0) -> open(..., O_RDONLY) for z/OS

  Thanks to a report from Matthew R. Wilson

- smake: z/OS is using EBCDIC and for this reason, smake cannot continue
  to #define NWARN 0x4000, as this bit would be in conflict with bits
  needed by the "short int" computed from characters used by macro
  assignment operator characters. e.g. "'=' | '+' << 8"

  smake now uses #define NWARN 0x8000 as this bit is only in use by
  EBCDIC digits that do not appear in the 16 bit values used as macro
  assignment operators inside smake.

  Thanks to a report from Matthew R. Wilson

- smake: A .POSIX: line in the Makefile is now correctly detected
  immediately and switches immediately into POSIX mode. This is
  important in case that the parser needs to behave different already,
  depending on whether it is in POSIX mode or not.

- smake: Since the GNU assignment operator := that has been adopted
  by POSIX as ::= causes unpredictable behavior, in case that += is
  used, it is now only supported when smake is in "POSIX mode", e.g.
  by putting .POSIX: into the Makefile. As this results in modifying
  the parser based on the current POSIX state, this needs the extension
  mentioned above.
2021-08-06 09:50:48 +00:00
pin
c5f3b5f95a doc: Updated sysutils/zoxide to 0.7.3 2021-08-06 09:50:46 +00:00
pin
9e3de3b2d5 sysutils/zoxide: update to 0.7.3
0.7.3 - 2020-08-05

Added:
-zoxide add and zoxide remove now accept multiple arguments.

Fixed:
-Nushell: errors on 0.33.0.
-PowerShell: errors when initializing in StrictMode.
-Bash/POSIX: remove conflicting alias definitions when initializing.
-Bash: remove extra semicolon when setting $PROMPT_COMMAND.
-Xonsh: use shell environment instead of os.environ.
2021-08-06 09:50:27 +00:00
kim
75cc6e3bbb Fix potential memory corruption with negative memmove() size
Addresses CVE-2021-3520

Ref: https://github.com/lz4/lz4/pull/972
2021-08-06 05:08:50 +00:00
sjmulder
1fe52a71b5 doc: Updated net/netwake to 0.4 2021-08-06 04:05:25 +00:00
sjmulder
c53e79ce96 net/netwake: Update to 0.4
0.4
 - Silent by default (no 'WOL packet sent!').
 - Support for waking multiple target at once.
 - -V flag for version number.

0.3
 - Makefile now compatible with BSD make.
 - /etc is replaced with `$SYSCONFDIR` in man page.
2021-08-06 04:04:59 +00:00
gutteridge
67b158f2b0 doc: Updated meta-pkgs/mate to 1.24.1 2021-08-06 02:12:21 +00:00
gutteridge
12c0254b5f mate: bump to general release version 1.24.1 2021-08-06 02:12:09 +00:00
sjmulder
70002802a8 doc: Added net/netwake version 0.2.1 2021-08-06 01:54:14 +00:00
sjmulder
c5e1e5811b net/Makefile: Add netwake 2021-08-06 01:53:45 +00:00
sjmulder
6c1a242ef1 net/netwake: Import 0.2.1 from wip
Simple Wake-on-LAN utility. Supports a 'woltab' lookup file.
2021-08-06 01:53:09 +00:00
gutteridge
e8fe080dff caja-dropbox: adjust version pattern before general bump (NFC) 2021-08-06 01:40:25 +00:00
sjmulder
4f270b6193 math/sc-ic: Remaintain 2021-08-06 01:38:57 +00:00
sjmulder
a0375b967a doc: Updated sysutils/nnn to 4.2nb1 2021-08-06 01:37:06 +00:00
sjmulder
de6edfd2a8 sysutils/nnn: Add x11 option and remaintain 2021-08-06 01:36:38 +00:00
gutteridge
31576ff9f2 pkgdiff: remove stale line (NFC) 2021-08-06 01:29:27 +00:00
gutteridge
279c801005 doc: Updated sysutils/mate-notification-daemon to 1.24.2 2021-08-06 01:21:02 +00:00
gutteridge
3d73309ade mate-notification-daemon: update to 1.24.2
Change log:

mate-notification-daemon 1.24.2

  * Translations update
  * Use notify_stack_destroy() instead of g_clear_object()

mate-notification-daemon 1.24.1

  * Translations update
  * build: silent build warnings for distcheck
  * Filter-out img elements from notification body
  * The body of a notification may also contain hyperlinks
  * build: Remove generated files
2021-08-06 01:20:52 +00:00
gutteridge
307573fa36 doc: Updated x11/mate-settings-daemon to 1.24.2 2021-08-06 01:18:25 +00:00
gutteridge
10e30c7f6d mate-settings-daemon: update to 1.24.2
Change log:

mate-settings-daemon 1.24.2

  * update translations
  * media-keys: memory leak

mate-settings-daemon 1.24.1

  * update translations
  * plugin xsettings: Fix memory leak on delayed_toggle_bg_draw
  * mpris: Use namespace instead of a whitelist for player names
  * build: silent build warnings for distcheck
  * housekeeping: Fix iconname of mate-disk-usage-analyzer
2021-08-06 01:18:10 +00:00
gutteridge
eadea9d854 doc: Updated sysutils/mate-sensors-applet to 1.24.1 2021-08-06 01:17:27 +00:00
gutteridge
ec9e277100 mate-sensors-applet: update to 1.24.1
Change log:

mate-sensors-applet 1.24.1

  * Translations update
  * add git.mk to generate .gitignore
  * build: prevents two consecutive slashes in plugin file path
  * build: Fix G_LOG_DOMAIN for sensors applet
  * sonypi-plugin.c: Make sonypi plugin portable to GNU/Hurd
  * libsensors-plugin: Port to GRegex
  * Replace g_malloc0 with g_new0 and g_strdup
  * build: silent build warnings for distcheck
  * use default MATE_COMPILE_WARNINGS level
  * build: show configure summary
2021-08-06 01:17:18 +00:00
gutteridge
e78241745d doc: Updated sysutils/mate-power-manager to 1.24.3 2021-08-06 01:16:28 +00:00
gutteridge
79b67ef9a0 mate-power-manager: update to 1.24.3
Change log:

mate-power-manager 1.24.3

  * Translations update
  * gpm-prefs-core: fix building
  * mate-power-preferences: add option to enable keyboard dimming
  * brightness applet: Prevent sliding from bogging down the UI

mate-power-manager 1.24.2

  * Translations update
  * gpm-kbd-backlight: do not change keyboard back-light, when disabled
  * build: silent build warnings for distcheck
  * build: do not override the default value for MATE_COMPILE_WARNINGS
  * Remove unused entry from autostart
2021-08-06 01:16:18 +00:00
gutteridge
692539689c doc: Updated x11/mate-menus to 1.24.1 2021-08-06 01:15:44 +00:00
gutteridge
93fc962772 mate-menus: update to 1.24.1
Change log:

mate-menus 1.24.1

  * Translations update
  * build: silent build warnings for distcheck
  * Do not collect the translation for Icon
2021-08-06 01:15:36 +00:00
gutteridge
d07c4431ab doc: Updated x11/mate-control-center to 1.24.2 2021-08-06 01:15:01 +00:00
gutteridge
cd7b980f50 mate-control-center: update to 1.24.2
Change log:

mate-control-center 1.24.2

  * Translations update
  * Default applications: Add flac/x-flac format (mime-type) for media

mate-control-center 1.24.1

  * Translations update
  * mate-theme-info: Use of memory after it is freed
  * build: silent build warnings for distcheck
  * use default MATE_COMPILE_WARNINGS level
  * Port libslab_handle_g_error to the built-in GLib logging framework
  * mate-about-me: Fix memory leak
  * appearance: Fix memory leak
  * Do not collect the translation for Icon
2021-08-06 01:14:48 +00:00
gutteridge
e7540d806e doc: Updated devel/mate-common to 1.24.2 2021-08-06 01:14:22 +00:00
gutteridge
b69a191202 mate-common: update to 1.24.2
Change log:

mate-common 1.24.2

  * mate-compiler-flags: add -Wno-unused-parameter to maximum c++ warnings
  * mate-compiler-flags: disable '-Wno-unused' and '-Wno-sign-compare'
2021-08-06 01:14:12 +00:00
gutteridge
83bcdb3127 doc: Updated x11/libmatekbd to 1.24.1 2021-08-06 01:13:42 +00:00
gutteridge
2a3ac3531a libmatekbd: update to 1.24.1
Change log:

libmatekbd 1.24.1

  * Translations update
  * build: silent build warnings for distcheck
  * Reduce the font size of the key names on keyboard layout display
  * matekbd-keyboard-drawing: i18n symbolic names
2021-08-06 01:13:32 +00:00
gutteridge
969ba4e244 doc: Updated graphics/mate-backgrounds to 1.24.2 2021-08-06 01:13:03 +00:00
gutteridge
4cc5565170 mate-backgrounds: update to 1.24.2
Change log:

mate-backgrounds 1.24.2

   * Translations update
   * Added elephants wallpaper
2021-08-06 01:12:53 +00:00
gutteridge
a28108f650 doc: Updated graphics/mate-themes to 3.22.22 2021-08-06 01:12:02 +00:00
gutteridge
b4d5f6f995 mate-themes: update to 3.22.22
Change log:

3.22.22 (GTK 3.22)

  * Translations update
  * Traditional themes: fix tooltip shadow on openindiana
  * The compositor doesn't apply the shadow mask if border-radius is 0
  * build: allow users to disable gettext support (--disable-nls)
  * i18n: icon theme ContrastHigh
  * Set gtk-print-preview-command in settings.ini
  * Remove the execution bit
  * Remove USE_MATE2_MACROS from autogen.sh (legacy)
  * Green-Submarine: Use procedural adaptive-sized icons
  * Blue-submarine: Use procedural adaptive-sized icons
  * gtk-widgets.css: Add the missing .context-menu class
  * Traditional and Menta theme families:  Resolved Caja sidebar display regressions
  * TraditionalOk/Green: Fix title_border bottom attribute
2021-08-06 01:11:50 +00:00
sjmulder
a6dcc625ea doc: Updated editors/micro to 2.0.9 2021-08-06 01:07:21 +00:00
sjmulder
820dd11793 editors/micro: Update to 2.0.9
Changes:
 - Softwrap improvements (thanks to @dmaluka).
    - New 'wordwrap' option.
    - Several bug fixes and improvements to navigation.
 - Small bug fixes.
2021-08-06 01:06:44 +00:00
sjmulder
fc3acf0ba3 doc: Updated devel/mustach to 1.1.0 2021-08-06 00:49:32 +00:00
sjmulder
069e0b55cc devel/mustach: Update to 1.1
Packaging changes:
 - Added a bl3 file.

Upstream does not provide a changelog, but here's an incomplete and
possibly inaccurate reconstruction from source history:

1.1
---
New:
 - API refactored to take lengths to ease working with partial or
   non-NULL-terminated strings. (ABI break)

Fixes:
 - Use correct int type for jansson (json_int_t instead of int64_t).
 - JSON output of different backends is now the same.

1.0 (retacted)
--------------
Legal:
 - License changed to ISC.

Fixes:
 - Possible data leak in memfile_open() by clearing buffers.
 - Fix build on Solaris-likes by including alloca.h.
 - Fix Windows build by including malloc.h, using size_t instead of
   ssize_t, and using the standard tenary operator syntax.
 - Fix JSON in test3 by using double quote characters.
 - Fix installation in alternative directories such as
   /opt/pkg/lib on macOS by setting install_name.
 - Normalise return values in compare() implementations.

New:
 - Support for cJSON and jansson libraries.
 - Version info now embedded at build time and shown with mustach(1)
   usage.
 - Versioned so-names (e.g. libxlsx.so.1.0).
 - BINDIR, LIBDIR and INCLUDEDIR variables in Makefile.
 - New mustach-wrap.{c,h} to ease implementation new libraries,
   extracted and refactored from the existing implementations.
 - Makefile now supports 3 modes: single libmustach (default), split
   libmustache-core etc, and both.
 - Any or all backends (json-c, jansson, etc) can be enabled at compile
   time. By default, all available libraries are used.
 - mustach(1) can use any JSON backend instead of only json-c.
 - MUSTACH_COMPATIBLE_0_99 can be defined for backwards source
   compatibility.
 - 'No extensions' can now be set Mustach_With_NoExtensions instead of
   passing 0.
 - pkgconfig (.pc) file for library.
 - Manual page for mustach(1).

Changed:
 - Many renames.
 - Maximum tag length increased from 1024 to 4096.
 - Other headers include json-c.h instead of using forward declarations.
 - mustach(1) reads from /dev/stdin instead of fd 0.
 - Several structures are now taken as const.
 - New/changed Makefile targets.
2021-08-06 00:49:20 +00:00
gutteridge
14b6d843c9 doc: Updated misc/libmateweather to 1.24.1 2021-08-06 00:06:16 +00:00
gutteridge
bd9bd209c8 libmateweather: update to 1.24.1
Change log:

libmateweather 1.24.1

  * Translations update
  * locations: update cities in Thailand
  * po-locations: Upgrade extract.xsl after migrating to gettext
  * Revert "avoid deprecated soup_session_async_new"
  * Locations: America/Godthab was renamed to America/Nuuk
  * build: silent build warnings for distcheck
  * build: use default MATE_COMPILE_WARNINGS level
2021-08-06 00:05:49 +00:00
gutteridge
3f96a4489a doc: Updated sysutils/caja-extensions to 1.24.1 2021-08-06 00:03:16 +00:00
gutteridge
f53acf2ae0 caja-extensions: update to 1.24.1
Change log:

caja-extensions 1.24.1

  * Translations update
  * sendto: Fix evolution command for sending an email
  * build: silent build warnings for distcheck
2021-08-06 00:03:07 +00:00
gutteridge
b666b33f1d doc: Updated sysutils/caja to 1.24.1 2021-08-06 00:02:17 +00:00