Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jean-Paul Smets
slapos
Commits
f8c4b84a
Commit
f8c4b84a
authored
Feb 12, 2014
by
Kazuhiko Shiozaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rename patch files.
parent
34c3a673
Changes
8
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
3 additions
and
29 deletions
+3
-29
component/bison/bison-drop.gets.patch
component/bison/bison-drop.gets.patch
+0
-0
component/bison/buildout.cfg
component/bison/buildout.cfg
+1
-1
component/cpio/buildout.cfg
component/cpio/buildout.cfg
+1
-1
component/cpio/cpio-drop.gets.patch
component/cpio/cpio-drop.gets.patch
+0
-0
component/gzip/drop.gets.patch
component/gzip/drop.gets.patch
+0
-13
component/m4/drop.gets.patch
component/m4/drop.gets.patch
+0
-13
component/tar/buildout.cfg
component/tar/buildout.cfg
+1
-1
component/tar/tar-drop.gets.patch
component/tar/tar-drop.gets.patch
+0
-0
No files found.
component/bison/drop.gets.patch
→
component/bison/
bison-
drop.gets.patch
View file @
f8c4b84a
File moved
component/bison/buildout.cfg
View file @
f8c4b84a
...
...
@@ -9,7 +9,7 @@ recipe = hexagonit.recipe.download
url = ${:_profile_base_location_}/${:filename}
md5sum = ac06cbaa298ac686d0b0c04bc03e6ad8
download-only = true
filename = drop.gets.patch
filename =
bison-
drop.gets.patch
[bison]
virtual-depends = ${bison-drop.gets.patch:md5sum}
...
...
component/cpio/buildout.cfg
View file @
f8c4b84a
...
...
@@ -7,7 +7,7 @@ recipe = hexagonit.recipe.download
url = ${:_profile_base_location_}/${:filename}
md5sum = 6c79cb9caf407063543efff93647c450
download-only = true
filename = drop.gets.patch
filename =
cpio-
drop.gets.patch
[cpio]
virtual-depends =
...
...
component/cpio/drop.gets.patch
→
component/cpio/
cpio-
drop.gets.patch
View file @
f8c4b84a
File moved
component/gzip/drop.gets.patch
deleted
100644 → 0
View file @
34c3a673
diff -ur gzip-1.4.orig/lib/stdio.in.h gzip-1.4/lib/stdio.in.h
--- gzip-1.4.orig/lib/stdio.in.h 2010-01-20 14:20:36.000000000 +0100
+++ gzip-1.4/lib/stdio.in.h 2012-07-23 16:20:24.299373437 +0200
@@ -125,7 +125,9 @@
so any use of gets warrants an unconditional warning. Assume it is
always declared, since it is required by C89. */
#undef gets
+#if defined(__GLIBC__) && !defined(__UCLIBC__) && !__GLIBC_PREREQ(2, 16)
_GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
+#endif
#if @GNULIB_FOPEN@
# if @REPLACE_FOPEN@
component/m4/drop.gets.patch
deleted
100644 → 0
View file @
34c3a673
diff -ur m4-1.4.16.orig/lib/stdio.in.h m4-1.4.16/lib/stdio.in.h
--- m4-1.4.16.orig/lib/stdio.in.h 2011-03-01 17:39:29.000000000 +0100
+++ m4-1.4.16/lib/stdio.in.h 2012-07-23 09:28:57.945703705 +0200
@@ -162,7 +162,9 @@
so any use of gets warrants an unconditional warning. Assume it is
always declared, since it is required by C89. */
#undef gets
+#if defined(__GLIBC__) && !defined(__UCLIBC__) && !__GLIBC_PREREQ(2, 16)
_GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
+#endif
#if @GNULIB_FOPEN@
# if @REPLACE_FOPEN@
component/tar/buildout.cfg
View file @
f8c4b84a
...
...
@@ -7,7 +7,7 @@ recipe = hexagonit.recipe.download
url = ${:_profile_base_location_}/${:filename}
md5sum = 9352820566aa3534a04bd269c9f89f48
download-only = true
filename = drop.gets.patch
filename =
tar-
drop.gets.patch
[tar]
virtual-depends = ${tar-drop.gets.patch:md5sum}
...
...
component/tar/drop.gets.patch
→
component/tar/
tar-
drop.gets.patch
View file @
f8c4b84a
File moved
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