Commit graph

267877 commits

Author SHA1 Message Date
markd
a917a1b048 Update to revision 44835 2017-08-06 12:36:26 +00:00
markd
8ecf91ad85 Update to revision 44784 2017-08-06 12:34:05 +00:00
markd
364ae670fb update to revision 44742 2017-08-06 12:30:27 +00:00
markd
88ce3871e1 Update to revision 44725 2017-08-06 12:27:09 +00:00
markd
710cad0ea1 update to revision 44655 2017-08-06 12:24:19 +00:00
markd
4fd2f77f10 remove comment 2017-08-06 12:16:12 +00:00
markd
fec9901685 Add p5-biblatex-biber 2017-08-06 12:15:21 +00:00
markd
58c4c5c9b4 Update to revision 44601 2017-08-06 12:09:56 +00:00
markd
80f25382ac Updated tex-graphics-def{,-doc} 2017-08-06 12:02:02 +00:00
markd
306936ca5d Update tex-graphics-def{,-doc} to 2017.44697
fixes PR pkg/52466
2017-08-06 12:00:36 +00:00
wiz
e773c3518c + calibre-3.6, dikt-2s1, epubcheck-4.0.2, expat-2.2.3,
ffmpegthumbnailer-2.2.0, fuse-bindfs-1.13.7, fuse-emulator-1.3.8,
  git-2.14, gource-0.44, libressl-2.6.0, mednafen-0.9.45.1,
  p5-Algorithm-Permute-0.16, p5-Data-Printer-0.40, p5-HTTP-Cookies-6.04,
  p5-Perl4-CoreLibs-0.004, p5-Specio-0.40, p5-autovivification-0.17,
  racket-6.10, tor-0.3.0.10, wine-devel-2.14.
2017-08-06 08:36:41 +00:00
wiz
2c6ef0daa9 Sort. 2017-08-06 08:34:02 +00:00
markd
867df8bfc6 Coexist with the gpgme++ that is now in the base gpgme package 2017-08-06 06:35:35 +00:00
wen
9322dd4942 Updated devel/p5-File-Path to 2.15 2017-08-06 02:40:14 +00:00
wen
188da3faa7 Update to 2.15
Upstream changes:
2.15 2017-07-29
    - Correct documentation error re possible arguments for rmtree().
2017-08-06 02:38:57 +00:00
bsiegert
99ca7a9f63 Fix rc script ordering to prevent a circular dependency. From Uwe Toenjes
in PR pkg/52095.
2017-08-05 20:09:27 +00:00
bsiegert
756f3ee178 rc-1.7.4 2017-08-05 19:33:23 +00:00
schmonz
a47c6dc4d0 procname isn't defined in time for logcmd. Bump PKGREVISION. 2017-08-05 15:21:03 +00:00
schmonz
a39d12c793 procname isn't defined in time for logcmd. Bump version. 2017-08-05 15:20:03 +00:00
schmonz
da62f42486 Updated net/djbdns-run to 20170805 2017-08-05 15:16:11 +00:00
schmonz
7e41d89ba2 Catch up to qmail-run:
- Collapse redundant code for invoking service-specific rc.d scripts.
- Don't try to run a service's rc.d script if it isn't enabled in rc.conf.
- Prefix "nb" to procnames.

Bump version.
2017-08-05 15:16:05 +00:00
bsiegert
86ff88639f Overhaul the platform selector logic, so that the right value is selected
for powerpc64 on Darwin. Fix for PR pkg/52114.
2017-08-05 11:06:29 +00:00
bsiegert
13d511db26 Update rc to 1.7.4, also fixing a really old CVE in the process.
2002-07-25

  Bug: fix globbing of broken symlinks.

2002-07-31

  Bug: readline doesn't handle EIO either.

2002-08-15

  Bug: variables that are sometimes exported (i.e. $prompt and
  $version) need to be made exportable if they are inherited from the
  environment.

  Portability: don't call sigaction() for SIGKILL or SIGSTOP; don't
  hand a garbage signal mask to sigaction() (thanks Jeremy
  Fitzhardinge).  Also, remove use of SA_INTERRUPT (SUSv3, BSD,
  etc. have SA_RESTART with the inverted meaning).

2002-08-20

  Bug: don't call ealloc(0) on systems where getgroups() doesn't
  return egid (thanks Chris Siebenmann).

2002-11-27

  Bug: history dumps core if more colons than substitutions (thanks
  Callum Gibson); history fails to avoid itself if it's the only
  command; history writes and reads outside allocated memory.

  Configuration: upgrade to autoconf-2.56 and automake-1.7.1.

2003-07-17

  Testing: remove test for large file support, as it causes
  indigestion on file systems that don't support sparse files (thanks
  Scott Schwartz).

2003-07-22

  Release: rc-1.7.1.

2003-09-24

  Tidiness: minor improvements to input.c.

2014-02-26

  Bug: fix for CVE-2014-1936 from Jakub Wilk.

2014-06-29

  Documentation: update email and web addresses.

2014-08-31

  Feature: support quoting for filename completion in GNU readline.

2014-09-01

  Bug: quoting of glob characters was broken (thanks Christian
  Neukirchen); fix the "sneaky parens" bug properly (thanks Wolfgang
  Zekoll).

  Feature: allow $"x as a synonym for $^x

  Release: rc-1.7.2.

2015-04-03

  Packaging: the rc.spec file was very out-of-date.

2015-04-04

  Portability: the comment from 1999-08-19 may well have been true at
  the time, but the final version of the C99 standard called varargs
  copying macro va_copy().

2015-04-07

  Portability: look in -ltinfo for tgetent.

  Packaging: various autoconf / automake updates and tweaks.

2015-04-14

  Bug: in initinput(), the call ugchar(EOF) used the ungetcount member
  of the top Input structure without initializing it. Thanks to Jeff
  Johnson for finding this, Robert Scheck for reporting it, and Uli
  Drepper for implementing MALLOC_PERTURB_, a cheap way to find uses of
  uninitialized memory.

2015-04-18

  Licensing: tweaked to match exactly the "zlib with acknowledgement"
  license which is used by nunit and is already approved by various
  distros.

2015-04-20

  Release: rc-1.7.3.

2015-05-12

  Licensing: due to GPL compatibility concerns, the license is changed
  again to the "zlib" license. (N.B. This license change was agreed and
  approved by Byron Rakitzis, who is the copyright holder.)

  Testing: swap arguments to mktemp to be kinder to NetBSD (thanks Piotr
  Meyer).

2015-05-13

  Release: rc-1.7.4.
2017-08-05 10:45:39 +00:00
bsiegert
c2c06173bc borgbackup-1.0.11 2017-08-05 10:28:43 +00:00
bsiegert
432be9072e Update borgbackup to 1.0.11.
(I am not 100% sure about the PLIST changes, I'd appreciate for someone
to verify.)

Version 1.0.11 (2017-07-21)
---------------------------

Bug fixes:

- use limited unpacker for outer key (security precaution), #2174
- fix paperkey import bug

Other changes:

- change --checkpoint-interval default from 600s to 1800s, #2841.
  this improves efficiency for big repositories a lot.
- docs: fix OpenSUSE command and add OpenSUSE section
- tests: add tests for split_lstring and paperkey
- vagrant:

  - fix openbsd shell
  - backport cpu/ram setup from master
  - add stretch64 VM

Version 1.0.11rc1 (2017-06-27)
------------------------------

Bug fixes:

- performance: rebuild hashtable if we have too few empty buckets, #2246.
  this fixes some sporadic, but severe performance breakdowns.
- Archive: allocate zeros when needed, #2308
  fixes huge memory usage of mount (8 MiB × number of archives)
- IPv6 address support
  also: Location: more informative exception when parsing fails
- borg single-file binary: use pyinstaller v3.2.1, #2396
  this fixes that the prelink cronjob on some distros kills the
  borg binary by stripping away parts of it.
- extract:

  - warning for unextracted big extended attributes, #2258
  - also create parent dir for device files, if needed.
  - don't write to disk with --stdout, #2645
- archive check: detect and fix missing all-zero replacement chunks, #2180
- fix (de)compression exceptions, #2224 #2221
- files cache: update inode number, #2226
- borg rpc: use limited msgpack.Unpacker (security precaution), #2139
- Manifest: use limited msgpack.Unpacker (security precaution), #2175
- Location: accept //servername/share/path
- fix ChunkIndex.__contains__ assertion  for big-endian archs (harmless)
- create: handle BackupOSError on a per-path level in one spot
- fix error msg, there is no --keep-last in borg 1.0.x, #2282
- clamp (nano)second values to unproblematic range, #2304
- fuse / borg mount:

  - fix st_blocks to be an integer (not float) value
  - fix negative uid/gid crash (they could come into archives e.g. when
    backing up external drives under cygwin), #2674
  - fix crash if empty (None) xattr is read
  - do pre-mount checks before opening repository
  - check llfuse is installed before asking for passphrase
