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
florin65 committed Sep 22, 2014
2 parents 1281d79 + 8421f6e commit a4beb14
Show file tree
Hide file tree
Showing 70 changed files with 294 additions and 137 deletions.
6 changes: 6 additions & 0 deletions bluetooth/bluez-5/BUILD
@@ -1,6 +1,12 @@

mkdir -p /etc/bluetooth &&

if in_depends $MODULE systemd ; then
OPTS+=" --enable-systemd --disable-udev"
else
OPTS+=" --enable-udev --disable-systemd"
fi &&

default_build &&

install profiles/*/*.conf /etc/bluetooth/ &&
Expand Down
2 changes: 1 addition & 1 deletion bluetooth/bluez-5/DEPENDS
Expand Up @@ -3,5 +3,5 @@ depends dbus-glib
depends psmisc
depends libical

optional_depends "%UDEV" "--enable-udev --enable-systemd" "--disable-udev --disable-systemd" "for udev/systemd support"
optional_depends "%UDEV" "" "--disable-udev --disable-systemd" "for udev/systemd support"
optional_depends "cups" "--enable-cups" "--disable-cups" "to enable cups printing support"
8 changes: 4 additions & 4 deletions crypto/ccid/DETAILS
@@ -1,11 +1,11 @@
MODULE=ccid
VERSION=1.4.12
VERSION=1.4.18
SOURCE=${MODULE}-${VERSION}.tar.bz2
SOURCE_URL=https://alioth.debian.org/frs/download.php/file/3937/
SOURCE_VFY=sha1:a14a99ff6575d311dad083a066b80e4e0b6b8731
SOURCE_URL=https://alioth.debian.org/frs/download.php/file/4111
SOURCE_VFY=sha256:5fdba97a2d2eb1c652b7dd4aa0bb8cee4814bab0cf61aecb84b32b57272541aa
WEB_SITE="http://pcsclite.alioth.debian.org/ccid.html"
ENTERED=20131012
UPDATED=20131012
UPDATED=20140921
SHORT="A generic USB Chip/Smart Card Interface Devices driver"
cat <<EOF
Provides the source code for a generic USB CCID (Chip/Smart Card
Expand Down
8 changes: 4 additions & 4 deletions devel/git/DETAILS
@@ -1,14 +1,14 @@
MODULE=git
VERSION=2.1.0
VERSION=2.1.1
SOURCE=$MODULE-$VERSION.tar.xz
SOURCE2=$MODULE-manpages-$VERSION.tar.xz
SOURCE_URL=http://www.kernel.org/pub/software/scm/git/
SOURCE2_URL=http://www.kernel.org/pub/software/scm/git/
SOURCE_VFY=sha1:d647e6a7a1989f6a8152a96e96e089735552d34c
SOURCE2_VFY=sha1:45935d16d81428db1a47caef613f304870f9b24c
SOURCE_VFY=sha256:66cdbf7c714d71599892dc853a40f09418b3856af953a32c22f6f3e7f41f3030
SOURCE2_VFY=sha256:110e73463c2393880a88dd9eaabe051bdba0eb0103fcbe270e0b57f4a8320209
WEB_SITE=http://git-scm.com
ENTERED=20050707
UPDATED=20140816
UPDATED=20140921
SHORT="Fast version control system"

cat << EOF
Expand Down
8 changes: 4 additions & 4 deletions devel/opensc/DETAILS
@@ -1,11 +1,11 @@
MODULE=opensc
VERSION=0.13.0
VERSION=0.14.0
SOURCE=${MODULE}-${VERSION}.tar.gz
SOURCE_URL=http://surfnet.dl.sourceforge.net/project/opensc/OpenSC/opensc-0.13.0/
SOURCE_VFY=sha1:9285ccbed7b49f63e488c8fb1b3e102994a28218
SOURCE_URL=$SFORGE_URL/opensc/
SOURCE_VFY=sha256:facdca215f74d999b286ae246ada8d8fcb97ce58f0a6dd30d8b1c180101e9bf0
WEB_SITE="https://github.com/OpenSC/OpenSC/wiki"
ENTERED=20131012
UPDATED=20131012
UPDATED=20140921
SHORT="Libraries and applications to access smartcards"
cat <<EOF
OpenSC provides a set of libraries and utilities to work with
Expand Down
6 changes: 3 additions & 3 deletions zbeta/spice-protocol/DETAILS → devel/spice-protocol/DETAILS
@@ -1,12 +1,12 @@
MODULE=spice-protocol
VERSION=0.12.5
VERSION=0.12.7
SOURCE=${MODULE}-${VERSION}.tar.bz2
SOURCE_URL=http://spice-space.org/download/releases/
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_VFY=sha256:feacb14940cdcc10214ec8cdc2198d880e54eb206e6d65a9bddf8360b27f7bf9
SOURCE_VFY=sha256:96c6cb73361816ed19bfd8536f65d4547da35709aa00af1380e650c1174916c2
WEB_SITE="http://spice-space.org/"
ENTERED=20130203
UPDATED=20130511
UPDATED=20140920
SHORT="headers defining protocols"
cat <<EOF
Spice headers defining protocols.
Expand Down
2 changes: 1 addition & 1 deletion zbeta/gtk-vnc/BUILD → libs/gtk-vnc/BUILD
@@ -1,6 +1,6 @@

OPTS+=" --disable-static \
--with-gtk=2.0 \
--with-gtk=3.0 \
--with-python"

default_build
6 changes: 6 additions & 0 deletions libs/gtk-vnc/DEPENDS
@@ -0,0 +1,6 @@
depends Python
depends libgcrypt
depends gnutls
depends gtk+-3
depends pygobject2
optional_depends vala "--enable-vala" "--disable-vala" "for VALA bindings"
6 changes: 3 additions & 3 deletions zbeta/gtk-vnc/DETAILS → libs/gtk-vnc/DETAILS
@@ -1,12 +1,12 @@
MODULE=gtk-vnc
VERSION=0.5.1
VERSION=0.5.3
SOURCE=${MODULE}-${VERSION}.tar.xz
SOURCE_URL=http://ftp.gnome.org/pub/gnome/sources/gtk-vnc/0.5/
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_VFY=sha256:1ad1847a23f8ea8fbf2396de46c51ec0900ee3698cde4e205760518cd1e01a40
SOURCE_VFY=sha256:d490a6c8f40e550d43aef0043ce3bec498ec220d5eb3dc5cdcff8fd561149caf
WEB_SITE="http://live.gnome.org/gtk-vnc"
ENTERED=20130203
UPDATED=20130203
UPDATED=20140920
SHORT="A VNC viewer widget for GTK"
cat <<EOF
A VNC viewer widget for GTK.
Expand Down
2 changes: 2 additions & 0 deletions libs/libvirt-glib/BUILD
@@ -0,0 +1,2 @@
OPTS+=" --disable-static --with-python=/usr/bin/python"
default_build
3 changes: 3 additions & 0 deletions libs/libvirt-glib/DEPENDS
@@ -0,0 +1,3 @@
depends libvirt
depends intltool
depends gobject-introspection
12 changes: 12 additions & 0 deletions libs/libvirt-glib/DETAILS
@@ -0,0 +1,12 @@
MODULE=libvirt-glib
VERSION=0.1.9
SOURCE=${MODULE}-${VERSION}.tar.gz
SOURCE_URL=ftp://libvirt.org/libvirt/glib
SOURCE_VFY=sha256:053b36260ea70d740e27fe99ac67d714d23cf93d563c3342fa00593ec185a958
WEB_SITE="http://libvirt.org/"
ENTERED=20140920
UPDATED=20140920
SHORT="GLib bindings for libvirt"
cat <<EOF
GLib bindings for libvirt.
EOF
6 changes: 3 additions & 3 deletions libs/libyubikey/DETAILS
@@ -1,12 +1,12 @@
MODULE=libyubikey
VERSION=1.11
VERSION=1.12
SOURCE=${MODULE}-${VERSION}.tar.gz
SOURCE_URL=http://opensource.yubico.com/yubico-c/releases
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_VFY=sha1:a939abc129ed66af193d979765a8d8ac59ad7c40
SOURCE_VFY=sha256:b95387f791dad4d2544282299800f016736c363838e1e732f199bf90eba717b8
WEB_SITE="http://yubico.com/"
ENTERED=20131006
UPDATED=20140118
UPDATED=20140921
SHORT="Yubico C low-level library"
cat <<EOF
Yubico C low-level library.
Expand Down
2 changes: 1 addition & 1 deletion zbeta/spice-gtk/BUILD → libs/spice-gtk/BUILD
@@ -1,6 +1,6 @@

OPTS+=" --disable-static \
--with-gtk=2.0 \
--with-gtk=3.0 \
--enable-smartcard=no"

default_build
2 changes: 1 addition & 1 deletion zbeta/spice-gtk/DEPENDS → libs/spice-gtk/DEPENDS
@@ -1,4 +1,4 @@
depends gtk+-2
depends gtk+-3
depends pixman
depends gobject-introspection
depends Python
Expand Down
6 changes: 3 additions & 3 deletions zbeta/spice-gtk/DETAILS → libs/spice-gtk/DETAILS
@@ -1,12 +1,12 @@
MODULE=spice-gtk
VERSION=0.19
VERSION=0.25
SOURCE=${MODULE}-${VERSION}.tar.bz2
SOURCE_URL=http://spice-space.org/download/gtk/
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_VFY=sha256:43588f68c03d271ea139ec7366db04872c780577bf8a08584d5c2bff001981cf
SOURCE_VFY=sha256:0730c6a80ad9f5012f65927d443377019f300573f7ccc93db84eadec462ad087
WEB_SITE="http://spice-space.org/"
ENTERED=20130203
UPDATED=20130511
UPDATED=20140920
SHORT="a GTK+2 and GTK+3 SPICE widget"
PSAFE=no

Expand Down
6 changes: 3 additions & 3 deletions libs/ykclient/DETAILS
@@ -1,11 +1,11 @@
MODULE=ykclient
VERSION=2.12
VERSION=2.13
SOURCE=${MODULE}-${VERSION}.tar.gz
SOURCE_URL=http://opensource.yubico.com/yubico-c-client/releases/
SOURCE_VFY=sha1:518ce53ba9ef61a619f9150778f19fad23014a9c
SOURCE_VFY=sha256:92b0e8d3f9911392c5f10de045c4fbc604423f22a3a6bd37d2cf4a97839181d3
WEB_SITE="http://yubico.com/"
ENTERED=20131006
UPDATED=20140118
UPDATED=20140921
SHORT="Library written in C for validating YubiKey OTPs against YubiCloud"
cat <<EOF
Library written in C for validating YubiKey OTPs against YubiCloud.
Expand Down
3 changes: 3 additions & 0 deletions net/ofono/CONFIGURE
Expand Up @@ -4,3 +4,6 @@ mquery ENABLE_ESTI "Enable ETSI AT modem support?" y "--enable-atmodem" "--disab
mquery ENABLE_CDMA "Enable CDMA AT modem support?" y "--enable-cdmamodem" "--disable-cdmamodem"
mquery ENABLE_SIM "Enable Phone simulator support?" y "--enable-phonesim" "--disable-phonesim"
mquery ENABLE_ISI "Enable PhoNet/ISI modem support?" y "--enable-isimodem" "--disable-isimodem"
mquery ENABLE_DIALIP "Enable dialup deamon support?" y "--enable-dundee" "--disable-dundee"
mquery ENBALE_PROVISION "Enalbe provisioning support?" y "--enable-provision" "--disable-provision"
mquery ENABLE_TEST_TOOLS "Enable testing tool?" y "--enable-tools" "--disable-tools"
1 change: 0 additions & 1 deletion net/ofono/DEPENDS
Expand Up @@ -3,4 +3,3 @@ depends mobile-broadband-provider-info

optional_depends "%BLUEZ" "--enable-bluetooth" "--disable-bluetooth" "for bluetooth support"
optional_depends "%UDEV" "--enable-udev" "--disable-udev" "for udev support"
optional_depends "libcap-ng" "--enable-capng" "--disable-capng" "for POSIX capabilites support"
6 changes: 3 additions & 3 deletions net/ofono/DETAILS
@@ -1,11 +1,11 @@
MODULE=ofono
VERSION=1.6
VERSION=1.15
SOURCE=$MODULE-$VERSION.tar.xz
SOURCE_URL=http://www.kernel.org/pub/linux/network/ofono/
SOURCE_VFY=sha1:fba06b822ffb54fdf8e6e4ff422f9ac4b83e4b81
SOURCE_VFY=sha1:2c3883b7f82c4530120e42a618f23ef32546744c
WEB_SITE=http://ofono.org/
ENTERED=20110815
UPDATED=20120904
UPDATED=20140921
SHORT="open source telephony"

cat << EOF
Expand Down
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions zbeta/spice/DETAILS → net/spice/DETAILS
@@ -1,12 +1,12 @@
MODULE=spice
VERSION=0.12.2
VERSION=0.12.5
SOURCE=${MODULE}-${VERSION}.tar.bz2
SOURCE_URL=http://spice-space.org/download/releases/
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_VFY=sha256:5654fac02f5568088ea01979088d539f4e95551568dd709ec197e965cf8612d5
SOURCE_VFY=sha256:4209a20d8f67cb99a8a6ac499cfe79a18d4ca226360457954a223d6795c2f581
WEB_SITE="http://spice-space.org/"
ENTERED=20130203
UPDATED=20130203
UPDATED=20140920
SHORT="SPICE server and client."
cat <<EOF
SPICE server and client.
Expand Down
3 changes: 3 additions & 0 deletions python/libvirt-python/BUILD
@@ -0,0 +1,3 @@
python setup.py build &&
prepare_install &&
python setup.py install
2 changes: 2 additions & 0 deletions python/libvirt-python/DEPENDS
@@ -0,0 +1,2 @@
depends Python
depends libvirt
13 changes: 13 additions & 0 deletions python/libvirt-python/DETAILS
@@ -0,0 +1,13 @@
MODULE=libvirt-python
VERSION=1.2.8
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://libvirt.org/sources/python
SOURCE_VFY=sha256:0f3709680b6e054253bf81ebc535f1bf5da648f8cd55167578a2dacd3eebb9d8
WEB_SITE=http://libvirt.org/
ENTERED=20140920
UPDATED=20140920
SHORT="libvirt python binding"

cat << EOF
libvirt python binding.
EOF
1 change: 1 addition & 0 deletions python/pyopenssl/DEPENDS
@@ -1,2 +1,3 @@
depends setuptools
depends openssl
depends Python
3 changes: 3 additions & 0 deletions python/python2-ipaddr/BUILD
@@ -0,0 +1,3 @@
python setup.py build &&
prepare_install &&
python setup.py install
2 changes: 2 additions & 0 deletions python/python2-ipaddr/DEPENDS
@@ -0,0 +1,2 @@
depends Python
depends setuptools
14 changes: 14 additions & 0 deletions python/python2-ipaddr/DETAILS
@@ -0,0 +1,14 @@
MODULE=python2-ipaddr
VERSION=2.1.11
SOURCE=ipaddr-$VERSION.tar.gz
SOURCE_URL=https://pypi.python.org/packages/source/i/ipaddr
SOURCE_VFY=sha256:1b555b8a8800134fdafe32b7d0cb52f5bdbfdd093707c3dd484c5ea59f1d98b7
SOURCE_DIRECTORY=$BUILD_DIRECTORY/ipaddr-$VERSION
WEB_SITE=http://code.google.com/p/ipaddr-py/
ENTERED=20140920
UPDATED=20140920
SHORT="An IPv4/IPv6 manipulation library in Python"

cat << EOF
An IPv4/IPv6 manipulation library in Python.
EOF
2 changes: 2 additions & 0 deletions python/python2-ipy/BUILD
@@ -0,0 +1,2 @@
prepare_install &&
python setup.py install --prefix=/usr
1 change: 1 addition & 0 deletions python/python2-ipy/DEPENDS
@@ -0,0 +1 @@
depends Python
15 changes: 15 additions & 0 deletions python/python2-ipy/DETAILS
@@ -0,0 +1,15 @@
MODULE=python2-ipy
VERSION=0.81
SOURCE=IPy-$VERSION.tar.gz
SOURCE_URL=http://cheeseshop.python.org/packages/source/I/IPy
SOURCE_VFY=sha256:4bc17a9b5e72e893a034e77193b82c2bc321ddf8d8c345281f2bb81bb007b939
SOURCE_DIRECTORY=$BUILD_DIRECTORY/IPy-$VERSION
WEB_SITE=https://pypi.python.org/pypi/IPy
ENTERED=20140920
UPDATED=20140920
SHORT="Python class and tools for handling of IPv4 and IPv6 addresses and networks."

cat << EOF
Python class and tools for handling of IPv4 and IPv6 addresses and
networks.
EOF
3 changes: 3 additions & 0 deletions security/fail2ban/BUILD
@@ -0,0 +1,3 @@
python setup.py build_ext -i &&
prepare_install &&
python setup.py install
2 changes: 2 additions & 0 deletions security/fail2ban/DEPENDS
@@ -0,0 +1,2 @@
depends iptables
depends Python
16 changes: 16 additions & 0 deletions security/fail2ban/DETAILS
@@ -0,0 +1,16 @@
MODULE=fail2ban
VERSION=0.8.13
SOURCE=${MODULE}-${VERSION}.tar.gz
SOURCE_URL=https://github.com/fail2ban/fail2ban/releases/download/$VERSION/
SOURCE_VFY=sha256:854e641b194fa76e2b9579e4440e9b6dad4055bdd316b109df639658bfc7007f
WEB_SITE="http://www.find2ban.org/"
ENTERED=20140806
UPDATED=20140806
SHORT="Log file scanner to detect malicious activity"
cat << EOF
Fail2ban scans log files (e.g. /var/log/apache/error_log) and bans IPs
that show the malicious signs -- too many password failures, seeking for
exploits, etc. Generally Fail2Ban is then used to update firewall rules
to reject the IP addresses for a specified amount of time, although any
arbitrary other action (e.g. sending an email) could also be configured.
EOF
14 changes: 14 additions & 0 deletions security/fail2ban/systemd.d/fail2ban.service
@@ -0,0 +1,14 @@
[Unit]
Description=Fail2ban security service
After=syslog.target network.target

[Service]
Type=forking
PIDFile=/run/fail2ban/fail2ban.pid
ExecStart=/usr/bin/fail2ban-client -x start
ExecReload=/usr/bin/fail2ban-client reload
ExecStop=/usr/bin/fail2ban-client stop
Restart=always

[Install]
WantedBy=multi-user.target
1 change: 1 addition & 0 deletions security/fail2ban/tmpfiles.d/fail2ban.conf
@@ -0,0 +1 @@
D /run/fail2ban 0755 root root -
6 changes: 3 additions & 3 deletions security/pam_yubico/DETAILS
@@ -1,11 +1,11 @@
MODULE=pam_yubico
VERSION=2.14
VERSION=2.17
SOURCE=${MODULE}-${VERSION}.tar.gz
SOURCE_URL=http://opensource.yubico.com/yubico-pam/releases/
SOURCE_VFY=sha1:3dd6bddce69785c5d61ae0f64ba568e1a81498a1
SOURCE_VFY=sha256:974a827ad960c1e7ce7b90338c319587aa878cf44d43c954e4af7cd843bbf571
WEB_SITE="http://yubico.com/"
ENTERED=20131006
UPDATED=20131006
UPDATED=20140921
SHORT="Yubico Pluggable Authentication Module (PAM)"
cat <<EOF
Yubico Pluggable Authentication Module (PAM).
Expand Down
6 changes: 3 additions & 3 deletions utils/etckeeper/DETAILS
@@ -1,11 +1,11 @@
MODULE=etckeeper
VERSION=1.10
VERSION=1.14
SOURCE=${MODULE}-${VERSION}.tar.bz2
SOURCE_URL=git://git.kitenet.net/etckeeper:1.10
SOURCE_URL=git://git.kitenet.net/etckeeper:$VERSION
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
WEB_SITE="http://kitenet.net/~joey/code/etckeeper/"
ENTERED=20131123
UPDATED=20131123
UPDATED=20140920
SHORT="Utility to let /etc be stored in a git, hg or bzr repository"
cat <<EOF
Utility to let /etc be stored in a git, hg or bzr repository.
Expand Down
8 changes: 4 additions & 4 deletions utils/pcsc-lite/DETAILS
@@ -1,11 +1,11 @@
MODULE=pcsc-lite
VERSION=1.8.8
VERSION=1.8.11
SOURCE=${MODULE}-${VERSION}.tar.bz2
SOURCE_URL=https://alioth.debian.org/frs/download.php/file/3862/
SOURCE_VFY=sha1:714efaaaf5333e4a04309efd3a6dbc8e7edc61ce
SOURCE_URL=https://alioth.debian.org/frs/download.php/file/3991
SOURCE_VFY=sha256:945041c94c53959ae5a767616a4ec5099fe67f549bfd344e8bd0cfe7a3c71ac6
WEB_SITE="https://alioth.debian.org/projects/pcsclite/"
ENTERED=20131012
UPDATED=20131012
UPDATED=20140921
SHORT="PC/SC Architecture smartcard middleware library"
cat <<EOF
Middleware to access a smart card using SCard API (PC/SC).
Expand Down

0 comments on commit a4beb14

Please sign in to comment.