From: git@ipfire.org
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 3.x development tree branch, master, updated. b85eadf6d323597b09556bb4c93b3e86411e0dbf
Date: Sat, 13 Oct 2012 16:45:46 +0200 [thread overview]
Message-ID: <20121013144547.69257200BF@argus.ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 3124 bytes --]
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(a)ipfire.org>
Date: Sat Oct 13 16:45:33 2012 +0200
Merge remote-tracking branch 'stevee/polarssl'
commit cb6db3a114365f1ece75b64cbed6db0c2e748516
Author: Stefan Schantl <stefan.schantl(a)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(a)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
reply other threads:[~2012-10-13 14:45 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20121013144547.69257200BF@argus.ipfire.org \
--to=git@ipfire.org \
--cc=ipfire-scm@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox