Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openwrt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Freifunk Luebeck
openwrt
Commits
a763be2a
Commit
a763be2a
authored
18 years ago
by
Felix Fietkau
Browse files
Options
Downloads
Patches
Plain Diff
upgrade to busybox 1.4.1
SVN-Revision: 6261
parent
c7d1c75f
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
package/busybox/Makefile
+2
-2
2 additions, 2 deletions
package/busybox/Makefile
package/busybox/patches/100-syslogd_segfault_fix.patch
+0
-11
0 additions, 11 deletions
package/busybox/patches/100-syslogd_segfault_fix.patch
with
2 additions
and
13 deletions
package/busybox/Makefile
+
2
−
2
View file @
a763be2a
...
...
@@ -9,13 +9,13 @@
include
$(TOPDIR)/rules.mk
PKG_NAME
:=
busybox
PKG_VERSION
:=
1.4.
0
PKG_VERSION
:=
1.4.
1
PKG_RELEASE
:=
1
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
.tar.bz2
PKG_SOURCE_URL
:=
http://www.busybox.net/downloads
\
http://distfiles.gentoo.org/distfiles/
PKG_MD5SUM
:=
f24a3c1e08bc55ec44381d588e8bcced
PKG_MD5SUM
:=
5728403bce309cdabcffa414e2e64052
PKG_CAT
:=
bzcat
PKG_BUILD_DIR
:=
$(
BUILD_DIR
)
/
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
...
...
This diff is collapsed.
Click to expand it.
package/busybox/patches/100-syslogd_segfault_fix.patch
deleted
100644 → 0
+
0
−
11
View file @
c7d1c75f
--- busybox-1.4.0/libbb/xreadlink.c Fri Jan 19 22:23:06 2007
+++ busybox-1.4.0-syslogd-n/libbb/xreadlink.c Tue Jan 23 22:35:45 2007
@@ -36,7 +36,7 @@
char *xmalloc_realpath(const char *path)
{
-#ifdef __GLIBC__
+#if defined(__GLIBC__) && !defined(__UCLIBC__)
/* glibc provides a non-standard extension */
return realpath(path, NULL);
#else
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment