This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via bbf8af865e6dd38e5856e3d224de951d57aef8e5 (commit) via 93d2421b0afe392812355f7e34aae7d71d3c2b2a (commit) via 28fc657e98cde4ef49ef6d9bc87637b26e147521 (commit) via 79e213a35f7780069013c7902aba35aab75cafda (commit) via 3112ef3217dfea625723f1fbd4fa88dc6e77c55f (commit) via 9d3d3934a3e9fa0fbc6eb2d0f62e7374018f5552 (commit) from 09da68fa7600118fc7f46a30689faa69afe1f177 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit bbf8af865e6dd38e5856e3d224de951d57aef8e5 Author: Michael Tremer michael.tremer@ipfire.org Date: Sun Aug 7 14:05:34 2011 +0200
wireless-regdb: Fix broken maintainer.
commit 93d2421b0afe392812355f7e34aae7d71d3c2b2a Author: Michael Tremer michael.tremer@ipfire.org Date: Sun Aug 7 14:04:55 2011 +0200
Fix whitespace errors.
commit 28fc657e98cde4ef49ef6d9bc87637b26e147521 Merge: 09da68f 79e213a Author: Michael Tremer michael.tremer@ipfire.org Date: Sun Aug 7 14:04:03 2011 +0200
Merge remote-tracking branch 'arne_f/crda'
commit 79e213a35f7780069013c7902aba35aab75cafda Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sun Aug 7 10:32:10 2011 +0000
crda: new pakage.
Fixes #215.
commit 3112ef3217dfea625723f1fbd4fa88dc6e77c55f Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sun Aug 7 10:19:28 2011 +0000
wireless-regdb: new package needed for crda.
commit 9d3d3934a3e9fa0fbc6eb2d0f62e7374018f5552 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sun Aug 7 10:14:50 2011 +0000
python:m2crypto: new package needed for crda.
-----------------------------------------------------------------------
Summary of changes: pkgs/{lm-sensors/lm-sensors.nm => crda/crda.nm} | 32 ++++++++----------- .../python-m2crypto.nm} | 26 ++++++++-------- .../hwdata.nm => wireless-regdb/wireless-regdb.nm} | 26 ++++++++-------- 3 files changed, 40 insertions(+), 44 deletions(-) copy pkgs/{lm-sensors/lm-sensors.nm => crda/crda.nm} (71%) copy pkgs/{python-tornado/python-tornado.nm => python-m2crypto/python-m2crypto.nm} (79%) copy pkgs/{hwdata/hwdata.nm => wireless-regdb/wireless-regdb.nm} (74%)
Difference in files: diff --git a/pkgs/crda/crda.nm b/pkgs/crda/crda.nm new file mode 100644 index 0000000..5bf401d --- /dev/null +++ b/pkgs/crda/crda.nm @@ -0,0 +1,51 @@ +############################################################################### +# # +# IPFire.org - A linux based firewall # +# Copyright (C) 2007, 2008 Michael Tremer & Christian Schmidt # +# # +# This program is free software: you can redistribute it and/or modify # +# it under the terms of the GNU General Public License as published by # +# the Free Software Foundation, either version 3 of the License, or # +# (at your option) any later version. # +# # +# This program is distributed in the hope that it will be useful, # +# but WITHOUT ANY WARRANTY; without even the implied warranty of # +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # +# GNU General Public License for more details. # +# # +# You should have received a copy of the GNU General Public License # +# along with this program. If not, see http://www.gnu.org/licenses/. # +# # +############################################################################### + +############################################################################### +# Definitions +############################################################################### + +include $(PKGROOT)/Include + +PKG_NAME = crda +PKG_VER = 1.1.1 +PKG_REL = 1 + +PKG_MAINTAINER = Arne Fitzenreiter arne.fitzenreiter@ipfire.org +PKG_GROUPS = Network/Wireless +PKG_URL = http://linuxwireless.org/en/developers/Regulatory/CRDA +PKG_LICENSE = ISC +PKG_SUMMARY = Regulatory compliance daemon for 802.11 wireless networking. + +PKG_BUILD_DEPS+= libgcrypt-devel libnl-devel python-m2crypto wireless-regdb +PKG_DEPS += wireless-regdb + +define PKG_DESCRIPTION + CRDA acts as the udev helper for communication between the kernel \ + and userspace for regulatory compliance. It relies on nl80211 \ + for communication. CRDA is intended to be run only through udev \ + communication from the kernel. +endef + +PKG_TARBALL = $(THISAPP).tar.bz2 + +define STAGE_PREPARE_CMDS + cp -vf /usr/lib/crda/pubkeys/root.key.pub.pem $(DIR_APP)/pubkeys/ +endef diff --git a/pkgs/python-m2crypto/python-m2crypto.nm b/pkgs/python-m2crypto/python-m2crypto.nm new file mode 100644 index 0000000..edbe3d5 --- /dev/null +++ b/pkgs/python-m2crypto/python-m2crypto.nm @@ -0,0 +1,54 @@ +############################################################################### +# # +# IPFire.org - A linux based firewall # +# Copyright (C) 2007, 2008 Michael Tremer & Christian Schmidt # +# # +# This program is free software: you can redistribute it and/or modify # +# it under the terms of the GNU General Public License as published by # +# the Free Software Foundation, either version 3 of the License, or # +# (at your option) any later version. # +# # +# This program is distributed in the hope that it will be useful, # +# but WITHOUT ANY WARRANTY; without even the implied warranty of # +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # +# GNU General Public License for more details. # +# # +# You should have received a copy of the GNU General Public License # +# along with this program. If not, see http://www.gnu.org/licenses/. # +# # +############################################################################### + +############################################################################### +# Definitions +############################################################################### + +include $(PKGROOT)/Include + +PKG_NAME = python-m2crypto +PKG_VER = 0.21.1 +PKG_REL = 1 + +PKG_MAINTAINER = +PKG_GROUPS = Development/Libraries +PKG_URL = http://wiki.osafoundation.org/bin/view/Projects/MeTooCrypto +PKG_LICENSE = MIT +PKG_SUMMARY = Support for using OpenSSL in python scripts. + +PKG_BUILD_DEPS+= python-devel openssl-devel swig + +define PKG_DESCRIPTION + This package allows you to call OpenSSL functions from python scripts. +endef + +THISAPP = M2Crypto-$(PKG_VER) + +PKG_TARBALL = $(THISAPP).tar.gz + +define STAGE_BUILD + cd $(DIR_APP) && CFLAGS="$(CFLAGS)" python setup.py build +endef + +define STAGE_INSTALL + cd $(DIR_APP) && python setup.py install --skip-build --root=$(BUILDROOT) +endef + diff --git a/pkgs/wireless-regdb/wireless-regdb.nm b/pkgs/wireless-regdb/wireless-regdb.nm new file mode 100644 index 0000000..11987e8 --- /dev/null +++ b/pkgs/wireless-regdb/wireless-regdb.nm @@ -0,0 +1,48 @@ +############################################################################### +# # +# IPFire.org - A linux based firewall # +# Copyright (C) 2007, 2008 Michael Tremer & Christian Schmidt # +# # +# This program is free software: you can redistribute it and/or modify # +# it under the terms of the GNU General Public License as published by # +# the Free Software Foundation, either version 3 of the License, or # +# (at your option) any later version. # +# # +# This program is distributed in the hope that it will be useful, # +# but WITHOUT ANY WARRANTY; without even the implied warranty of # +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # +# GNU General Public License for more details. # +# # +# You should have received a copy of the GNU General Public License # +# along with this program. If not, see http://www.gnu.org/licenses/. # +# # +############################################################################### + +############################################################################### +# Definitions +############################################################################### + +include $(PKGROOT)/Include + +PKG_NAME = wireless-regdb +PKG_VER = 2011.04.28 +PKG_REL = 2 +PKG_ARCH = noarch + +PKG_MAINTAINER = Arne Fitzenreiter arne.fitzenreiter@ipfire.org +PKG_GROUPS = Network/Wireless +PKG_URL = http://wireless.kernel.org/en/developers/Regulatory/ +PKG_LICENSE = ISC +PKG_SUMMARY = Linux wireless regulatory database. + +PKG_BUILD_DEPS+= python python-m2crypto + +define PKG_DESCRIPTION + This package contains the wireless regulatory database used by all \ + cfg80211 based Linux wireless drivers. The wireless database being \ + used is maintained by John Linville, the Linux wireless kernel maintainer \ + http://wireless.kernel.org/en/develop. +endef + +PKG_TARBALL = $(THISAPP).tar.bz2 +
hooks/post-receive -- IPFire 3.x development tree