Commit Graph

147 Commits

Author SHA256 Message Date
Stephan Kulow
98e41eb980 Accepting request 247683 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/247683
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/busybox?expand=0&rev=40
2014-09-07 09:08:33 +00:00
eff82f8634 Accepting request 247618 from home:AndreasStieger:branches:Base:System
busybox 1.22.1

OBS-URL: https://build.opensuse.org/request/show/247618
OBS-URL: https://build.opensuse.org/package/show/Base:System/busybox?expand=0&rev=31
2014-09-05 10:53:52 +00:00
Stephan Kulow
e60fec11ed Accepting request 211087 from Base:System
- Update to version 1.21.1
  + fixes for ntfs detection (big-endian fix)
  + xz decompression of concatenated streams
  + mdev acquired a [ENV=regex;] extension instead of undocumented
    subsystem match hack it used to have prior to 1.21.x. 
- Changes from 1.21.0
  + udhcpc: gracefully handle packets with CHECKSUM_PARTIAL
  + ifupdown: improve compatibility with Debian
  + get_linux_version_code: don't fail on Linux version strings
    like "3.0-foo"
  + build system: fix build failure when only gunzip is selected
  + CONFIG_PID_FILE_PATH: new configuration option for pidfile paths
  + declare strings with ALIGN1, as appropriate
  + nanddump: use the right operator of logic AND
  + nanddump: skip bad blocks when instructed to do so
  + nanddump: invert the meaning of the -o parameter to match upstream
  + mount: fix -o user=foo mishandling, fix unc= generation, add prefixpath=
  + build system: fix build of kconfig on Darwin
  + tar: support -J, --xz explicit compression option
  + simplify copyright/license notice that appears in the binary
  + mdev: tell kernel that we didn't find the firmware
  + lineedit: fix Alt-D when cursor==0
  + lineedit: histfile can get emptied when CONFIG_FEATURE_EDITING_SAVE_ON_EXIT=y
  + build system: stop .eh_frame generation
  + build system: fix build failure when compressed help is selected, but bz2 compression is not
  + scripts/kconfig/mconf: work on systems w/o SIGWINCH
  + platform.h: disable ALIGNn macros for s390[x]
  + adduser: install to /usr, not /, like all other similar tools
  + ash: fix "read -s" + ^C. Closes 5504
  + ash: fix a bug in >${varexp} handling. Closes 5282
  + ash: implement export -n
  + ash: revert wrong "fix" for an apparent memory leak. Closes 5822
  + awk: fix FS assignment behavior. Closes 5108
  + awk: make -F STR interpret escape sequences. Closes 5126
  + brctl: fix build failure by s/strtotimeval/bb_strtotimeval/ (android has strtotimeval)
  + busybox: tweak help text and copyright year
  + decompress_uncompress: comment out debug printout on corrupted data
  + decompress_uncompress: move 'code' variable into loop - sole user
  + dhcpd: write lease file on exit
  + dpkg: fix creation of .list files (were empty since b768aeb). Closes 5324
  + du: document incompatibility with standard tool
  + examples/mdev_fat.conf: small addition
  + find: if DESKTOP=y, support -wholename (synonym for -path)
  + find: make -mindepth N -xdev correctly stop on mountpoints
  + ftpd: fix MDTM's month value. Closes 5336
  + ftpd: free allocated string on error path
  + getty: fix for NOCTTY killing us with SIGHUP
  + grep: fix grep -Fw not respecting the -w option. Closes 5792
  + ifconfig: do not accept "ifconfig eth0 up 1.2.3.4/17" (ip with mask). Closes 5786
  + libbb: correctness/size tweaks in signal-related helpers
  + lineedit: in !EDITING config, return -1 on fgets error
  + login: increase login name size limit from 32 to 64
  + lpr: don't send 0-byte print jobs (compat)
  + man: fix handling of gzipped manpages
  + mdev: add support for $DEVNAME and /dev/mdev.log debug aid
  + mdev: fix mode of dir1 in =dir1/dir2/file rule
  + mdev: remove undocumented subsystem/devname matching hack
  + mdev: when found, print major,minor into mdev.log
  + modprobe_small: make rmmod to NOT remove dependencies. Closes 5162
  + mount: do not pass "comment=ANYTHING" option to kernel. Closes 5240
  + mount: fix the wrongly stored fs creation time
  + mount: set up RO loop device if mount -o ro. Closes 4784
  + mount: support strictatime option. Closes 5240
  + ntpd: on time step, kill all outstanding replies from other peers
  + sed: fix handling of s/// which has empty matches
  + sed: fix zero chars match/replace
  + sha3: make size/speed optimization decision configurable
  + syslogd: do not segfault on parse error when using default config. Closes 5762
  + telnet: convert CR -> CR LF, not CR -> CR NUL when sending data to server
  + telnet: convert Enter -> CR LF in line mode too
  + tftpd: fix -u USER to work with chroot. Closes 5348
  + top/ps: argv0:"gdm-session-worker [pam/gdm-password]" == comm:"gdm-session-wor"
  + top: do not touch stdin if -b
  + top: fix "last CPU" parsing
  + top: implement scrolling up/down (_very_ useful)
  + udhcp[cd]: fix binding to network aliases. Closes 5432, 5438
  + udhcpc: make -O <numeric_opt> work. Closes 5402
  + udhcpc[6]: show select timeout in log
  + unzip: make options parsing more robust on getopt w/o gnu extensions
  + vi: do not set autoindent by default
  + vi: nuke FEATURE_VI_OPTIMIZE_CURSOR
  + vi: save/restore screen upon invocation
  + volume_id/ext: detect ext4 too
  + wget: correctly handle failure to -c (continue)
  + wget: make -c _not_ truncate the file
  + wget: reorder fread and poll: poll only if fread returns EAGAIN. Closes 5426
  + wget: try reading after poll timeout - stdio may have buffered data. Closes 5426
  + acpid: add missing lid switch definition
  + tar: fix 256-bit encoded number decoding
  + udhcpc[6]: allow discover_retries == 0 (infinite)
  + ash: fix a memory leak
  + sysctl: implement -q
  + powertop: fix error message
  + sha3sum: new applet
  + fbset: respect rgba configuration lines in fb.modes
  + fbsplash: support non-RGB565 pixels in 16-bit mode
  + flashcp: remove unused variable opts
  + mount: add unc option to CIFS mount (needed for Linux 3.4+)
  + nanddump: make dumping read-only partitions work
  + ps: use separate get_uptime() and make it work on non-linux too
  + declare strings with ALIGN1, as appropriate
  + udhcpc6: depend on ipv6
  + include sys/resource.h where needed
  + disable format security warnings
  + build system: use pkg-config to look up selinux libs
  + ifenslave: fix missing close paren
  + sed: allow 'w' cmd to use two address form
  + tar: implement --no-recursion
  + unzip: ignore chmod errors
  + brctl: fix description and usage
  + su: do not change to home dir unless -l
  + ntpd: fix incorrect m_status field in outgoing packets. Closes 5120
  + dmesg: handle multi-char log levels
  + klogd: handle multi-char log levels
  + syslogd: add option to log to Linux kernel printk buffer
  + syslogd: convert dummy functions to statics and get rid of IF_FEATURE_* checks
  + config: do not refer to HTTPS for wget
  + sendmail: use host rather than NIS domain name for HELO
  + mktemp: fix mktemp -u temp.XXXXXX returning garbage when TMPDIR is set
  + blkid: show filesystem when both label and UUID are missing, but type is known
  + volume_id: add exFAT detection
  + ln: support -T and -v
  + sed: support long opts and -iSFX
  + mkdir,rmdir: accept and ignore -v, --verbose
  + mv: accept but ignore -v
  + blkid: add type display for btrfs
  + blkid: add support for nilfs2
  + blkid: add type display for hfsplus
  + volume_id: display hfs[+] 128-bit UUID properly
  + volume_id: uuid_format small code shrink
  + volume_id: add squashfs detection
  + testsuite: some more awk tests related to conditions
  + modinfo: match more standard module fields and fix version field
  + inetd: fix build failure in Android
  + android: fix 'stat', ifdef S_TYPEIS* in coreutiles/stat.c
  + platform.h: Android tweaks: ioprio defines, BB_ADDITIONAL_PATH
  + android: some sensible defconfig changes
  + libbb: add missing_syscalls.c: for now, only Android syscalls
  + fbsplash: fix regression from e4fa7b7
  + adduser: make it accept "adduser USER GROUP" form
  + wget: add dummy --no-cache
  + testsuite: make mkfs.minix test not fail spuriously on big endian
  + refactor correct_password.c to avoid one if (forwarded request 210745 from posophe)

OBS-URL: https://build.opensuse.org/request/show/211087
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/busybox?expand=0&rev=38
2013-12-19 11:06:27 +00:00
995decc282 Accepting request 210745 from home:posophe:branches:Base:System
- Update to version 1.21.1
  + fixes for ntfs detection (big-endian fix)
  + xz decompression of concatenated streams
  + mdev acquired a [ENV=regex;] extension instead of undocumented
    subsystem match hack it used to have prior to 1.21.x. 
- Changes from 1.21.0
  + udhcpc: gracefully handle packets with CHECKSUM_PARTIAL
  + ifupdown: improve compatibility with Debian
  + get_linux_version_code: don't fail on Linux version strings
    like "3.0-foo"
  + build system: fix build failure when only gunzip is selected
  + CONFIG_PID_FILE_PATH: new configuration option for pidfile paths
  + declare strings with ALIGN1, as appropriate
  + nanddump: use the right operator of logic AND
  + nanddump: skip bad blocks when instructed to do so
  + nanddump: invert the meaning of the -o parameter to match upstream
  + mount: fix -o user=foo mishandling, fix unc= generation, add prefixpath=
  + build system: fix build of kconfig on Darwin
  + tar: support -J, --xz explicit compression option
  + simplify copyright/license notice that appears in the binary
  + mdev: tell kernel that we didn't find the firmware
  + lineedit: fix Alt-D when cursor==0
  + lineedit: histfile can get emptied when CONFIG_FEATURE_EDITING_SAVE_ON_EXIT=y
  + build system: stop .eh_frame generation
  + build system: fix build failure when compressed help is selected, but bz2 compression is not
  + scripts/kconfig/mconf: work on systems w/o SIGWINCH
  + platform.h: disable ALIGNn macros for s390[x]
  + adduser: install to /usr, not /, like all other similar tools
  + ash: fix "read -s" + ^C. Closes 5504
  + ash: fix a bug in >${varexp} handling. Closes 5282
  + ash: implement export -n
  + ash: revert wrong "fix" for an apparent memory leak. Closes 5822
  + awk: fix FS assignment behavior. Closes 5108
  + awk: make -F STR interpret escape sequences. Closes 5126
  + brctl: fix build failure by s/strtotimeval/bb_strtotimeval/ (android has strtotimeval)
  + busybox: tweak help text and copyright year
  + decompress_uncompress: comment out debug printout on corrupted data
  + decompress_uncompress: move 'code' variable into loop - sole user
  + dhcpd: write lease file on exit
  + dpkg: fix creation of .list files (were empty since b768aeb). Closes 5324
  + du: document incompatibility with standard tool
  + examples/mdev_fat.conf: small addition
  + find: if DESKTOP=y, support -wholename (synonym for -path)
  + find: make -mindepth N -xdev correctly stop on mountpoints
  + ftpd: fix MDTM's month value. Closes 5336
  + ftpd: free allocated string on error path
  + getty: fix for NOCTTY killing us with SIGHUP
  + grep: fix grep -Fw not respecting the -w option. Closes 5792
  + ifconfig: do not accept "ifconfig eth0 up 1.2.3.4/17" (ip with mask). Closes 5786
  + libbb: correctness/size tweaks in signal-related helpers
  + lineedit: in !EDITING config, return -1 on fgets error
  + login: increase login name size limit from 32 to 64
  + lpr: don't send 0-byte print jobs (compat)
  + man: fix handling of gzipped manpages
  + mdev: add support for $DEVNAME and /dev/mdev.log debug aid
  + mdev: fix mode of dir1 in =dir1/dir2/file rule
  + mdev: remove undocumented subsystem/devname matching hack
  + mdev: when found, print major,minor into mdev.log
  + modprobe_small: make rmmod to NOT remove dependencies. Closes 5162
  + mount: do not pass "comment=ANYTHING" option to kernel. Closes 5240
  + mount: fix the wrongly stored fs creation time
  + mount: set up RO loop device if mount -o ro. Closes 4784
  + mount: support strictatime option. Closes 5240
  + ntpd: on time step, kill all outstanding replies from other peers
  + sed: fix handling of s/// which has empty matches
  + sed: fix zero chars match/replace
  + sha3: make size/speed optimization decision configurable
  + syslogd: do not segfault on parse error when using default config. Closes 5762
  + telnet: convert CR -> CR LF, not CR -> CR NUL when sending data to server
  + telnet: convert Enter -> CR LF in line mode too
  + tftpd: fix -u USER to work with chroot. Closes 5348
  + top/ps: argv0:"gdm-session-worker [pam/gdm-password]" == comm:"gdm-session-wor"
  + top: do not touch stdin if -b
  + top: fix "last CPU" parsing
  + top: implement scrolling up/down (_very_ useful)
  + udhcp[cd]: fix binding to network aliases. Closes 5432, 5438
  + udhcpc: make -O <numeric_opt> work. Closes 5402
  + udhcpc[6]: show select timeout in log
  + unzip: make options parsing more robust on getopt w/o gnu extensions
  + vi: do not set autoindent by default
  + vi: nuke FEATURE_VI_OPTIMIZE_CURSOR
  + vi: save/restore screen upon invocation
  + volume_id/ext: detect ext4 too
  + wget: correctly handle failure to -c (continue)
  + wget: make -c _not_ truncate the file
  + wget: reorder fread and poll: poll only if fread returns EAGAIN. Closes 5426
  + wget: try reading after poll timeout - stdio may have buffered data. Closes 5426
  + acpid: add missing lid switch definition
  + tar: fix 256-bit encoded number decoding
  + udhcpc[6]: allow discover_retries == 0 (infinite)
  + ash: fix a memory leak
  + sysctl: implement -q
  + powertop: fix error message
  + sha3sum: new applet
  + fbset: respect rgba configuration lines in fb.modes
  + fbsplash: support non-RGB565 pixels in 16-bit mode
  + flashcp: remove unused variable opts
  + mount: add unc option to CIFS mount (needed for Linux 3.4+)
  + nanddump: make dumping read-only partitions work
  + ps: use separate get_uptime() and make it work on non-linux too
  + declare strings with ALIGN1, as appropriate
  + udhcpc6: depend on ipv6
  + include sys/resource.h where needed
  + disable format security warnings
  + build system: use pkg-config to look up selinux libs
  + ifenslave: fix missing close paren
  + sed: allow 'w' cmd to use two address form
  + tar: implement --no-recursion
  + unzip: ignore chmod errors
  + brctl: fix description and usage
  + su: do not change to home dir unless -l
  + ntpd: fix incorrect m_status field in outgoing packets. Closes 5120
  + dmesg: handle multi-char log levels
  + klogd: handle multi-char log levels
  + syslogd: add option to log to Linux kernel printk buffer
  + syslogd: convert dummy functions to statics and get rid of IF_FEATURE_* checks
  + config: do not refer to HTTPS for wget
  + sendmail: use host rather than NIS domain name for HELO
  + mktemp: fix mktemp -u temp.XXXXXX returning garbage when TMPDIR is set
  + blkid: show filesystem when both label and UUID are missing, but type is known
  + volume_id: add exFAT detection
  + ln: support -T and -v
  + sed: support long opts and -iSFX
  + mkdir,rmdir: accept and ignore -v, --verbose
  + mv: accept but ignore -v
  + blkid: add type display for btrfs
  + blkid: add support for nilfs2
  + blkid: add type display for hfsplus
  + volume_id: display hfs[+] 128-bit UUID properly
  + volume_id: uuid_format small code shrink
  + volume_id: add squashfs detection
  + testsuite: some more awk tests related to conditions
  + modinfo: match more standard module fields and fix version field
  + inetd: fix build failure in Android
  + android: fix 'stat', ifdef S_TYPEIS* in coreutiles/stat.c
  + platform.h: Android tweaks: ioprio defines, BB_ADDITIONAL_PATH
  + android: some sensible defconfig changes
  + libbb: add missing_syscalls.c: for now, only Android syscalls
  + fbsplash: fix regression from e4fa7b7
  + adduser: make it accept "adduser USER GROUP" form
  + wget: add dummy --no-cache
  + testsuite: make mkfs.minix test not fail spuriously on big endian
  + refactor correct_password.c to avoid one if

OBS-URL: https://build.opensuse.org/request/show/210745
OBS-URL: https://build.opensuse.org/package/show/Base:System/busybox?expand=0&rev=29
2013-12-16 16:53:52 +00:00
Tomáš Chvátal
b3c410705b Accepting request 186768 from Base:System
- Build against glibc-devel-static to work around uClibc segfault;
  (bnc#758843).
  * Remove uClibc specific busybox.uClibc-build-fix.patch.
  * Add busybox-static.SuSE.config, which specifies CONFIG_STATIC=y. (forwarded request 186665 from dmdiss) (forwarded request 186728 from msmeissn)

OBS-URL: https://build.opensuse.org/request/show/186768
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/busybox?expand=0&rev=36
2013-08-19 11:33:23 +00:00
29995079ea Accepting request 186728 from Base:System
- Build against glibc-devel-static to work around uClibc segfault;
  (bnc#758843).
  * Remove uClibc specific busybox.uClibc-build-fix.patch.
  * Add busybox-static.SuSE.config, which specifies CONFIG_STATIC=y. (forwarded request 186665 from dmdiss)

OBS-URL: https://build.opensuse.org/request/show/186728
OBS-URL: https://build.opensuse.org/package/show/Base:System/busybox?expand=0&rev=27
2013-08-12 15:07:28 +00:00
Stephan Kulow
f72d875ab0 Accepting request 145072 from Base:System
update to 1.20.2 (forwarded request 144839 from posophe)

OBS-URL: https://build.opensuse.org/request/show/145072
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/busybox?expand=0&rev=34
2012-12-14 05:34:48 +00:00
ef471214eb Accepting request 144839 from home:posophe:branches:Base:System
update to 1.20.2

OBS-URL: https://build.opensuse.org/request/show/144839
OBS-URL: https://build.opensuse.org/package/show/Base:System/busybox?expand=0&rev=25
2012-12-11 12:41:58 +00:00
Stephan Kulow
15018dda38 Accepting request 129593 from Base:System
- Add missing sys/resource include (glibc 2.16)

- fix path in busybox.install (bnc#680153)

- Add missing sys/resource include (glibc 2.16)

OBS-URL: https://build.opensuse.org/request/show/129593
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/busybox?expand=0&rev=33
2012-08-27 13:52:54 +00:00
57fa87d493 - fix path in busybox.install (bnc#680153)
OBS-URL: https://build.opensuse.org/package/show/Base:System/busybox?expand=0&rev=23
2012-08-01 14:17:18 +00:00
3bfdc5d399 Accepting request 128187 from home:a_jaeger:FactoryFix
Add missing sys/resource include (glibc 2.16) (fixed changes entry)

OBS-URL: https://build.opensuse.org/request/show/128187
OBS-URL: https://build.opensuse.org/package/show/Base:System/busybox?expand=0&rev=22
2012-07-18 16:11:10 +00:00
Stephan Kulow
cbf142c050 Accepting request 123856 from Base:System
more complete fix for latest ext2_fs.h breakage from busybox git (forwarded request 123855 from seife)

OBS-URL: https://build.opensuse.org/request/show/123856
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/busybox?expand=0&rev=31
2012-06-06 16:02:16 +00:00
Stefan Seyfried
5c474ed224 Accepting request 123855 from home:seife:branches:Base:System
more complete fix for latest ext2_fs.h breakage from busybox git

OBS-URL: https://build.opensuse.org/request/show/123855
OBS-URL: https://build.opensuse.org/package/show/Base:System/busybox?expand=0&rev=20
2012-06-06 14:26:52 +00:00
Stephan Kulow
6592e7885f Accepting request 113273 from Base:System
- busybox-1.19.4-typedef_umode_t.patch:
  fix compile as umode_t is only defined with KERNEL and is
  used in header linux/linux/ext2_fs.h

- update to 1.19.4
  - fix getty, mdev, modinfo and wget
- update to 1.19.3
  - fix chpasswd, crond, inetd, syslogd, tail, tftp
- update to 1.19.2
  - fix ash/hush, cttyhack, find, grep, less, patch, sed, top, 
    uncompress
- update to 1.19.0:
  - countless fixes in all utility programs, please see
    http://www.busybox.net/ for details
- remove obsolete patches previously marked as upstreamed

- busybox-1.19.4-typedef_umode_t.patch:
  fix compile as umode_t is only defined with KERNEL and is
  used in header linux/linux/ext2_fs.h 

- update to 1.19.4
  - fix getty, mdev, modinfo and wget
- update to 1.19.3
  - fix chpasswd, crond, inetd, syslogd, tail, tftp
- update to 1.19.2
  - fix ash/hush, cttyhack, find, grep, less, patch, sed, top,
    uncompress
- update to 1.19.0:
  - countless fixes in all utility programs, please see
    http://www.busybox.net/ for details (forwarded request 113102 from oertel)

OBS-URL: https://build.opensuse.org/request/show/113273
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/busybox?expand=0&rev=30
2012-04-12 07:20:10 +00:00
Andreas Jaeger
95e97af54a Accepting request 113102 from home:oertel:branches:openSUSE:Factory
- busybox-1.19.4-typedef_umode_t.patch:
  fix compile as umode_t is only defined with KERNEL and is
  used in header linux/linux/ext2_fs.h

- update to 1.19.4
  - fix getty, mdev, modinfo and wget
- update to 1.19.3
  - fix chpasswd, crond, inetd, syslogd, tail, tftp
- update to 1.19.2
  - fix ash/hush, cttyhack, find, grep, less, patch, sed, top, 
    uncompress
- update to 1.19.0:
  - countless fixes in all utility programs, please see
    http://www.busybox.net/ for details
- remove obsolete patches previously marked as upstreamed

- busybox-1.19.4-typedef_umode_t.patch:
  fix compile as umode_t is only defined with KERNEL and is
  used in header linux/linux/ext2_fs.h 

- update to 1.19.4
  - fix getty, mdev, modinfo and wget
- update to 1.19.3
  - fix chpasswd, crond, inetd, syslogd, tail, tftp
- update to 1.19.2
  - fix ash/hush, cttyhack, find, grep, less, patch, sed, top,
    uncompress
- update to 1.19.0:
  - countless fixes in all utility programs, please see
    http://www.busybox.net/ for details

OBS-URL: https://build.opensuse.org/request/show/113102
OBS-URL: https://build.opensuse.org/package/show/Base:System/busybox?expand=0&rev=18
2012-04-11 18:33:48 +00:00
Stephan Kulow
b0e16a84d0 replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/busybox?expand=0&rev=29
2011-12-06 17:02:04 +00:00
Stephan Kulow
858a7b9737 replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/busybox?expand=0&rev=28
2011-12-06 17:02:02 +00:00
Ruediger Oertel
c499d2565e Accepting request 86402 from Base:System
- cross-build fix: use %__cc macro, set HOSTCC

- cross-build fix: use %__cc macro, set HOSTCC (forwarded request 86375 from uli_suse)

OBS-URL: https://build.opensuse.org/request/show/86402
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/busybox?expand=0&rev=26
2011-10-04 16:07:31 +00:00
232780dcf5 Accepting request 86375 from home:uli_suse:branches:Base:System
- cross-build fix: use %__cc macro, set HOSTCC

- cross-build fix: use %__cc macro, set HOSTCC

OBS-URL: https://build.opensuse.org/request/show/86375
OBS-URL: https://build.opensuse.org/package/show/Base:System/busybox?expand=0&rev=16
2011-10-04 08:31:06 +00:00
Sascha Peilicke
3feb7d2bae Accepting request 83850 from Base:System
OBS-URL: https://build.opensuse.org/request/show/83850
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/busybox?expand=0&rev=25
2011-09-21 14:56:23 +00:00
Stephan Kulow
b9446f38d0 Accepting request 82931 from home:jengelh:bl-b
- Remove redundant tags/sections from specfile
- Remove unexplained ExcludeArch directive

OBS-URL: https://build.opensuse.org/request/show/82931
OBS-URL: https://build.opensuse.org/package/show/Base:System/busybox?expand=0&rev=14
2011-09-19 19:41:38 +00:00
Sascha Peilicke
2ec8efd8eb Autobuild autoformatter for 64515
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/busybox?expand=0&rev=24
2011-03-21 09:33:42 +00:00
OBS User buildservice-autocommit
ecdf555062 Updating link to change in openSUSE:Factory/busybox revision 24.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/busybox?expand=0&rev=689301f17133576d9e88402dadc1f890
2011-03-21 09:33:42 +00:00
Sascha Peilicke
99025b4bc7 Accepting request 64515 from Base:System
Accepted submit request 64515 from user coolo

OBS-URL: https://build.opensuse.org/request/show/64515
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/busybox?expand=0&rev=23
2011-03-21 09:33:26 +00:00
Stephan Kulow
124ada3f00 Accepting request 64020 from home:computersalat:devel:Base
OBS-URL: https://build.opensuse.org/request/show/64020
OBS-URL: https://build.opensuse.org/package/show/Base:System/busybox?expand=0&rev=12
2011-03-18 18:51:17 +00:00
OBS User autobuild
41e6932c5a Autobuild autoformatter for 51834
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/busybox?expand=0&rev=21
2010-11-02 12:38:29 +00:00
Ruediger Oertel
dfefc601bf Accepting request 51834 from Base:System
Accepted submit request 51834 from user coolo

OBS-URL: https://build.opensuse.org/request/show/51834
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/busybox?expand=0&rev=20
2010-11-02 12:38:06 +00:00
Stephan Kulow
109810fbea Accepting request 51806 from home:jengelh:smp
OBS-URL: https://build.opensuse.org/request/show/51806
OBS-URL: https://build.opensuse.org/package/show/Base:System/busybox?expand=0&rev=10
2010-11-01 08:22:07 +00:00
OBS User autobuild
5276d10dee Accepting request 49925 from Base:System
Copy from Base:System/busybox based on submit request 49925 from user prusnak

OBS-URL: https://build.opensuse.org/request/show/49925
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/busybox?expand=0&rev=19
2010-10-07 21:56:16 +00:00
OBS User buildservice-autocommit
aab63f58f8 Updating link to change in openSUSE:Factory/busybox revision 19.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/busybox?expand=0&rev=8210bccccb9475686be693bc174067af
2010-10-07 21:56:16 +00:00
OBS User autobuild
7c2690e525 Accepting request 49925 from Base:System
checked in (request 49925)

OBS-URL: https://build.opensuse.org/request/show/49925
OBS-URL: https://build.opensuse.org/package/show/Base:System/busybox?expand=0&rev=9
2010-10-07 21:56:15 +00:00
Pavol Rusnak
77b1a5b340 Accepting request 49919 from home:a_jaeger:branches:openSUSE:Factory
OBS-URL: https://build.opensuse.org/request/show/49919
OBS-URL: https://build.opensuse.org/package/show/Base:System/busybox?expand=0&rev=8
2010-10-06 22:33:49 +00:00
OBS User autobuild
7e4468d042 Accepting request 48586 from Base:System
Copy from Base:System/busybox based on submit request 48586 from user elvigia

OBS-URL: https://build.opensuse.org/request/show/48586
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/busybox?expand=0&rev=18
2010-09-21 10:23:21 +00:00
OBS User autobuild
b9ef6e74c9 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/busybox?expand=0&rev=15 2010-03-18 14:38:54 +00:00
OBS User unknown
fa52724b67 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/busybox?expand=0&rev=13 2009-08-07 20:44:44 +00:00
OBS User unknown
4533809422 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/busybox?expand=0&rev=12 2009-01-09 01:22:59 +00:00
OBS User unknown
c9ec48ad51 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/busybox?expand=0&rev=11 2008-10-22 15:42:03 +00:00
OBS User unknown
0d8a5bec1e OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/busybox?expand=0&rev=10 2008-09-05 20:11:30 +00:00
OBS User unknown
582fbf9ba2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/busybox?expand=0&rev=9 2008-08-22 22:08:11 +00:00
OBS User unknown
a2129f7429 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/busybox?expand=0&rev=8 2008-07-24 21:36:45 +00:00
OBS User unknown
f96dcff6ae OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/busybox?expand=0&rev=7 2008-01-17 21:10:25 +00:00
OBS User unknown
3dde2b9d17 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/busybox?expand=0&rev=6 2007-11-19 09:18:53 +00:00
OBS User unknown
b64f3b75e9 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/busybox?expand=0&rev=5 2007-07-16 05:36:25 +00:00
OBS User unknown
a897698d44 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/busybox?expand=0&rev=4 2007-05-11 14:31:31 +00:00
OBS User unknown
abb4a85ef0 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/busybox?expand=0&rev=3 2007-05-07 12:30:01 +00:00
OBS User unknown
2196c2ad2d OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/busybox?expand=0&rev=2 2007-04-28 22:40:39 +00:00
OBS User unknown
b6ab3f22ff OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/busybox?expand=0&rev=1 2007-01-15 23:06:26 +00:00