[Lunar-commits] <moonbase-other> Merge branch 'master' of github.com:lunar-linux/moonbase-other

Stefan Wold ratler at lunar-linux.org
Sun Oct 26 22:37:00 CET 2014


commit 8bd6315e6552d8ea3d1080084c10389c0a35143a
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Sun, 26 Oct 2014 22:36:49 +0100
URL: https://github.com/lunar-linux/moonbase-other/commit/8bd6315e6552d8ea3d1080084c10389c0a35143a

Merge branch 'master' of github.com:lunar-linux/moonbase-other
---
  crypto/rng-tools/DEPENDS                | +3/-0     
  crypto/rng-tools/DETAILS                | +4/-4     
  crypto/rng-tools/systemd.d/rngd.service | +8/-0     
  distributed/rtorrent/BUILD              | +0/-3     
  distributed/rtorrent/DETAILS            | +3/-3     
  libs/libccd/DETAILS                     | +3/-3     
  libs/libtorrent/BUILD                   | +5/-4     
  libs/libtorrent/DETAILS                 | +3/-3     
  8 files changed, 29 insertions(+), 20 deletions(-)

--- /dev/null
+++ b/crypto/rng-tools/DEPENDS
@@ -0,0 +1,3 @@
+depends libgcrypt
+
+optional_depends "%UDEV" "" "" "For rng daemon support"
--- a/crypto/rng-tools/DETAILS
+++ b/crypto/rng-tools/DETAILS
@@ -1,13 +1,13 @@
           MODULE=rng-tools
-         VERSION=4
+         VERSION=5
           SOURCE=${MODULE}-${VERSION}.tar.gz
       SOURCE_URL=${SFORGE_URL}/gkernel/${MODULE}/${VERSION}/
-      SOURCE_VFY=sha1:b8b6d26fd9ae5c15f408854abcf6f5d7ca8bc974
+      SOURCE_VFY=sha1:3092768ac45315a5dcc0170d05566d1d00dbad96
         WEB_SITE=http://sourceforge.net/projects/gkernel/
          ENTERED=20131230
-         UPDATED=20131230
+         UPDATED=20141026
            SHORT="Hardware random number generation tools"
-cat <<EOF
+cat << EOF
 Random number generator related utilities:
     rngd
     rngtest
--- /dev/null
+++ b/crypto/rng-tools/systemd.d/rngd.service
@@ -0,0 +1,8 @@
+[Unit]
+Description=Hardware RNG Entropy Gatherer Daemon
+
+[Service]
+ExecStart=/usr/sbin/rngd -f --no-tpm=1 --rng-device=/dev/urandom
+
+[Install]
+WantedBy=multi-user.target
--- a/distributed/rtorrent/BUILD
+++ b/distributed/rtorrent/BUILD
@@ -1,9 +1,6 @@
-(
 
   bad_flags -fomit-frame-pointer &&
 
   default_build &&
 
   gather_docs TODO doc/rtorrent.rc
-
-) > $C_FIFO 2>&1
--- a/distributed/rtorrent/DETAILS
+++ b/distributed/rtorrent/DETAILS
@@ -1,11 +1,11 @@
           MODULE=rtorrent
-         VERSION=0.9.2
+         VERSION=0.9.4
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=http://libtorrent.rakshasa.no/downloads
-      SOURCE_VFY=sha1:2a642d722745091265037ed8929a23c237a3b99f
+      SOURCE_VFY=sha1:e997822e9b0d53cf8ecfb6b836e380065890e10d
         WEB_SITE=http://libtorrent.rakshasa.no
          ENTERED=20060704
-         UPDATED=20120506
+         UPDATED=20141026
            SHORT="A BitTorrent client using libtorrent"
 
 cat << EOF
--- a/libs/libccd/DETAILS
+++ b/libs/libccd/DETAILS
@@ -1,11 +1,11 @@
           MODULE=libccd
-         VERSION=1.4
+         VERSION=2.0
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=http://libccd.danfis.cz/files
-      SOURCE_VFY=sha1:abf924ad6e3f427d58734f67348de23970704cbd
+      SOURCE_VFY=sha1:f6ab9053c7f3b18a781c8be973c1844c4421936a
         WEB_SITE=http://libccd.danfis.cz
          ENTERED=20130417
-         UPDATED=20130417
+         UPDATED=20141026
            SHORT="collision detection between two convex shapes"
 
 cat << EOF
--- a/libs/libtorrent/BUILD
+++ b/libs/libtorrent/BUILD
@@ -1,7 +1,8 @@
-(
 
-  bad_flags -fomit-frame-pointer
+  bad_flags -fomit-frame-pointer &&
+
+  LDFLAGS+=" -lz" &&
+
   default_build  &&
-  gather_docs TODO
 
-) > $C_FIFO 2>&1
+  gather_docs TODO
--- a/libs/libtorrent/DETAILS
+++ b/libs/libtorrent/DETAILS
@@ -1,11 +1,11 @@
           MODULE=libtorrent
-         VERSION=0.13.2
+         VERSION=0.13.4
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=http://libtorrent.rakshasa.no/downloads
-      SOURCE_VFY=sha1:4f34a744fbe10c54aaf53d34681fabc1a49d7257
+      SOURCE_VFY=sha1:3a3ca87054d020bc376abe2c1ea15bbbaef31131
         WEB_SITE=http://libtorrent.rakshasa.no
          ENTERED=20060704
-         UPDATED=20120506
+         UPDATED=20141026
            SHORT="A BitTorrent library written in C++"
 
 cat << EOF




More information about the Lunar-commits mailing list