Commit graph

10836 commits

Author SHA1 Message Date
kardel
f08ba28f6d improve lmdb compile patch 2020-08-04 12:56:15 +00:00
wiz
05feb6d74f desktop-file-utils: update to 0.26.
============
Version 0.26
============

This version fixes an error that snuck into the Meson build files in version
0.25. The Autotools build is unaffected. Since the previous release has only
been out for a day, Autotools support is maintained in this release.

 update-desktop-database
  - Fix erroneous installation as "desktop-file-update" when using the Meson
    build system (fdo#58) (Antoine Jacoutot).

============
Version 0.25
============

This version adds support for the Meson build system and deprecates
Autotools. Support for the latter will be removed in the next release.

 common
  - Add Meson build system (fdo#14) (Félix Piédallu).

 desktop-file-validate
  - Allow desktop file spec version 1.4.
  - Make it possible to deprecate keys starting with "X-" (Bastien Nocera).
  - Add the "Implements" field from spec version 1.2 (fdo#55) (Dylan Baker).
  - Add the "PrefersNonDefaultGPU" key and deprecate "X-KDE-RunOnDiscreteGpu"
    (Bastien Nocera).
  - Set locale for correct output message encoding (Philip Withnall).
  - Add coloured output support (Philip Withnall).
  - Fix parsing of escaped double quote in quoted strings (fdo#56). Found
    by Frédéric Brière.
  - Add GNOME Flashback, GNOME Classic desktops (Alberts Muktupāvels).
2020-07-31 09:17:53 +00:00
adam
404f83ab29 ansible: updated to 2.9.11
v2.9.11
=======

Minor Changes
-------------
- The ``items2dict`` filter can now create a dict whose values are the original elements of the input list, and whose keys are the value of some key in each dict. When the resulting dict is stored, this allows for O(1) lookup of a particular key without having to scan the entire list each time.
- k8s - update openshift requirements in documentation
- pipe lookup - update docs for Popen with shell=True usages (https://github.com/ansible/ansible/issues/70159).

Bugfixes
--------
- Allow TypeErrors on Undefined variables in filters to be handled or deferred when processing for loops.
- Fix ``delegate_facts: true`` when ``ansible_python_interpreter`` is not set. (https://github.com/ansible/ansible/issues/70168)
- Support check mode in NXOS BGP modules (https://github.com/ansible/ansible/pull/57360).
- TaskExecutor - Handle unexpected errors as failed while post validating loops (https://github.com/ansible/ansible/issues/70050).
- The `ansible_become` value was not being treated as a boolean value when set in an INI format inventory file (fixes bug https://github.com/ansible/ansible/issues/70476).
- To fix ios_l2_interfaces facts parsing issue (https://github.com/ansible-collections/cisco.ios/pull/59)
- To fix ios_user and ios_command test case failure fix (https://github.com/ansible-collections/cisco.ios/pull/82)
- Vault - Allow single vault encrypted values to be used directly as module parameters. (https://github.com/ansible/ansible/issues/68275)
- add constraints file for ``anisble_runner`` test since an update to ``psutil`` is now causing test failures
- ansible-galaxy - Instead of assuming the first defined server is galaxy, filter based on the servers that support the v1 API, and return the first of those (https://github.com/ansible/ansible/issues/65440)
- ansible-test no longer tracebacks during change analysis due to processing an empty python file
- ansible-test now correctly recognizes imports in collections when using the ``--changed`` option.
- ansible-test now ignores empty ``*.py`` files when analyzing module_utils imports for change detection
- assemble - fix decrypt argument in the module (https://github.com/ansible/ansible/issues/65450).
- docker_container - various error fixes in string handling for Python 2 to avoid crashes when non-ASCII characters are used in strings (https://github.com/ansible-collections/community.general/issues/640).
- eos_eapi - enable eapi by default
- group_by now should correctly refect changed status.
- json callback - Fix host result to task references in the resultant JSON output for non-lockstep strategy plugins such as free (https://github.com/ansible/ansible/issues/65931)
- nmcli - Add compatibility for new networkmanager library (https://github.com/ansible/ansible/pull/65726).
- puppet - fix command line construction for check mode and ``manifest:`` (https://github.com/ansible/ansible/issues/60576).
- selective callback - mark task failed correctly (https://github.com/ansible/ansible/issues/63767).
- windows async - use full path when calling PowerShell to reduce reliance on environment vars being correct - https://github.com/ansible/ansible/issues/70655
- winrm - preserve winrm forensic data on put_file failures
2020-07-29 13:54:07 +00:00
mef
a65de8ffa7 (sysutils/webmin, sysutils/wbm-*) Updated 1.941 to 1.953
Version 1.953 (5th July 2020)
   Added optional automatically generated translations for all
              languages, and switched all encodings to UTF-8.
   Updated the Authentic theme to the latest version.
   Added support for Postfix SNI certificate maps.
   Added Chrony support in the System Time module.
   Added caching for LDAP and MySQL connections for Webmin users.
   Removed several noisy messages from the error log.
   Many many other small bugfixes and features.
2020-07-29 10:28:27 +00:00
mef
849bb7b4a3 (sysutils/wbm-{acl,proc}) Removed. Those are WEBMIN_MINIMAL_MODULES, and built-in to webmin 2020-07-28 14:34:32 +00:00
kardel
e285ded710 Complete import of bareos - a fork of bacula 5.2 around 2010 providing
LTO hardware encrytion, bandwidth limitation, data replication across
sites and more.
2020-07-28 06:42:44 +00:00
kardel
cf1522e053 sysutils/bareos-clientonly: import bareos-clientonly-19.2.8
Backup Archiving REcovery Open Sourced

Bareos is a set of computer programs that permits the system administrator
to manage backup, recovery, and verfication of computer data
across a network of computers of different kinds. Bareos can
also run entirely upon a single computer and can backup to various types
of media, including tape and disk.

Bareos is a fork of Bacula 5.2 around 2010.

Features (partial list)
	LTO hardware encryption support
	bandwidth limitation
	encrypted communication
	distributed data replication across sites
	cloud storage support (not yet fully part of pkgsrc)

This the just the file daemon client installation part.
2020-07-28 06:37:25 +00:00
kardel
d71cbbfb81 sysutils/bareos: import bareos-19.2.8
Backup Archiving REcovery Open Sourced

Bareos is a set of computer programs that permits the system administrator
to manage backup, recovery, and verfication of computer data
across a network of computers of different kinds. Bareos can
also run entirely upon a single computer and can backup to various types
of media, including tape and disk.

Bareos is a fork of Bacula 5.2 around 2010.

Features (partial list)
	LTO hardware encryption support
	bandwidth limitation
	encrypted communication
	distributed data replication across sites
	cloud storage support (not yet fully part of pkgsrc)
2020-07-28 06:36:29 +00:00
gutteridge
9abaa07e7a libfm-extra: fix typo in comment reported by pkglint 2020-07-28 00:06:09 +00:00
adam
2485700d22 py-setconf: updated to 0.7.7
0.7.7:
Unknown changes
2020-07-27 20:23:01 +00:00
gdt
c23b2729cd systuils/amanda: Drop semi-MAINTAINERship 2020-07-27 16:36:35 +00:00
nia
7708ebcefb mc: Update to 4.8.25
Version 4.8.25

- Core

  * Minimal version of GLib is 2.30.0
  * Avoid subshell warning for standalone mcedit/mcview/mcdiffview run from mc (#4056)
  * Implement chattr command (change ext{2,3,4}fs extended attributes). Default shortcut is "C-x e" (#3847)
  * Implement a WGroup widget -- a base class for widgets which contain other widgets (#2919, #4075)
  * Implement key bindings for radiobuttons (#212)

- VFS

  * RPM VFS improvements:
    * Support weak dependency tags: ENHANCES, SUGGESTS, RECOMMENDS, SUPPLEMENTS (#4091)

- Editor

  * Improvements of syntax highlighting:
    * php (#4060)
    * tcl: add shebangs with wish and tclsh (#4062)
    * Cobol (#1987)
    * Verilog/SystemVerilog (#4087)
  * New syntax highlighting:
    * Kotlin (#4088)
    * ino (Arduino IDE and a number of other IDEs) (#4098)

- Misc

  * Code cleanup (#4050, #4085)
  * Add support for opus audio (#4061)
  * mc-wrapper: don't cd to the same directory (#3355)
  * Improve archive support: more binaries to view archive content (#4086)
    * lha: jlha, lhasa
    * arj: 7za
    * cab: 7za
    * zip; 7z
    * zipx: 7za
    * iso: 7za
  * Clean up in video.sh handler (#4045)
    * RealPlayer is a proprietary application which can't be installed in most distros and has long been abandoned.
    * gtv hasn't been developed since 2003.
    * xanim barely plays anything.
  * Various fixups and updates of man page

- Fixes

  * FTBFS on OSes w/o O_CLOEXEC (#4052)
  * FTBFS with glib2 >= 2.63.3 (#4053)
  * Undefined "__linux__" macro on non-Linux systems (#4058)
  * Mouse is not handled with ncurses-6 (#3964)
  * Mouse is not handled with S-Lang on some old terminal emulators (#4063)
  * Terminal size is always 80x24 in subshell on Solaris 11.4 SPARC (#4099)
  * Double clicking on empty area of file panel executes last item (#3722)
  * Garbage in input line history (#4064)
  * Speed of file copy is not displayed for single file (#4081)
  * mcedit: blank screen with invisible error (#4057)
  * mcedit: broken syntax highlighting for shell scripts (#4054)
  * VFS: broken browsing of .deb packages (#4055)
  * mc.lib installed twice (#4070)
2020-07-26 23:34:08 +00:00
bsiegert
f9bace8cd4 xfce4-quicklauncher-plugin: fix MASTER_SITES.
goodies.xfce.org is being decommissioned.

Fixes NetBSD/pkgsrc#68
2020-07-26 09:38:50 +00:00
rillig
aac7e13071 xentools413: remove outdated SUBST blocks for /proc and /kern
The file define.ml does not contain any hard-coded paths anymore. These
are autogenerated in paths.ml.
2020-07-26 08:49:38 +00:00
rillig
cf933624fe xentools413: clean up SUBST block for XENDCONFDIR
The paths in define.ml are taken from the autogenerated paths.ml now. The
file xl_cmdtable.c has been moved, and it doesn't contain a placeholder
anymore.
2020-07-26 08:46:35 +00:00
rillig
937edba92c xentools413: remove outdated SUBST block
tools/Makefile does not contain /var/lib anymore, and
sysconfig.xencommons has been switched to GNU autoconf.
2020-07-26 08:40:05 +00:00
rillig
be95061054 xentools413: fix SUBST block for Perl path
tools/misc/xencov_split has switched to Python, some other files use
/usr/bin/env, which the SUBST block didn't handle.
2020-07-26 08:24:11 +00:00
nia
8dcc088715 sysutils: Add cfm
Cactus File Manager (cfm) is a TUI file manager with the goal of being
simple, easy, and bloat-free, utilizing Vi-inspired keybinds.
2020-07-23 12:38:44 +00:00
khorben
5dc272fad5 intel-microcode-netbsd: fix for the RC script
intel-microcode-netbsd does not contain a daemon, it simply calls
cpuctl(8) to upload the microcode to the CPU. However the RC script only
handles the starting sequence. This change avoids an irrelevant message
upon reboot, and avoids a meaningless error condition.

ok Riastradh@
2020-07-20 21:43:19 +00:00
khorben
bba9468ff5 intel-microcode-netbsd: appease pkglint(1)
No functional change.
2020-07-20 21:18:17 +00:00
wiz
2e06e0a051 dbus: update to 1.12.20.
dbus 1.12.20 (2020-07-02)
=========================

The “temporary nemesis” release.

Maybe security fixes:

• On Unix, avoid a use-after-free if two usernames have the same
  numeric uid. In older versions this could lead to a crash (denial of
  service) or other undefined behaviour, possibly including incorrect
  authorization decisions if <policy group=...> is used.
  Like Unix filesystems, D-Bus' model of identity cannot distinguish
  between users of different names with the same numeric uid, so this
  configuration is not advisable on systems where D-Bus will be used.
  Thanks to Daniel Onaca.
  (dbus#305, dbus!166; Simon McVittie)

Other fixes:

• On Solaris and its derivatives, if a cmsg header is truncated, ensure
  that we do not overrun the buffer used for fd-passing, even if the
  kernel tells us to.
  (dbus#304, dbus!165; Andy Fiddaman)
2020-07-17 23:38:56 +00:00
bsiegert
20b9b74c5f Revbump all Go packages after go114 update. 2020-07-17 18:04:11 +00:00
adam
aa681c21b6 py-psutil: updated to 5.7.2
5.7.2
=====
Bug fixes
- wheels for 2.7 were inadvertently deleted.

5.7.1
=====
Enhancements
- 1729_: parallel tests on UNIX (make test-parallel). They're twice as fast!
- 1741_: "make build/install" is now run in parallel and it's about 15% faster
  on UNIX.
- 1747_: `Process.wait()` on POSIX returns an enum, showing the negative signal
  which was used to terminate the process::
    >>> import psutil
    >>> p = psutil.Process(9891)
    >>> p.terminate()
    >>> p.wait()
    <Negsignal.SIGTERM: -15>
- 1747_: `Process.wait()` return value is cached so that the exit code can be
  retrieved on then next call.
- 1747_: Process provides more info about the process on str() and repr()
  (status and exit code)::
    >>> proc
    psutil.Process(pid=12739, name='python3', status='terminated',
                   exitcode=<Negsigs.SIGTERM: -15>, started='15:08:20')
- 1757_: memory leak tests are now stable.
- 1768_: [Windows] added support for Windows Nano Server.

Bug fixes
- 1726_: [Linux] cpu_freq() parsing should use spaces instead of tabs on ia64.
- 1760_: [Linux] Process.rlimit() does not handle long long type properly.
- 1766_: [macOS] NoSuchProcess may be raised instead of ZombieProcess.
- 1781_: fix signature of callback function for getloadavg().
2020-07-16 11:16:21 +00:00
bouyer
964088b322 Add patches for Xen Security Advisories XSA317, XSA319, XSA320, XSA321
and XSA328
Bump PKGREVISION
2020-07-16 09:57:17 +00:00
bouyer
a944774ede Add patches for Xen Security Advisories XSA317, XSA319, XSA320, XSA321
and XSA328.
Bump PKGREVISION
2020-07-16 09:56:47 +00:00
markd
6814e6347b bacula: explictly disable docker plugin 2020-07-16 01:51:41 +00:00
sjmulder
e7f5c30f5d sysutils/nnn: Update to 3.3
Changes:
 - subdir mounts for remote and archive mounts
 - remove mount point on successful unmount of remote/archive
 - show error and prompt user if cp/mv/rm operation fails
 - support absolute/relative paths in cp/mv as
 - mark current path automatically on archive/remote mount
 - mark current path automatically on target file visit in find and
   list mode
 - option -C to place HW cursor on hovered for screen readers and
   braille displays
 - option -u to use selection (if available) and skip current/sel prompt
 - key Alt+Esc to clear filter prompt and redraw
 - support Esc to cancel remove operation
 - gpge & gpgd: encrypt and decrypt with GPG
 - blknew: create new files and directories in bulk
 - preview-tui:
   - unified to support tmux/kitty/xterm/$TERMINAL
   - auto-determine split orientation based on terminal height and width
   - provision to use scope.sh and pistol
   - various other improvements
 - upload: send to Firefox Send if ffsend is found
 - hexview: add hx as alternative hex viewer
 - nuke and imgview: add imv as alternative image viewer
 - add find (with fd) and grep (with rg) examples in plugins doc
 - key Esc or left click to resend hovered file path to NNN_FIFO
 - show + instead of s in status bar on selection
 - F5 removed (misfit for toggle hidden), ^S removed (often masked,
   redundant)
 - handle abnormal program termination and remove NNN_PIPE and/or
   NNN_FIFO
 - clear selection after successful batch rename, link creation
 - make option O_CTX8 for 8 contexts (NOT backward compatible with 4
   contexts)
 - fix issue with child window resize (see #656)
 - fix issue with NNNLVL on macOS (see #639)
 - fix issue with restoring session with du/au enabled

Package changes:
 - New 8 context mode is enabled
 - Patches have been merged
2020-07-14 12:51:01 +00:00
wiz
88a820b106 xentools411: add buildlink3.mk
From Edgar Fuß in PR 55479
2020-07-13 21:49:37 +00:00
wiz
c664543482 ups-nut: add buildlink3.mk
From Edgar Fuß in PR 55479.
2020-07-13 18:50:29 +00:00
wiz
affc6584db ups-nut: install development files
From Edgar Fuß in PR 55479.

Some pkglint cleanup while here.

Bump PKGREVISION.
2020-07-13 18:50:05 +00:00
wiz
b779a9b78a libvirt: add buildlink3.mk
From Edgar Fuß in PR 55479
2020-07-13 18:41:53 +00:00
bsiegert
2c68e0dcad xosview: do not exit when cpufreq sysctl fails.
I don't know why xosview needs cpu frequency at all when it doesn't display
it. But:

- different architectures use different sysctl names (that's why it's called
  machdep)
- what even is the meaning of the "cpu frequency" when you can set frequency
  per core
2020-07-07 19:13:18 +00:00
schmonz
0713c89a27 Update to 2020.05.04. From the changelog:
- The setstate command from idtools is now included in fdtools.
- Compatibility with the latest skalibs.
- Silencing modern compiler warnings.
2020-07-07 10:31:31 +00:00
fcambus
e14e6c6262 fdupes: update to 2.1.1.
ChangeLog:

Changes from 2.1.0 to 2.1.1:

 - Break mtime ties using ctime when sorting by time.
 - Reduce number of calls to stat(), for speed.
 - Clear last command status when new command is entered.

Changes from 2.0.0 to 2.1.0:

 - Rename cs command ("clear all selections") from cs to csel.
 - Rename igs command ("invert selections") from igs to isel.
 - Add "prune" command as synonym for DELETE key.
 - Clear selections after deleting files via prune/DELETE.
 - Fix dependency issues when fdupes is configured to not use ncurses.
2020-07-06 15:38:02 +00:00
he
919e2199ea Add a patch to the BIND stats to pick up query RTT times.
Bump PKGREVISION.
2020-07-05 13:57:32 +00:00
adam
212747bbd2 py-watchdog: updated to 0.10.3
0.10.3
- Ensure ``ObservedWatch.path`` is a string
- [inotify] Allow to monitor single file
- [inotify] Prevent raising an exception when a file in a monitored folder has no permissions
2020-07-01 14:39:11 +00:00
adam
7871a802ee py-eliot, py-eliot17: added versions 1.12.0 and 1.7.0 (Python 2.7)
eliot is a Python logging system that outputs causal chains of actions: actions
can spawn other actions, and eventually they either succeed or fail. The
resulting logs tell you the story of what your software did: what happened, and
what caused it.
2020-07-01 08:52:38 +00:00
thorpej
24e9f2cbc1 Add a u-boot package for the Firefly / Libre Computer ROC-RK3328-CC. 2020-06-30 14:40:05 +00:00
thorpej
894795e257 - Re-factor the arm-trusted-firmware packages into common definitions and
build infrastructure.
- Update arm-trusted-firmware to v2.3.
2020-06-30 14:33:14 +00:00
gutteridge
5618037244 sysutils/Makefile: fix minor indentation issues 2020-06-26 23:27:24 +00:00
schmonz
c8c4529c1b Assign non-default SUBST_FILES.djberrno with =, not += (because it
doesn't actually append).
2020-06-26 16:37:22 +00:00
schmonz
3948870bde Retire 'djbware-errno-hack' and associated options.mk cleverness.
Instead:

1. Package makefiles including their own options.mk
2. Packages say "SUBST_CLASSES+=djberrno" to get the hack, if needed
3. Packages adjust SUBST_FILES.djberrno, if needed

Should fix bulk build failures due to multiple inclusions of options.mk
and/or incorrect definitions of DJB_ERRNO_HACK.

Approved during the freeze by wiz@.
2020-06-25 05:42:36 +00:00
sjmulder
89b63b2da1 sysutils/nnn: Fix build on NetBSD 9/arm64
GCC doesn't expand alloca() to __builtin_alloca() in standards mode
(-std=...) so explicitly define it as such to fix breakage on platforms
that don't seem to supply it otherwise, like NetBSD 9 on arm64.

Bump PKGREVISION.
2020-06-23 23:32:30 +00:00
manu
e44e558385 Fix loading of LZ4 compressed kernels 2020-06-23 13:22:30 +00:00
mef
15884cc40b (sysutils/munin-node) Adjust by the info of joyent el7 bulkbuild
https://us-east.manta.joyent.com/pkgsrc/public/reports/Linux/el7/trunk/x86_64/20200621.2243/munin-node-2.0.56/install.log
2020-06-22 10:43:39 +00:00
thorpej
3a6f89451c Build u-boot-libretech-all-h3-cc-h2-plus, u-boot-libretech-all-h3-cc-h3,
and u-boot-libretech-all-h3-cc-h5.
2020-06-21 19:44:29 +00:00
thorpej
821e5a544a U-boot package for the Libre Computer Board ALL-H3-CC H5. 2020-06-21 19:43:48 +00:00
thorpej
9a140f4e99 U-boot package for the Libre Computer Board ALL-H3-CC H3. 2020-06-21 19:43:30 +00:00
thorpej
f30fdcaa9a U-boot package for the Libre Computer Board ALL-H3-CC H2+. 2020-06-21 19:43:02 +00:00
thorpej
b621489116 Add several missing u-boot-* package to the meta package. 2020-06-21 18:28:16 +00:00