Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (28m)  pkgsrc-2024Q1 (6d)  pkgsrc-2023Q4 (53d)  pkgsrc-2023Q2 (85d)  pkgsrc-2023Q3 (164d) 

2024-05-23 15:36:29 UTC Now

2021-12-03 13:05:59 UTC MAIN commitmail json YAML

modular-xorg-server: Add avoid-duplicate.mk

(nia)

2021-12-03 13:05:31 UTC MAIN commitmail json YAML

modular-xorg-server: Add builtin.mk file

(nia)

2021-12-03 13:03:19 UTC MAIN commitmail json YAML

xinit: Add avoid-duplicate.mk

(nia)

2021-12-03 13:03:01 UTC MAIN commitmail json YAML

xinit: Add builtin.mk file

(nia)

2021-12-03 12:50:14 UTC MAIN commitmail json YAML

2021-12-03 12:47:54 UTC MAIN commitmail json YAML

2021-12-03 12:36:32 UTC MAIN commitmail json YAML

xcb-util: Unbreak tree (sorry, my bad!)

(nia)

2021-12-02 18:22:07 UTC MAIN commitmail json YAML

modular-xorg-drivers: Support detecting builtin input drivers

(nia)

2021-12-02 18:17:55 UTC MAIN commitmail json YAML

2021-12-02 18:15:30 UTC MAIN commitmail json YAML

2021-12-02 18:14:39 UTC MAIN commitmail json YAML

2021-12-02 17:40:40 UTC MAIN commitmail json YAML

modular-xorg-drivers: Add a common builtin.mk fragment

(nia)

2021-12-01 13:01:17 UTC MAIN commitmail json YAML

2021-12-01 12:48:17 UTC MAIN commitmail json YAML

modular-xorg: Add avoid-duplicate.mk to avoid uploading packages when
the entire package set is built against native X11

(nia)

2021-11-30 22:57:02 UTC MAIN commitmail json YAML

rsync: REPLACE_SH needed on Solaris 10 according to pekdon

(nia)

2021-11-28 19:24:20 UTC MAIN commitmail json YAML

hunspell: Allow NetBSD curses to count as "wide curses"

(nia)

2021-11-28 11:44:13 UTC MAIN commitmail json YAML

doc: Updated emulators/sameboy to 0.14.7

(nia)

2021-11-28 11:43:33 UTC MAIN commitmail json YAML

sameboy: update to 0.14.7

                                    Changes

Version 0.14.7

  This version is backwards compatible with save states from SameBoy 0.11.x
  and newer, as well as save states from any BESS compliant emulator

  Accuracy Improvements/Fixes

    * Fixed incorrect emulation of the SVBK register
          * This fixed BESS compatibility issues between SameBoy and other
            emulators when importing save states of non-Color games on a Game
            Boy Color and using the original boot ROMs
          * This also fixes RAM not being properly randomized in DMG games
            running on a Game Boy Color when using the original boot ROMs

  Bug Fixes

    * Improvements to stability and security when loading save states

Version 0.14.6

  This version is backwards compatible with save states from SameBoy 0.11.x
  and newer, as well as save states from any BESS compliant emulator

  New/Improved Features

    * Scrolling is now smooth when running the SDL port on macOS
    * The SDL port窶冱 debugger now has a readline-like interface; featuring
      history, search, auto-complete, text formatting, and improved
      asynchronous input

  Accuracy Improvements/Fixes

    * Fixed a bug where NR32 was treated as the wrong value after an APU
      reset
    * Writes to wave RAM are now blocked, as expected, when emulating a Game
      Boy Advance
    * Fixed the Game Boy Color and Advance boot ROM not properly
      initializing wave RAM
    * Improved accuracy of mid-line SCX writes, fixes Infinity
    * ld sp, hl now triggers an OAM corruption on affected models
    * Improved emulation of Super Game Boy multiplayer, fixes several games
      that were not responding to inputs
    * Fixed the Super Game Boy ATTR_SET command not working correctly,
      fixing several mis-colored SGB games
    * Fixed inaccurate Super Game Boy border fade timing, which caused some
      games to have corrupt borders
    * Fixed inaccurate Super Game Boy graphic transfers, which caused some
      games to have corrupt borders
    * Fixed Super Game Boy rendering of unused tiles, which caused some
      games to obscure the Game Boy viewport entirely
    * Fixed a bug that caused 7-part Super Game Boy commands to lock SGB
      features, effectively freezing some games on blank screens
    * Several timing improvements to the Super Game Boy
    * Fixed a mistyped condition that caused a timer glitch to be
      incorrectly emulated
    * Accurate emulation of how the wave channel behaves on restart
    * Mostly complete emulation of an APU glitch where channel 3 could read
      from wave RAM while inactive using the CPU窶冱 main address bus on
      models prior to the Game Boy Advance
    * The Game Boy Color and Advance boot ROM animation had its timings
      slightly altered to better match the original boot ROMs

  Bug Fixes

    * A typo was fixed in the debugger mbc command
    * Fixed a crash in the SDL port that could happen when swapping ROMs
    * Handling of tiny (Less than 32KB) ROMs is now more consistent
    * Fixed a bug in the SDL port that flipped the controller left and right
      keys in the menu

  Misc Internal Changes

    * Fixed an internal struct issue that could have lead to future
      compatibility issues
    * The automatic tester now supports Super Game Boy

(nia)

2021-11-28 11:34:41 UTC MAIN commitmail json YAML

doc: Updated emulators/mgba to 0.9.2

(nia)

2021-11-28 11:34:15 UTC MAIN commitmail json YAML

mgba: update to 0.9.2

0.9.2: (2021-07-10)
Emulation fixes:
- GB Video: Clear VRAM on reset (fixes mgba.io/i/2152)
- GBA SIO: Add missing NORMAL8 implementation bits (fixes mgba.io/i/2172)
- GBA SIO: Fix missing interrupt on an unattached NORMAL transfer
- GBA Memory: Fix prefetch mask when swapping modes within a region
- GBA Serialize: Fix loading audio enable bit late (fixes mgba.io/i/2230)
- GBA Video: Revert scanline latching changes (fixes mgba.io/i/2153, mgba.io/i/2149)
Other fixes:
- ARM Debugger: Fix disassembly alignment (fixes mgba.io/i/2204)
- Core: Fix memory leak in opening games from the library
- Core: Fix memory searches for relative values (fixes mgba.io/i/2135)
- Core: Fix portable mode on macOS
- GB Audio: Fix audio channel 4 being slow to deserialize
- GB Core: Fix GBC colors setting breaking default model overrides (fixes mgba.io/i/2161)
- mGUI: Cache save state screenshot validity in state menu (fixes mgba.io/i/2005)
- Qt: Fix eventual deadlock when using sync to video
- Qt: Fix applying savetype-only overrides
- Qt: Fix crash in sprite view for partially out-of-bounds sprites (fixes mgba.io/i/2165)
- Qt: Fix having to press controller buttons twice for menu items (fixes mgba.io/i/2143)
- Qt: Redo sensor binding to be less fragile
- Qt: Reuse timer when rescheduling missing frames (fixes mgba.io/i/2236)
- Qt: Fix bounded fast forward with enhancement OpenGL renderer
- Util: Fix loading UPS patches that affect the last byte of the file
Misc:
- Util: Improve speed of UPS patch loading

(nia)

2021-11-28 10:45:15 UTC MAIN commitmail json YAML

doc: Updated audio/fasttracker2 to 1.48

(nia)

2021-11-28 10:45:02 UTC MAIN commitmail json YAML

fasttracker2: Update to 1.48

This fixes a crash and a quantization bug.

(nia)

2021-11-28 10:17:56 UTC MAIN commitmail json YAML

doc: Updated audio/strawberry to 1.0.0

(nia)

2021-11-28 10:17:43 UTC MAIN commitmail json YAML

strawberry: Update to 1.0.0

                                Strawberry 1.0.0

  Bugfixes:

    * Fix updating temporary metadata when reloading songs outside of the
      collection.
    * Don't strip off "Live" from song title when sending scrobbles.
    * Fix incorrect use of QFutureWatcher.
    * Fix compile of Utilities::Hmac with Qt 6.2.
    * Fix a memory leak when using right click context menu in internet
      search.
    * Fix a gstreamer bus leak when adding streams and remote playlists.
    * Fix "Source ID x was not found when attempting to remove it" error.
    * Escape ampersands in playlist tabs.
    * Fix analyzer with S24_32LE audio format.
    * (macOS) Fix incorrect playlist alternating row colors with dark theme.
    * (Windows) Fix adding songs with Japanese characters from the files
      tab.

  Enhancements:

    * Add replaygain fallback gain setting.
    * Add option to turn off playlist alternating row colors.
    * Make the default tabbbar background color lighter.
    * Remove use of deprecated WinExtras Qt module.
    * Add CMake test for Qt sqlite support.
    * Automatically detect Qt version if BUILD_WITH_QT5 or BUILD_WITH_QT6 is
      not specified.
    * Correct playlist tabbar favorite tooltip from "click" to
      "double-click".
    * Remove scroll over icon to change track option since it does not work
      reliable.
    * Improve resume playback on startup.
    * Re-request stream URL for Tidal and QObuz when resuming playback after
      pausing for more than 30 seconds.
    * Add Finnish, Ukrainian, Dutch, Japanese, Chinese, Catalan and
      Portuguese (Brazil).
    * Add support for TagParser (https://github.com/Martchus/tagparser) as
      an alternative to TagLib.
    * Add Subsonic option to turn off HTTP/2.
    * Fix minor Clang-Tidy and Clazy warnings.
    * Use higher resolution images from last.fm API.
    * Add MD5 token authentication for Subsonic.
    * Use 500 albums per request when receiving albums from Subsonic.
    * Use QX11Application with Qt >= 6.2 for X11 global shortcuts.
    * Allow fading when a ALSA PCM device is selected.
    * Store Tidal MPEG-DASH file in data uri.
    * Use XSPF image elements as manually set artwork.
    * Make error dialog larger.
    * Show error dialog for failed SQL queries.
    * Show error dialog when failing to read or write album covers.
    * Add module music formats (mod, s3m, xm, it) to detected filetypes.
    * Disable gapless playback for module music formats to workaround
      gstreamer bug.
    * Update directory ID and song path immediately when organizing
      collection songs.
    * Add right click option to star a playlist in playlist tabs.
    * Use seconds instead of minutes for scrobble submit delay.
    * (macOS) Build with libgpod.
    * (Windows) Fix compile with MSVC.

  New features:

    * Add ALSA PCM devices.
    * Add song fingerprinting and tracking.
    * Add support for native global shortcuts on MATE.
    * Add radios view with channels from Radio Paradise and SomaFM.

(nia)

2021-11-27 23:40:57 UTC MAIN commitmail json YAML

doc: Updated databases/mariadb106-server to 10.6.5

(nia)

2021-11-27 23:40:44 UTC MAIN commitmail json YAML

doc: Updated databases/mariadb106-client to 10.6.5

(nia)

2021-11-27 23:40:28 UTC MAIN commitmail json YAML

2021-11-27 22:52:42 UTC MAIN commitmail json YAML

doc: Updated databases/mariadb105-server to 10.5.13

(nia)

2021-11-27 22:52:28 UTC MAIN commitmail json YAML

doc: Updated databases/mariadb105-client to 10.5.13

(nia)

2021-11-27 22:52:15 UTC MAIN commitmail json YAML

2021-11-26 18:20:54 UTC MAIN commitmail json YAML

gst-plugins1-bad: needs socket libs to link on SunOS

(nia)

2021-11-24 17:31:01 UTC MAIN commitmail json YAML

x264-devel: fix install on Solaris 10, per PR pkg/56512

(nia)

2021-11-24 14:17:58 UTC MAIN commitmail json YAML

nmap: Disable liblinear option on NetBSD, per icb discussion.

(nia)

2021-11-23 11:48:17 UTC MAIN commitmail json YAML

doc: fix typo in automated commit

(nia)

2021-11-23 11:46:01 UTC MAIN commitmail json YAML

doc: Updated audio/cutoggvorbis to 0.2

(nia)

2021-11-23 11:45:47 UTC MAIN commitmail json YAML

audio: add cutoggvorbis

cutoggvorbis is a small and fast command line Ogg/Vorbis editor. It lets
you select sections of an Ogg/Vorbis interactively or via a timetable and
save them to separate files without quality loss. It uses ogg123 for playback
and even works with files bigger than 2GB.

(nia)

2021-11-23 10:59:55 UTC MAIN commitmail json YAML

doc: Added audio/cutmp3 version 3.0.1

(nia)

2021-11-23 10:59:40 UTC MAIN commitmail json YAML

audio: add cutmp3

cutmp3 is a small and fast command line MP3 editor. It lets you select
sections of an MP3 interactively or via a timetable and save them to separate
files without quality loss. It uses mpg123 for playback and works with VBR
files and even with files bigger than 2GB. Other features are configurable
silence seeking and ID3 tag seeking, which are useful for concatenated mp3s.

(nia)

2021-11-23 10:45:44 UTC MAIN commitmail json YAML

2021-11-23 10:37:59 UTC MAIN commitmail json YAML

mk: Register strnlen as missing on Solaris 10

adapted from PR pkg/56511 from pekdon

(nia)

2021-11-22 16:09:33 UTC MAIN commitmail json YAML

tnftp: Disable ipv6 option if the OS doesn't have it.

Needed on unixware.

(nia)

2021-11-20 19:07:53 UTC MAIN commitmail json YAML

doc: Updated audio/mixxx to 2.3.1

(nia)

2021-11-20 19:07:38 UTC MAIN commitmail json YAML

2021-11-20 18:59:17 UTC MAIN commitmail json YAML

doc: Updated comms/libhidapi to 0.11.0

(nia)

2021-11-20 18:59:05 UTC MAIN commitmail json YAML

2021-11-20 18:09:45 UTC MAIN commitmail json YAML

audio: Add libkeyfinder

libkeyfinder is a small C++11 library for estimating the musical key of
digital audio. It is published under the GNU General Public License version
3 or later.

(nia)

2021-11-18 20:25:45 UTC MAIN commitmail json YAML

2021-11-18 16:54:18 UTC MAIN commitmail json YAML

gst-plugins1-egl-opengl: remove unresolvable dependency

(nia)

2021-11-18 16:05:28 UTC MAIN commitmail json YAML

2021-11-18 15:43:27 UTC MAIN commitmail json YAML

freemint-mintlib: various build fixes

(nia)

2021-11-18 15:33:16 UTC MAIN commitmail json YAML

2021-11-18 14:45:37 UTC MAIN commitmail json YAML

games: Mark the Cube 2 engine games as unsupported by RELRO

Unfortunately they use precompiled headers with GCC in a way that
would be very difficult to disable.

(nia)

2021-11-18 14:12:48 UTC MAIN commitmail json YAML

siod: incompatible with MKPIE/RELRO

(nia)

2021-11-18 14:07:59 UTC MAIN commitmail json YAML

codeblocks: disable precompiled headers for GCC

incompatible with various hardening features among other nastiness

(nia)

2021-11-18 14:07:20 UTC MAIN commitmail json YAML

ncftp3: disable precompiled headers for GCC

incompatible with various hardening features among other nastiness

(nia)

2021-11-18 13:55:39 UTC MAIN commitmail json YAML

py-xapian: Regen PLIST for new Sphinx

(nia)

2021-11-18 13:23:56 UTC MAIN commitmail json YAML

mk: According to Boyd Lynn Gerber, UnixWare lacks IPv6, although the
header files misleadingly pretend it has IPv6.

(nia)

2021-11-18 12:22:30 UTC MAIN commitmail json YAML

asterisk19: Forward-port NetBSD timerfd fix from asterisk18

(nia)

2021-11-16 21:28:30 UTC MAIN commitmail json YAML

qt5-qtwebkit: catch up with gstreamer changes: needs base plugins

(nia)

2021-11-16 15:03:08 UTC MAIN commitmail json YAML

doc: fix wrong version number, thx wiz

(nia)

2021-11-16 15:00:47 UTC MAIN commitmail json YAML

doc: Added multimedia/gst-plugins1-openh264 version 1.16.2

(nia)

2021-11-16 15:00:32 UTC MAIN commitmail json YAML

multimedia: import gst-plugins1-openh264 from wip

GStreamer is a library that allows the construction of graphs of
media-handling components, ranging from simple mp3 playback to complex
audio (mixing) and video (non-linear editing) processing.

Applications can take advantage of advances in codec and filter technology
transparently.  Developers can add new codecs and filters by writing a
simple plugin with a clean, generic interface.

This package provides the OpenH264 plugin for GStreamer, which is an
encoder and decoder for Advanced Video Coding (AVC, or H.264) video.

(nia)

2021-11-16 14:57:00 UTC MAIN commitmail json YAML

doc: Added multimedia/openh264 version 2.1.1

(nia)

2021-11-16 14:56:36 UTC MAIN commitmail json YAML

2021-11-16 11:35:24 UTC MAIN commitmail json YAML

ffmpeg4: add ffbuild/pkgconfig_generate.sh to REPLACE_SH

PR pkg/56503 ffmpeg4 build failure on Solaris 10

(nia)

2021-11-16 09:31:17 UTC MAIN commitmail json YAML

gst-plugins1-gtk: fix ABI_DEPENDS, unbreak tree

(nia)

2021-11-16 09:24:10 UTC MAIN commitmail json YAML

2021-11-15 22:13:56 UTC MAIN commitmail json YAML

gimp: work around problems with cc -v + cwrappers appending link flags

As ryoon@ reported to me after I committed a bit more MKRELRO churn,
ensuring RELRO is always applied through the compiler wrappers causes
a build failure.

This is because GIMP is attempting to parse the output of gcc --version,
which returns an error message (indicating a link failure of a nonexistent
program) alongside the version information when -Wl,-zrelro is appended
or prepended through cwrappers.

So, we use -c to avoid linking the nonexisting program we are "compiling".

(nia)

2021-11-15 13:20:04 UTC MAIN commitmail json YAML

2021-11-15 13:07:12 UTC MAIN commitmail json YAML

windowmaker-desktop: Skip wmmixer if an OSS implementation isn't available

PR pkg/56501

(nia)

2021-11-15 12:27:47 UTC MAIN commitmail json YAML

bootstrap: UnixWare has some amount of active use

(nia)

2021-11-14 12:51:10 UTC MAIN commitmail json YAML

emacs27: replace the shell of autogen.sh

PR pkg/56497 emacs 27 fails to build on Solaris 10 (autogen.sh shell)

(nia)

2021-11-13 23:51:01 UTC MAIN commitmail json YAML

Restore firefox78 mozilla-common.mk - needed by thunderbird.

Sorry, everyone.

(nia)

2021-11-13 22:21:20 UTC MAIN commitmail json YAML

mk: Avoid find -iname for compatibility with Solaris 10

from Claes N辰st辿n.

(nia)

2021-11-13 11:27:47 UTC MAIN commitmail json YAML

doc: Updated multimedia/libaom to 3.2.0

(nia)

2021-11-13 11:27:34 UTC MAIN commitmail json YAML

libaom: update to 3.2.0

2021-10-13 v3.2.0
  This release includes compression efficiency and perceptual quality
  improvements, speedup and memory optimizations, as well as some new
  features.

(nia)

2021-11-13 10:56:33 UTC MAIN commitmail json YAML

doc: Updated audio/soundtouch to 2.3.1

(nia)

2021-11-13 10:56:22 UTC MAIN commitmail json YAML

soundtouch: update to 2.3.1

  2.3.1:

    * Adjusted cmake build settings and header files that cmake installs

  2.3.0:

    * Disable setting "SOUNDTOUCH_ALLOW_NONEXACT_SIMD_OPTIMIZATION" by
      default. The original purpose of this setting was to avoid performance
      penalty due to unaligned SIMD memory accesses in old CPUs, but that is
      not any more issue in concurrent CPU SIMD implementations and having
      this setting enabled can cause slight compromise in result quality.
    * Bugfix: soundtouch.clear() to really clear whole processing pipeline
      state. Earlier individual variables were left uncleared, which caused
      slightly different result if the same audio stream were processed
      again after calling clear().
    * Bugfix: TDstretch to align initial offset position to be in middle of
      correlation search window. This ensures that with zero tempo change
      the output will be same as input.
    * Bugfix: Fix a bug in TDstrectch with too small initial skipFract value
      that occurred with certain processing parameter settings: Replace
      assert with assignment that corrects the situation.
    * Remove OpenMP "_init_threading" workaround from Android build as it's
      not needed with concurrent Android SDKs any more.

  2.2:

    * Improved source codes so that compiler can autovectorize them more
      effectively. This brings remarkable improvement e.g. ARM cpus equipped
      with NEON vfpu: Bencmarked 2.4x improvement in execution speed in
      ARMv7l vs the previous SoundTouch version for both integer and
      floating point sample types.
    * Bugfix: Resolved bad sound quality when using integer sample types in
      non-x86 CPU
    * Bugfix: Fixed possible reading past end of array in BPM peak detection
      algorithm

(nia)

2021-11-13 10:49:15 UTC MAIN commitmail json YAML

doc: Updated audio/libxspf to 1.2.1

(nia)

2021-11-13 10:49:00 UTC MAIN commitmail json YAML

libxspf: Update to 1.2.1

2021-05-29 -- 1.2.1

  * Fixed: GCC 4.4 test suite compilation
      Thanks to Samuli Suominen for the patch!
  * Fixed: Missing unistd.h include in
      examples/read/read.cpp
  * Fixed: Compile errors when uriparser is located in a
      non-standard path that is passed to configure through
      variable PKG_CONFIG_PATH
  * Fixed: Update the GNU Autotools build system
      so that ./autogen.sh runs without warnings
  * Fixed: Allow linking with LLD
  * Improved: Modernize the GNU Autotools build system
      Thanks to David Seifert for the pull request!
  * Soname: 4:3:0 (please see https://verbump.de/
                  for what these numbers do)

(nia)

2021-11-13 10:48:03 UTC MAIN commitmail json YAML

2021-11-13 10:28:38 UTC MAIN commitmail json YAML

doc: Updated audio/libxmp to 4.5.0

(nia)

2021-11-13 10:28:27 UTC MAIN commitmail json YAML

libxmp: update to 4.5.0

4.5.0 (20210606):
Changes by Alice Rowan:
- xmp_load_module_from_callbacks and xmp_test_module_from_callbacks
  added to api
- fix xmp_set_position et al. when used during loops, pattern delay
- make xmp_set_position() consistently clear pattern break/jump vars
- avoid shell command injection when calling external unmo3 or unrar
- fix volume event handling for FAR modules
- fix GDM loader to correctly handle empty notes
- fix GDM fine effects
- fix incorrect handling of GDM speed effect
- implement GDM surround effect
- add support for DSMI 0.8 and 0.9 AMF modules
- fix incorrect DSMI AMF volume and note 0x7f handling
- fix DSMI AMF track 0 remapping bug
- fix DSMI AMF speed effect and pan command conversions
- fix IMAGO Orpheus channel panning and status values
- fix S3M ADPCM4 samples
- fix OctaMED 'tracker compatibility' tempos, more accurate OctaMED
  8-channel mode BPM tables.
- ignore MED volume/slide effects with param of 0, fix speed bound.
- improve MOD loader checks for Mod's Grave WOW files
- fix Schism Tracker version date calculation
- fix MED2 BPM handling
- fix MED modules with pattern lengths > 256
- fix MED instrument corruption
- allow up to 512 rows in X-Tracker patterns
- add support for DigiBooster Pro pan envelopes
- fix DigiBooster Pro volume envelope number of points
- fix fine effects for DigiBooster Pro modules
- fix loading DigiBooster Pro modules with large sample chunks
- fix IT bug where Cxx on same row as SBx would not be ignored
- fix IT bug where Qxy would ignore the volume parameter
- fix IT sample global volume and sample vibrato
- fix two IT bugs related to note off and volume handling
- fix event out-of-bounds reads due to invalid key values
- fix multiple out-of-bounds reads/writes, memory corruptions,
  uninitialized reads and hangs in several loaders (thanks to
  Lionel Debroux for providing fuzz files)
- fix xmp_release_module double frees when invoked multiple times
- check external sample file names before opening them
- make it possible to disable module depacker functionality
- make it possible to disable prowizard module loaders
Changes by viiri:
- fix samples corruption in STM modules
- support more versions of STM modules
Changes by ��zkan Sezer:
- add new xmp_syserrno call to the api
- xmp_get_format_list() now returns const char* const*, not char**
  (no ABI change)
- xmp_test_module, xmp_load_module, xmp_set_instrument_path and
  xmp_smix_load_sample() now accept const char* path parameters
  (no ABI change)
- xmp_load_module_from_memory() now accepts a const void* memory
  param (no ABI change)
- xmp_load_module_from_memory() no longer accepts sizes <= 0.
- explicitly document that callers of xmp_load_module_from_file()
  are responsible for closing their own file.
- remove nonportable use of fdopen in xmp_load_module_from_file()
- fix a seek issue with xmp_load_module_from_memory
- fix memory-io functions' error handling
- fix number of envelope points sanity check in IMF loader
- rewrite the UMX loader
- revise sanity checks to prevent oob reads in s404 depacker
- fix vorbis depacker to function properly on big endian systems
- fix windows static library builds
- fix win64 compatibility in ptpopen
- fix build with C89 compilers
- fix issues related to visibility attributes
- fix compatibility with old gcc, mingw, djgpp
- fix warnings in configure script
- fix Watcom C build on OS/2
- fix Amiga build
- several code clean-ups
Changes by Carsten Teibes:
- fix lite build mod loader symbols
Changes by NoSuck:
- add new xmp_set_row() call to skip replay to the given row
- IT: T00 now repeats previous slide
- prevent clobbering of muted channels' volumes in IT modules
- clamp number of IT envelope nodes at load time
- fix IT message (comment) length miscalculation
- fix IT volume panning effect
- fix mute status on player creation
Changes by Cameron Cawley:
- fix sanity check in Digital Symphony loader
- fix and enable the Coconizer loader
- support compiling for Windows with OpenWatcom
Changes by Ghabry:
- add xmp_test_module_from_memory and xmp_test_module_from_file
  calls to api
Fix problems reported by Ralf Hoffmann:
- fix MMD3 instrument type sanity check
- fix strictness of MOD pattern data tester
- fix loading of XMLiTE XM modules
- fix loading of ST modules with invalid names
Fix problems reported by Lionel Debroux:
- fix PTM loader issues
- fix MED4 invalid sample load error
- fix NNA and DCT/DCA issues
Fix problems reported by Dennis Mulleneers:
- handle XM 16-bit samples with odd in-file data
Fix problems reported by Jay Garcia:
- fix smix sample allocation
- force reset of buffer state on player start
Fix problems reported by Vitaly Novichkov:
- fix Emscripten builds
- fix linkage errors with MSVC debug builds
Other changes:
- fix IT pattern delay volume reset bug (read row events only
  once per row)
- fix volume, pitch and pan slides lagging behind one frame
- fix tempo assignment in module scan to fix seek issues/crashes
- fix double free in case of ADPCM sample load error
- code refactoring and cleanup
- add new xmp_set_tempo_factor() call to set the replay tempo
  multiplier
- fix XM keyoff with instrument
- fix loading xm instruments with more than 16 samples

(nia)

2021-11-13 10:20:24 UTC MAIN commitmail json YAML

doc: Updated devel/libmtp to 1.1.19

(nia)

2021-11-13 10:20:12 UTC MAIN commitmail json YAML

libmtp: update to 1.1.19

Changes:

- Lots of USB ids added, especially Garmin devices
- use a local libusb context, not the global one
- various bugfixes

(nia)

2021-11-13 10:05:44 UTC MAIN commitmail json YAML

doc: Removed firefox78

(nia)

2021-11-13 10:02:28 UTC MAIN commitmail json YAML

2021-11-12 20:29:05 UTC MAIN commitmail json YAML

mk/bootstrap: Fix bits for SCO UnixWare 7.

Derived from a patch from Boyd Lynn Gerber.

(nia)

2021-11-12 16:18:46 UTC MAIN commitmail json YAML

bulk-test-boost: add gpick

(nia)

2021-11-12 16:17:30 UTC MAIN commitmail json YAML

doc: Updated graphics/gpick to 0.2.6

(nia)

2021-11-12 16:17:20 UTC MAIN commitmail json YAML

2021-11-12 15:53:09 UTC MAIN commitmail json YAML

fuse-pod: Use c++03. Fails with newer C++ standards.

(nia)

2021-11-12 15:52:03 UTC MAIN commitmail json YAML

bulk-test-boost: +emulationstation

(nia)

2021-11-12 15:44:26 UTC MAIN commitmail json YAML

doc: Updated filesystems/fuse-darling-dmg to 1.0.4.20210411

(nia)

2021-11-12 15:44:15 UTC MAIN commitmail json YAML

2021-11-12 15:38:28 UTC MAIN commitmail json YAML

doc: Updated emulators/emulationstation to 2.9.4

(nia)

2021-11-12 15:38:16 UTC MAIN commitmail json YAML

2021-11-12 14:14:14 UTC MAIN commitmail json YAML

graphviz: add networking libraries on SunOS to fix linking

PR pkg/56495

(nia)

2021-11-12 12:40:17 UTC MAIN commitmail json YAML

libunistring: Test for c99 instead of testing for the compiler before
attempting to include stdbool.h. Solaris 10 has stdbool, but the compiler
defaults to c89 and an error will occur on stdbool inclusion due to the
specified standard not being recent enough.

PR pkg/56488

(nia)

2021-11-11 19:53:09 UTC MAIN commitmail json YAML

2021-11-10 22:59:50 UTC MAIN commitmail json YAML

flex: Needs c99 for stdbool.h, PR pkg/56488

(nia)

2021-11-10 07:42:50 UTC MAIN commitmail json YAML

doc: Updated audio/jack_umidi to 1.1.2

(nia)

2021-11-10 07:42:38 UTC MAIN commitmail json YAML

2021-11-09 12:04:43 UTC MAIN commitmail json YAML

2021-11-09 11:56:24 UTC MAIN commitmail json YAML

libnet: Avoid looking for /dev/bpf to decide to use the BPF link layer.

It may not be available in the build sandbox, in which case libnet
thinks we're on Win32 and fails horribly.

(nia)

2021-11-09 11:51:11 UTC MAIN commitmail json YAML

2021-11-09 11:36:08 UTC MAIN commitmail json YAML

2021-11-09 11:32:39 UTC MAIN commitmail json YAML

angband: partial linking incompatible with MKPIE

(nia)

2021-11-09 11:28:56 UTC MAIN commitmail json YAML

p11: Avoid checking for the existence of files in /dev to detect system
features.

(nia)

2021-11-09 11:12:35 UTC MAIN commitmail json YAML

2021-11-09 11:11:49 UTC MAIN commitmail json YAML

xentools411: MKPIE not supported, requires predictable object positions

(nia)

2021-11-09 11:11:08 UTC MAIN commitmail json YAML

asterisk*: Detect kqueue/timerfd through pkgsrc infrastructure.

Fixes PLIST on NetBSD/current.

(nia)

2021-11-09 11:09:04 UTC MAIN commitmail json YAML

libepoll-shim: Use PKG_HAVE_* to detect system call availability.

(nia)

2021-11-09 11:06:08 UTC MAIN commitmail json YAML

xf86-video-intel: Use PKG_HAVE_TIMERFD.

(nia)

2021-11-09 11:05:07 UTC MAIN commitmail json YAML

mk: Create per-platform PKG_HAVE_EVENTFD and PKG_HAVE_TIMERFD variables.

(nia)

2021-11-09 10:25:14 UTC MAIN commitmail json YAML

grub: get rid of silly NetBSD version check

(nia)

2021-11-09 10:24:26 UTC MAIN commitmail json YAML

grub: disable all compiler hardening features

(nia)

2021-11-09 10:21:35 UTC MAIN commitmail json YAML

grub2: disable MKPIE and RELRO

(nia)

2021-11-09 10:15:36 UTC MAIN commitmail json YAML

2021-11-09 10:12:43 UTC MAIN commitmail json YAML

wxGTK28: Disable precompiled headers to avoid mysterious compilation
problems

(nia)

2021-11-09 10:09:56 UTC MAIN commitmail json YAML

wxGTK30: Disable use of precompiled headers to avoid mysterious
compilation problems.

(nia)

2021-11-09 09:59:28 UTC MAIN commitmail json YAML

realboy: fix PIE builds

(nia)

2021-11-09 09:01:08 UTC MAIN commitmail json YAML

i3lock: make this work out of the box on NetBSD, per netbsd-users@

(nia)

2021-11-08 23:30:39 UTC MAIN commitmail json YAML

audacity: install missing nyquist plugins manually

(nia)

2021-11-07 11:30:19 UTC MAIN commitmail json YAML

2021-11-07 11:25:33 UTC MAIN commitmail json YAML

mk: revert RELRO default and cease use of wrappers until some more
substantial changes to infrastructure and testing can be performed
to ensure it's applied universally without breaking anything

(nia)

2021-11-06 10:03:32 UTC MAIN commitmail json YAML

mk: Correct the wrappers invocation for RELRO. This should help many
remaining packages that fail to build with RELRO that were uncaught
by my original bulk builds due to CHECK_RELRO failing to work (sorry...)

(nia)

2021-11-06 09:49:20 UTC MAIN commitmail json YAML

2021-11-06 09:46:31 UTC MAIN commitmail json YAML

2021-11-06 09:38:11 UTC MAIN commitmail json YAML

suse100_linux: binaries are not built with RELRO

(nia)

2021-11-06 09:33:37 UTC MAIN commitmail json YAML

Mark a few GCC packages unsupported by RELRO.

(nia)

2021-11-05 22:47:24 UTC MAIN commitmail json YAML

doc: Added audio/jack-keyboard version 2.7.2

(nia)

2021-11-05 22:47:06 UTC MAIN commitmail json YAML

add audio/jack-keyboard

jack-keyboard is a virtual MIDI keyboard - a program that allows you to send
JACK MIDI events using your PC keyboard.

(nia)

2021-11-05 22:30:16 UTC MAIN commitmail json YAML

doc: Added audio/jack_umidi version 1.1.1

(nia)

2021-11-05 22:29:58 UTC MAIN commitmail json YAML

2021-11-04 13:53:19 UTC MAIN commitmail json YAML

doc: Added lang/jpm version 0.0.1

(nia)

2021-11-04 13:52:35 UTC MAIN commitmail json YAML

doc: Updated lang/janet to 1.18.1

(nia)

2021-11-04 13:52:23 UTC MAIN commitmail json YAML

janet: update to 1.18.1. jpm is now a separate package.

## 1.18.1 - 2021-10-16
- Fix some documentation typos
- Fix - Set pipes passed to subprocess to blocking mode.
- Fix `-r` switch in repl.

## 1.18.0 - 2021-10-10
- Allow `ev/cancel` to work on already scheduled fibers.
- Fix bugs with ev/ module.
- Add optional `base` argument to scan-number
- Add `-i` flag to janet binary to make it easier to run image files from the command line
- Remove `thread/` module.
- Add `(number ...)` pattern to peg for more efficient number parsing using Janet's
  scan-number function without immediate string creation.

## 1.17.2 - 2021-09-18
- Remove include of windows.h from janet.h. This caused issues on certain projects.
- Fix formatting in doc-format to better handle special characters in signatures.
- Fix some marshalling bugs.
- Add optional Makefile target to install jpm as well.
- Supervisor channels in threads will no longer include a wasteful copy of the fiber in every
  message across a thread.
- Allow passing a closure to `ev/thread` as well as a whole fiber.
- Allow passing a closure directly to `ev/go` to spawn fibers on the event loop.

## 1.17.1 - 2021-08-29
- Fix docstring typos
- Add `make install-jpm-git` to make jpm co-install simpler if using the Makefile.
- Fix bugs with starting ev/threads and fiber marshaling.

## 1.17.0 - 2021-08-21
- Add the `-E` flag for one-liners with the `short-fn` syntax for argument passing.
- Add support for threaded abstract types. Threaded abstract types can easily be shared between threads.
- Deprecate the `thread` library. Use threaded channels and ev instead.
- Channels can now be marshalled.
- Add the ability to close channels with `ev/chan-close` (or `:close`).
- Add threaded channels with `ev/thread-chan`.
- Add `JANET_FN` and `JANET_REG` macros to more easily define C functions that export their source mapping information.
- Add `janet_interpreter_interupt` and `janet_loop1_interrupt` to interrupt the interpreter while running.
- Add `table/clear`
- Add build option to disable the threading library without disabling all threads.
- Remove JPM from the main Janet distribution. Instead, JPM must be installed
  separately like any other package.
- Fix issue with `ev/go` when called with an initial value and supervisor.
- Add the C API functions `janet_vm_save` and `janet_vm_load` to allow
saving and restoring the entire VM state.

(nia)

2021-11-03 22:03:34 UTC MAIN commitmail json YAML

doc: Updated wm/mlvwm to 0.9.4

(nia)

2021-11-03 22:03:22 UTC MAIN commitmail json YAML

mlvwm: update to 0.9.4

Changes:

- Fixed ReadConfigFile() to prevent config command overlap collisions.
- Fixed SkipNonSpace() to consider new lines to be white space.
- Fixed handle_configure_request() to support moving windows.
- Added SwallowFocusClick configuration (default: disabled).

Released 2021-09-09 by Morgan Aldridge

(nia)

2021-11-03 21:59:49 UTC MAIN commitmail json YAML

doc: Updated audio/pt2-clone to 1.37

(nia)

2021-11-03 21:59:34 UTC MAIN commitmail json YAML

pt2-clone: update to 1.37

v1.37 - 28.10.2021
- Fixed potential thread issues between user input thread and audio thread, like
  when jamming a sample, toggling tuning tone, playing sample in the sample
  editor, adjusting sample loop, etc.

v1.36 - 10.10.2021 (23:12 GMT+2)
- Fixed clicking issues in v1.35 during sample looping. Sorry!
- Fixed an issue where the quadrascope was not updated properly when a F00
  command was triggered before the last channel.

v1.35 - 10.10.2021
- Implemented a config entry in protracker.ini for disabling the 2x downsample
  dialog that shows up when attempting to load >22kHz samples.
  (NO_DWNSMP_ON_SMP_LOAD)
- Don't attempt to center window after leaving fullscreen mode. This could lead
  to issues on multi-monitor setups.
- Further accuracy changes to the Paula emulator. Read two samples at once into
  the AUDxDAT buffer. This is a minor change, but it can have a very small
  impact on sample-changing commands (EFx/E8x).

(nia)

2021-11-03 21:52:26 UTC MAIN commitmail json YAML

doc: Updated chat/dino to 0.2.2

(nia)

2021-11-03 21:52:13 UTC MAIN commitmail json YAML

dino: update to 0.2.2

Maintenance release for GTK+ 3.24.30 support and bug fixes.

(nia)

2021-11-03 19:23:25 UTC MAIN commitmail json YAML

doc: Updated www/firefox91-l10n to 91.3.0

(nia)

2021-11-03 19:23:05 UTC MAIN commitmail json YAML

2021-11-03 19:19:54 UTC MAIN commitmail json YAML

doc: Updated www/firefox91 to 91.3.0

(nia)

2021-11-03 19:19:40 UTC MAIN commitmail json YAML

firefox91: update to 91.3.0

Security Vulnerabilities fixed in Firefox ESR 91.3

    #CVE-2021-38503: iframe sandbox rules did not apply to XSLT stylesheets

    #CVE-2021-38504: Use-after-free in file picker dialog

    #CVE-2021-38506: Firefox could be coaxed into going into fullscreen mode
    without notification or warning

    #CVE-2021-38507: Opportunistic Encryption in HTTP2 could be used to bypass
    the Same-Origin-Policy on services hosted on other ports

    #MOZ-2021-0008: Use-after-free in HTTP2 Session object

    #CVE-2021-38508: Permission Prompt could be overlaid, resulting in user
    confusion and potential spoofing

    #CVE-2021-38509: Javascript alert box could have been spoofed onto an
    arbitrary domain

    #CVE-2021-38510: Download Protections were bypassed by .inetloc files on Mac
    OS

    #MOZ-2021-0007: Memory safety bugs fixed in Firefox 94 and Firefox ESR 91.3

(nia)

2021-11-02 09:02:49 UTC MAIN commitmail json YAML

mk: Lower default RELRO down from full to partial.

Judging by private discussions there's not clear enough consensus
that BIND_NOW is beneficial or performant enough to have enabled
by default, at least until more benchmarking tests are done.

(nia)

2021-11-02 08:30:38 UTC MAIN commitmail json YAML

2021-11-02 08:28:45 UTC MAIN commitmail json YAML

doc: Note that packages can request partial RELRO.

(nia)

2021-11-02 08:20:31 UTC MAIN commitmail json YAML

2021-11-02 08:14:59 UTC MAIN commitmail json YAML

mk: Make it possible for a package to fall back to partial RELRO.

This helps certain X.Org modules.

(nia)

2021-10-31 09:26:49 UTC MAIN commitmail json YAML

bootstrap: Tested on FreeBSD 12 and 13 without problems.

(nia)

2021-10-31 08:58:37 UTC MAIN commitmail json YAML

modular-xorg-drivers: Compile most video drivers conditionally based
on the target platform, using NetBSD's lists as a reference.

PR pkg/56480

(nia)

2021-10-27 13:02:41 UTC MAIN commitmail json YAML

lua54: Include correct objects in luac binary

Problem and solution identified by Piotr Meyer in a private email,
thanks.

(nia)

2021-10-26 18:46:49 UTC MAIN commitmail json YAML

mk: Bump DIGEST_RQED. Needed for blake2s. Pointed out by agc, thanks

(nia)

2021-10-26 11:35:01 UTC MAIN commitmail json YAML

2021-10-26 11:31:15 UTC MAIN commitmail json YAML

www: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Not committed (merge conflicts):
www/nghttp2/distinfo

Unfetchable distfiles (almost certainly fetched conditionally...):
./www/nginx-devel/distinfo array-var-nginx-module-0.05.tar.gz
./www/nginx-devel/distinfo echo-nginx-module-0.62.tar.gz
./www/nginx-devel/distinfo encrypted-session-nginx-module-0.08.tar.gz
./www/nginx-devel/distinfo form-input-nginx-module-0.12.tar.gz
./www/nginx-devel/distinfo headers-more-nginx-module-0.33.tar.gz
./www/nginx-devel/distinfo lua-nginx-module-0.10.19.tar.gz
./www/nginx-devel/distinfo naxsi-1.3.tar.gz
./www/nginx-devel/distinfo nginx-dav-ext-module-3.0.0.tar.gz
./www/nginx-devel/distinfo nginx-rtmp-module-1.2.2.tar.gz
./www/nginx-devel/distinfo nginx_http_push_module-1.2.10.tar.gz
./www/nginx-devel/distinfo ngx_cache_purge-2.5.1.tar.gz
./www/nginx-devel/distinfo ngx_devel_kit-0.3.1.tar.gz
./www/nginx-devel/distinfo ngx_http_geoip2_module-3.3.tar.gz
./www/nginx-devel/distinfo njs-0.5.0.tar.gz
./www/nginx-devel/distinfo set-misc-nginx-module-0.32.tar.gz
./www/nginx/distinfo array-var-nginx-module-0.05.tar.gz
./www/nginx/distinfo echo-nginx-module-0.62.tar.gz
./www/nginx/distinfo encrypted-session-nginx-module-0.08.tar.gz
./www/nginx/distinfo form-input-nginx-module-0.12.tar.gz
./www/nginx/distinfo headers-more-nginx-module-0.33.tar.gz
./www/nginx/distinfo lua-nginx-module-0.10.19.tar.gz
./www/nginx/distinfo naxsi-1.3.tar.gz
./www/nginx/distinfo nginx-dav-ext-module-3.0.0.tar.gz
./www/nginx/distinfo nginx-rtmp-module-1.2.2.tar.gz
./www/nginx/distinfo nginx_http_push_module-1.2.10.tar.gz
./www/nginx/distinfo ngx_cache_purge-2.5.1.tar.gz
./www/nginx/distinfo ngx_devel_kit-0.3.1.tar.gz
./www/nginx/distinfo ngx_http_geoip2_module-3.3.tar.gz
./www/nginx/distinfo njs-0.5.0.tar.gz
./www/nginx/distinfo set-misc-nginx-module-0.32.tar.gz

(nia)

2021-10-26 11:25:22 UTC MAIN commitmail json YAML

2021-10-26 11:24:47 UTC MAIN commitmail json YAML

2021-10-26 11:23:42 UTC MAIN commitmail json YAML

2021-10-26 11:20:30 UTC MAIN commitmail json YAML

2021-10-26 11:18:40 UTC MAIN commitmail json YAML

2021-10-26 11:18:07 UTC MAIN commitmail json YAML

2021-10-26 11:15:15 UTC MAIN commitmail json YAML

2021-10-26 11:11:08 UTC MAIN commitmail json YAML

2021-10-26 11:10:38 UTC MAIN commitmail json YAML

2021-10-26 11:09:37 UTC MAIN commitmail json YAML

2021-10-26 11:07:15 UTC MAIN commitmail json YAML

net: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Not committed (merge conflicts...):

net/radsecproxy/distinfo

The following distfiles could not be fetched (fetched conditionally?):

./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz
./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch
./net/djbdns/distinfo djbdns-1.05-test28.diff.xz
./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch
./net/djbdns/distinfo djbdns-1.05-multiip.diff
./net/djbdns/distinfo djbdns-cachestats.patch

(nia)

2021-10-26 11:01:20 UTC MAIN commitmail json YAML

multimedia: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

The following distfiles could not be fetched (for legal reasons?):

./multimedia/adobe-flash-player/distinfo adobe-flash-player-32.0.0.465/flash_player_npapi_linux.i386.tar.gz
./multimedia/adobe-flash-player/distinfo adobe-flash-player-32.0.0.465/flash_player_npapi_linux.x86_64.tar.gz
./multimedia/libdvdcss/distinfo libdvdcss-1.4.3.tar.bz2

(nia)

2021-10-26 10:59:39 UTC MAIN commitmail json YAML

2021-10-26 10:57:38 UTC MAIN commitmail json YAML

meta-pkgs: Replace RMD160 checksums with BLAKE2s checksums (why does
this category have checksums?)

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

(nia)

2021-10-26 10:57:01 UTC MAIN commitmail json YAML

2021-10-26 10:56:13 UTC MAIN commitmail json YAML

2021-10-26 10:54:34 UTC MAIN commitmail json YAML

2021-10-26 10:51:59 UTC MAIN commitmail json YAML

lang: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

The following distfiles could not be fetched (possibly fetched
conditionally?):

./lang/rust-bin/distinfo rust-bin-1.54.0/rust-1.54.0-aarch64-unknown-linux-gnu.tar.gz
./lang/rust-bin/distinfo rust-bin-1.54.0/rust-1.54.0-aarch64-unknown-linux-musl.tar.gz
./lang/rust-bin/distinfo rust-bin-1.54.0/rust-1.54.0-aarch64-unknown-netbsd.tar.gz
./lang/rust-bin/distinfo rust-bin-1.54.0/rust-1.54.0-armv7-unknown-netbsd-eabihf.tar.gz
./lang/rust-bin/distinfo rust-bin-1.54.0/rust-1.54.0-i686-unknown-linux-gnu.tar.gz
./lang/rust-bin/distinfo rust-bin-1.54.0/rust-1.54.0-powerpc-unknown-netbsd90.tar.gz
./lang/rust-bin/distinfo rust-bin-1.54.0/rust-1.54.0-sparc64-unknown-netbsd.tar.gz
./lang/rust-bin/distinfo rust-bin-1.54.0/rust-1.54.0-x86_64-apple-darwin.tar.gz
./lang/rust-bin/distinfo rust-bin-1.54.0/rust-1.54.0-x86_64-unknown-freebsd.tar.gz
./lang/rust-bin/distinfo rust-bin-1.54.0/rust-1.54.0-x86_64-unknown-linux-gnu.tar.gz
./lang/rust-bin/distinfo rust-bin-1.54.0/rust-1.54.0-x86_64-unknown-linux-musl.tar.gz
./lang/smlnj/distinfo smlnj-110.73/boot.ppc-unix.tgz
./lang/smlnj/distinfo smlnj-110.73/boot.sparc-unix.tgz
./lang/oracle-jre8/distinfo jce_policy-8.zip
./lang/oracle-jre8/distinfo jre-8u202-linux-i586.tar.gz
./lang/oracle-jre8/distinfo jre-8u202-linux-x64.tar.gz
./lang/oracle-jre8/distinfo jre-8u202-macosx-x64.tar.gz
./lang/oracle-jre8/distinfo jre-8u202-solaris-x64.tar.gz
./lang/oracle-jdk8/distinfo jdk-8u202-linux-i586.tar.gz
./lang/oracle-jdk8/distinfo jdk-8u202-linux-x64.tar.gz
./lang/oracle-jdk8/distinfo jdk-8u202-solaris-x64.tar.gz
./lang/ghc80/distinfo ghc-7.10.3-boot-x86_64-unknown-solaris2.tar.xz
./lang/ghc80/distinfo ghc-8.0.2-boot-i386-unknown-freebsd.tar.xz
./lang/ghc80/distinfo ghc-8.0.2-boot-x86_64-unknown-freebsd.tar.xz
./lang/gcc5-aux/distinfo ada-bootstrap.i386.freebsd.100B.tar.bz2
./lang/gcc5-aux/distinfo ada-bootstrap.i386.freebsd.84.tar.bz2
./lang/gcc5-aux/distinfo ada-bootstrap.x86_64.dragonfly.41.tar.bz2
./lang/gcc5-aux/distinfo ada-bootstrap.x86_64.freebsd.100B.tar.bz2
./lang/gcc5-aux/distinfo ada-bootstrap.x86_64.freebsd.84.tar.bz2
./lang/gcc5-aux/distinfo ada-bootstrap.x86_64.solaris.511.tar.bz2
./lang/rust/distinfo rust-1.53.0-aarch64-apple-darwin.tar.gz
./lang/rust/distinfo rust-1.53.0-aarch64-unknown-linux-gnu.tar.gz
./lang/rust/distinfo rust-1.53.0-aarch64-unknown-netbsd.tar.gz
./lang/rust/distinfo rust-1.53.0-aarch64_be-unknown-netbsd.tar.gz
./lang/rust/distinfo rust-1.53.0-arm-unknown-linux-gnueabihf.tar.gz
./lang/rust/distinfo rust-1.53.0-armv7-unknown-linux-gnueabihf.tar.gz
./lang/rust/distinfo rust-1.53.0-i686-unknown-linux-gnu.tar.gz
./lang/rust/distinfo rust-1.53.0-powerpc-unknown-netbsd.tar.gz
./lang/rust/distinfo rust-1.53.0-powerpc-unknown-netbsd90.tar.gz
./lang/rust/distinfo rust-1.53.0-sparc64-unknown-netbsd.tar.gz
./lang/rust/distinfo rust-1.53.0-x86_64-apple-darwin.tar.gz
./lang/rust/distinfo rust-1.53.0-x86_64-unknown-freebsd.tar.gz
./lang/rust/distinfo rust-1.53.0-x86_64-unknown-illumos.tar.gz
./lang/rust/distinfo rust-1.53.0-x86_64-unknown-linux-gnu.tar.gz
./lang/rust/distinfo rust-std-1.53.0-aarch64-apple-darwin.tar.gz
./lang/rust/distinfo rust-std-1.53.0-aarch64-unknown-linux-gnu.tar.gz
./lang/rust/distinfo rust-std-1.53.0-aarch64-unknown-netbsd.tar.gz
./lang/rust/distinfo rust-std-1.53.0-aarch64_be-unknown-netbsd.tar.gz
./lang/rust/distinfo rust-std-1.53.0-arm-unknown-linux-gnueabihf.tar.gz
./lang/rust/distinfo rust-std-1.53.0-armv7-unknown-linux-gnueabihf.tar.gz
./lang/rust/distinfo rust-std-1.53.0-i686-unknown-linux-gnu.tar.gz
./lang/rust/distinfo rust-std-1.53.0-powerpc-unknown-netbsd.tar.gz
./lang/rust/distinfo rust-std-1.53.0-powerpc-unknown-netbsd90.tar.gz
./lang/rust/distinfo rust-std-1.53.0-sparc64-unknown-netbsd.tar.gz
./lang/rust/distinfo rust-std-1.53.0-x86_64-apple-darwin.tar.gz
./lang/rust/distinfo rust-std-1.53.0-x86_64-unknown-freebsd.tar.gz
./lang/rust/distinfo rust-std-1.53.0-x86_64-unknown-linux-gnu.tar.gz
./lang/smlnj11072/distinfo smlnj-110.72/boot.ppc-unix.tgz
./lang/smlnj11072/distinfo smlnj-110.72/boot.sparc-unix.tgz
./lang/ghc84/distinfo ghc-8.0.2-boot-x86_64-unknown-solaris2.tar.xz
./lang/ghc84/distinfo ghc-8.4.4-boot-i386-unknown-freebsd.tar.xz
./lang/ghc84/distinfo ghc-8.4.4-boot-x86_64-apple-darwin.tar.xz
./lang/ghc84/distinfo ghc-8.4.4-boot-x86_64-unknown-freebsd.tar.xz
./lang/ghc7/distinfo ghc-7.10.3-boot-i386-unknown-freebsd.tar.xz
./lang/ghc7/distinfo ghc-7.6.3-boot-i386-unknown-solaris2.tar.xz
./lang/ghc7/distinfo ghc-7.6.3-boot-powerpc-apple-darwin.tar.xz
./lang/ghc7/distinfo ghc-7.6.3-boot-x86_64-unknown-solaris2.tar.xz
./lang/ghc90/distinfo ghc-8.10.4-boot-x86_64-unknown-solaris2.tar.xz
./lang/ghc90/distinfo ghc-9.0.1-boot-aarch64-unknown-netbsd.tar.xz
./lang/ghc90/distinfo ghc-9.0.1-boot-i386-unknown-freebsd.tar.xz
./lang/ghc90/distinfo ghc-9.0.1-boot-x86_64-apple-darwin.tar.xz
./lang/ghc90/distinfo ghc-9.0.1-boot-x86_64-unknown-freebsd.tar.xz
./lang/openjdk8/distinfo openjdk7/bootstrap-jdk-1.7.76-freebsd-10-amd64-20150301.tar.xz
./lang/openjdk8/distinfo openjdk7/bootstrap-jdk-1.7.76-netbsd-7-sparc64-20150301.tar.xz
./lang/openjdk8/distinfo openjdk7/bootstrap-jdk-1.8.181-netbsd-8-aarch64-20180917.tar.xz
./lang/openjdk8/distinfo openjdk7/bootstrap-jdk7u60-bin-dragonfly-3.6-amd64-20140719.tar.bz2
./lang/openjdk8/distinfo openjdk7/bootstrap-jdk7u60-bin-dragonfly-3.8-amd64-20140719.tar.bz2
./lang/go-bin/distinfo go1.14.2.darwin-amd64.tar.gz
./lang/go-bin/distinfo go1.14.2.linux-386.tar.gz
./lang/go-bin/distinfo go1.14.2.linux-amd64.tar.gz
./lang/go-bin/distinfo go1.14.2.linux-arm64.tar.gz
./lang/go-bin/distinfo go1.14.2.linux-armv6l.tar.gz
./lang/go-bin/distinfo go1.14.2.netbsd-arm64.tar.gz
./lang/go-bin/distinfo go1.16beta1.darwin-arm64.tar.gz
./lang/gcc6-aux/distinfo ada-bootstrap.i386.freebsd.100B.tar.bz2
./lang/gcc6-aux/distinfo ada-bootstrap.x86_64.dragonfly.41.tar.bz2
./lang/gcc6-aux/distinfo ada-bootstrap.x86_64.freebsd.100B.tar.bz2
./lang/gcc6-aux/distinfo ada-bootstrap.x86_64.freebsd.84.tar.bz2
./lang/gcc6-aux/distinfo ada-bootstrap.x86_64.solaris.511.tar.bz2
./lang/ghc810/distinfo ghc-8.8.4-boot-x86_64-unknown-solaris2.tar.xz
./lang/sun-jre7/distinfo UnlimitedJCEPolicyJDK7.zip
./lang/sun-jre7/distinfo jre-7u80-linux-x64.tar.gz
./lang/sun-jre7/distinfo jre-7u80-solaris-i586.tar.gz
./lang/sun-jre7/distinfo jre-7u80-solaris-x64.tar.gz
./lang/ghc88/distinfo ghc-8.4.4-boot-i386-unknown-freebsd.tar.xz
./lang/ghc88/distinfo ghc-8.4.4-boot-x86_64-apple-darwin.tar.xz
./lang/ghc88/distinfo ghc-8.4.4-boot-x86_64-unknown-freebsd.tar.xz
./lang/ghc88/distinfo ghc-8.4.4-boot-x86_64-unknown-solaris2.tar.xz
./lang/gcc-aux/distinfo ada-bootstrap.i386.dragonfly.36A.tar.bz2
./lang/gcc-aux/distinfo ada-bootstrap.i386.freebsd.100B.tar.bz2
./lang/gcc-aux/distinfo ada-bootstrap.i386.freebsd.84.tar.bz2
./lang/gcc-aux/distinfo ada-bootstrap.x86_64.dragonfly.36A.tar.bz2
./lang/gcc-aux/distinfo ada-bootstrap.x86_64.freebsd.100B.tar.bz2
./lang/gcc-aux/distinfo ada-bootstrap.x86_64.freebsd.84.tar.bz2
./lang/gcc-aux/distinfo ada-bootstrap.x86_64.solaris.511.tar.bz2
./lang/gcc6/distinfo ecj-4.5.jar
./lang/openjdk11/distinfo bootstrap-jdk-1.11.0.7.10-netbsd-9-aarch64-20200509.tar.xz
./lang/sun-jdk7/distinfo jdk-7u80-linux-x64.tar.gz
./lang/sun-jdk7/distinfo jdk-7u80-solaris-i586.tar.gz
./lang/sun-jdk7/distinfo jdk-7u80-solaris-x64.tar.gz

(nia)

2021-10-26 10:49:47 UTC MAIN commitmail json YAML

2021-10-26 10:48:41 UTC MAIN commitmail json YAML

2021-10-26 10:47:26 UTC MAIN commitmail json YAML

2021-10-26 10:45:18 UTC MAIN commitmail json YAML

2021-10-26 10:44:37 UTC MAIN commitmail json YAML

2021-10-26 10:28:41 UTC MAIN commitmail json YAML

2021-10-26 10:26:13 UTC MAIN commitmail json YAML

2021-10-26 10:25:31 UTC MAIN commitmail json YAML

2021-10-26 10:24:17 UTC MAIN commitmail json YAML

emulators: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

The following distfiles could not be fetched (mostly distfiles fetched
conditionally...):

./emulators/compat30/distinfo compat30-alpha-3.1.tar.bz2
./emulators/compat30/distinfo compat30-arm-3.1.tar.bz2
./emulators/compat30/distinfo compat30-m68k-3.1.tar.bz2
./emulators/compat30/distinfo compat30-mipseb-3.1.tar.bz2
./emulators/compat30/distinfo compat30-mipsel-3.1.tar.bz2
./emulators/compat30/distinfo compat30-powerpc-3.1.tar.bz2
./emulators/compat30/distinfo compat30-sh3eb-3.1.tar.bz2
./emulators/compat30/distinfo compat30-sh3el-3.1.tar.bz2
./emulators/compat30/distinfo compat30-sparc-3.1.tar.bz2
./emulators/compat30/distinfo compat30-sparc64-3.1.tar.bz2
./emulators/compat30/distinfo compat30-vax-3.1.tar.bz2
./emulators/compat51-x11/distinfo compat51-x11-alpha-5.1.tar.bz2
./emulators/compat51-x11/distinfo compat51-x11-arm-5.1.tar.bz2
./emulators/compat51-x11/distinfo compat51-x11-m68k-5.1.tar.bz2
./emulators/compat51-x11/distinfo compat51-x11-mipseb-5.1.tar.bz2
./emulators/compat51-x11/distinfo compat51-x11-mipsel-5.1.tar.bz2
./emulators/compat51-x11/distinfo compat51-x11-powerpc-5.1.tar.bz2
./emulators/compat51-x11/distinfo compat51-x11-sparc-5.1.tar.bz2
./emulators/compat51-x11/distinfo compat51-x11-sparc64-5.1.tar.bz2
./emulators/xbeeb/distinfo BASIC2.rom
./emulators/xbeeb/distinfo OS-1.2.rom
./emulators/compat61/distinfo 20150430/compat61-alpha-6.1.tar.bz2
./emulators/compat61/distinfo 20150430/compat61-arm-6.1.tar.bz2
./emulators/compat61/distinfo 20150430/compat61-m68k-6.1.tar.bz2
./emulators/compat61/distinfo 20150430/compat61-mips64eb-6.1.tar.bz2
./emulators/compat61/distinfo 20150430/compat61-mips64el-6.1.tar.bz2
./emulators/compat61/distinfo 20150430/compat61-mipseb-6.1.tar.bz2
./emulators/compat61/distinfo 20150430/compat61-mipsel-6.1.tar.bz2
./emulators/compat61/distinfo 20150430/compat61-powerpc-6.1.tar.bz2
./emulators/compat61/distinfo 20150430/compat61-sparc-6.1.tar.bz2
./emulators/compat61/distinfo 20150430/compat61-sparc64-6.1.tar.bz2
./emulators/compat16/distinfo compat16-alpha-1.6.2.tar.bz2
./emulators/compat16/distinfo compat16-arm-1.6.2.tar.bz2
./emulators/compat16/distinfo compat16-m68k-1.6.2.tar.bz2
./emulators/compat16/distinfo compat16-mipseb-1.6.2.tar.bz2
./emulators/compat16/distinfo compat16-mipsel-1.6.2.tar.bz2
./emulators/compat16/distinfo compat16-powerpc-1.6.2.tar.bz2
./emulators/compat16/distinfo compat16-sparc-1.6.2.tar.bz2
./emulators/compat16/distinfo compat16-sparc64-1.6.2.tar.bz2
./emulators/compat16/distinfo compat16-vax-1.6.2.tar.bz2
./emulators/compat40/distinfo 20071230/compat40-alpha-4.0.tar.bz2
./emulators/compat40/distinfo 20071230/compat40-arm-4.0.tar.bz2
./emulators/compat40/distinfo 20071230/compat40-m68k-4.0.tar.bz2
./emulators/compat40/distinfo 20071230/compat40-mipseb-4.0.tar.bz2
./emulators/compat40/distinfo 20071230/compat40-mipsel-4.0.tar.bz2
./emulators/compat40/distinfo 20071230/compat40-powerpc-4.0.tar.bz2
./emulators/compat40/distinfo 20071230/compat40-sh3eb-4.0.tar.bz2
./emulators/compat40/distinfo 20071230/compat40-sh3el-4.0.tar.bz2
./emulators/compat40/distinfo 20071230/compat40-sparc-4.0.tar.bz2
./emulators/compat40/distinfo 20071230/compat40-sparc64-4.0.tar.bz2
./emulators/compat20/distinfo compat20-alpha-2.1.tar.bz2
./emulators/compat20/distinfo compat20-arm-2.1.tar.bz2
./emulators/compat20/distinfo compat20-m68k-2.1.tar.bz2
./emulators/compat20/distinfo compat20-mipseb-2.1.tar.bz2
./emulators/compat20/distinfo compat20-mipsel-2.1.tar.bz2
./emulators/compat20/distinfo compat20-powerpc-2.1.tar.bz2
./emulators/compat20/distinfo compat20-sh3eb-2.1.tar.bz2
./emulators/compat20/distinfo compat20-sh3el-2.1.tar.bz2
./emulators/compat20/distinfo compat20-sparc-2.1.tar.bz2
./emulators/compat20/distinfo compat20-sparc64-2.1.tar.bz2
./emulators/compat20/distinfo compat20-vax-2.1.tar.bz2
./emulators/compat50-x11/distinfo compat50-x11-sparc64-5.0.tar.bz2
./emulators/compat12/distinfo compat12-m68k-1.2.1.tar.bz2
./emulators/compat12/distinfo compat12-ns32k-1.2.tar.bz2
./emulators/compat12/distinfo compat12-sparc-1.2.1.tar.bz2
./emulators/compat15/distinfo compat15-alpha-1.5.3.tar.bz2
./emulators/compat15/distinfo compat15-arm-1.5.3.tar.bz2
./emulators/compat15/distinfo compat15-m68k-1.5.3.tar.bz2
./emulators/compat15/distinfo compat15-mipsel-1.5.3.tar.bz2
./emulators/compat15/distinfo compat15-ns32k-1.5.3.tar.bz2
./emulators/compat15/distinfo compat15-powerpc-1.5.3.tar.bz2
./emulators/compat15/distinfo compat15-sparc-1.5.3.tar.bz2
./emulators/compat15/distinfo compat15-sparc64-1.5.2.tar.bz2
./emulators/compat15/distinfo compat15-vax-1.5.3.tar.bz2
./emulators/compat50/distinfo compat50-alpha-5.0.tar.bz2
./emulators/compat50/distinfo compat50-arm-5.0.tar.bz2
./emulators/compat50/distinfo compat50-m68k-5.0.tar.bz2
./emulators/compat50/distinfo compat50-mipseb-5.0.tar.bz2
./emulators/compat50/distinfo compat50-mipsel-5.0.tar.bz2
./emulators/compat50/distinfo compat50-powerpc-5.0.tar.bz2
./emulators/compat50/distinfo compat50-sparc-5.0.tar.bz2
./emulators/compat50/distinfo compat50-sparc64-5.0.tar.bz2
./emulators/compat16-extras/distinfo compat16-extras-sparc-1.6.2.tar.bz2
./emulators/compat40-extras/distinfo 20071230/compat40-extras-sparc-4.0.tar.bz2
./emulators/compat15-extras/distinfo compat15-extras-sparc-1.5.3.tar.bz2
./emulators/compat60/distinfo 20150428/compat60-alpha-6.0.tar.bz2
./emulators/compat60/distinfo 20150428/compat60-arm-6.0.tar.bz2
./emulators/compat60/distinfo 20150428/compat60-m68k-6.0.tar.bz2
./emulators/compat60/distinfo 20150428/compat60-mipseb-6.0.tar.bz2
./emulators/compat60/distinfo 20150428/compat60-mipsel-6.0.tar.bz2
./emulators/compat60/distinfo 20150428/compat60-powerpc-6.0.tar.bz2
./emulators/compat60/distinfo 20150428/compat60-sparc-6.0.tar.bz2
./emulators/compat60/distinfo 20150428/compat60-sparc64-6.0.tar.bz2
./emulators/compat61-x11/distinfo 20150430/compat61-x11-alpha-6.1.tar.bz2
./emulators/compat61-x11/distinfo 20150430/compat61-x11-arm-6.1.tar.bz2
./emulators/compat61-x11/distinfo 20150430/compat61-x11-m68k-6.1.tar.bz2
./emulators/compat61-x11/distinfo 20150430/compat61-x11-mips64eb-6.1.tar.bz2
./emulators/compat61-x11/distinfo 20150430/compat61-x11-mips64el-6.1.tar.bz2
./emulators/compat61-x11/distinfo 20150430/compat61-x11-mipseb-6.1.tar.bz2
./emulators/compat61-x11/distinfo 20150430/compat61-x11-mipsel-6.1.tar.bz2
./emulators/compat61-x11/distinfo 20150430/compat61-x11-powerpc-6.1.tar.bz2
./emulators/compat61-x11/distinfo 20150430/compat61-x11-sparc-6.1.tar.bz2
./emulators/compat61-x11/distinfo 20150430/compat61-x11-sparc64-6.1.tar.bz2
./emulators/osf1_lib/distinfo netscape-4.7-3.alpha.rpm
./emulators/compat20-extras/distinfo compat20-extras-sparc-2.1.tar.bz2
./emulators/compat30-extras/distinfo compat30-extras-sparc-3.1.tar.bz2
./emulators/compat30-extras/distinfo compat30-extras-vax-3.1.tar.bz2
./emulators/compat14/distinfo compat14-alpha-1.4.3.tar.bz2
./emulators/compat14/distinfo compat14-arm-1.4.3.tar.bz2
./emulators/compat14/distinfo compat14-m68k-1.4.3.tar.bz2
./emulators/compat14/distinfo compat14-mipsel-1.4.3.tar.bz2
./emulators/compat14/distinfo compat14-ns32k-1.4.2.tar.bz2
./emulators/compat14/distinfo compat14-powerpc-1.4.3.tar.bz2
./emulators/compat14/distinfo compat14-sparc-1.4.3.1.tar.bz2
./emulators/compat14/distinfo compat14-vax-1.4.3.tar.bz2
./emulators/compat51/distinfo compat51-alpha-5.1.tar.bz2
./emulators/compat51/distinfo compat51-arm-5.1.tar.bz2
./emulators/compat51/distinfo compat51-m68k-5.1.tar.bz2
./emulators/compat51/distinfo compat51-mipseb-5.1.tar.bz2
./emulators/compat51/distinfo compat51-mipsel-5.1.tar.bz2
./emulators/compat51/distinfo compat51-powerpc-5.1.tar.bz2
./emulators/compat51/distinfo compat51-sparc-5.1.tar.bz2
./emulators/compat51/distinfo compat51-sparc64-5.1.tar.bz2
./emulators/compat13/distinfo compat13-alpha-1.3.3.tar.bz2
./emulators/compat13/distinfo compat13-arm-1.3.2.tar.bz2
./emulators/compat13/distinfo compat13-m68k-1.3.3.tar.bz2
./emulators/compat13/distinfo compat13-mipsel-1.3.3.tar.bz2
./emulators/compat13/distinfo compat13-ns32k-1.3.3.tar.bz2
./emulators/compat13/distinfo compat13-sparc-1.3.3.tar.bz2
./emulators/compat80/distinfo 20191014/compat80-alpha-8.0.tar.bz2
./emulators/compat80/distinfo 20191014/compat80-arm-8.0.tar.bz2
./emulators/compat80/distinfo 20191014/compat80-armeb-8.0.tar.bz2
./emulators/compat80/distinfo 20191014/compat80-armv6hf-8.0.tar.bz2
./emulators/compat80/distinfo 20191014/compat80-armv7hf-8.0.tar.bz2
./emulators/compat80/distinfo 20191014/compat80-earm-8.0.tar.bz2
./emulators/compat80/distinfo 20191014/compat80-earmv7hfeb-8.0.tar.bz2
./emulators/compat80/distinfo 20191014/compat80-m68k-8.0.tar.bz2
./emulators/compat80/distinfo 20191014/compat80-mips64eb-8.0.tar.bz2
./emulators/compat80/distinfo 20191014/compat80-mips64el-8.0.tar.bz2
./emulators/compat80/distinfo 20191014/compat80-mipseb-8.0.tar.bz2
./emulators/compat80/distinfo 20191014/compat80-mipsel-8.0.tar.bz2
./emulators/compat80/distinfo 20191014/compat80-powerpc-8.0.tar.bz2
./emulators/compat80/distinfo 20191014/compat80-sh3eb-8.0.tar.bz2
./emulators/compat80/distinfo 20191014/compat80-sh3el-8.0.tar.bz2
./emulators/compat80/distinfo 20191014/compat80-sparc-8.0.tar.bz2
./emulators/compat80/distinfo 20191014/compat80-sparc64-8.0.tar.bz2
./emulators/compat80/distinfo 20191014/compat80-vax-8.0.tar.bz2

(nia)

2021-10-26 10:21:45 UTC MAIN commitmail json YAML

2021-10-26 10:20:11 UTC MAIN commitmail json YAML

archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip

(nia)

2021-10-26 10:10:08 UTC MAIN commitmail json YAML

2021-10-26 10:07:57 UTC MAIN commitmail json YAML

2021-10-26 10:06:54 UTC MAIN commitmail json YAML

2021-10-26 10:06:07 UTC MAIN commitmail json YAML

2021-10-26 10:05:29 UTC MAIN commitmail json YAML

2021-10-26 10:04:17 UTC MAIN commitmail json YAML

2021-10-26 10:03:45 UTC MAIN commitmail json YAML

2021-10-26 10:02:56 UTC MAIN commitmail json YAML

2021-10-26 09:59:39 UTC MAIN commitmail json YAML

audio: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes.

The following distfiles couldn't be fetched (possibly they are fetched
conditionally):

./audio/freeswitch-sounds-ru/distinfo freeswitch/freeswitch-sounds-ru-RU-elena-32000-1.0.13.tar.gz
./audio/freeswitch-sounds-ru/distinfo freeswitch/freeswitch-sounds-ru-RU-elena-48000-1.0.13.tar.gz
./audio/freeswitch-music/distinfo freeswitch/freeswitch-sounds-music-32000-1.0.8.tar.gz
./audio/freeswitch-music/distinfo freeswitch/freeswitch-sounds-music-48000-1.0.8.tar.gz
./audio/freeswitch-sounds-fr/distinfo freeswitch/freeswitch-sounds-fr-ca-june-32000-1.0.18.tar.gz
./audio/freeswitch-sounds-fr/distinfo freeswitch/freeswitch-sounds-fr-ca-june-48000-1.0.18.tar.gz
./audio/freeswitch-sounds-en/distinfo freeswitch/freeswitch-sounds-en-us-callie-32000-1.0.22.tar.gz
./audio/freeswitch-sounds-en/distinfo freeswitch/freeswitch-sounds-en-us-callie-48000-1.0.22.tar.gz

(nia)

2021-10-26 09:57:20 UTC MAIN commitmail json YAML

2021-10-26 09:06:06 UTC MAIN commitmail json YAML

mk: Replace RMD160 as a default distfile hash with BLAKE2s

(nia)

2021-10-24 07:48:15 UTC MAIN commitmail json YAML

tiramisu: fix hash of patch file

(nia)