SHA256
1
0
forked from pool/samba

- Fix segfault in iconv.c which caused a null pointer dereference; (bso#8433).

- Use /var/run for the cifs state file in the init script too; (bnc#710304).
- Fix CUPS print job IDs; (bso#7288); (bnc#701257).

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=184
This commit is contained in:
Lars Müller
2011-09-01 21:06:45 +00:00
committed by Git OBS Bridge
parent 2d6196efb0
commit 349de04aad
6 changed files with 58 additions and 43 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Sep 1 20:54:52 UTC 2011 - lmuelle@suse.de
- Fix segfault in iconv.c which caused a null pointer dereference; (bso#8433).
-------------------------------------------------------------------
Wed Aug 31 16:10:03 UTC 2011 - lmuelle@suse.de
- Use /var/run for the cifs state file in the init script too; (bnc#710304).
-------------------------------------------------------------------
Tue Aug 30 21:38:12 UTC 2011 - lmuelle@suse.de
@@ -216,6 +226,11 @@ Tue Jul 26 20:44:01 UTC 2011 - lmuelle@suse.de
affected by a cross-site request forgery; CVE-2011-2522; (bso#8290);
(bnc#705241).
-------------------------------------------------------------------
Wed Jul 20 11:05:27 CEST 2011 - ddiss@suse.de
- Fix CUPS print job IDs; (bso#7288); (bnc#701257).
-------------------------------------------------------------------
Thu Jul 14 10:26:22 UTC 2011 - lmuelle@suse.de