Commit graph

10081 commits

Author SHA1 Message Date
schmonz
767531494e Keep it simple: set PKG_SYSCONFSUBDIR to match sysutils/daemontools's
(which is to say, not set). Bump version just in case.
2019-06-19 17:52:03 +00:00
msaitoh
08172a4dba Update intel-microcode-netbsd to 20190618.
== 20190618 Release ==
-- Updates upon 20190514 release --
Processor             Identifier     Version       Products
Model        Stepping F-MO-S/PI      Old->New
---- new platforms ----------------------------------------

---- updated platforms ------------------------------------
SNB-E/EN/EP  C1/M0    6-2d-6/6d 0000061d->0000061f Xeon E3/E5, Core X
SNB-E/EN/EP  C2/M1    6-2d-7/6d 00000714->00000718 Xeon E3/E5, Core X
2019-06-19 03:07:12 +00:00
pgoyette
4369856c10 Remove attempts to access linux-specific SPD ROM data sources /sys/...
and /proc/sys/...
2019-06-17 21:03:50 +00:00
sjmulder
0c77138bc2 sysutils/nnn: use USE_CURSES=getmouse
No need for CURSES_INCOMPAT any more.
2019-06-17 18:24:00 +00:00
gdt
ad817ec824 sysutils/amlogic-meson-fwtools: Set NO_*_ON_*
The license does not grant permission to redistribute, so in addition
to setting RESTRICTED, set NO_*_ON_*.  As probably recently discussed
on a list.
2019-06-17 17:08:26 +00:00
sjmulder
a0b736bcc7 sysutils/nnn: switch back to mk/curses.buildlink3.mk
It was rightly suggested that nnn's use of mouse functions unavailable
on NetBSD curses doesn't mean builtin curses couldn't be used elsewhere,
so switch back to mk/curses.buildlink3.mk and use INCOMPAT_CURSES to
exclude NetBSD.

Bump PKGREVISION because this could end up picking a different curses
implementation somewhere.
2019-06-14 06:47:01 +00:00
alnsn
f3bdcadddb Fix memory corruption on NetBSD-current.
Bump PKGREVISION.
2019-06-13 07:58:31 +00:00
jnemeth
99faae4009 add and enable u-boot-rock64 2019-06-13 03:29:28 +00:00
sjmulder
b8722d115f sysutils/nnn: fix typo, remove set_escdelay() mention
set_escdelay() is available on NetBSD 8+.
2019-06-12 21:11:44 +00:00
sjmulder
3e107b4939 sysutils/nnn: require ncurses
nnn is not compatible with NetBSD curses, requiring mouse and
set_escdelay() functions. Use ncurses instead.

Bump PKGREVISION.
2019-06-12 20:52:37 +00:00
msaitoh
c3a832bac2 Change HOMEPAGE to the github page. 2019-06-12 05:25:04 +00:00
leot
e223e26dfe py-psutil: Update to 5.6.3
pkgsrc changes:
 - Remove no longer needed patch hunks (applied upstream)

Changes:
5.6.3
=====
2019-06-11
Enhancements
------------
 - 1494: [AIX] added support for Process.environ().  (patch by Arnon Yaari)

Bug fixes
---------
 - 1276: [AIX] can't get whole cmdline().  (patch by Arnon Yaari)
 - 1501: [Windows] Process cmdline() and exe() raise unhandled "WinError 1168
   element not found" exceptions for "Registry" and "Memory Compression" psuedo
   processes on Windows 10.
 - 1526: [NetBSD] process cmdline() could raise MemoryError.  (patch by
   Kamil Rytarowski)
2019-06-11 22:55:04 +00:00
wiz
41c61c0801 dbus: update to 1.12.16.
dbus 1.12.16 (2019-06-11)
=========================

The “tree cat” release.

Security fixes:

