* [IPFire-SCM] [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 8bb5e0ba399f5b565b38facdc832ff16fea9ac31
@ 2012-04-28 12:33 git
0 siblings, 0 replies; only message in thread
From: git @ 2012-04-28 12:33 UTC (permalink / raw)
To: ipfire-scm
[-- Attachment #1: Type: text/plain, Size: 7830 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 8bb5e0ba399f5b565b38facdc832ff16fea9ac31 (commit)
via da8a3136a6db1ff3a30bf119e7b4ad250815fcf7 (commit)
via 3328cc87b7505b4e66805913a11cc316297f4ab0 (commit)
via d9a91f62476812f4bbd481bced1048d305fe0d70 (commit)
via 9dd56eb955340c06f4072bd4f8c28001b0b95fdf (commit)
via 2539110e0b34d09eb275574a9e13cd99fcc41059 (commit)
via b1544cedd8d359b8eb05bfc3f2a9d2b917ada8f8 (commit)
via 20787c11f492ab5012ad1ec064c432d65a8ddc94 (commit)
via 7228dab76cf25bd7cf4dfadcbfc2f0308becd70f (commit)
from 92d120f24d331a364c4314b8cb7d2faabc389c0d (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 8bb5e0ba399f5b565b38facdc832ff16fea9ac31
Merge: da8a313 9dd56eb
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Sat Apr 28 14:32:58 2012 +0200
Merge remote-tracking branch 'maniacikarus/proxy'
commit da8a3136a6db1ff3a30bf119e7b4ad250815fcf7
Merge: 3328cc8 7228dab
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Sat Apr 28 14:32:39 2012 +0200
Merge remote-tracking branch 'maniacikarus/clamav'
commit 3328cc87b7505b4e66805913a11cc316297f4ab0
Merge: d9a91f6 b1544ce
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Sat Apr 28 14:32:19 2012 +0200
Merge remote-tracking branch 'maniacikarus/authconfig'
commit d9a91f62476812f4bbd481bced1048d305fe0d70
Merge: 2539110 20787c1
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Sat Apr 28 14:32:10 2012 +0200
Merge remote-tracking branch 'maniacikarus/libpwquality'
commit 9dd56eb955340c06f4072bd4f8c28001b0b95fdf
Author: Christian Schmidt <christian.schmidt(a)ipfire.org>
Date: Sat Apr 28 13:59:01 2012 +0200
c-icap: Added modules dependecy.
commit 2539110e0b34d09eb275574a9e13cd99fcc41059
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Sat Apr 28 13:44:45 2012 +0200
midgnightcommander: updated to 4.8.3.
version update.
commit b1544cedd8d359b8eb05bfc3f2a9d2b917ada8f8
Author: Christian Schmidt <christian.schmidt(a)ipfire.org>
Date: Fri Apr 27 21:53:54 2012 +0200
authconfig: Added runtime dependcy libpwquality.
commit 20787c11f492ab5012ad1ec064c432d65a8ddc94
Author: Stefan Schantl <stefan.schantl(a)ipfire.org>
Date: Fri Apr 27 21:50:44 2012 +0200
libpwquality: Added because it is a new dependency by authconfig.
commit 7228dab76cf25bd7cf4dfadcbfc2f0308becd70f
Author: Christian Schmidt <christian.schmidt(a)ipfire.org>
Date: Fri Apr 27 19:00:34 2012 +0200
clamav: Update to minor release 0.97.4.
ClamAV 0.97.4 includes minor bugfixes, detection improvements and
initial support for on-access scanning under Mac OS X (see
contrib/ClamAuth).
Add an extra package for databases files.
-----------------------------------------------------------------------
Summary of changes:
authconfig/authconfig.nm | 7 +++-
c_icap/c_icap.nm | 3 +-
clamav/clamav.nm | 22 ++++++++++++++-
libpwquality/libpwquality.nm | 57 ++++++++++++++++++++++++++++++++++++++++++
mc/mc.nm | 2 +-
5 files changed, 85 insertions(+), 6 deletions(-)
create mode 100644 libpwquality/libpwquality.nm
Difference in files:
diff --git a/authconfig/authconfig.nm b/authconfig/authconfig.nm
index e23aa66..ff6b878 100644
--- a/authconfig/authconfig.nm
+++ b/authconfig/authconfig.nm
@@ -5,7 +5,7 @@
name = authconfig
version = 6.2.2
-release = 2
+release = 3
groups = System/Base
url = https://fedorahosted.org/authconfig
@@ -72,7 +72,10 @@ end
packages
package %{name}
- requires += newt-python
+ requires
+ libpwquality
+ newt-python
+ end
end
package %{name}-devel
diff --git a/c_icap/c_icap.nm b/c_icap/c_icap.nm
index bf873ec..53d74bc 100644
--- a/c_icap/c_icap.nm
+++ b/c_icap/c_icap.nm
@@ -5,7 +5,7 @@
name = c_icap
version = 0.1.7
-release = 1
+release = 2
maintainer = Christian Schmidt <christian.schmidt(a)ipfire.org>
groups = Networking/Daemons
@@ -49,6 +49,7 @@ end
packages
package %{name}
+ requires = %{name}_modules
end
package %{name}-debuginfo
diff --git a/clamav/clamav.nm b/clamav/clamav.nm
index ae809eb..2bb9ca6 100644
--- a/clamav/clamav.nm
+++ b/clamav/clamav.nm
@@ -4,8 +4,8 @@
###############################################################################
name = clamav
-version = 0.97
-release = 3
+version = 0.97.4
+release = 1
groups = System Environment/Daemons
url = http://www.clamav.net
@@ -64,10 +64,17 @@ end
packages
package %{name}
+ requires
+ %{name}-libs = %{thisver}
+ end
end
package %{name}-libs
template LIBS
+
+ requires
+ %{name}-databases = %{thisver}
+ end
end
package %{name}-devel
@@ -77,4 +84,15 @@ packages
package %{name}-debuginfo
template DEBUGINFO
end
+
+ package %{name}-databases
+ summary = Clamav Virus Databases.
+ description
+ Shipped virus databases needed for virus scanning.
+ end
+
+ files
+ %{localstatedir}/lib/%{name}
+ end
+ end
end
diff --git a/libpwquality/libpwquality.nm b/libpwquality/libpwquality.nm
new file mode 100644
index 0000000..5cc4f6e
--- /dev/null
+++ b/libpwquality/libpwquality.nm
@@ -0,0 +1,57 @@
+###############################################################################
+# IPFire.org - An Open Source Firewall Solution #
+# Copyright (C) - IPFire Development Team <info(a)ipfire.org> #
+###############################################################################
+
+name = libpwquality
+version = 1.0.0
+release = 1
+
+groups = System/Base
+url = https://fedorahosted.org/libpwquality/
+license = BSD or GPL+
+summary = A library for password generation and password quality checking.
+
+description
+ This is a library for password quality checks and generation of random
+ passwords that pass the checks. This library uses the cracklib and
+ cracklib dictionaries to perform some of the checks.
+end
+
+source_dl = http://fedorahosted.org/releases/l/i/libpwquality/
+sources = %{thisapp}.tar.bz2
+
+build
+ requires
+ cracklib-devel
+ gettext
+ pam-devel
+ python-devel
+ end
+end
+
+packages
+ package %{name}
+
+ package python-%{name}
+ summary = Python bindings for the libpwquality library.
+ description
+ This is pwquality Python module that provides Python bindings
+ for the libpwquality library. These bindings can be used
+ for easy password quality checking and generation of random
+ pronounceable passwords from Python applications.
+ end
+
+ files
+ %{libdir}/python*
+ end
+ end
+
+ package %{name}-devel
+ template DEVEL
+ end
+
+ package %{name}-debuginfo
+ template DEBUGINFO
+ end
+end
diff --git a/mc/mc.nm b/mc/mc.nm
index 1b26b16..fcba89f 100644
--- a/mc/mc.nm
+++ b/mc/mc.nm
@@ -4,7 +4,7 @@
###############################################################################
name = mc
-version = 4.8.2
+version = 4.8.3
release = 1
groups = Applications/System
hooks/post-receive
--
IPFire 3.x development tree
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-04-28 12:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-28 12:33 [IPFire-SCM] [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 8bb5e0ba399f5b565b38facdc832ff16fea9ac31 git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox