Changeset 2d5b13d in freewrt for package/axtls/Config.in


Ignore:
Timestamp:
Feb 10, 2007, 12:29:54 PM (19 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
876c94f
Parents:
704e124
Message:
  • update aircrack to aircrack-ng, requested by Michael Schwab, aircrack-ng is better maintained and allows packet injection with madwifi (a small patch is needed for that)
  • fix axtls package, the package contains a small SSL webserver named axhttpd (20kb size)
    • the webserver is axhttpd, not awhttpd
    • latest upstream version used
    • fixed cross-compile problem
    • fix strange setuid stuff from upstream, if axhttpd is started as root, the process gets first nobody rights and _after_ that he tries to bind a port under 1024 !? Don't know how this could ever work, but a simple html page is displayed correctly, after applying the patch

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@1926 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/axtls/Config.in

    r704e124 r2d5b13d  
    1 
    21config FWRT_COMPILE_AXTLS
    32        tristate
    43        default n
    5         depends FWRT_PACKAGE_LIBAXTLS
     4        depends FWRT_PACKAGE_LIBAXTLS || FWRT_PACKAGE_AXHTTPD
    65
    7 config FWRT_PACKAGE_LIBAXTLS
    8         prompt "libaxtls.......................... Embedded client/server TLSv1 SSL library"
     6config FWRT_PACKAGE_AXHTTPD
     7        prompt   "axhttpd........................... small embedded webserver"
    98        tristate
    109        default n
    1110        select FWRT_COMPILE_AXTLS
     11        select FWRT_PACKAGE_LIBAXTLS
    1212        help
    13           Embedded client/server TLSv1 SSL library
    14          
     13          axhttpd is a small embedded web server using the axTLS library.
     14
    1515          http://www.axtls.co.nr/
    1616         
    17 config FWRT_PACKAGE_AWHTTPD
    18         prompt   "  awhttpd....................... Anti-Web webserver"
    19         tristate
    20         default n
    21         depends FWRT_PACKAGE_LIBAXTLS
    22         help
    23           Anti-Web is a light-weight, single-process, non-threaded webserver
    24           that emphasizes simplicity, efficiency, and security.
    25          
    26           http://www.axtls.co.nr/
    27          
Note: See TracChangeset for help on using the changeset viewer.