- borg rename: expand placeholders, #2386
- borg serve: fix forced command lines containing BORG_ env vars
- fix error msg, it is --keep-within, not --within
- fix borg key/debug/benchmark crashing without subcommand, #2240
- chunker: fix invalid use of types, don't do uint32_t >> 32
- document follow_symlinks requirements, check libc, #2507

New features:

- added BORG_PASSCOMMAND environment variable, #2573
- add minimal version of in repository mandatory feature flags, #2134

  This should allow us to make sure older borg versions can be cleanly
  prevented from doing operations that are no longer safe because of
  repository format evolution. This allows more fine grained control than
  just incrementing the manifest version. So for example a change that
  still allows new archives to be created but would corrupt the repository
  when an old version tries to delete an archive or check the repository
  would add the new feature to the check and delete set but leave it out
  of the write set.
- borg delete --force --force to delete severely corrupted archives, #1975

Other changes:

- embrace y2038 issue to support 32bit platforms
- be more clear that this is a "beyond repair" case, #2427
- key file names: limit to 100 characters and remove colons from host name
- upgrade FUSE for macOS to 3.5.8, #2346
- split up parsing and filtering for --keep-within, better error message, #2610
- docs:

  - fix caskroom link, #2299
  - address SSH batch mode, #2202 #2270
  - improve remote-path description
  - document snapshot usage, #2178
  - document relative path usage, #1868
  - one link per distro in the installation page
  - development: new branching model in git repository
  - kill api page
  - added FAQ section about backing up root partition
  - add bountysource badge, #2558
  - create empty docs.txt reequirements, #2694
  - README: how to help the project
  - note -v/--verbose requirement on affected options, #2542
  - document borg init behaviour via append-only borg serve, #2440
  - be clear about what buzhash is used for (chunking) and want it is not
    used for (deduplication)- also say already in the readme that we use a
    cryptohash for dedupe, so people don't worry, #2390
  - add hint about chunker params to borg upgrade docs, #2421
  - clarify borg upgrade docs, #2436
  - quickstart: delete problematic BORG_PASSPRHASE use, #2623
  - faq: specify "using inline shell scripts"
  - document pattern denial of service, #2624
- tests:

  - remove attic dependency of the tests, #2505
  - travis:

    - enhance travis setuptools_scm situation
    - install fakeroot for Linux
  - add test for borg delete --force
  - enable remote tests on cygwin (the cygwin issue that caused these tests
    to break was fixed in cygwin at least since cygwin 2.8, maybe even since
    2.7.0).
  - remove skipping the noatime tests on GNU/Hurd, #2710
  - fix borg import issue, add comment, #2718
  - include attic.tar.gz when installing the package
    also: add include_package_data=True

Version 1.0.10 (2017-02-13)
---------------------------

Bug fixes:

- Manifest timestamps are now monotonically increasing,
  this fixes issues when the system clock jumps backwards
  or is set inconsistently across computers accessing the same repository, #2115
- Fixed testing regression in 1.0.10rc1 that lead to a hard dependency on
  py.test >= 3.0, #2112

New features:

- "key export" can now generate a printable HTML page with both a QR code and
  a human-readable "paperkey" representation (and custom text) through the
  ``--qr-html`` option.

  The same functionality is also available through `paperkey.html <paperkey.html>`_,
  which is the same HTML page generated by ``--qr-html``. It works with existing
  "key export" files and key files.

Other changes:

- docs:

  - language clarification - "borg create --one-file-system" option does not respect
    mount points, but considers different file systems instead, #2141
- setup.py: build_api: sort file list for determinism

Version 1.0.10rc1 (2017-01-29)
------------------------------

Bug fixes:

- borg serve: fix transmission data loss of pipe writes, #1268
  This affects only the cygwin platform (not Linux, BSD, OS X).
- Avoid triggering an ObjectiveFS bug in xattr retrieval, #1992
- When running out of buffer memory when reading xattrs, only skip the
  current file, #1993
- Fixed "borg upgrade --tam" crashing with unencrypted repositories. Since
  :ref:`the issue <tam_vuln>` is not relevant for unencrypted repositories,
  it now does nothing and prints an error, #1981.
- Fixed change-passphrase crashing with unencrypted repositories, #1978
- Fixed "borg check repo::archive" indicating success if "archive" does not exist, #1997
- borg check: print non-exit-code warning if --last or --prefix aren't fulfilled
- fix bad parsing of wrong repo location syntax
- create: don't create hard link refs to failed files,
  mount: handle invalid hard link refs, #2092
- detect mingw byte order, #2073
- creating a new segment: use "xb" mode, #2099
- mount: umount on SIGINT/^C when in foreground, #2082

Other changes:

- binary: use fixed AND freshly compiled pyinstaller bootloader, #2002
- xattr: ignore empty names returned by llistxattr(2) et al
- Enable the fault handler: install handlers for the SIGSEGV, SIGFPE, SIGABRT,
  SIGBUS and SIGILL signals to dump the Python traceback.
- Also print a traceback on SIGUSR2.
- borg change-passphrase: print key location (simplify making a backup of it)
- officially support Python 3.6 (setup.py: add Python 3.6 qualifier)
- tests:

  - vagrant / travis / tox: add Python 3.6 based testing
  - vagrant: fix openbsd repo, #2042
  - vagrant: fix the freebsd64 machine, #2037 #2067
  - vagrant: use python 3.5.3 to build binaries, #2078
  - vagrant: use osxfuse 3.5.4 for tests / to build binaries
    vagrant: improve darwin64 VM settings
  - travis: fix osxfuse install (fixes OS X testing on Travis CI)
  - travis: require succeeding OS X tests, #2028
  - travis: use latest pythons for OS X based testing
  - use pytest-xdist to parallelize testing
  - fix xattr test race condition, #2047
  - setup.cfg: fix pytest deprecation warning, #2050
- docs:

  - language clarification - VM backup FAQ
  - borg create: document how to backup stdin, #2013
  - borg upgrade: fix incorrect title levels
  - add CVE numbers for issues fixed in 1.0.9, #2106
- fix typos (taken from Debian package patch)
- remote: include data hexdump in "unexpected RPC data" error message
- remote: log SSH command line at debug level
- API_VERSION: use numberspaces, #2023
- remove .github from pypi package, #2051
- add pip and setuptools to requirements file, #2030
- SyncFile: fix use of fd object after close (cosmetic)
- Manifest.in: simplify, exclude \*.{so,dll,orig}, #2066
- ignore posix_fadvise errors in repository.py, #2095
  (works around issues with docker on ARM)
- make LoggedIO.close_segment reentrant, avoid reentrance
2017-08-05 10:25:46 +00:00
maya
e160d05d47 Updated devel/xulrunner192 to 1.9.2.28nb38 2017-08-05 09:39:23 +00:00
maya
07b0779508 xulrunner192: fix build on netbsd-current
This package uses a cdefs.h that originated out of BSD so redefines a lot
of macros normally in BSD's cdefs.h. avoid redefining if those macros
already exist.

Adjust GCC version check to match intention, it was GCC < 2.5 without
__attribute__, not every GCC with a minor below 5!

