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 b85eadf6d323597b09556bb4c93b3e86411e0dbf (commit) via cb6db3a114365f1ece75b64cbed6db0c2e748516 (commit) from fdf22456f1675a167abaca57e1ca017c99d0624d (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 b85eadf6d323597b09556bb4c93b3e86411e0dbf Merge: fdf2245 cb6db3a Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Oct 13 16:45:33 2012 +0200
Merge remote-tracking branch 'stevee/polarssl'
commit cb6db3a114365f1ece75b64cbed6db0c2e748516 Author: Stefan Schantl stefan.schantl@ipfire.org Date: Sat Oct 13 16:16:59 2012 +0200
polarssl: New package.
This is a build dependecy of pdns and will replace the shipped version from the pdns source code.
-----------------------------------------------------------------------
Summary of changes: polarssl/polarssl.nm | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 58 insertions(+), 0 deletions(-) create mode 100644 polarssl/polarssl.nm
Difference in files: diff --git a/polarssl/polarssl.nm b/polarssl/polarssl.nm new file mode 100644 index 0000000..4186ac5 --- /dev/null +++ b/polarssl/polarssl.nm @@ -0,0 +1,58 @@ +############################################################################### +# IPFire.org - An Open Source Firewall Solution # +# Copyright (C) - IPFire Development Team info@ipfire.org # +############################################################################### + +name = polarssl +version = 1.1.4 +release = 1 + +groups = System/Libraries +url = http://polarssl.org/ +license = GPLv2+ +summary = Light-weight cryptographic and SSL/TLS library. + +description + PolarSSL is a light-weight open source cryptographic and SSL/TLS + library written in C. PolarSSL makes it easy for developers to include + cryptographic and SSL/TLS capabilities in their (embedded) + applications with as little hassle as possible. + +end + +sources = %{thisapp}-gpl.tgz +source_dl = http://polarssl.org/code/releases/ + +build + requires + cmake >= 2.8.4-2 + perl + end + + prepare_cmds + %{cmake} \ + -D CMAKE_BUILD_TYPE:String="Release" \ + -D USE_SHARED_POLARSSL_LIBRARY:BOOL=1 . + end + + test + ctest --output-on-failure + end + + install_cmds + # Remove binaries which already will be provided from coreutils. + rm -rvf %{BUILDROOT}/usr/bin + end +end + +packages + package %{name} + + package %{name}-devel + template DEVEL + end + + package %{name}-debuginfo + template DEBUGINFO + end +end
hooks/post-receive -- IPFire 3.x development tree