• CVE-2019-12749: Do not attempt to carry out DBUS_COOKIE_SHA1
  authentication for identities that differ from the user running the
  DBusServer. Previously, a local attacker could manipulate symbolic
  links in their own home directory to bypass authentication and connect
  to a DBusServer with elevated privileges. The standard system and
  session dbus-daemons in their default configuration were immune to this
  attack because they did not allow DBUS_COOKIE_SHA1, but third-party
  users of DBusServer such as Upstart could be vulnerable.
  Thanks to Joe Vennix of Apple Information Security.
  (dbus#269, Simon McVittie)
2019-06-11 20:04:23 +00:00
nia
f5a9f78ef1 bacula: HOMEPAGE is a permanent redirect to https 2019-06-11 15:56:32 +00:00
nia
98f9174c1b vifm: Update to 0.10
0.10-beta to 0.10 (2018-11-11)

	Display list of files in removal confirmation dialog.  Thanks to ovk.

	Support embedded terminal in the plugin for newer Vim.

	Return "broken" from filetype({fnum}, 1) for inaccessible link target.
	Thanks to filterfalse.

	Avoid unnecessary reloading file list after pressing "=" to enter local
	filter.

	Fixed crash on pasting elements of paths that contain broken UTF-8
	sequences into command-line using Ctrl-X + key.  Thanks to Jose
	Riha (a.k.a. jose1711).

	Fixed extra unlisted buffer beeing kept around in neovim on :*Vifm
	commands.  Thanks to randomizedthinking.

	Fixed invalid treatment of numerical arguments of filetype().  Thanks to
	filterfalse.

	Fixed crash on previewing contents of directory without execute right in
	miller view.  Thanks to filterfalse.

	Fixed statusline highlighting being broken by wide characters.
2019-06-10 17:33:29 +00:00
nia
86931a21a9 pv: Update to 1.6.6
Changes:

(r161) use %llu instead of %Lu for better compatibility (Eric A. Borisch)
(r162) (#1532) fix target buffer size (-B) being ignored (AndCycle, Ilya Basin, Antoine Beaupré)
(r164) cap read/write sizes, and check elapsed time during read/write cycles, to avoid display hangs with large buffers or slow media; also remove select() call from repeated_write function as it slows the transfer down and the wrapping alarm() means it is unnecessary
(r169) (#1477) use alternate form for transfer counter, such that 13GB is shown as 13.0GB so it's the same width as 13.1GB (André Stapf)
(r171) cleanup: units corrections in man page, of the form kb -> KiB
(r175) report error in "-d" if process fd directory is unreadable, or if process disappears before we start the main loop (Jacek Wielemborek)
2019-06-10 16:55:02 +00:00
mrg
95ffd5c4c0 update rock*64 u-boot to the latest (1060-g56bd958253) from ayufan.
tested on rock64, works with rock64 v3.
2019-06-10 01:50:34 +00:00
mrg
339010d2ee update pine64's rockpro64 to latest version from ayufan.
add u-boot package for rock64.  originally this was the same
as the old rockpro64 and works fine on that the rev2.0 board,
but didn't on rev3.0.  the updated version is still has a
problem, but at least gets further and has partition issues
instead of failing to talk to the sd at all.  share a bunch
of the makefile with rockpro64.

for all u-boot, properly fix the subst for tools/dtoc/dtoc.

add both rock64 and rockpro64 to the u-boot meta package and
bump the pkg revision.
2019-06-08 12:25:05 +00:00
mrg
33667ae94b fix the previous. probably worked on systems that exposed a
"python2" in the path somewhere.

now many the u-boot packages build again (not all were broken.)
2019-06-08 10:01:22 +00:00
leot
fc30901005 py-psutil: Fix psutil.Popen.as_dict() MemoryError on NetBSD
Previously for kern.argmax a size_t was used in sysctl(3) and the
uninitialized data lead to a too big malloc() call that failed.

Bump PKGREVISION
2019-06-07 19:09:06 +00:00
triaxx
988268d8de Fix patch comment and default.conf
Thanks to leot@
2019-06-06 16:30:13 +00:00
tpaul
aadd033167 sysutils/cdirip: import cdirip-0.6.4
Add add SUBDIRS+=cdirip to category
2019-06-06 08:38:26 +00:00
tpaul
8f5c5bd618 sysutils/cdirip: import cdirip-0.6.4
This is a small program capable of extracting all the tracks contained in a
CDI (DiscJuggler) image. Both 2.0 and 3.0 CDI image versions are supported.
This will allow users which cannot use this software (either by software
incompatibilities or having an unsupported OS such as Linux or Mac OS) to burn
the contents of such images, which have a propietary format not supported by
any other recording software.
2019-06-06 08:33:49 +00:00
wiz
61439084a8 u-boot-odroid-c2: add more patches
These patches exist, so I guess they should be here.
2019-06-06 05:39:45 +00:00
adam
df6afd8b67 node_exporter: updated to 0.18.1
0.18.1:
Changes
[BUGFIX] Fix incorrect sysctl call in BSD meminfo collector, resulting in broken swap metrics on FreeBSD
[BUGFIX] Fix rollover bug in mountstats collector
2019-06-05 19:19:38 +00:00
nia
40e4420aad flashrom: Update to 1.0.1
Tested by flashing and reading an internal Winbond ROM on NetBSD-current.

# flashrom/1.0.1

    6b9e934f linux_spi: Reduce maximum read chunksize
    Improves compatibility with older Linux kernels that interpreted the interface differently.
    30c4cecd Makefile: Disable `-Werror=deprecated-declarations` on release branch
    Just to be able to compile the 1.0.x branch on newer systems.
    5639af64 linux_spi: Hardcode default spispeed of 2MHz
    Default speed of kernel drivers isn't always sane (any more).
    993e162d dediprog: Fix small, unaligned reads
    An actual bug, discovered during experiments with arbitrary layouts.
    ec8b8a7f board_enable.c: Fix dmi_match string for ThinkPad X201
    Probably just wasn't tested before.
    69f96f60 Fix verification with sparse layouts
    A regression that sneaked into flashrom-1.0: When verifying the whole flash after a partial write with a sparse layout (i.e. a layout whose regions don't cover the whole chip), flashrom tried to verify against the wrong data and failed.
    a3db7ed5 Fix erasing of unaligned regions
    This never worked correctly from the beginning. We completely erased every block that touched an included layout region. Now, we restore surrounding data in case a block expands beyond the region.

# flashrom/1.0

New major user-visible features

    Support layouts for read and erase commands
    New command line switch --noverify-all (-N) allows flashing of individual regions without reading the whole flash chip (particular useful with locked down Intel ME firmware)
    New command line switch --ifd to read the layout from an Intel Firmware Descriptor on flash
    We got rid of the delay-loop calibration (if the OS provides an accurate timer through clock_gettime())
    Reading speed of USB programmers should have increased (reading bigger chunks at once, we reduce the overhead)
    Support Intel 100 series PCHs (Sunrise Point, coupled with Skylake and Kaby Lake) and C620 series PCHs (Lewisburg paired with Workstation/Server versions of the former)

New programmers

    Intel 100 series / C620 series PCHs
    Intel I210 NICs (EEPROM and SPI)
    AMD Merlin Falcon (FP4)

New chips

    W25Q128.W

# flashrom/0.9.9

New major user-visible features

    Allow to link flashrom statically (with make CONFIG_STATIC=yes)
    Ease debugging of build problems with libraries
        Output way more debug information to build_details.txt
        Provide list of set make configuration variables that make builds fail
        Allow to easily disable groups of programmers depending on a library (make CONFIG_ENABLE_LIBUSB0_PROGRAMMERS=no CONFIG_ENABLE_LIBUSB1_PROGRAMMERS=no CONFIG_ENABLE_LIBPCI_PROGRAMMERS=no)
    Ignore 0x00 as a flash chip manufacturer ID in the generic match to avoid ambiguous messages
    Various improvements for serprog-based programmers
    Support arbitrary UART baud rates on Windows

New programmers

    Enable the dediprog module by default, add support for Dediprog SF600 and the new communication protocol of the SF100 with newer firmware.
    WCH CH341A
    VIA VT8251
    Add support to update the firmware of Promise UltraATA controllers

New chips

    ESI ES25P40, ES25P80 and ES25P16
    GigaDevice GD25VQ41B, GD25Q128C, GD25VQ21B, GD25VQ40C, GD25VQ80C and GD25VQ16C, GD25LQ40, GD25LQ80, GD25LQ16, GD25LQ64(B), GD25LQ128
    PMC Pm25LQ020, Pm25LQ040, Pm25LQ080, Pm25LQ016, Pm25LQ032C
    Sanyo LE25FU406C/LE25U40CMC
    SST SST25WF020A, SST25WF040B, SST25WF080B
    Winbond W29C512A/W29EE512

Infrastructural improvements and fixes

    Add support for libftdi1 (previous libftdi support still in place for backward compatibility but will eventually be removed)
    Add infrastructure for libusb1 and use it for new programmers (existing code will be migrated from libusb0 continuously in the future)
    Many cross-platform and cross-architecture improvements:
        Fix compilation on OSX and Solaris-based systems
        Add support for GNU Hurd
        Add support for musl libc
        Use nanosleep() instead of usleep() where available (enables building with uclibc)
        Support compilation on Android (bionic libc)
        Partial architecture support for alpha hppa m68k sh s39
    Rigorously check integrity of I/O stream data (e.g. to notice full filesystems when writing flash data to a file)
    Add make parameters for easier disabling/enabling of various classes of programmers: CONFIG_NOTHING=yes CONFIG_EVERYTHING=yes CONFIG_ENABLE_LIBUSB0_PROGRAMMERS=no CONFIG_ENABLE_LIBUSB1_PROGRAMMERS=no CONFIG_ENABLE_LIBPCI_PROGRAMMERS=no

# flashrom/0.9.8

New major user-visible features

    A bunch of newly supported architectures: ARM 64bit, big-endian ARM, PowerPC 64bit, SPARC.
    Better support for AMD chipsets in general (speed selection, more conservative defaults etc.).
    Add new programmer support:
        AMD Yangtze's SPI controller (found in Kabini and Tamesh) as well as the one in Bolton FCHs (A78, A88X, A77E).
        Intel Silvermont chipsets (Bay Trail, Rangeley and Avoton) and Wildcat Point (for Broadwell).
        ITE IT8212F parallel programmer as it8212 (found on PCI SATA RAID controllers).
        VIA VT6421A LPC programmer as atavia (found on PCI SATA controllers).
        EEPROMs on Intel network cards based on the 82580 NIC (nicintel_eeprom).
        Intel 82599 10 GbE NICs boot PROMs (part of nicintel_spi).
        Microchip PICkit 2
        MSTAR I²C ISP protocol (not compiled in by default). Rewrites the firmware of your screen over VGA/DVI(!).
        Extension of the rayer_spi module to supported various similar devices (Altera ByteBlasterMV, Atmel STK200/300, Wiggler LPT).
    Switching betweens chips on boards with GIGABYTE's DualBIOS (using the dualbiosindex programmer parameter).
    Enable fwh_idsel parameter for C-ICH and ICH2/3/4/5 chipsets.
    Finer-grained display of support status used for flash chip operations, chipsets, mainboards and programmers (new states: configuration-dependent, not applicable).


New chips

    29GL series of chip families (EON EN29GL, ISSI (PMC) IS29GL, Macronix MX29GL (+MX68GL1G0F), Winbond W29GL)
    Atmel (now Adesto) AT45DB family + AT45CS1282, as well as AT25DL081 and AT25DL161.
    Atmel AT49LH004 and AT49LH00B4
    Eon EN25P family
    Eon EN29LV040 and EN29LV040A
    ESMT F25L32PA
    Fujitsu MBM29LV160BE/TE
    Macronix MX23L1654, MX23L3254, MX23L6454, MX23L12854 (the first supported mask ROMs)
    Macronix MX25L6495F
    Macronix MX25U12835F
    Macronix MX29F022(N)B and MX29F022(N)T
    Sanyo LE25FW106, LE25FW406A and LE25FU406B
    Spansion S25FL127S, S25FL128P, S25FL129P, S25FL132K and S25FL164K
    SST25LF020A, SST25WF080, SST25VF512A, SST25VF020 and SST25VF020B
    ST M50LPW080
    Winbond W25Q40.V

Infrastructural improvements and fixes

    Automatic unmapping and rounding of memory maps.
    Using an internal DMI decoder instead of relying on dmidecode.
    Addition of getrevision.sh to retrieve various data from SCM systems.
    Removal of yet another bunch of exit() calls and other code that interferes with the creation of libflashrom.
    First huge step to refactor Intel Chipset Enables.
    Various cross-platform improvements (e.g. a more unified operating system and CPU architecture detection).
    By setting CONFIG_EVERYTHING=yes at compile time all modules that are disabled by default will be compiled in.
2019-06-05 07:52:58 +00:00
mrg
110534181a fix the python part for tools/dtoc/dtoc.py. fixes uncommited rock64 build. 2019-06-05 06:18:02 +00:00
thorpej
cfe761421d Add u-boot for the Banana Pi BPI-M2 Zero and BPI-P2 Zero. 2019-06-05 05:43:15 +00:00
maya
eef61a27b6 desktop-file-utils: link against libintl on SunOS. tested by wilbury, thanks. 2019-06-04 13:05:28 +00:00
triaxx
39d78868ff Add variable for archive file extension
Fix PR pkg/53697
2019-06-03 20:35:55 +00:00
prlw1
03ef89494a Update glib2 to 2.60.2
GLib's move to meson from autotools means we are effectively starting
from scratch with non-linux build fixes. Support for python 2 has
also been dropped (given that meson requires python 3). I replaced
sysutils/gio-fam with a build option.

The full lengthy list of changes is available from:

  https://gitlab.gnome.org/GNOME/glib/tags/2.60.2

Some highlights:
* Improve network status detection with NetworkManager (!781)
* Add async GIO API: g_file_query_default_handler_async(), g_app_info_launch_uris_async() (#1249, #1347)
* Add overlay support to g_resources_get_info(). (#1445)
* Add writev() and writev_all() APIs to GOutputStream and GPollableOutputStream,
  and provide implementations of them for many subclasses. (#1431)
* Hide bind mounts from GIO mount listings. (#1271)
* Automatically realign data passed to `g_variant_new_from_bytes()` or
  `g_variant_new_from_data()` if it is not correctly aligned. This prevents
  misaligned accesses on architectures which don’t support them. Callers should
  still aim to correctly align data to get higher performance. (#1342)
* Support `ld -b binary` (on platforms which support it; i.e. Linux) to provide
  large pre-compiled `GResource` resources with a fast compilation time. (#1489+* Drop Python 2 support and require Python 3.4+. See discussion on
  https://mail.gnome.org/archives/desktop-devel-list/2018-July/msg00004.html.
  (!196)
* Various fixes to eliminate thread races, found by thread sanitizer (tsan).
2019-06-03 09:53:50 +00:00
gutteridge
a526fecc18 xfce4-cpugraph-plugin: update to 1.0.90
1.0.90 (28/5/2019)
=====
- GTK 3 Port
- Updated translations
2019-06-01 19:53:19 +00:00
kamil
cf4b7056d7 py-psutil: Use KERN_PROC_CWD on NetBSD >= 8.99.42 2019-06-01 01:11:57 +00:00
sjmulder
2f995e9124 sysutils/nnn: update to 2.5
Upstream changes:
 - mouse support
 - 19 plugins [1] introduced. Some are:
   - pdfview: view a PDF in pager
   - nmount: (un)mount a storage device
   - ndiff: file and directory diff for selection
   - hexview: view a file in hex
   - imgresize: batch resize images to desktop resolution
   - ipinfo: check your IP address and whois information
   - transfer: upload a file to transfer.in
   - pastebin: paste the contents of a text file to paste.ubuntu.com
   - boom: play random music from a directory
   - nwal: set an image as wallpaper using nitrogen
   - pywal: set selected image as wallpaper, change terminal color
     scheme
   - getplugs: update plugins
 - SSHFS support
 - support bsdtar, simplify patool integration
 - native batch rename support (vidir dependency dropped)
 - new location for config files - ~/.config/nnn
   - plugin dir location: ~/.config/nnn/plugins
   - selection file .nnncp is now ~/.config/nnn/.selection
 - changes to support configuration[2] as the default file manager
 - per-context detail/light mode
 - case-insensitive version compare
 - shortcut to visit / - ` (backtick)
 - vim-like scrolloff support
 - ^D & ^U: scroll half page, PgDn & PdUp: scroll full page
 - fix selection across contexts
 - recognize Home and End keys at prompt for editing
 - fix broken program option -b
 - POSIX-compliant user-scripts (wherever possible)
 - NNN_SCRIPT is retired (replaced by plugins)

[1] https://github.com/jarun/nnn/tree/master/plugins
[2] https://github.com/jarun/nnn/wiki/nnn-as-default-file-manager
2019-05-29 10:18:50 +00:00
thorpej
ae1d7bb6f6 Add a U-Boot package for the LeMaker Banana Pro. 2019-05-29 03:24:02 +00:00
adam
587a7d7039 py-kazoo: updated to 2.6.1
2.6.1:

Bug Fixes
* **client:**  add missing paren
* **core:**
  *  support deprecated KazooRetry argument
  *  reduce timeout for the first Connect() request
* **handlers:**  make AsyncResult call all registered callbacks instantly if the handler has stopped running
* **recipe:**
  *  No more memory leak when ChildrenWatch was stopped
  *  No more memory leak once TreeCache was closed


2.6.0:

Features
* **core:**
  *  add SASL DIGEST-MD5 support
  *  Added SSL support
* **tests:**
  *  update Zookeeper 3.5.2-alpha to 3.5.4-beta
  *  update Zookeeper version from 3.4.10 to 3.4.13

Bug Fixes
* **core:**
  *  ensure timeout argument is positive
  *  get_children with include_data=True uses GetChildren2 types
  *  allow authentification in RO and RW modes
  *  Use a copy of auth data when reconnecting
  *  change KazooRetry to uniformly jitter over the whole backoff interval
* **recipe:**  Delete lock node in queue recipe if entry already consumed

Doc
*   make badges link to travis and pypi
*   specify description type for pypi to render correctly
*   remove broken downloads badge
* **core:**  fix broken zookeeper programmers guide link
2019-05-27 15:20:45 +00:00
bsiegert
6b2717c133 Revbump all Go packages after go112 update. 2019-05-27 15:18:17 +00:00
thorpej
ac25e30220 Add U-Boot for the Lamobo R1 (a.k.a. Bananapi BPI-R1). 2019-05-25 01:41:10 +00:00
rillig
c7ff05f63e all: replace SUBST_SED with the simpler SUBST_VARS
pkglint -Wall -r --only "substitution command" -F

With manual review and indentation fixes since pkglint doesn't get that
part correct in every case.
2019-05-23 19:22:54 +00:00
gutteridge
0a66c23dd8 xfce4-thunar: update to 1.8.6
Change log:

1.8.6
=====
- Job is now optional for thunar_io_scan_directory
- Expand scroll window of file operation progress dialog (Bug #14946)
- Fix compiler error -Wcast-function-type (GCC 8)
- Bump glib minimal required version
- Fix g_type_class_add_private is deprecated
- Small code cleanup
- Fix pathbar to on middle click open folders in new tabs (Bug #15302)
- Translation updates: Danish

1.8.5
=====
- Do not exit when dbus name registration fails (Bug #15149)
- tree view jumps (scrolls) when clicking on a directory (Bug #15174)
- Correctly check if destination is writable (Bug #14718)
- Make tree-view 'Move to Trash' icon the same as in main pane
- Make toggle for the delete entry affect tree-view side pane too
- Pathbar buttons are now resized on folder rename (#15024)
- Load templates synchronously (Bug #15200)
- delete key in tree-view can delete the user home folder (Bug #15095)
- Hide unneeded context menu entries for folder "Trash" in tree view
- crash after clicking when XDG_SESSION_TYPE isn't set (Bug #15366)
- man page incorrectly suggests '-v' instead of '-V'
- Fix how wallpaper is set on Gnome
- SEGV (11) on USB-flash connection (Bug #13813)
- Fix session startup priority
- Fix queued context menu popup
- Restore right-click drag and drop functionality (Bug #14583)
- Translation updates: Albanian, Amharic, Arabic, Asturian, Basque, Belarusian,
Bengali, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong SAR China),
Chinese (Taiwan), Croatian, Czech, Danish, Dutch, English (Australia),
English (United Kingdom), Esperanto, Estonian, Finnish, French, Galician,
German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian,
Japanese, Kazakh, Korean, Latvian, Lithuanian, Malay, Norwegian Bokmål,
Norwegian Nynorsk, Occitan, Persian (Iran), Polish, Portuguese,
Portuguese (Brazil), Punjabi, Romanian, Russian, Serbian, Slovak, Slovenian,
Spanish, Swedish, Telugu, Thai, Turkish, Urdu, Urdu (Pakistan), Uyghur, Vietnamese
2019-05-23 03:00:58 +00:00
gutteridge
bf79e2344d xfce4-appfinder: update to 4.13.3
Change log:

4.13.3
======
- Update minimal required glib to 2.42
- Allow case-insensitive search
- Do not wrap when Text beside icons is enabled (Bug #8490)
- Icon view: reduce padding/spacing with small icons
- Translation updates: Albanian, Arabic, Asturian, Basque, Belarusian,
  Bulgarian, Catalan, Chinese, (China), Chinese (Hong Kong), Czech, Danish,
  English (Great Britain), Estonian, Finnish, French, Galician, German, Greek,
  Icelandic, Indonesian, Italian, Japanese, Kazakh, Korean, Malay, Norwegian
  Bokmål, Norwegian Nynorsk, Occitan, Portuguese, Romanian, Russian, Serbian,
  Slovak, Slovenian, Spanish, Swedish, Telugu, Thai, Ukrainian, Uyghur,
  Vietnamese
2019-05-23 02:41:54 +00:00
gutteridge
4c80556440 xfce4-power-manager: update to 1.6.2
Change log:

1.6.2
=====
New stable release of xfce4-power-manager.
* New features:
 - Add support for XF86Battery button (Bug #14055)
* Bugfixes:
 - Fix compiler warning (Bug #14104)
 - Fix various warnings
 - Don't autostart the power manager in the LXQt DE (Bug #14450)
 - Don't overwrite the user's XScreensaver settings (Bug #14968)
 - Fix slider labels (Bug #14395)
 - Replace xfconf_channel_new by xfconf_channel_get
 - Read from actual_brightness instead of brightness
 - Fix g_type_class_add_private is deprecated
 - Handle glib deprecations
 - Use the newer up_client_get_devices2
 - Install Appdata in metainfo (Bug #15380)
 - plugin: Show discharge level even in unknown state (Bug #15280)
 - settings: change "going from sleep" to "going to sleep"(Bug #15144)
 - settings: Improve devices tab visually by adding frame
2019-05-23 02:37:25 +00:00
jperkin
94d99ca9e9 sysutils: Add node_exporter. 2019-05-22 11:54:47 +00:00
jperkin
995c148b72 node_exporter: Import version 0.18.0.
Prometheus exporter for hardware and OS metrics exposed by *NIX kernels,
written in Go with pluggable metric collectors.
2019-05-22 11:54:06 +00:00
jmcneill
9da0819897 Fix build on NetBSD. 2019-05-22 08:58:39 +00:00
jmcneill
b0cf6af4bf + bsdec2-image-upload 2019-05-22 08:45:46 +00:00
jmcneill
b5319ccc17 Initial import of bsdec2-image-upload version 1.2.2.
Tool for uploading disk images into Amazon EC2 and creating Amazon Machine
Images from them.
2019-05-22 08:45:10 +00:00
hauke
c1411c7bc1 Update sysutils/tsm8 to v8.1.7.0.
This is a bug fix release; what chengelog there is, can be found under
<https://www-01.ibm.com/support/docview.wss?uid=swg27048724#817_Readme>.
2019-05-21 10:55:52 +00:00
wiz
e4b63740eb dbus: update to 1.12.14.
dbus 1.12.14 (2019-05-17)
=========================

The “reclaimed floorboards” release.

Enhancements:

• Raise soft fd limit to match hard limit, even if unprivileged.
  This makes session buses with many clients, or with clients that make
  heavy use of fd-passing, less likely to suffer from fd exhaustion.
  (dbus!103, Simon McVittie)

Fixes:

• If a privileged dbus-daemon has a hard fd limit greater than 64K, don't
  reduce it to 64K, ensuring that we can put back the original fd limits
  when carrying out traditional (non-systemd) activation. This fixes a
  regression with systemd >= 240 in which system services inherited
  dbus-daemon's hard and soft limit of 64K fds, instead of the intended
  soft limit of 1K and hard limit of 512K or 1M.
  (dbus!103, Debian#928877; Simon McVittie)

• Fix build failures caused by an AX_CODE_COVERAGE API change in newer
  autoconf-archive versions (dbus#249, dbus!88; Simon McVittie)

• Fix build failures with newer autoconf-archive versions that include
  AX_-prefixed shell variable names (dbus#249, dbus!86; Simon McVittie)

• Parse section/group names in .service files according to the syntax
  from the Desktop Entry Specification, rejecting control characters
  and non-ASCII in section/group names (dbus#208, David King)

• Fix various -Wlogical-op issues that cause build failure with newer
  gcc versions (dbus#225, dbus!109; David King)

• Don't assume we can set permissions on a directory, for the benefit of
  MSYS and Cygwin builds (dbus#216, dbus!110; Simon McVittie)

• Don't overwrite PKG_CONFIG_PATH and related environment variables when
  the pkg-config-based version of DBus1Config is used in a CMake project
  (dbus#267, dbus!96; Clemens Lang)
2019-05-20 11:45:37 +00:00
thorpej
4fc8e37edc Conform to the non-free license convention. Thanks to gdt@ for pointing
out my mistake.
2019-05-18 19:26:49 +00:00