pkgsrc/sysutils
wiz e350b92f23 Updated py-borgbackup to 1.0.8.
Version 1.0.8 (2016-10-29)

Bug fixes:

    RemoteRepository: Fix busy wait in call_many, #940

New features:

    implement borgmajor/borgminor/borgpatch placeholders, #1694 {borgversion} was already there (full version string). With the new placeholders you can now also get e.g. 1 or 1.0 or 1.0.8.

Other changes:

    avoid previous_location mismatch, #1741

    due to the changed canonicalization for relative pathes in PR #1711 / #1655 (implement /./ relpath hack), there would be a changed repo location warning and the user would be asked if this is ok. this would break automation and require manual intervention, which is unwanted.

    thus, we automatically fix the previous_location config entry, if it only changed in the expected way, but still means the same location.

    docs:
        deployment.rst: do not use bare variables in ansible snippet
        add clarification about append-only mode, #1689
        setup.py: add comment about requiring llfuse, #1726
        update usage.rst / api.rst
        repo url / archive location docs + typo fix
        quickstart: add a comment about other (remote) filesystems

    vagrant / tests:
        no chown when rsyncing (fixes boxes w/o vagrant group)
        fix fuse permission issues on linux/freebsd, #1544
        skip fuse test for borg binary + fakeroot
        ignore security.selinux xattrs, fixes tests on centos, #1735

Version 1.0.8rc1 (2016-10-17)

Bug fixes:

    fix signal handling (SIGINT, SIGTERM, SIGHUP), #1620 #1593 Fixes e.g. leftover lock files for quickly repeated signals (e.g. Ctrl-C Ctrl-C) or lost connections or systemd sending SIGHUP.
    progress display: adapt formatting to narrow screens, do not crash, #1628
    borg create --read-special - fix crash on broken symlink, #1584. also correctly processes broken symlinks. before this regressed to a crash (5b45385) a broken symlink would've been skipped.
    process_symlink: fix missing backup_io() Fixes a chmod/chown/chgrp/unlink/rename/... crash race between getting dirents and dispatching to process_symlink.
    yes(): abort on wrong answers, saying so, #1622
    fixed exception borg serve raised when connection was closed before reposiory was openend. add an error message for this.
    fix read-from-closed-FD issue, #1551 (this seems not to get triggered in 1.0.x, but was discovered in master)
    hashindex: fix iterators (always raise StopIteration when exhausted) (this seems not to get triggered in 1.0.x, but was discovered in master)
    enable relative pathes in ssh:// repo URLs, via /./relpath hack, #1655
    allow repo pathes with colons, #1705
    update changed repo location immediately after acceptance, #1524
    fix debug get-obj / delete-obj crash if object not found and remote repo, #1684
    pyinstaller: use a spec file to build borg.exe binary, exclude osxfuse dylib on Mac OS X (avoids mismatch lib <-> driver), #1619

New features:

    add "borg key export" / "borg key import" commands, #1555, so users are able to backup / restore their encryption keys more easily.

    Supported formats are the keyfile format used by borg internally and a special "paper" format with by line checksums for printed backups. For the paper format, the import is an interactive process which checks each line as soon as it is input.

    add "borg debug-refcount-obj" to determine a repo objects' referrer counts, #1352

Other changes:

    add "borg debug ..." subcommands (borg debug-* still works, but will be removed in borg 1.1)
    setup.py: Add subcommand support to build_usage.
    remote: change exception message for unexpected RPC data format to indicate dataflow direction.
    improved messages / error reporting:
        IntegrityError: add placeholder for message, so that the message we give appears not only in the traceback, but also in the (short) error message, #1572
        borg.key: include chunk id in exception msgs, #1571
        better messages for cache newer than repo, #1700
    vagrant (testing/build VMs):
        upgrade OSXfuse / FUSE for macOS to 3.5.2
        update Debian Wheezy boxes, #1686
        openbsd / netbsd: use own boxes, fixes misc rsync installation and fuse/llfuse related testing issues, #1695 #1696 #1670 #1671 #1728
    docs:
        add docs for "key export" and "key import" commands, #1641
        fix inconsistency in FAQ (pv-wrapper).
        fix second block in "Easy to use" section not showing on GitHub, #1576
        add bestpractices badge
        link reference docs and faq about BORG_FILES_CACHE_TTL, #1561
        improve borg info --help, explain size infos, #1532
        add release signing key / security contact to README, #1560
        add contribution guidelines for developers
        development.rst: add sphinx_rtd_theme to the sphinx install command
        adjust border color in borg.css
        add debug-info usage help file
        internals.rst: fix typos
        setup.py: fix build_usage to always process all commands
        added docs explaining multiple --restrict-to-path flags, #1602
        add more specific warning about write-access debug commands, #1587
        clarify FAQ regarding backup of virtual machines, #1672
    tests:
        work around fuse xattr test issue with recent fakeroot
        simplify repo/hashindex tests
        travis: test fuse-enabled borg, use trusty to have a recent FUSE
        re-enable fuse tests for RemoteArchiver (no deadlocks any more)
        clean env for pytest based tests, #1714
        fuse_mount contextmanager: accept any options