Patch from Chavdar Ivanov on pkgsrc-users, adjusted to be more conservative
by myself (it's likely some operating systems do need __BEGIN_DECLS!)

PKGREVISION->38 out of paranoia
2017-08-05 09:39:01 +00:00
mef
d61ad15928 Updated ham/fldigi to 4.0.8 2017-08-05 09:09:53 +00:00
mef
0b2838f9b1 ham/fldigi updated to 4.0.8
---------------------------------------------
=Version 4.0.8=
2017-07-21  David Freese  <iam_w1hkj@w1hkj.com>

        38b65ea: Executable pathname
        2a3c38b: rigCAT metering
        37d78b1: OS X autostart
        0006904: RigCAT i/o
        c0bf2f2: Doxygen build
        6e4f04c: Analysis modem
        c438ba6: XMLRPC rx stream

2017-07-13  Matt Roberts KK5YJ  <matt@kk5jy.net>
        4a6e7ce: RX text paste

2017-07-12  David Freese  <iam_w1hkj@w1hkj.com>
        ef36e76: FSQ triggers
        8517451: FSQ image

=Version 4.0.7=
        2f7b7b9: SCU-17 ptt
        9fc06d6: bindUDP

=Version 4.0.6=
        094ac3c: Documentation
        1715749: flmsg alert
        b3dd76d: Time Macros
        a3f27d2: Require PortAudio


=Version 4.0.5=
        254e717: Documentation update
        6164c26: TELNET timeout
        8922c5d: FD macros
        b0928a0: N3FJP PTT
        dcca120: Rx/Tx open/close
        a49cf18: xmlrpc configuration
        36a7fce: FSQ macros
        6aaec34: Consistency check fail
        7bcd89c: Audio Alerts
        5f65d2e: Restore defaults
        a9346cd: cw variable squelch
        8460fba: INSTALL/README/NEWS
        c2c9f38: CW Extended char set
        ad8e33e: County field
        64b397f: autostart on os x
        43b37fe: Rx Context Menu
        3aea3ca: Port Audio on Linux
        f994b6a: NEWS update
2017-08-05 09:09:44 +00:00
nros
d96f63f0ad Add patches to fix CVEs:
CVE-2017-7885
CVE-2017-7975
CVE-2017-7976
CVE-2017-9216
Bump PKGREVISION.
2017-08-05 08:03:05 +00:00
mef
30f0062c50 Updated cad/gtkwave to 3.3.82 2017-08-05 07:18:41 +00:00
mef
893a685a94 Updated cad/gtkwave to 3.3.82
-----------------------------
3.3.82  02jul17 Get sys_fst working with VCS VPI.
                Added string concatenations for vectors.
                Added asserts to ghwlib.c to make scan-view clean.
2017-08-05 07:18:29 +00:00
nros
22312c508f Add patch to fix CVE-2017-7483.
Bump PKGREVISION.
2017-08-05 07:00:20 +00:00
schmonz
f338683d7a Updated mail/qmail-run to 20170805 2017-08-05 03:03:33 +00:00
schmonz
fe83fea0d3 Fix "reload" and "hup" (broken in 20170729).
For all services where we set procname, prefix "nb". This makes it even
harder for observers to fail to notice that this isn't a Life with qmail
install, and happens to match the log tags already being applied.

Bump version.
2017-08-05 03:03:17 +00:00
wen
7f6206ce81 Updated editors/nano to 2.8.6 2017-08-05 01:37:22 +00:00
wen
4033b6e5e4 Update to 2.8.6
Upstream changes:
2017 July 21

GNU nano 2.8.6 "Kekulé" offers a new feature: the ability
to do softwrapping between words -- at whitespace --
instead of always at the edge of the screen.  This can
be activated with -a or --atblanks or 'set atblanks'
together with the softwrap option.  This release further
fixes a handful of rare display glitches, fixes a build
failure on AIX, harmonizes the quoting rules in the rc
files, and renames the option 'cut' to 'cutfromcursor'
(please update your nanorc files before 2020).
2017-08-05 01:35:49 +00:00
wen
5b8d0dcdb4 Updated textproc/p5-Text-Table to 1.133 2017-08-04 23:49:19 +00:00
wen
fb2056ab31 Update to 1.133
Upstream changes:
1.133   2017-08-04
    - Correct the URLs to the GitHub repositories.
        - https://rt.cpan.org/Ticket/Display.html?id=122708
        - Thanks to John Marino for the bug report.
    - Fix https://rt.cpan.org/Ticket/Display.html?id=118853 (doc typo)
        - Thanks to Rihards for the report.
    - Fix https://rt.cpan.org/Ticket/Display.html?id=118851 (grammar error)
        - Thanks to Rihards for the report.
2017-08-04 23:46:25 +00:00
taca
07cccb36fc Note update of PHP language packages.
lang/php70	7.0.22
	lang/php71	7.1.8
2017-08-04 23:09:54 +00:00
taca
e3c5fb2a25 Update php71 to 7.1.8.
* pkgsrc change: enable readline PKG_OPTIONS default.


03 Aug 2017, PHP 7.1.8

- Core:
  . Fixed bug #74832 (Loading PHP extension with already registered function
    name leads to a crash). (jpauli)
  . Fixed bug #74780 (parse_url() broken when query string contains colon).
    (jhdxr)
  . Fixed bug #74761 (Unary operator expected error on some systems). (petk)
  . Fixed bug #73900 (Use After Free in unserialize() SplFixedArray). (nikic)
  . Fixed bug #74923 (Crash when crawling through network share). (Anatol)
  . Fixed bug #74913 (fixed incorrect poll.h include). (petk)
  . Fixed bug #74906 (fixed incorrect errno.h include). (petk)

