commit:     ab05af49d04c811aae4fe293282f819540e22288
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  4 14:59:52 2014 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue Nov  4 14:59:52 2014 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/hardened-patchset.git;a=commit;h=ab05af49

Grsec/PaX: 3.0-3.2.63-201411020808

---
 3.2.63/0000_README                                            |  2 +-
 ...11.patch => 4420_grsecurity-3.0-3.2.63-201411020808.patch} | 11 ++++++++++-
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/3.2.63/0000_README b/3.2.63/0000_README
index 1c94b09..dc58512 100644
--- a/3.2.63/0000_README
+++ b/3.2.63/0000_README
@@ -170,7 +170,7 @@ Patch:      1062_linux-3.2.63.patch
 From:  http://www.kernel.org
 Desc:  Linux 3.2.63
 
-Patch: 4420_grsecurity-3.0-3.2.63-201410312211.patch
+Patch: 4420_grsecurity-3.0-3.2.63-201411020808.patch
 From:  http://www.grsecurity.net
 Desc:  hardened-sources base patch from upstream grsecurity
 

diff --git a/3.2.63/4420_grsecurity-3.0-3.2.63-201410312211.patch 
b/3.2.63/4420_grsecurity-3.0-3.2.63-201411020808.patch
similarity index 99%
rename from 3.2.63/4420_grsecurity-3.0-3.2.63-201410312211.patch
rename to 3.2.63/4420_grsecurity-3.0-3.2.63-201411020808.patch
index 82f3ff6..ab7ff79 100644
--- a/3.2.63/4420_grsecurity-3.0-3.2.63-201410312211.patch
+++ b/3.2.63/4420_grsecurity-3.0-3.2.63-201411020808.patch
@@ -105155,7 +105155,7 @@ index c69358c..d1e5855 100644
  
  static int tcp6_seq_show(struct seq_file *seq, void *v)
 diff --git a/net/ipv6/udp.c b/net/ipv6/udp.c
-index f8bec1e..8628321 100644
+index f8bec1e..e2c60f8 100644
 --- a/net/ipv6/udp.c
 +++ b/net/ipv6/udp.c
 @@ -50,6 +50,10 @@
@@ -105206,6 +105206,15 @@ index f8bec1e..8628321 100644
                bh_unlock_sock(sk);
                sock_put(sk);
                goto discard;
+@@ -1362,7 +1369,7 @@ static struct sk_buff *udp6_ufo_fragment(struct sk_buff 
*skb, u32 features)
+       fptr = (struct frag_hdr *)(skb_network_header(skb) + unfrag_ip6hlen);
+       fptr->nexthdr = nexthdr;
+       fptr->reserved = 0;
+-      ipv6_select_ident(fptr, (struct rt6_info *)skb_dst(skb));
++      fptr->identification = skb_shinfo(skb)->ip6_frag_id;
+ 
+       /* Fragment the skb. ipv6 header and the remaining fields of the
+        * fragment header are updated in ipv6_gso_segment()
 @@ -1409,8 +1416,13 @@ static void udp6_sock_seq_show(struct seq_file *seq, 
struct sock *sp, int bucket
                   0, 0L, 0,
                   sock_i_uid(sp), 0,

Reply via email to