2016-11-16 13:21:14 +00:00
..
9base Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
855resolution Use OPSYSVARS. 2016-02-26 10:24:10 +00:00
915resolution Use OPSYSVARS. 2016-02-26 10:24:10 +00:00
acpica-utils acpica-utils: patch in Solaris support 2016-11-02 12:21:19 +00:00
acpidump Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
adtool Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
afbinit Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
agedu Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
amanda
amanda-client Add support for NetBSD wedge names. 2016-02-29 05:50:40 +00:00
amanda-common Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
amanda-plot Add support for NetBSD wedge names. 2016-02-29 05:50:40 +00:00
amanda-server Add support for NetBSD wedge names. 2016-02-29 05:50:40 +00:00
amtterm Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
ansible Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
ansible2 Update to 2.1.2.0 2016-10-30 09:07:23 +00:00
apcupsd Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
asapm Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
atitvout Fixed typo in HAS_CONFIGURE. 2016-07-10 10:45:40 +00:00
attr Install include files and full libraries. 2016-08-21 21:09:27 +00:00
augeas Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
b2sum Pass MANDIR. Fixes PKGMANDIR issues. 2016-09-08 14:31:22 +00:00
backuppc Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
bacula Recursive bump for all users of pgsql now that the default is 95. 2016-10-09 21:41:55 +00:00
bacula-clientonly Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
bacula-doc Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
bacula-qt-console Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
bacula-tray-monitor Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
bacula-wx-console Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
baloo Recursive bump for xapian shlib major bump. 2016-11-07 13:46:45 +00:00
baloo-widgets Recursive bump for xapian shlib major bump. 2016-11-07 13:46:45 +00:00
baloo5 Update KDE Frameworks to 5.25.0 2016-08-21 21:24:50 +00:00
bbsload Request kernel types on NetBSD. 2016-03-01 20:09:29 +00:00
bchunk Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
bcmfw use %zu for size_t 2016-02-24 21:43:39 +00:00
bcollect Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
bkpupsd Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
boxbackup-client Always write GNU make rules. 2016-09-29 12:19:48 +00:00
boxbackup-server wants gmake 2016-09-19 13:40:33 +00:00
brasero Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
brasero-nautilus Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
bsdinstall Add LICENSE (modified-bsd). 2016-01-28 13:38:53 +00:00
bsign Use OPSYSVARS. 2016-02-26 10:24:10 +00:00
btpin-qt Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
bubblemon Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
bup Remove unnecessary REPLACE_PYTHON lines and patch. 2016-09-19 08:52:24 +00:00
burn Recursive revbump from textproc/icu 57.1 2016-04-11 19:01:33 +00:00
burp Recursive bump for librsync shlib++ 2016-09-01 16:18:07 +00:00
caja Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
caja-dropbox Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
caja-extensions Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
capistrano Update capistrano to 3.6.1. 2016-10-17 15:51:29 +00:00
ccd2iso Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
ccze Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
cdbkup Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
cdrdao Simplify for pkglint. 2016-06-16 12:58:07 +00:00
cdrkit Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
cdrtools Use sanitized _USE_CWRAPPERS. 2016-10-07 13:22:10 +00:00
cfengine2 Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
cfengine3 Recursive bump for all users of pgsql now that the default is 95. 2016-10-09 21:41:55 +00:00
checkpassword Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
checkpassword-pam Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
checkperms Use OPSYSVARS. 2016-02-26 10:24:10 +00:00
clex Use OPSYSVARS. 2016-02-26 10:24:10 +00:00
collectd Update sysutils/collectd and subpackages to 5.6.1. 2016-10-13 15:17:28 +00:00
collectd-amqp Update sysutils/collectd and subpackages to 5.6.1. 2016-10-13 15:17:28 +00:00
collectd-curl Update sysutils/collectd and subpackages to 5.6.1. 2016-10-13 15:17:28 +00:00
collectd-dbi Update sysutils/collectd to 5.5.0. 2015-06-10 20:05:26 +00:00
collectd-dns Update sysutils/collectd to 5.5.0. 2015-06-10 20:05:26 +00:00
collectd-memcached Update sysutils/collectd to 5.5.0. 2015-06-10 20:05:26 +00:00
collectd-mysql Update sysutils/collectd to 5.5.0. 2015-06-10 20:05:26 +00:00
collectd-network Update sysutils/collectd to 5.5.0. 2015-06-10 20:05:26 +00:00
collectd-notify-email Update sysutils/collectd and subpackages to 5.6.1. 2016-10-13 15:17:28 +00:00
collectd-postgresql Update sysutils/collectd and subpackages to 5.6.1. 2016-10-13 15:17:28 +00:00
collectd-riemann Update sysutils/collectd and subpackages to 5.6.1. 2016-10-13 15:17:28 +00:00
collectd-rrdtool Update sysutils/collectd to 5.5.0. 2015-06-10 20:05:26 +00:00
collectd-snmp Update sysutils/collectd and subpackages to 5.6.1. 2016-10-13 15:17:28 +00:00
conky Revbump post boost update 2016-10-07 18:25:29 +00:00
consolekit console-kit: correct FreeBSD-specific PLIST entries. 2016-11-02 03:48:00 +00:00
consul Update sysutils/consul to 0.7.1. 2016-11-14 15:00:26 +00:00
coreutils Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
cpmtools Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
cpogm Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
cpuburn Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
cpuid Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
crashme Use PKGMANDIR. 2016-03-27 22:38:33 +00:00
cuisine Updated sysutils/cuisine to 0.7.13. 2016-07-29 07:52:36 +00:00
cvsreport Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
daemond Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
daemontools Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
dbus Remove broken and incorrect DEINSTALL script, these directories are 2016-11-02 19:57:04 +00:00
dbus-glib Updated dbus-glib to 0.108. 2016-09-12 07:34:19 +00:00
dbus-python-common Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
dbus-qt3 Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
dbus-sharp Recursive revbump from textproc/icu 57.1 2016-04-11 19:01:33 +00:00
dbus-sharp-glib Recursive revbump from textproc/icu 57.1 2016-04-11 19:01:33 +00:00
dc-tools Fix stupid error in last update (plus some pkglint -Wall cleanup). 2016-07-08 08:30:30 +00:00
dd_rescue Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
dd_rhelp Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
ddrescue Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
deforaos-browser Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
deforaos-terminal Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
depot Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
desktop-file-utils Updated desktop-file-utils to 0.23. 2016-06-30 17:42:18 +00:00
detox Make lex/flex a runtime dependency for packages which link against -lfl. 2016-03-30 12:51:16 +00:00
devkitd Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
di Update sysutils/di to 4.40. 2016-01-24 11:07:49 +00:00
direvent Updated direvent to 5.1. 2016-07-07 08:39:12 +00:00
dirsize Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
dirvish Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
disk-filltest Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
diskscrub Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
dmassage Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
dmesg2gif Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
dmg2img Update dmg2img to version 1.6.5. 2016-03-07 20:17:33 +00:00
dmidecode Update dmidecode to 3.0. 2016-08-03 04:18:33 +00:00
dmsdos Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
dog Use PKGMANDIR. 2016-03-27 22:38:33 +00:00
dptutil Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
dtc Replace bash and add proper runtime dependency, so that the package 2016-09-19 21:12:34 +00:00
dtpstree Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
duplicity Recursive bump for librsync shlib++ 2016-09-01 16:18:07 +00:00
dvd+rw-tools Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
dvdisaster Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
dvdrecord Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
e2fsprogs remove patches that are not in distinfo 2016-08-18 06:26:31 +00:00
easydiskpasswd Drop -Wno-traditional for clang. 2013-09-10 14:43:42 +00:00
edbus Revbump post boost update 2016-10-07 18:25:29 +00:00
efreet Revbump post boost update 2016-10-07 18:25:29 +00:00
eggdbus Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
entr Update sysutils/entr to entr-3.6 2016-11-16 12:16:49 +00:00
erlang-goldrush Update sysutils/erlang-goldrush to 0.1.8. 2016-01-16 17:33:51 +00:00
erlang-lager Update sysutils/erlang-lager to 3.2.1. 2016-08-12 09:31:02 +00:00
estd Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
etckeeper Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
etcmanage Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
etcutils Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
euca2ools Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
eventlog Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
extipl Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
fabric Updated sysutils/fabric to 1.12.0. 2016-08-07 15:04:55 +00:00
facette Revbump packages depending on Go after the Go 1.7.3 update. 2016-10-29 08:59:46 +00:00
fakeroot Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
fam Use OPSYSVARS. 2016-02-26 10:24:10 +00:00
fastfs Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
fatback Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
fdupes Use PKGMANDIR. 2016-04-01 11:12:27 +00:00
file Make note of upstream bug report 2016-06-16 16:16:44 +00:00
filelight Revbump post boost update 2016-10-07 18:25:29 +00:00
filelight-kde3 Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
findnewest Import findnewest-0.3 as sysutils/findnewest. 2015-12-06 15:20:12 +00:00
findutils pkg_admin check (an bmake check) notice that the target of the symlink 2016-05-02 05:18:47 +00:00
fix4SA110rev2 Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
fixelfprot Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
flashrom Use OPSYSVARS. 2016-02-26 10:24:10 +00:00
foremost Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
free
fs-kit Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
fscd Silence noisy GCC warning. 2016-05-07 10:09:24 +00:00
fsviewer Fix additional libraries on SunOS. 2016-04-14 12:15:55 +00:00
ftwin Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
gamin Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
gcdmaster Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
gcombust Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
gdmap Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
genpasswd Use OPSYSVARS. 2016-02-26 10:24:10 +00:00
gentoo Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
gfm Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
gio-fam Update glib2 to 2.48.2 2016-08-21 21:47:29 +00:00
gkrellm Recursive PKGREVISION bump for gnutls shlib major bump. 2016-09-19 13:04:27 +00:00
gkrellm-est Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
gkrellm-server Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
gkrellm-share
gnome-commander Recursive bump for poppler-0.48.0. 2016-11-08 10:51:26 +00:00
gnome-device-manager Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
gnome-menus Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
gnome-mount Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
gnome-nds-thumbnailer Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
gnome-pkgview Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
gnome-power-manager Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
gnome-settings-daemon Recursive revbump from audio/pulseaudio 2016-08-04 17:03:30 +00:00
gnome-system-monitor Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
gnome-system-tools Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
gnome-vfs Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
gnome-vfs-monikers Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
gnome-vfsmm Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
gnome-volume-manager Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
gnometoaster Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
gnuit Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
gpart Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
grub Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
grub2 Use REAL_ROOT_USER/REAL_ROOT_GROUP instead of ROOT_USER/ROOT_GROUP 2016-05-17 10:32:06 +00:00
grun Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
gsettings-desktop-schemas Update gsettings-desktop-schemas to 3.20.0 2016-04-22 23:11:01 +00:00
gst-plugins0.10-gio
gst-plugins0.10-gnomevfs Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
gst-plugins1-gio Reset PKGREVISION for gst-plugins1* update to 1.4.0. 2014-08-08 21:31:06 +00:00
gtk-send-pr Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
gvfs Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
gworkspace Recursive revbump from textproc/icu 57.1 2016-04-11 19:01:33 +00:00
hal To fix build on aarch64-linux-gnu, conditionalise imac which is x86 only 2016-09-17 15:33:59 +00:00
hal-info Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
hddtemp Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
heirloom-basename
heirloom-cat
heirloom-chmod
heirloom-chown
heirloom-cksum
heirloom-cmp
heirloom-copy
heirloom-cp
heirloom-csplit
heirloom-dd
heirloom-dirname
heirloom-doc Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
heirloom-du
heirloom-env
heirloom-file
heirloom-find
heirloom-getconf
heirloom-groups
heirloom-hostname
heirloom-id
heirloom-listusers
heirloom-ln
heirloom-logins
heirloom-logname
heirloom-ls Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
heirloom-mesg
heirloom-mkdir
heirloom-mkfifo
heirloom-mknod
heirloom-nice
heirloom-nohup
heirloom-pathchk
heirloom-pgrep
heirloom-priocntl
heirloom-ps
heirloom-psrinfo
heirloom-pwd
heirloom-renice
heirloom-rm
heirloom-rmdir
heirloom-setpgrp
heirloom-shl
heirloom-sort
heirloom-split
heirloom-stty
heirloom-sync
heirloom-tapecntl
heirloom-tee
heirloom-touch
heirloom-tsort
heirloom-tty
heirloom-uname
heirloom-users
heirloom-who
heirloom-whoami
heirloom-whodo
heirloom-xargs
heirloom-yes
hfsutils Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
hs-temporary Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
htop Reset PKGREVISION after update. 2016-07-22 05:45:05 +00:00
hytctl s/man/main/ - fix typo 2015-12-27 21:27:50 +00:00
i2ocfg Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
i3status Recursive revbump from audio/pulseaudio 2016-08-04 17:03:30 +00:00
i810switch Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
iat Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
idesk Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
install-sh Add LICENSE (mit). 2016-01-29 10:02:52 +00:00
intel-microcode-netbsd Add missing files into PLIST: 2016-07-21 09:50:35 +00:00
ipa Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
ipmitool Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
ipw-firmware add firmware.openbsd.org as MASTER_SITE 2015-03-06 21:54:56 +00:00
ir-account
isapnptools Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
iwi-firmware add firmware.openbsd.org as MASTER_SITE 2015-03-06 21:54:56 +00:00
iwi-firmware3 add firmware.openbsd.org as MASTER_SITE 2015-03-06 21:54:56 +00:00
iwn-firmware Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
k3b Revbump post boost update 2016-10-07 18:25:29 +00:00
k3b-kde3 Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
k4dirstat Revbump post boost update 2016-10-07 18:25:29 +00:00
kcron Revbump post boost update 2016-10-07 18:25:29 +00:00
kdbusaddons Update KDE Frameworks to 5.25.0 2016-08-21 21:24:50 +00:00
kdf Revbump post boost update 2016-10-07 18:25:29 +00:00
kdirstat Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
kfilemetadata Recursive bump for poppler-0.48.0. 2016-11-08 10:51:26 +00:00
kfilemetadata5 Recursive bump for poppler-0.48.0. 2016-11-08 10:51:26 +00:00
kfloppy Revbump post boost update 2016-10-07 18:25:29 +00:00
krusader Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
ksystemlog Revbump post boost update 2016-10-07 18:25:29 +00:00
kuser Revbump post boost update 2016-10-07 18:25:29 +00:00
lambd Disable GCC error with newer versions. 2016-07-02 14:44:50 +00:00
lastfss Update systutils/lastfss to 0.2 2016-05-03 08:07:27 +00:00
lavaps Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
lf Revbump packages depending on Go after the Go 1.7.3 update. 2016-10-29 08:59:46 +00:00
libbaloo4 Recursive bump for xapian shlib major bump. 2016-11-07 13:46:45 +00:00
libburn Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
libcap Import libcap-2.25 as sysutils/libcap 2016-07-08 14:29:53 +00:00
libdevkit-gobject Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
libfm Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
libfm-extra Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
libgamin Expand --version-script removals for SunOS back out into package Makefiles 2014-09-10 15:59:33 +00:00
libgksu Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
libgtop Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
libirman Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
libisoburn Requires libiconv. 2016-09-16 14:58:26 +00:00
libisofs Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
liblogging Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
liblognorm Update sysutils/liblognorm to 2.0.1. 2016-08-09 11:52:28 +00:00
libnotify Turn on introspection option by default. 2016-11-08 10:24:43 +00:00
libol Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
liboobs Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
libpciaccess Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
libvirt Revbump post boost update 2016-10-07 18:25:29 +00:00
lilo Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
lnav Recursive revbump from textproc/icu 57.1 2016-04-11 19:01:33 +00:00
lockf pkglint cleanups. 2014-10-05 16:27:25 +00:00
logfinder Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
logrider Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
logrot Remove manual OPSYSVARS additions which are now part of the default set. 2016-02-25 08:27:02 +00:00
logrotate Updated to version 3.10.0. Changelog : 2016-08-03 12:49:36 +00:00
lsof Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
lvm2 Revamp bl3 for sysutils/ 2016-07-08 09:17:03 +00:00
lxmenu-data Add msgfmt to USE_TOOLS. That should hopefully fix the build on Linux. 2016-06-06 02:02:33 +00:00
lxpanel Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
lxtask fix function prototype to match body in order to avoid: 2016-08-17 15:19:42 +00:00
magicrescue Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
manifold Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
mate-notification-daemon Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
mate-power-manager Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
mate-sensors-applet Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
mate-system-monitor Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
mbmon Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
mc Updated mc to 4.8.18. 2016-10-19 13:33:25 +00:00
mc46 Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
mcollective Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
mdf2iso Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
memconf Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
memtest86 Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
memtester Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
memtestplus Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
mencvcd Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
menu-cache Include the imported libfm-extra. 2016-05-22 22:12:40 +00:00
mesure Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
mgm Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
mklivecd Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
mkmemstick Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
mksunbootcd Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
mktemp Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
monit Needs _KERNTYPES on NetBSD. 2016-03-25 21:05:30 +00:00
monitoring Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
mrsync Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
mtools Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
mtoolsfm Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
mtscan
mtx Fix missing/broken rcsids. 2015-12-29 04:04:26 +00:00
munin-doc Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
munin-node Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
munin-server Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
nautilus Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
nautilus-sendto Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
ncdu Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
ndesk-dbus Recursive revbump from textproc/icu 57.1 2016-04-11 19:01:33 +00:00
ndesk-dbus-glib Recursive revbump from textproc/icu 57.1 2016-04-11 19:01:33 +00:00
neb-wipe Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
netbsd-kmod-tools
netbt-hcidump Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
news Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
notification-daemon Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
nrg2iso Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
ntfsprogs Changes 2015.3.14: 2015-11-10 17:45:22 +00:00
nvnet
nvramtool Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
oak Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
open-vm-tools Bump PKGREVISION. Fix NetBSD/i386 6 build and add missing NetBSD powerops support 2016-10-17 20:55:49 +00:00
openstack_init Bump applications PKGREVISIONs for python users that might be using 2014-05-17 16:10:41 +00:00
openxenmanager Recursive PKGREVISION bump for gnutls shlib major bump. 2016-09-19 13:04:27 +00:00
osname Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
p5-collectd Update sysutils/collectd and subpackages to 5.6.1. 2016-10-13 15:17:28 +00:00
p5-Config-Augeas Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Config-Simple Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-File-chmod Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-File-Copy-Recursive Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-File-Inplace Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-File-Remove Update to 1.57 2016-08-16 00:18:52 +00:00
p5-Filesys-Df Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Filesys-DfPortable Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Filesys-Statvfs Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Gnome2-VFS Updated sysutils/p5-Gnome2-VFS to 1.082 2016-08-18 12:41:42 +00:00
p5-GTop Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-IO-BufferedSelect Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-IO-KQueue Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Lchown Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Linux-Inotify2 Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Mac-AppleScript Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Mac-AppleScript-Glue Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Parse-Syslog Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Quota Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Server-Starter Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-SSH-Batch Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Sys-CPU Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Sys-CpuLoad Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Sys-Filesystem Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Sys-Hostname-Long Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Sys-SigAction Update to 0.22 2016-08-16 00:23:23 +00:00
p5-Sys-Syslog Update to 0.34 2016-08-12 11:50:36 +00:00
p5-Sys-Utmp Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Unix-ConfigFile Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Unix-Statgrab Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Unix-Syslog Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-UPS-Nut pkglint whitespace 2016-06-11 22:43:30 +00:00
pciutils Update sysutils/pciutils to 3.5.2. 2016-10-07 06:07:01 +00:00
pcmanfm Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
pcvt-utils Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
pdumpfs Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
pear-Log Update pear-Log to 1.13.1. 2016-07-19 15:04:48 +00:00
pflogsumm Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
pfstat Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
pftop Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
pidof Remove url2pkg marker. 2016-09-20 12:59:24 +00:00
pluged Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
polysh Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
pscpug Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
psftools Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
psmisc Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
pstree (pkgsrc) 2016-02-09 14:27:57 +00:00
puppet Rename RUBY_VERSION_SUPPORTED into _RUBY_VERSIONS_ACCEPTED to follow the 2016-09-08 15:19:16 +00:00
pv Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
pwgen Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
py-attic wants openssl 2016-09-19 13:49:02 +00:00
py-augeas Fix PKGNAME to properly version Python. 2015-12-01 13:04:53 +00:00
py-borgbackup Updated py-borgbackup to 1.0.8. 2016-11-16 13:21:14 +00:00
py-collectd Update sysutils/collectd and subpackages to 5.6.1. 2016-10-13 15:17:28 +00:00
py-dbus Update python dbus bindings to 1.2.4. 2016-04-15 10:15:15 +00:00
py-diffoscope Remove unnecessary PLIST_SUBST and FILES_SUBST that are now provided 2016-08-28 15:48:28 +00:00
py-gnome-menus Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-kazoo Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-magic Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-notify Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-notify-python Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
py-pathtools Fix MASTER_SITES. 2016-06-01 12:30:45 +00:00
py-pefile Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-psutil Update py-psutil to 4.1.0 2016-04-29 15:33:57 +00:00
py-setconf Import setconf-0.6.7 as sysutils/py-setconf 2015-12-12 05:38:45 +00:00
py-setproctitle Switch to MASTER_SITE_PYPI. 2016-06-08 17:49:19 +00:00
py-structlog Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-syslog-ng Import syslog-ng Python bindings as sysutils/py-syslog-ng. 2015-11-01 19:08:22 +00:00
py-watchdog Fix MASTER_SITES. 2016-06-01 12:30:45 +00:00
py-xattr Remove unnecessary PLIST_SUBST and FILES_SUBST that are now provided 2016-08-28 15:48:28 +00:00
qlogtools Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
radeontool Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
radmind Fix setting custom permission bits, user and group information from 2016-04-14 11:17:31 +00:00
rconfig Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
rdfind Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
rdiff-backup Recursive bump for librsync shlib++ 2016-09-01 16:18:07 +00:00
rename Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
rfstool Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
riemann-client Import riemann-client 1.9.1 as sysutils/riemann-client. 2016-10-13 11:03:13 +00:00
rkflashtool Import rkflashtool-20151023 as sysutils/rkflashtool. 2015-10-24 21:46:07 +00:00
rmtrash Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
roller Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
rox Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
rsnapshot Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
rsyslog Update sysutils/rsyslog to 8.22.0. 2016-10-20 10:05:11 +00:00
rsyslog-dbi Import rsyslog-8.4.0 as sysutils/rsyslog* (based on wip/rsyslog8). 2014-09-05 07:15:41 +00:00
rsyslog-elasticsearch Update sysutils/rsyslog to 8.22.0. 2016-10-20 10:05:11 +00:00
rsyslog-gnutls Update sysutils/rsyslog to 8.22.0. 2016-10-20 10:05:11 +00:00
rsyslog-gssapi Look for libs at the right place, fixes installation 2015-10-06 13:03:20 +00:00
rsyslog-libgcrypt Not MAKE_JOBS_SAFE. 2015-08-27 19:07:13 +00:00
rsyslog-mysql Import rsyslog-8.4.0 as sysutils/rsyslog* (based on wip/rsyslog8). 2014-09-05 07:15:41 +00:00
rsyslog-pgsql Update sysutils/rsyslog to 8.22.0. 2016-10-20 10:05:11 +00:00
rsyslog-rabbitmq Reset sysutils/rsyslog-* revision after rsyslog update. 2016-03-09 20:55:35 +00:00
rsyslog-snmp Reset sysutils/rsyslog-* revision after rsyslog update. 2016-03-09 20:55:35 +00:00
rtty Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
ruby-activesambaldap Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
ruby-capistrano-harrow Add ruby-capistrano-harrow package version 0.5.3. 2016-10-17 15:47:46 +00:00
ruby-capistrano-stats Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
ruby-chef Rename RUBY_VERSION_SUPPORTED into _RUBY_VERSIONS_ACCEPTED to follow the 2016-09-08 15:19:16 +00:00
ruby-chef-config Add ruby-chef-config version 12.5.1, required by newer misc/ruby-ohai. 2015-12-13 15:16:35 +00:00
ruby-chef-zero Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
ruby-childprocess Update ruby-childprocess to 0.5.9. 2016-03-15 15:18:26 +00:00
ruby-directory-watcher Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
ruby-facter Update ruby-facter to 2.4.6. 2016-03-15 15:28:05 +00:00
ruby-fssm Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
ruby-listen Update ruby-listen to 3.1.5. 2016-10-20 14:55:53 +00:00
ruby-notify Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
ruby-quota Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
ruby-rb-appscript Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
ruby-rb-inotify Update ruby-rb-inotify to 0.9.7. 2016-03-15 15:33:02 +00:00
safetynet Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
salt Fix DISTNAME. Pointed out by wiz. 2016-09-26 07:06:11 +00:00
salt-docs Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
same Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
sarah Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
screenbrightness Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
screenfetch Import screenFetch-3.7.0 as sysutils/screenfetch 2016-07-18 22:56:44 +00:00
screentest Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
scsiinfo Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
service-config Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
setquota Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
sformat Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
shc Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
shelldap Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
shmux Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
skill Use OPSYSVARS. 2016-02-26 10:24:10 +00:00
slay Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
slocate Use REAL_ROOT_USER/REAL_ROOT_GROUP instead of ROOT_USER/ROOT_GROUP 2016-05-17 10:32:06 +00:00
smartmontools smartmontools: build fix for FreeBSD-11 and newer. 2016-11-04 17:55:37 +00:00
smbldap-tools Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
socket Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
solid Update KDE Frameworks to 5.25.0 2016-08-21 21:24:50 +00:00
spice-protocol Updated spice-protocol to 0.12.12. 2016-08-24 10:47:08 +00:00
sredird Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
sshsh Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
stow Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
strace Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
strigi Revbump post boost update 2016-10-07 18:25:29 +00:00
su2 Use OPSYSVARS. 2016-02-26 10:24:10 +00:00
sunxi-tools Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
sux Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
swapd Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
swatch Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
sysbuild Fix path to sysbuild in sysbuild4cron. 2016-02-01 03:21:30 +00:00
sysbuild-user Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
sysgen Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
sysinfo Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
syslog-ng CPPFLAGS no longer needed, fixes build for py-syslog-ng. 2016-08-21 21:31:24 +00:00
syslog-ng-amqp Import the syslog-ng amqp module as sysutils/syslog-ng-amqp. 2016-08-21 20:20:27 +00:00
syslog-ng-curl Revbump post boost update 2016-10-07 18:25:29 +00:00
syslog-ng-geoip Update syslog-ng to the latest stable 3.7.2 version. 2015-10-29 16:34:13 +00:00
syslog-ng-json Update syslog-ng to the latest stable 3.7.2 version. 2015-10-29 16:34:13 +00:00
syslog-ng-mongodb Update sysutils/syslog-ng and modules to 3.8.1. 2016-08-21 20:18:30 +00:00
syslog-ng-redis Update syslog-ng to the latest stable 3.7.2 version. 2015-10-29 16:34:13 +00:00
syslog-ng-smtp Update sysutils/syslog-ng and modules to 3.8.1. 2016-08-21 20:18:30 +00:00
syslog-ng-sql Update syslog-ng to the latest stable 3.7.2 version. 2015-10-29 16:34:13 +00:00
system-tools-backends Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
systester Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
sysupgrade Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
tarsnap Update tarsnap to 1.0.37. 2016-03-10 22:54:13 +00:00
tarsnap-gui Recursive revbump from audio/pulseaudio 2016-08-04 17:03:30 +00:00
tcx Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
tdir Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
tegra-firmware Import NVIDIA Tegra SOC firmware as sysutils/tegra-firmware. 2015-10-18 12:20:51 +00:00
tenshi Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
testdisk Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
tits Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
tkcron Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
tkdesk Fix linking with ITCL bundled into TCL. 2016-10-21 01:47:01 +00:00
tload Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
tob Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
top Use OPSYSVARS. 2016-02-26 10:24:10 +00:00
torsmo Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
toshutils Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
tpb Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
tphdisk Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
tree Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
ts Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
upower Update to 0.99.4 2016-03-12 11:50:08 +00:00
ups-nut s/long// (leaving "unsigned") in some code that fails when long is 2015-11-10 08:52:38 +00:00
ups-nut-cgi Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
ups-nut-snmp Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
ups-nut-usb s/long// (leaving "unsigned") in some code that fails when long is 2015-11-10 08:52:38 +00:00
usbutil Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
user_cygwin Set MAINTAINER to pkgsrc-users. 2015-03-15 19:57:40 +00:00
user_darwin Update user-darwin to version 20151029. 2015-10-29 12:29:04 +00:00
user_interix Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
user_irix Rename the PKGNAME for the OPSYS-specific user packages to include the OPSYS, 2013-07-12 10:41:58 +00:00
vbetool Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
vcdimager Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
vcdimager-devel Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
vidc-tools Fixed some pkglint warnings. 2016-07-09 12:47:05 +00:00
vifm Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
vip Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
virt-manager Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
virtinst Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
vobcopy Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
vxargs Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
watchman Update sysutils/watchman to 4.7.0. 2016-11-01 14:54:01 +00:00
wbm-apache Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-at Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-bandwidth Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-bind8 Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-change-user Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-cluster-copy Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-cluster-cron Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-cluster-passwd Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-cluster-shell Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-cluster-useradmin Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-cluster-webmin Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-custom Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-cyrus-imapd Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-dhcpd Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-dovecot Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-fetchmail Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-file Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-htaccess-htpasswd Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-inetd Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-ipfilter Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-ldap-useradmin Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-lpadmin Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-mailboxes Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-mount Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-mysql Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-net Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-openslp Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-passwd Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-postfix Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-postgresql Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-qmailadmin Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-quota Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-sendmail Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-shell Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-sshd Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-status Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-syslog Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-telnet Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-time Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-tunnel Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-useradmin Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-virtual-server Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
WCMCommander Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
webmin Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
whowatch Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wipe Use OPSYSVARS. 2016-02-26 10:24:10 +00:00
wmcpuload Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wmmemmon Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wmSMPmon Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wpi-firmware Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wpi-firmware2 Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wtail Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
xapply Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
xbatt Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
xbattbar Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
xc5k-firmware Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
xc3028l-firmware Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
xcdroast Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
xdu Fixed some pkglint warnings. 2016-07-09 13:03:00 +00:00
xe-guest-utilities Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
xenkernel3 Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
xenkernel33 Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
xenkernel41 Backport upstream patches for security issues: 2016-09-08 15:41:01 +00:00
xenkernel42 xenkernel42: apply upstream's build fix for GCC5 2016-09-12 13:22:39 +00:00
xenkernel45 Update xenkernel45 and xentools45 to 4.5.5. 2016-09-21 17:03:37 +00:00
xenkernel46 Apply upstream patches for: 2016-09-08 15:44:07 +00:00
xenstoretools Fixed some pkglint warnings. Added VARBASE to BUILD_DEFS. Bumped version. 2016-07-09 13:07:20 +00:00
xentools3 Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
xentools3-hvm Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
xentools33 Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
xentools41 OCAML has switched to using normal uint32_t, so follow here. 2016-10-01 13:07:23 +00:00
xentools42 OCAML has switched to using normal uint32_t, so follow here. 2016-10-01 13:07:23 +00:00
xentools45 Update xenkernel45 and xentools45 to 4.5.5. 2016-09-21 17:03:37 +00:00
xentools46 Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
xenvstat
xfburn Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
xfce4-appfinder Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
xfce4-battery-plugin Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
xfce4-cpugraph-plugin Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
xfce4-diskperf-plugin Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
xfce4-fsguard-plugin Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
xfce4-genmon-plugin Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
xfce4-gvfs-mount-plugin Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
xfce4-mount-plugin Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
xfce4-netload-plugin Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
xfce4-quicklauncher-plugin Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
xfce4-systemload-plugin Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
xfce4-taskmanager Linux doesn't necessarily provide libkvm 2016-09-16 11:01:21 +00:00
xfce4-thunar Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
xfce4-thunar-vcs Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
xfce4-verve-plugin Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
xfce4-xarchiver Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
xfce4-xkb-plugin Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
xfe Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
xfm Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
xfsprogs Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
xhfs Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
xhyve xhyve: Fix build on Clang (OS X El Capitan). 2016-04-15 14:13:21 +00:00
xmbmon
xmeter Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
xnc Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
xosview Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
xps Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
xuvmstat Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
zidrav Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
znapzend Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
Makefile Add and enable ruby-capistrano-harrow. 2016-10-17 15:48:12 +00:00