- Date:
  . Fixed bug #74852 (property_exists returns true on unknown DateInterval
    property). (jhdxr)

- OCI8:
  . Fixed bug #74625 (Integer overflow in oci_bind_array_by_name). (Ingmar Runge)

- Opcache:
  . Fixed bug #74623 (Infinite loop in type inference when using HTMLPurifier).
    (nikic)

- OpenSSL:
 . Fixed bug #74798 (pkcs7_en/decrypt does not work if \x0a is used in content).
   (Anatol)
 . Added OPENSSL_DONT_ZERO_PAD_KEY constant to prevent key padding and fix bug
   #71917 (openssl_open() returns junk on envelope < 16 bytes) and bug #72362
   (OpenSSL Blowfish encryption is incorrect for short keys). (Jakub Zelenka)

- PDO:
  . Fixed bug #69356 (PDOStatement::debugDumpParams() truncates query). (Adam
    Baratz)

- SPL:
  . Fixed bug #73471 (PHP freezes with AppendIterator). (jhdxr)

- SQLite3:
  . Fixed bug #74883 (SQLite3::__construct() produces "out of memory" exception
    with invalid flags). (Anatol)

- Wddx:
  . Fixed bug #73173 (huge memleak when wddx_unserialize).
    (tloi at fortinet dot com)

- zlib:
  . Fixed bug #73944 (dictionary option of inflate_init() does not work).
    (wapmorgan)
2017-08-04 23:08:47 +00:00
taca
b322bdf023 Update php70 to 7.0.22.
* pkgsrc change: enable readline PKG_OPTIONS default.

03 Aug 2017 PHP 7.0.22

- Core:
  . Fixed bug #74832 (Loading PHP extension with already registered function
    name leads to a crash). (jpauli)
  . Fixed bug #74780 (parse_url() borken when query string contains colon).
    (jhdxr)
  . Fixed bug #74761 (Unary operator expected error on some systems). (petk)
  . Fixed bug #73900 (Use After Free in unserialize() SplFixedArray). (nikic)
  . Fixed bug #74913 (fixed incorrect poll.h include). (petk)
  . Fixed bug #74906 (fixed incorrect errno.h include). (petk)

- Date:
  . Fixed bug #74852 (property_exists returns true on unknown DateInterval
    property). (jhdxr)

- OCI8:
  . Fixed bug #74625 (Integer overflow in oci_bind_array_by_name). (Ingmar Runge)

- Opcache:
  . Fixed bug #74840 (Opcache overwrites argument of GENERATOR_RETURN within
    finally). (Bob)

- PDO:
  . Fixed bug #69356 (PDOStatement::debugDumpParams() truncates query). (Adam
    Baratz)

- SPL:
  . Fixed bug #73471 (PHP freezes with AppendIterator). (jhdxr)

- SQLite3:
  . Fixed bug #74883 (SQLite3::__construct() produces "out of memory" exception
    with invalid flags). (Anatol)

- Wddx:
  . Fixed bug #73173 (huge memleak when wddx_unserialize).
    (tloi at fortinet dot com)

- zlib:
  . Fixed bug #73944 (dictionary option of inflate_init() does not work).
    (wapmorgan)
2017-08-04 23:07:28 +00:00
wiz
63b38ce07b Fix typo. 2017-08-04 20:03:17 +00:00
fhajny
c45cb24b53 Fix typo in bl3 reference 2017-08-04 19:32:25 +00:00
schmonz
49e8f07ef1 Use procname as the logger tag. No functional change. 2017-08-04 19:10:34 +00:00
kleink
49cc65e718 Added graphics/py-piexif version 1.0.12. 2017-08-04 18:51:27 +00:00
kleink
a0d88651af + py-piexif 2017-08-04 18:46:46 +00:00
schmonz
c752f71a1b Updated sysutils/daemontools-run to 20170804 2017-08-04 18:44:39 +00:00
schmonz
4a6e3b281a There might be more than one svscan(8) on a system: for instance, non-
root users might run their own svscans. We want to signal only the
svscan process responsible for this service. Use argv0(1) to set
procname to "nbsvscan".

Bump version.
2017-08-04 18:44:15 +00:00
kleink
90e939fe7c Import piexif 1.0.12 as graphics/py-piexif.
Exif manipulation with pure python script.

* Pure Python. So, it runs everywhere where Python runs.
* Easy exif manipulations. Read, write, remove...
* Documented.
2017-08-04 18:43:18 +00:00