./sysutils/radmind, Remote file administration and integrity tool

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2013Q4, Version: 1.14.1nb3, Package name: radmind-1.14.1nb3, Maintainer: hauke

radmind is a suite of Unix command-line tools and a server designed
to remotely administer the file systems of multiple Unix machines.
At its core, radmind operates as a tripwire. It is able to detect
changes to any managed filesystem object, e.g. files, directories,
links, etc. However, radmind goes further than just integrity
checking: once a change is detected, radmind can optionally reverse
the change.


Master sites:

SHA1: 26f37f1c002384a9c609e688d6cee2fa15b6d0d2
RMD160: 6b925083ef9dce2de21ebb0ffef287b1ffe9173d
Filesize: 394.095 KB

Version history: (Expand)


CVS history: (Expand)


   2014-01-08 19:53:27 by Matthias Scheler | Files touched by this commit (20) | Package updated
Log message:
Pullup ticket #4289 - requested by hauke
sysutils/radmind: bug fix patch

Revisions pulled up:
- sysutils/radmind/Makefile                                     1.33-1.34
- sysutils/radmind/distinfo                                     1.19
- sysutils/radmind/patches/patch-Makefile.in                    1.1
- sysutils/radmind/patches/patch-aa                             deleted
- sysutils/radmind/patches/patch-ab                             deleted
- sysutils/radmind/patches/patch-ac                             deleted
- sysutils/radmind/patches/patch-ae                             deleted
- sysutils/radmind/patches/patch-command.c                      1.1
- sysutils/radmind/patches/patch-command.h                      1.1
- sysutils/radmind/patches/patch-config.h.in                    1.1
- sysutils/radmind/patches/patch-configure                      1.1
- sysutils/radmind/patches/patch-configure.ac                   1.1
- sysutils/radmind/patches/patch-ktcheck.c                      1.1
- sysutils/radmind/patches/patch-largefile.h                    1.1
- sysutils/radmind/patches/patch-lcksum.c                       1.1
- sysutils/radmind/patches/patch-libsnet_snet.c                 1.1
- sysutils/radmind/patches/patch-ra.sh                          1.1
- sysutils/radmind/patches/patch-retr.c                         1.1
- sysutils/radmind/patches/patch-transcript.c                   1.1
- sysutils/radmind/patches/patch-update.c                       1.1

---
   Module Name:    pkgsrc
   Committed By:   hauke
   Date:           Wed Jan  8 11:54:04 UTC 2014

   Modified Files:
           pkgsrc/sysutils/radmind: Makefile distinfo
   Added Files:
           pkgsrc/sysutils/radmind/patches: patch-Makefile.in
   patch-command.c
               patch-command.h patch-config.h.in patch-configure
               patch-configure.ac patch-ktcheck.c patch-largefile.h
   patch-lcksum.c
               patch-libsnet_snet.c patch-ra.sh patch-retr.c
   patch-transcript.c
               patch-update.c
   Removed Files:
           pkgsrc/sysutils/radmind/patches: patch-aa patch-ab patch-ac
   patch-ae

   Log message:
   Back-port and complete the fixes from radmind HEAD to support 64 bit
   time_t on NetBSD 6+.

   The configure patch had to be generated with autoconf downgraded to 2.61 -
   leave it to autohell to ruin your day...

   While we are here, shake, rattle & roll the patches.

   The resulting gyrations finally fix PR pkg/46555

---
   Module Name:    pkgsrc
   Committed By:   hauke
   Date:           Wed Jan  8 12:11:40 UTC 2014

   Modified Files:
           pkgsrc/sysutils/radmind: Makefile

   Log message:
   The package's build system does not ensure libsnet is built before
   linking to it, so mark unsafe for parallel makes.