Skip to content

Commit

Permalink
Merge branch 'master' of github.com:lunar-linux/moonbase-other
Browse files Browse the repository at this point in the history
  • Loading branch information
Ratler committed Oct 26, 2014
2 parents 12eaea2 + 27a1248 commit 8bd6315
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 20 deletions.
3 changes: 3 additions & 0 deletions crypto/rng-tools/DEPENDS
@@ -0,0 +1,3 @@
depends libgcrypt

optional_depends "%UDEV" "" "" "For rng daemon support"
8 changes: 4 additions & 4 deletions 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
Expand Down
8 changes: 8 additions & 0 deletions 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
3 changes: 0 additions & 3 deletions distributed/rtorrent/BUILD
@@ -1,9 +1,6 @@
(

bad_flags -fomit-frame-pointer &&

default_build &&

gather_docs TODO doc/rtorrent.rc

) > $C_FIFO 2>&1
6 changes: 3 additions & 3 deletions 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
Expand Down
6 changes: 3 additions & 3 deletions 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
Expand Down
9 changes: 5 additions & 4 deletions 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
6 changes: 3 additions & 3 deletions 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
Expand Down

0 comments on commit 8bd6315

Please sign in to comment.