aboutsummaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)Author
2001-07-07Enable APPLETS_ALWAYS_WINEric Andersen
2001-07-07Update changelogsEric Andersen
2001-07-07Remove rpmunpackEric Andersen
2001-07-06Update the debian packaging stuffEric Andersen
2001-05-24Get BB_LASH out of the list...Eric Andersen
2001-05-23Patch from larry to fix some grammar errors.Eric Andersen
2001-05-09Bump version to 0.52preEric Andersen
2001-04-26Disable lashEric Andersen
-Erik
2001-04-24Split up chmod_chown_chgrp.c into 3 separate apps. This unfortunatelyEric Andersen
adds 384 bytes to the overall size. But having each app be standalone is the Right Thing(tm) so we will just have to live with it. -Erik
2001-04-24Update applet define from BB_CP_MV to BB_CP and BB_MV.Matt Kraai
2001-04-19This has two patches. First it moves interface.c to libbb (it isEric Andersen
support code after all). It also contains a patch from Larry Doolittle that removes two instances of "strlen([^)]*) *- *1", un-shadows two variables, relaxes requirement for a sprintf(3) that returns number of bytes written, and eliminates a duplicate subroutine.
2001-04-10Fix up changelog for 0.51 releaseEric Andersen
2001-04-10Bring Debian config files into sync with the master one.Eric Andersen
2001-04-09Enable freeramdisk and pivot_root, disable lash for the Debian .udebEric Andersen
-Erik
2001-04-09make sure we auto-close debian bug #91758Eric Andersen
-Erik
2001-04-09Update changelogEric Andersen
2001-04-09use 'USE_SYSTEM_PWD_GRP=false' for the Debian packages so the boot-floppiesEric Andersen
do not need any of the nss crap installed. As was, things like 'id' would fail. Fixed now (with thanks to Matt Kraai for his help). -Erik
2001-04-05A patch from Dmitry Zakharov <dmit@crp.bank.gov.ua> which addsEric Andersen
- support for ftp downloads - HTTP basic authentication support (as an optional feature) - handling of http redirections - protocol version changed to 1.0 (to stop servers from requesting chunked encoding) - bugfix: in the case when content-length not given, wget didn't download anything - when attempting to continue an aborted download but server doesn't support restarts, reopen output file in write mode - changed assumption that existing file should restart an aborted download. Now the user must explicitly specify this with -c
2001-04-01Move the mtab support stuff into libbbEric Andersen
-Erik
2001-03-27Change BB_FEATURE_TRIVIAL_HELP to BB_FEATURE_VERBOSE_USAGE (per bug #1130).Matt Kraai
2001-03-15Update files and version number prepratory to cutting a release.Eric Andersen
-Erik
2001-03-15Update the olympus sectionsEric Andersen
2001-03-05add wget, tr, telnet, ping, md5sum and loadkmap to .debDavid Kimdon
2001-03-05Enable INSTALLER for the debEric Andersen
2001-02-23Fix up a stupid mistake caught by David Whedon <dwhedon@gordian.com>Eric Andersen
2001-02-22Make busybox and busybox-static conflict/replace each otherEric Andersen
2001-02-22Fix malformed build-depends. Update list of bugs to closeEric Andersen
-Erik
2001-02-17Update the debian build stuffEric Andersen
-Erik
2001-02-14Bump rev to 0.50pre.Eric Andersen
2001-01-27Fix up copyright msgs. Bump version to 0.49 in preparation forEric Andersen
a release. Update the website with release details. -Erik
2001-01-21Update timeEric Andersen
2001-01-20djust debian build targetsEric Andersen
2000-12-20Bump the version number to 0.49preEric Andersen
2000-12-20Fix a stupid naming error.Eric Andersen
2000-12-13Update the version number to 0.48 (no longer pre).Eric Andersen
2000-12-10Some .deb updateEric Andersen
2000-12-01Update for handling .udebs and building using a pristine source dir...Eric Andersen
2000-12-01More pristine source directory updates. It now worksEric Andersen
for me (including doing install). How about you? -Erik
2000-10-27Oops. I never committed this. Update version to 0.48pre...Eric Andersen
2000-09-26Final touchups for the release...Eric Andersen
-Erik
2000-07-21Bump version number.Eric Andersen
-Erik
2000-07-11Final updates for release.Eric Andersen
-Erik
2000-07-09The build depends were too strict. I depended on on debhelper (>= 2.0.80)Eric Andersen
while debhelper 1.1.24 is available for slink. Just forget the dependancy -- it isn't needed. -Erik
2000-06-28Forgot -- targeted the wrong release.Eric Andersen
-Erik
2000-06-28Updates for the .debEric Andersen
-Erik
2000-06-21Bump version number to 0.45Eric Andersen
-Erik
2000-06-19Fix a stupid bug, where I cleaned things as the last makefile target. duh.Eric Andersen
-Erik
2000-06-19Added support for building debian packages.Eric Andersen
-Erik