Commit graph

348625 commits

Author SHA1 Message Date
gutteridge
99f17b0e01 doc: Updated sysutils/xfce4-netload-plugin to 1.4.0 2021-12-11 13:44:55 +00:00
gutteridge
3f8242aa76 xfce4-netload-plugin: update to 1.4.0
Change log:

1.4.0
======
- Add new icons and switch to rDNS naming
- Add "About" dialog
- Add help button to properties dialog
- Improve progressbar look
- Update URLs from goodies.x.o to docs.x.o (Bug #16170)
- Fix compilation warnings
- autoconf: AM_CONFIG_HEADER -> AC_CONFIG_HEADERS
- Update `.gitignore`
- Fix missing-prototypes
- Remove GSourceFunc casts
- Populate a combo box with known network interfaces
- remove unused wormulon files
- Move to common m4 versioning macros
- Fix type for media_list on OpenBSD
- Add basic GitLab pipeline
- Translation Updates:
  Albanian, Basque, Belarusian, Chinese (Taiwan), Danish, Eastern
  Armenian, English (Canada), Finnish, Galician, Hebrew, Hungarian,
  Interlingue, Russian, Slovak, Slovenian, Spanish, Swedish, Turkish,
  Uyghur
2021-12-11 13:44:44 +00:00
gutteridge
1fc3fe9de7 doc: Updated graphics/ristretto to 0.12.1 2021-12-11 13:40:16 +00:00
gutteridge
caac754554 ristretto: update to 0.12.1
Change log:

0.12.1 (2021-11-26)
======
- Dependency Changes:
  - GLib >= 2.44.0

- Performance Improvement:
  - Optimize sorting by content type
  - Load images asynchronously (#16, #29, #32, !34)
  - Increase image loading buffer size (!34)

- Appearance Changes:
  - Allow to display all files in the open dialog (!33)

- Code Refactoring:
  - Rework the file opening procedure (!33)

- Bug Fixes:
  - Fix a memory leak when closing the window directly
  - Refactoring: Clarify thumbnailer queue management
  - Thumbnailer: Do not empty an unprocessed file list
  - Update window title on image deletion or insertion
  - Perform content-based filtering wherever necessary
  - Set device scale for animated images
  - Properly recognize SVG compressed image files
  - Use the generic pixbuf loader for RAW image files
  - Fix pointer behavior in fullscreen mode
  - Icon bar: Properly highlight item under the cursor
  - Icon bar: Center on the active item for any size change
  - Fix regression: Exif orientation is not respected (#69)
  - Do not try to load images whose pixbuf is not available (!34)
  - Fix memory management of image loading objects (!34)
  - Use URIs instead of filenames in the `.desktop` file (#49)
  - Directory loading: Allow to load a directory via the cli
  - Flatpak: Access remote locations with GVfs
  - Directory loading: Fix improper use of GFileEnumerator APIs (#68)

- Translation Updates:
  Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian,
  Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish,
  Dutch, Eastern Armenian, English (Australia), English (United
  Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew,
  Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese,
  Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Occitan (post
  1500), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian,
  Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish,
  Ukrainian, Uyghur

0.12.0 (2021-10-11)
======
- Dependency Changes:
  - libxfce4ui >= 4.16.0
  - libxfce4util >= 4.16.0

- New Features:
  - Allow to choose the default scale (!29)
  - Keep the scale in memory for each loaded image (#7, #17, !28)
  - Toggle fullscreen mode by double clicking on the image

- Performance Improvement:
  - Optimize directory loading (#20, #22, #32, #37, !31)
  - Optimize image viewer redraw: Disable overlay scrolling (#64)
  - Optimize image viewer redraw: Reuse source surface (#64, !26)
  - Avoid using Cairo Xlib backend to create surfaces (#60, #61, #62, !25)
  - Optimize image viewer redraw: Animation (#64)
  - Optimize image viewer redraw: Background color (#64)
  - Optimize image viewer redraw: Clock (#64)
  - Optimize image viewer redraw: Selection box (#64)
  - Don't redraw the main window when it loses focus (#64)
  - Remove the shadow of the toolbar buttons (#51, #64)

- Appearance Changes:
  - Hide thumbnail scrollbar when unused (!24)
  - Use the same background for the image and the thumbnails (#36, !23)
  - Drop preferences-desktop-default-applications icon

- Code Refactoring:
  - Flatpak build (!32)
  - Refactoring: Use only one file filter for the app
  - Refactoring: Icon bar adjustments
  - Cleanup: `icon_bar.c`
  - Cleanup: Pass orientation directly from file to viewer
  - Code refactoring: Image viewer adjustments, scale and drawing (!27)
  - Use integers for the image rendering rectangle
  - Code cleanup: Build sanitation, obsolete code removal, spacing, normalization (!22)
  - Transfer contents from dispose() to finalize()
  - Add debugging macros

- Bug Fixes:
  - Protect asynchronous jobs from an application exit
  - Fix position of the active item in the icon bar when vertical (#34)
  - Take into account the device scale (#47, !30)
  - Properly load images via drag and drop (#67)
  - Delay GdkPixbufLoader "closed" signal handler
  - Use the same scale factor to zoom via action and scrolling
  - Fix a lack of centering when zooming via the menu action
  - Fix some memory leak (several commits of this kind)
  - Fix file creation monitoring
  - Try to display the image on `GDK_PIXBUF_ERROR_CORRUPT_IMAGE` (#39)
  - Always set adjustment upper bounds greater than page sizes (#35)
  - Scaling/zoom corrections (#30, !8)
  - Fix animated GIF display
  - Automate and sanitize memory management of sources (#65)
  - Fix `rstto_icon_bar_rows_reordered()` (#48)
  - Chain up to parent in dispose() and finalize()

- Translation Updates:
  Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian,
  Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish,
  Dutch, Eastern Armenian, English (Australia), English (United
  Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew,
  Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese,
  Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Occitan (post
  1500), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian,
  Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish,
  Ukrainian, Uyghur

0.11.0 (2021-06-11)
======
- Update copyright years and appdata infos
- Enable `HAVE_MAGIC_H`-delimited code
- Fix compilation warnings
- autoconf: Some updates
- Update `.gitignore`
- Add option to copy image to clipboard (!20)
- Allow dragging window when CSD is used (#52)
- Remove GSourceFunc casts
- Added new stock icons with reverse DNS format
- Updates README.md
- Include string.h
- Codebase cleanup (!7)
- Make build less verbose
- Update .gitignore
- Make sure that argument passed to strncmp is non-NULL (!1)
- privacy_dialog.c: Remove dead initialization (!2)
- image_list.c: Remove dead assignment (!2)
- Add basic GitLab pipeline
- Switch to README.md and foreign automake mode
- Bug #16717: Move from exo-csource to xdt-csource
- Resolve couple "cast between incompatible function types" warnings
- Fix memory leaks in Privacy Dialog
- Resolve deprecation warnings
- Resolve some deprecation warnings
- Clean up unused functions
- Rename vars and funcs: show -> hide
- Add inactivity timeout setting to Preferences
- Hide the cursor while inactive in fullscreen mode
- Fix 'Status bar appears upon leaving fullscreen'
- Update .gitignore
- Do not show translation info on --help output
- Fix "window-state-event" handler
- Update credits
- Add support for old gtk2-style bg color settings
- Add missing LDFLAGS (fixes build on *bsd)
- In fullscreen mode, show toolbar when the mouse pointer is moved to
the top
- Return to git versioning
- Translation Updates:
  Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian,
  Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish,
  Dutch, Eastern Armenian, English (Australia), English (United
  Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew,
  Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese,
  Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Occitan (post
  1500), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian,
  Serbian, Slovak, Slovenian, Spanish, Swedish, Telugu, Thai, Turkish,
  Ukrainian, Uyghur
2021-12-11 13:40:03 +00:00
taca
1ef59fdd63 doc: Updated net/ruby-ruby_smb to 2.0.12 2021-12-11 13:39:57 +00:00
taca
80e2b8f452 net/ruby-ruby_smb: update to 2.0.12
2.0.12 (2021-12-01)

* Use the correct message ID in SMB2/3 responses>
* Remove the now unused message_id attribute from
  RubySMB::Server::ServerClient.
2021-12-11 13:39:33 +00:00
taca
968e839d7f doc: Updated devel/ruby-test-unit to 3.5.2 2021-12-11 13:34:35 +00:00
taca
d6413333ca devel/ruby-test-unit: update to 3.5.2
3.5.2 (2021-12-10)

Improvements

* Required fileutils lazy. [GitHub#206][Patch by David Rodríguez]
2021-12-11 13:34:15 +00:00
taca
af297392a5 doc: Updated devel/ruby-regexp_parser to 2.2.0 2021-12-11 13:33:07 +00:00
taca
6974d4ee7d devel/ruby-regexp_parser: update to 2.2.0
2.2.0 (2021-12-04)

Added

* Added support for 13 new unicode properties introduced in Ruby 3.1.0-dev
2021-12-11 13:32:46 +00:00
taca
f2e302bc71 doc: Updated databases/ruby-arel-helpers to 2.13.0 2021-12-11 13:31:21 +00:00
taca
607a3fa0b7 databases/ruby-arel-helpers: update to 2.13.0
2.13.0 (2021-12-06)

* In QueryBuilder, delegate #empty? and #size to @query (@net1957, #47)
2021-12-11 13:30:57 +00:00
wiz
ee61e878b3 python310: add upstream bug report URL 2021-12-11 10:40:58 +00:00
wiz
713d6264d5 python310: remove reference to non-existent file 2021-12-11 10:13:18 +00:00
tsutsui
30691efe21 doc: Added graphics/raleigh-reloaded version 1.3 2021-12-11 10:00:35 +00:00
tsutsui
f3476fbbee graphics/Makefile: add raleigh-reloaded 2021-12-11 09:59:02 +00:00
tsutsui
b966edcc58 graphics/raleigh-reloaded-theme: import raleigh-reloaded-theme-1.3
Raleigh Reloaded is a GTK-3.20 theme aiming to revive the classic
Raleigh theme.
2021-12-11 09:57:51 +00:00
schmonz
356253d0e0 I export pkgsrc over NFS from a macOS host to a variety of VMs, each of
which sets ${PACKAGES} to a subdir of ${PKGSRCDIR}/packages (on the same
NFS mount) so that the generated packages all land in one place.

From my Debian, Devuan, Ubuntu, and CentOS 8 (but not 7) VMs,
copying ${STAGE_PKGFILE} to ${PKGFILE} fails to preserve permissions,
which fails the copy and the "package" target with it. The error
looks like so:

===> Building binary package for foo-4.2
=> Creating binary package /home/schmonz/trees/pkgsrc-cvs/packages/Debian/All/foo-4.2.tgz
/bin/cp: preserving permissions for ‘/home/schmonz/trees/pkgsrc-cvs/packages/Debian/All/foo-4.2.tgz’: Operation not permitted

Assuming permissions on built packages are merely a nice-to-have, avoid
failing if we couldn't preserve them. Patch from sjmulder@, for whom
this fixes a similar problem with FreeBSD with ZFS.
2021-12-11 09:01:23 +00:00
wen
d7af0afd51 Updated www/moodle to 3.11.4 2021-12-11 07:25:05 +00:00
wen
29bf702328 Update to 3.11.4
Upstream changelog, please visit:
https://docs.moodle.org/dev/Moodle_3.11.4_release_notes
2021-12-11 07:24:00 +00:00
wen
c359782366 Updated databases/p5-SQL-Abstract-Limit to 0.143 2021-12-11 03:58:10 +00:00
wen
1aebb0483a Update to 0.143
Upstream changes:
0.143   2021-03-28
        - fix RT #134147: Failed test 'SQL::Abstract - no limit' / Thanks to Slaven Rezić and Thibault Duponchelle

0.142   2020-11-22
        - module adopted by Alexander Becker
        - set up GitHub repository. See this repository for detailed changes.
        - fix RT #34847: Avoid double quoting of table name. Fix provided by @dekimsey / Daniel Kimsey
        - fix RT #50795: SQL::Abstract properties were ignored for select() if no limit was given. Thanks to Gunnar Hansson
        - fix RT #73444: Offset argument wasn't handled properly if the value was 0. Thanks to ALEXBYK
        - fix RT #62671: Properly handle 0 values in condition.
        - remove Build.PL, switch to EUMM
2021-12-11 03:56:33 +00:00
ryoon
a0c321ff3b emiclock: Remove restriction for source code redistribution
4th clause in COPYRIGHT.en has Japanese to English translation mistake.
According to COPYRIGHT (in Japanese), the author allows source code
redistribution without modification.
2021-12-10 23:37:42 +00:00
wiz
02eb3f481b python310: remove dragonfly patch that's not even in dports 2021-12-10 23:14:49 +00:00
wiz
9bf8736933 doc: Updated lang/python310 to 3.10.1nb2 2021-12-10 23:08:12 +00:00
wiz
ea8ed9ccfb python310: remove patch that was carried forward from before 2.7 times
upstream says it should not be needed, and I don't see a difference
in building python310 and running its tests either.

Let me know if you do.

Bump PKGREVISION to be on the safe side.
2021-12-10 23:08:03 +00:00
joerg
45af553160 Fix build with Heimdal and unrestrict again. 2021-12-10 22:42:35 +00:00
gutteridge
66ec5dfa10 rust-bin: fix Linux packaging 2021-12-10 19:00:35 +00:00
tsutsui
62f53a88e6 libreoffice: put a kludge to fix a build error on NetBSD/i386. PR/56440 2021-12-10 19:00:13 +00:00
hubertf
f2494ae2ca Add p5-Text-Morse v0.07: encodes and decodes Morse code in perl
Package base borrowed from pkgsrc-wip/p5-Text-Quote

pkglint: no, thanks to lang/go14 not building on Mac OS X.
2021-12-10 18:42:53 +00:00
adam
b262d877ff Updated textproc/ugrep, textproc/py-ICU 2021-12-10 18:20:26 +00:00
adam
b8de4acd09 py-ICU: updated to 2.8
Version 2.7.4 -> 2.8
--------------------
- fixed test failure in test_DateTimeParserGenerator.py with version 70.1rc
- added wrappers for UCurrNameStyle and for ucurr_getName() onto CurrencyUnit
- added support for ICU 70.1
- added FieldPosition-less overloads to RuleBasedNumberFormat.format()
- added pyproject.toml file to (also) build via python -m build
2021-12-10 18:20:06 +00:00
adam
fb4c9484e6 ugrep: updated to 3.3.11
v3.3.11
Faster column -k by on-demand computation. Faster grep files containing long Iines of text and binary files. This update corrects and further improves the input buffering method, which performed sub-optimally for long lines containing many pattern matches.
2021-12-10 18:17:21 +00:00
pin
202e9b7b7f doc: Updated audio/ncspot to 0.9.3 2021-12-10 17:21:28 +00:00
pin
97c7d508ee audio/ncspot: update to 0.9.3
Maintenance
-Fixed MPRIS OpenUri function not respecting ncspot's shuffle setting (#662)
-Fix README links (#665)
-Fix queuing of playlists causing "play next" to be broken (#667)
-Run CI on Linux/macOS/Windows (#669)

Features
-Added Wayland clipboard support (#666)
-Added jumpnext and jumpprevious as commands (#668)
2021-12-10 17:21:08 +00:00
pin
7f20fa3351 doc: Updated sysutils/felix to 0.2.12 2021-12-10 17:20:07 +00:00
pin
13bfe780c2 sysutils/felix: update to 0.2.12
Fix: Enable to delete broken symlink.
2021-12-10 17:19:49 +00:00
pin
86a85a80e7 doc: Updated x11/citron to 0.4.1 2021-12-10 17:18:41 +00:00
pin
fee7155096 x11/citron: update to 0.4.1
-Refactor and introduce timezone auto-detection.
2021-12-10 17:18:15 +00:00
adam
2a709ac9ea wireshark: fix PLIST for spandsp option 2021-12-10 14:46:09 +00:00
nia
2f5e7c037f doc: Updated www/firefox91-l10n to 91.4.0 2021-12-10 14:32:38 +00:00
nia
dc7548f028 doc: Updated www/firefox91 to 91.4.0 2021-12-10 14:32:18 +00:00
nia
a3a879757c firefox91: Update to 91.4.0
Security Vulnerabilities fixed in Firefox ESR 91.4.0

    #CVE-2021-43536: URL leakage when navigating while executing asynchronous
    function

    #CVE-2021-43537: Heap buffer overflow when using structured clone

    #CVE-2021-43538: Missing fullscreen and pointer lock notification when
    requesting both

    #CVE-2021-43539: GC rooting failure when calling wasm instance methods

    #CVE-2021-43541: External protocol handler parameters were unescaped

    #CVE-2021-43542: XMLHttpRequest error codes could have leaked the existence
    of an external protocol handler

    #CVE-2021-43543: Bypass of CSP sandbox directive when embedding

    #CVE-2021-43545: Denial of Service when using the Location API in a loop

    #CVE-2021-43546: Cursor spoofing could overlay user interface when native
    cursor is zoomed

    #MOZ-2021-0009: Memory safety bugs fixed in Firefox 95 and Firefox ESR 91.4
2021-12-10 14:32:07 +00:00
gdt
8b7da11496 postgis: Add coment about running gdb on postgres during tests 2021-12-10 14:26:23 +00:00
tnn
130a44bc77 py-scipy: remove stale patch
it was added in 1.7.1 but there is no checksum, so patch is skipped.
Package apparently builds fine without it.
2021-12-10 14:21:14 +00:00
joerg
b659f033ed Redefine nonnull attribute to nothing to avoid build errors with glibc
2.34. It's not that useful anyway.
2021-12-10 13:55:31 +00:00
nia
3792bf46ad mariadb[105,106]-server: fix PLIST on SunOS 2021-12-10 13:29:24 +00:00
nia
43481b9a34 doc: Updated security/lua-sec to 1.0.2 2021-12-10 13:24:07 +00:00
nia
7e5e1241d2 lua-sec: update to 1.0.2
LuaSec 1.0.2
---------------
This version includes:

* Fix handle SSL_send SYSCALL error without errno
* Fix off by one in cert:validat(notafter)
* Fix meth_get_{sinagure => signature}_name function name
* Fix update the Lua state reference on the selected SSL context after SNI
* Fix ignore SSL_OP_BIT(n) macro and update option.c
2021-12-10 13:23:56 +00:00
nia
dd7dead790 doc: Updated devel/lua-posix to 35.1 2021-12-10 13:21:05 +00:00