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 b4bde197ee791e1d8b725f274a4f54593319a05f (commit) via 0ee6048f60fae9519265499e4a2dbfee9a44809d (commit) via 6514572f328020ffdbdb0fa8efb4f46ae6e3e028 (commit) from 5c16bb1ac0c13a057b26a8187a44178d4189416b (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 b4bde197ee791e1d8b725f274a4f54593319a05f Merge: 0ee6048 6514572 Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Dec 12 22:20:12 2012 +0100
Merge remote-tracking branch 'stevee/hdparm-update'
commit 0ee6048f60fae9519265499e4a2dbfee9a44809d Author: Stefan Schantl stefan.schantl@ipfire.org Date: Wed Dec 12 20:51:46 2012 +0100
zd1211-firmware: New package.
Fixes #10108.
commit 6514572f328020ffdbdb0fa8efb4f46ae6e3e028 Author: Stefan Schantl stefan.schantl@ipfire.org Date: Wed Dec 12 19:30:00 2012 +0100
hdparm: Update to 9.43.
Fixes #10257.
-----------------------------------------------------------------------
Summary of changes: hdparm/hdparm.nm | 2 +- zd1211-firmware/zd1211-firmware.nm | 40 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 zd1211-firmware/zd1211-firmware.nm
Difference in files: diff --git a/hdparm/hdparm.nm b/hdparm/hdparm.nm index 2f9b5fb..9e445b8 100644 --- a/hdparm/hdparm.nm +++ b/hdparm/hdparm.nm @@ -4,7 +4,7 @@ ###############################################################################
name = hdparm -version = 9.39 +version = 9.43 release = 1
groups = Applications/Hardware diff --git a/zd1211-firmware/zd1211-firmware.nm b/zd1211-firmware/zd1211-firmware.nm new file mode 100644 index 0000000..5ba916f --- /dev/null +++ b/zd1211-firmware/zd1211-firmware.nm @@ -0,0 +1,40 @@ +############################################################################### +# IPFire.org - An Open Source Firewall Solution # +# Copyright (C) - IPFire Development Team info@ipfire.org # +############################################################################### + +name = zd1211-firmware +version = 1.4 +release = 1 +arch = noarch + +maintainer = Arne Fitzenreiter arne.fitzenreiter@ipfire.org +groups = System/Libraries +url = http://sourceforge.net/projects/zd1211/ +license = GPLv2 +summary = Firmware Binaries for ZyDAS ZD1211 WLAN USB devices. + +description + This package contains the firmware files needed for the zd1211 devices to work. +end + +source_dl = http://sourceforge.net/projects/zd1211/files/%%7Bname%7D/%%7Bversion%7D/ +sources = %{thisapp}.tar.bz2 + +build + DIR_APP = %{DIR_SRC}/%{name} + + build + : # Nothing to do. + end + + install + mkdir -pv %{BUILDROOT}%{prefix}/lib/firmware/zd1211/ + cp -prv zd1211_* %{BUILDROOT}%{prefix}/lib/firmware/zd1211/ + cp -prv zd1211b_* %{BUILDROOT}%{prefix}/lib/firmware/zd1211/ + end +end + +packages + package %{name} +end
hooks/post-receive -- IPFire 3.x development tree