# HG changeset patch # User Samuel Trassare # Date 1330375291 28800 # Node ID 1001e5c1911c494d09df2fa55cebf67b7334ac55 # Parent cc29898c32610513542cdba263b2084f86309df4 up vsftpd 2.3.5. Added description files diff -r cc29898c3261 -r 1001e5c1911c aterm/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/aterm/description.txt Mon Feb 27 12:41:31 2012 -0800 @@ -0,0 +1,3 @@ +aterm is designed to provide pleasing visual effects, while performing such a +mundane function as terminal emulation under X. It is largely based on rxvt +code. diff -r cc29898c3261 -r 1001e5c1911c atftp/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/atftp/description.txt Mon Feb 27 12:41:31 2012 -0800 @@ -0,0 +1,4 @@ +atftp is a client/server implementation of the TFTP protocol that implements +RFCs 1350, 2090, 2347, 2348, and 2349. The server is multi-threaded and the +client presents a friendly interface using libreadline. The current server +implementation lacks IPv6 support. diff -r cc29898c3261 -r 1001e5c1911c fltk/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fltk/description.txt Mon Feb 27 12:41:31 2012 -0800 @@ -0,0 +1,4 @@ +FLTK (pronounced "fulltick") is a cross-platform C++ GUI toolkit for UNIX/Linux +(X11), Microsoft Windows, and MacOS X. FLTK provides modern GUI functionality +without the bloat and supports 3D graphics via OpenGL and its built-in GLUT +emulation. diff -r cc29898c3261 -r 1001e5c1911c osmo/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/osmo/description.txt Mon Feb 27 12:41:31 2012 -0800 @@ -0,0 +1,3 @@ +Osmo is a handy personal organizer, which includes calendar, tasks manager, +address book and notes modules. It was designed to be a small, easy to use and +good looking PIM tool to help to manage personal information. diff -r cc29898c3261 -r 1001e5c1911c vsftpd/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vsftpd/description.txt Mon Feb 27 12:41:31 2012 -0800 @@ -0,0 +1,2 @@ +vsftpd is a GPL licensed FTP server for UNIX systems, including Linux. It is +secure and extremely fast. It is stable. diff -r cc29898c3261 -r 1001e5c1911c vsftpd/receipt --- a/vsftpd/receipt Mon Feb 27 20:16:43 2012 +0100 +++ b/vsftpd/receipt Mon Feb 27 12:41:31 2012 -0800 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="vsftpd" -VERSION="2.2.0" +VERSION="2.3.5" CATEGORY="network" SHORT_DESC="Secure FTP server" MAINTAINER="erjo@slitaz.org" DEPENDS="" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://vsftpd.beasts.org/" -WGET_URL="ftp://vsftpd.beasts.org/users/cevans/$TARBALL" +WGET_URL="https://security.appspot.com/downloads/$TARBALL" # Rules to configure and make the package. compile_rules()