[Armadeus-commitlog] armadeus branch, master, updated. armadeus-4.1-146-g880ac84
Brought to you by:
sszy
|
From: jscheer <js...@us...> - 2012-03-16 16:43:01
|
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 "armadeus".
The branch, master has been updated
via 880ac84384eb614e4f25a9fbe27dcc16220c7f28 (commit)
from 2f02a624997a86fe947bc40f842a69c3fa336e0a (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 880ac84384eb614e4f25a9fbe27dcc16220c7f28
Author: Jeremie Scheer <jer...@ar...>
Date: Fri Mar 16 17:42:33 2012 +0100
[BUILDROOT] Fix patch passwd.expire.patch in OpenSSH package for BR 2012.02.
-----------------------------------------------------------------------
Summary of changes:
.../2012.02/045-openssh-add_passwd_expire.patch | 20 ++++++++++----------
1 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/patches/buildroot/2012.02/045-openssh-add_passwd_expire.patch b/patches/buildroot/2012.02/045-openssh-add_passwd_expire.patch
index 8d99ecb..939063e 100644
--- a/patches/buildroot/2012.02/045-openssh-add_passwd_expire.patch
+++ b/patches/buildroot/2012.02/045-openssh-add_passwd_expire.patch
@@ -1,18 +1,18 @@
Index: buildroot/package/openssh/openssh.passwdexpire.patch
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/openssh/openssh.passwdexpire.patch 2012-02-21 16:44:21.000000000 +0100
++++ buildroot/package/openssh/openssh.passwdexpire.patch 2012-03-16 17:29:59.000000000 +0100
@@ -0,0 +1,13 @@
-+--- openssh-4.6p1/configure.ac.org 2007-10-21 12:42:09.000000000 +0200
-++++ openssh-4.6p1/configure.ac 2007-10-21 13:11:50.000000000 +0200
-+@@ -3437,8 +3437,8 @@ if test -z "$disable_shadow" ; then
-+
++--- openssh-4.6p1/configure.ac.org 2012-03-16 17:23:11.000000000 +0100
+++++ openssh-4.6p1/configure.ac 2012-03-16 17:23:40.000000000 +0100
++@@ -3714,8 +3714,8 @@ if test -z "$disable_shadow" ; then
++
+ if test "x$sp_expire_available" = "xyes" ; then
-+ AC_MSG_RESULT(yes)
-+- AC_DEFINE(HAS_SHADOW_EXPIRE, 1,
++ AC_MSG_RESULT([yes])
++- AC_DEFINE([HAS_SHADOW_EXPIRE], [1],
+- [Define if you want to use shadow password expire field])
-++// AC_DEFINE(HAS_SHADOW_EXPIRE, 1,
+++// AC_DEFINE([HAS_SHADOW_EXPIRE], [1],
++// [Define if you want to use shadow password expire field])
+ else
-+ AC_MSG_RESULT(no)
-+ fi
++ AC_MSG_RESULT([no])
++ fi
hooks/post-receive
--
armadeus
|