Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
650
Issues
650
List
Boards
Labels
Service Desk
Milestones
Merge Requests
215
Merge Requests
215
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
b0050a9b
Commit
b0050a9b
authored
Oct 26, 2010
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testing/iscs-scst-grsec: build fix for 2.6.35 kernel
parent
002aa4f7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
1 deletion
+14
-1
testing/iscsi-scst-grsec/2.6.35.patch
testing/iscsi-scst-grsec/2.6.35.patch
+11
-0
testing/iscsi-scst-grsec/APKBUILD
testing/iscsi-scst-grsec/APKBUILD
+3
-1
No files found.
testing/iscsi-scst-grsec/2.6.35.patch
0 → 100644
View file @
b0050a9b
--- ./kernel/conn.c.orig
+++ ./kernel/conn.c
@@ -86,7 +86,7 @@
switch (sk->sk_family) {
case AF_INET:
snprintf(buf, sizeof(buf),
- "%u.%u.%u.%u", NIPQUAD(inet_sk(sk)->daddr));
+ "%u.%u.%u.%u", NIPQUAD(inet_sk(sk)->inet_daddr));
break;
case AF_INET6:
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,29)
testing/iscsi-scst-grsec/APKBUILD
View file @
b0050a9b
...
...
@@ -26,6 +26,7 @@ makedepends="linux-${_flavor}-dev=${_kernelver} scst-grsec-dev"
subpackages
=
source
=
"http://downloads.sourceforge.net/scst/
$_realname
-
$_realver
.tar.gz
config.c.patch
2.6.35.patch
"
_ksrc
=
/usr/src/linux-headers-
${
_abi_release
}
...
...
@@ -57,4 +58,5 @@ package() {
}
md5sums
=
"56109c01e3d4421a36d6f47efa1fb0d5 iscsi-scst-1.0.1.1.tar.gz
48e21e3466fd819418f29e3b2487f052 config.c.patch"
48e21e3466fd819418f29e3b2487f052 config.c.patch
d2490c86d9138226ec674997817a163b 2.6.35.patch"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment