public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
From: git@ipfire.org
To: ipfire-scm@lists.ipfire.org
Subject: [IPFire-SCM] [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 8f17b54f9686052a7bc5708ad9eb96fe99463363
Date: Wed, 02 May 2012 19:45:04 +0200	[thread overview]
Message-ID: <20120502174513.638BC20084@argus.ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 6120 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 2.x development tree".

The branch, next has been updated
       via  8f17b54f9686052a7bc5708ad9eb96fe99463363 (commit)
       via  9c166bf2a6a3d8d8df1ad29b6e631671cc33536d (commit)
       via  9f82cdb1f8a804b52ab28f6dfb42b08b90e1197c (commit)
       via  de887913ee5c688b8500ec7f6dbe376ce436d492 (commit)
      from  fdec4318350a85de39a2bef8a0ea32fdb89d8cab (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 8f17b54f9686052a7bc5708ad9eb96fe99463363
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date:   Wed May 2 19:42:02 2012 +0200

    openssl: security update to 0.9.8w. (CVE-2012-2131).
    
    SN1 BIO incomplete fix (CVE-2012-2131)
    =======================================
    
    It was discovered that the fix for CVE-2012-2110 released on 19 Apr
    2012 was not sufficient to correct the issue for OpenSSL 0.9.8.
    
    Please see http://www.openssl.org/news/secadv_20120419.txt for details
    of that vulnerability.
    
    This issue only affects OpenSSL 0.9.8v.  OpenSSL 1.0.1a and 1.0.0i
    already contain a patch sufficient to correct CVE-2012-2110.
    
    Thanks to Red Hat for discovering and fixing this issue.
    
    Affected users should upgrade to 0.9.8w.
    
    References
    ==========
    
    URL for this Security Advisory:
    http://www.openssl.org/news/secadv_20120424.txt

commit 9c166bf2a6a3d8d8df1ad29b6e631671cc33536d
Merge: fdec431 9f82cdb
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date:   Wed May 2 16:55:26 2012 +0200

    Merge branch 'master' into next

-----------------------------------------------------------------------

Summary of changes:
 config/rootfiles/common/openssl |    2 +-
 html/cgi-bin/samba.cgi          |    4 ++--
 lfs/openssl                     |    4 ++--
 lfs/samba                       |    8 ++++----
 4 files changed, 9 insertions(+), 9 deletions(-)

Difference in files:
diff --git a/config/rootfiles/common/openssl b/config/rootfiles/common/openssl
index bc1ac49..02e4c1c 100644
--- a/config/rootfiles/common/openssl
+++ b/config/rootfiles/common/openssl
@@ -1116,7 +1116,6 @@ usr/lib/libssl.so.0.9.8
 #usr/share/man/man3/dsa.3
 #usr/share/man/man3/ecdsa.3
 #usr/share/man/man3/engine.3
-#usr/share/man/man3/err.3
 #usr/share/man/man3/evp.3
 #usr/share/man/man3/hmac.3
 #usr/share/man/man3/i2d_ASN1_OBJECT.3
@@ -1164,6 +1163,7 @@ usr/lib/libssl.so.0.9.8
 #usr/share/man/man3/md5.3
 #usr/share/man/man3/mdc2.3
 #usr/share/man/man3/pem.3
+#usr/share/man/man3/rand.3
 #usr/share/man/man3/rc4.3
 #usr/share/man/man3/ripemd.3
 #usr/share/man/man3/rsa.3
diff --git a/html/cgi-bin/samba.cgi b/html/cgi-bin/samba.cgi
index 57970db..27856ca 100644
--- a/html/cgi-bin/samba.cgi
+++ b/html/cgi-bin/samba.cgi
@@ -2,7 +2,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2005-2010  IPFire Team                                        #
+# Copyright (C) 2005-2012  IPFire Team  <info(a)ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -77,7 +77,7 @@ my %servicenames = ('SMB Daemon' => 'smbd','NetBIOS Nameserver' => 'nmbd');
 
 $sambasettings{'WORKGRP'} = 'homeip.net';
 $sambasettings{'NETBIOSNAME'} = 'IPFire';
-$sambasettings{'SRVSTRING'} = 'Samba running on IPFire 2.9';
+$sambasettings{'SRVSTRING'} = 'Samba running on IPFire 2.x';
 $sambasettings{'INTERFACES'} = '';
 $sambasettings{'SECURITY'} = 'share';
 $sambasettings{'OSLEVEL'} = '33';
diff --git a/lfs/openssl b/lfs/openssl
index 9d559e1..c58c048 100644
--- a/lfs/openssl
+++ b/lfs/openssl
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 0.9.8u
+VER        = 0.9.8w
 
 THISAPP    = openssl-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = cb41e94f762ed63e41d1cca2b8430ede
+$(DL_FILE)_MD5 = 4ceb7d570e42c094b360cc7b8e848a0b
 
 install : $(TARGET)
 
diff --git a/lfs/samba b/lfs/samba
index 781a342..e27ee08 100644
--- a/lfs/samba
+++ b/lfs/samba
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2011  IPFire Team  <info(a)ipfire.org>                     #
+# Copyright (C) 2007-2012  IPFire Team  <info(a)ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 3.5.13
+VER        = 3.5.15
 
 THISAPP    = samba-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = samba
-PAK_VER    = 38
+PAK_VER    = 40
 
 DEPS       = "cups"
 
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = ceb91e31218e337ae8d47b35f03518ca
+$(DL_FILE)_MD5 = 2d72c044bdfd854ee2ab736326da3afd
 
 install : $(TARGET)
 


hooks/post-receive
--
IPFire 2.x development tree

                 reply	other threads:[~2012-05-02 17: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=20120502174513.638BC20084@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