aboutsummaryrefslogtreecommitdiffstats
path: root/testing
Commit message (Collapse)AuthorAgeFilesLines
* Initial APKBUILD for wboxFabian Affolter2012-01-161-0/+28
| | | | | | | | | | | | | | | | | | Package description: Wbox aims to help you having fun while testing HTTP related stuff. You can use it to perform many tasks, including the following. * Benchmarking how much time it takes to generate content for your web application. * Web server and web application stressing. * Testing virtual domains configuration without the need to alter your local resolver. * Check if your redirects are working correctly emitting the right HTTP code. * Test if the HTTP compression is working and if it is actually serving pages faster. * Use it as a configuration-less HTTP server to share files! Website: http://www.hping.org/wbox/
* Initial APKBUILD for unpaperFabian Affolter2012-01-161-0/+29
| | | | | | | | | | | | Package description: unpaper is a post-processing tool for scanned sheets of paper, especially for book pages that have been scanned from previously created photocopies. The main purpose is to make scanned book pages better readable on screen after conversion to PDF. Additionally, unpaper might be useful to enhance the quality of scanned pages before performing optical character recognition (OCR). Website: http://unpaper.berlios.de/
* Initial APKBUILD for sippFabian Affolter2012-01-161-0/+30
| | | | | | | | | | | | | | | Package description: SIPp is a free Open Source test tool / traffic generator for the SIP protocol. It includes a few basic SipStone user agent scenarios (UAC and UAS) and establishes and releases multiple calls with the INVITE and BYE methods. It can also reads custom XML scenario files describing from very simple to complex call flows. It features the dynamic display of statistics about running tests (call rate, round trip delay, and message statistics), periodic CSV statistics dumps, TCP and UDP over multiple sockets or multiplexed with retransmission management and dynamically adjustable call rates. Website: http://sipp.sourceforge.net/
* Inital APKBUILD for pwbunnyFabian Affolter2012-01-161-0/+28
| | | | | | | | | Package description: Pwbunny is a password manager: it stores and retrieves passwords in an encrypted file. This allows you to choose unique randomly generated passwords for every service you use. Website: http://code.google.com/p/pwbunny/
* Initial APKBUILD for passwdgenFabian Affolter2012-01-161-0/+33
| | | | | | | | | | | | | | | | Package description: passwdgen is a random password generator. It can generate multiple types of password: - Alphanumeric. (By default) - Only upper characters - Only lower characters - Only numbers - Right hand writable passwords - Left hand writable passwords Website: http://code.google.com/p/passwdgen/
* partclone: Updated to 0.2.38Fabian Affolter2012-01-161-5/+5
|
* Initial APKBUILD for nwipeFabian Affolter2012-01-161-0/+36
| | | | | | | | | | | | | | | Package description: The nwipe is a command that will securely erase disks using a variety of recognized methods. It is a fork of the dwipe command used by Darik's Boot and Nuke (dban). Nwipe was created out of need to run the DBAN dwipe command outside of DBAN. This allows it to use any host distribution which gives better hardware support. It is essentially the same as dwipe, with a few changes: - pthreads is used instead of fork - The parted library is used to detect drives - The code is designed to be compiled with gcc Website: http://nwipe.sourceforge.net
* Patch for nfswatch APKBUILDFabian Affolter2012-01-161-0/+20
|
* Initial APKBUILD for nfswatchFabian Affolter2012-01-161-0/+41
| | | | | | | | | Package description: Nfswatch is a command-line tool for monitoring NFS traffic. Nfswatch can capture and analyze the NFS packets on a particular network interface or on all interfaces. Website: http://nfswatch.sourceforge.net
* testing/ms-sys: build without gettextNatanael Copa2012-01-161-9/+7
| | | | its not worth the extra bloat only to have swedish translation available
* Initial APKBUILD for ms-sysFabian Affolter2012-01-161-0/+32
| | | | | | | | | | | Package description: This is a Linux program for writing Microsoft compatible boot records. The program does the same as Microsoft "fdisk /mbr" to a hard disk or "sys d:" to a floppy or FAT partition except that it does not copy any system files, only the boot record is written. Website: http://ms-sys.sourceforge.net/
* Initial APKBUILD for libasyncnsFabian Affolter2012-01-161-0/+33
| | | | | | | | Package description: A small and lightweight library that implements easy to use asynchronous wrappers around the libc NSS functions getaddrinfo(), res_query() and related. Website: http://0pointer.de/lennart/projects/libasyncns/
* Initial APKBUILD for jheadFabian Affolter2012-01-162-0/+58
| | | | | | | | | Package description: This package provides a tool for displaying and manipulating non-image portions of EXIF format JPEG image files, as produced by most digital cameras. Website: http://www.sentex.net/~mwandel/jhead/
* testing/cowpatty: parallel build fixNatanael Copa2012-01-162-6/+92
| | | | | Basicly a rewrite of the makefile. The author does not know how GNU make works.
* testing/cowpatty: Inital APKBUILDFabian Affolter2012-01-161-0/+31
| | | | | | | | | | | | | | Package description: Implementation of an offline dictionary attack against WPA/WPA2 networks using PSK-based authentication (e.g. WPA-Personal). Many enterprise networks deploy PSK-based authentication mechanisms for WPA/WPA2 since it is much easier than establishing the necessary RADIUS, supplicant and certificate authority architecture needed for WPA-Enterprise authentication. Cowpatty can implement an accelerated attack if a precomputed PMK file is available for the SSID that is being assessed. Website: http://www.willhackforsushi.com/Cowpatty.html
* Initial APKBUILD for checkFabian Affolter2012-01-161-0/+33
| | | | | | | | | | | Package description: Check is a unit test framework for C. It features a simple interface for defining unit tests, putting little in the way of the developer. Tests are run in a separate address space, so Check can catch both assertion failures and code errors that cause segmentation faults or other signals. The output from unit tests can be used within source code editors and IDEs. Website: http://check.sourceforge.net/
* testing/xen: patch for busybox sedNatanael Copa2012-01-132-3/+16
| | | | | | | | | So we don't need GNU sed. Discussed on busybox mailing list: http://lists.busybox.net/pipermail/busybox/2012-January/077160.html enable parallell build of xen while there.
* testing/xen: build fix. disable parallell build of hypervisorNatanael Copa2012-01-131-1/+1
|
* testing/xen: build fixNatanael Copa2012-01-122-3/+17
| | | | | | | we need librt. also add pciutils-dev for pci passthough support and only build stubdom non-parallell.
* testing/xen: add xen 4.1.2Roger Pau Monne2012-01-1211-0/+767
| | | | | | | | | | | | | | | | | | | | | | | | | Build full Xen distribution. Changes since v4: * Removed "opts=" from xencommons init script. * Backported upstream patch to boot Syslinux PV-DomUs with pygrub (allows booting Alpine PV-DomUs). Changes since v3: * Added bash as a runtime dependency, since some hotplug scripts use that instead of /bin/sh. Changes since v2: * Clean and updated init scripts to be as similar as possible to upstream version. Changes since v1: * Removed net from xencommons dependencies and added udev.
* main/firefox,xulrunner: really upgrade firefox to 9.0.1Natanael Copa2012-01-1211-594/+0
|
* main/firefox,xulrunner: upgrade to 9.0.1Natanael Copa2012-01-121-40/+0
|
* testing/xulrunner: test the ff9 randmap fixNatanael Copa2012-01-122-2/+44
|
* testing/firefox: try fix for grsec kernelsNatanael Copa2012-01-112-1/+43
| | | | https://bugs.gentoo.org/show_bug.cgi?id=396275
* testing/openswan: security upgrade to 2.6.37Natanael Copa2012-01-101-5/+6
| | | | fixes #916
* testing/zd1211-firmware: new aportNatanael Copa2012-01-101-0/+31
| | | | | | | Firmware for ZyDAS ZD1211 USB-WLAN devices supported by the zd1211rw driver http://sourceforge.net/projects/zd1211/ ref #922
* testing/xmlrpc-epi: Build fix to remove libtool archives before package splitAndrew Manison2012-01-091-1/+2
|
* testing/varnish: Build fix to remove libtool archives before package splitAndrew Manison2012-01-091-1/+2
|
* testing/totem: Build fix to remove libtool archives before package splitAndrew Manison2012-01-091-2/+3
|
* testing/moodbar: Build fix to remove libtool archives before package splitAndrew Manison2012-01-091-1/+2
|
* testing/linux-pam: Build fix to remove libtool archives before package splitAndrew Manison2012-01-091-2/+2
|
* testing/liburiparser: Build fix to remove libtool archives before package splitAndrew Manison2012-01-091-1/+2
|
* testing/libupnp: Build fix to remove libtool archives before package splitAndrew Manison2012-01-091-1/+2
|
* testing/libiodbc: Build fix to remove libtool archives before package splitAndrew Manison2012-01-091-1/+2
|
* testing/gtk-murrine-engine: Build fix to remove libtool archives before ↵Andrew Manison2012-01-091-1/+2
| | | | package split
* testing/gtk-equinox-engine: Build fix to remove libtool archives before ↵Andrew Manison2012-01-091-1/+3
| | | | package split
* testing/freetype-infinality: Build fix to remove libtool archives before ↵Andrew Manison2012-01-091-1/+2
| | | | package split
* testing/evas: Build fix to remove libtool archives before package splitAndrew Manison2012-01-081-2/+2
|
* testing/dspam: Build fix to remove libtool archives before package splitAndrew Manison2012-01-081-2/+3
|
* testing/compiz: Build fix to remove libtool archives before package splitAndrew Manison2012-01-081-1/+3
|
* testing/firefox: lets test 9.0.1Natanael Copa2012-01-055-0/+269
|
* testing/xulrunner: test 9.0.1Natanael Copa2012-01-055-0/+281
|
* main/kbd: moved from testingNatanael Copa2012-01-053-128/+0
| | | | fixes #825
* main/gnomad2: moved from testingNatanael Copa2012-01-041-46/+0
|
* main/libnjb: moved from testingNatanael Copa2012-01-041-51/+0
|
* main/libmtp: moved from testingNatanael Copa2012-01-041-51/+0
|
* testing/sshguard: new aportNatanael Copa2012-01-043-0/+96
| | | | | Log monitor that blocks with iptables on bad behaviour http://www.sshguard.net/
* testing/gnomad2: new aportNatanael Copa2012-01-041-0/+46
| | | | | A GNOME 2.0 client for the Creative Jukeboxes and Dell DJs http://gnomad2.sourceforge.net
* testing/libnjb: new aportNatanael Copa2012-01-041-0/+51
| | | | | A software library for talking to the Creative Nomad Jukeboxes and Dell DJs http://libnjb.sourceforge.net/
* testing/libmtp: fix -dev dependsNatanael Copa2012-01-041-3/+3
| | | | needs libusb