From a757ef642d2cdbaf7b264da8aad0e281e0f0080b Mon Sep 17 00:00:00 2001 From: Yorhel Date: Tue, 24 Jun 2014 08:48:27 +0200 Subject: [PATCH] ncdc 1.19.1 --- dat/ncdc | 10 +++++----- dat/ncdc-changelog | 10 ++++++++++ dat/ncdc-faq | 2 +- dat/ncdc-install | 24 ++++++++++++------------ dat/ncdc-man | 15 ++------------- download/ncdc-1.19.1.tar.gz.asc | 17 +++++++++++++++++ download/ncdc-1.19.1.tar.gz.md5 | 1 + download/ncdc-1.19.1.tar.gz.sha1 | 1 + index.cgi | 1 + 9 files changed, 50 insertions(+), 31 deletions(-) create mode 100644 download/ncdc-1.19.1.tar.gz.asc create mode 100644 download/ncdc-1.19.1.tar.gz.md5 create mode 100644 download/ncdc-1.19.1.tar.gz.sha1 diff --git a/dat/ncdc b/dat/ncdc index 407e8b4..333616c 100644 --- a/dat/ncdc +++ b/dat/ncdc @@ -10,14 +10,14 @@ ncurses interface. =item Latest version -1.19 ([dllink ncdc-1.19.tar.gz download] +1.19.1 ([dllink ncdc-1.19.1.tar.gz download] - L - L) Convenient static binaries for Linux: -L<64-bit|http://dev.yorhel.nl/download/ncdc-linux-x86_64-1.19.tar.gz> - -L<32-bit|http://dev.yorhel.nl/download/ncdc-linux-i486-1.19.tar.gz> - -L. Check the +L<64-bit|http://dev.yorhel.nl/download/ncdc-linux-x86_64-1.19.1-3-g8e3a7.tar.gz> - +L<32-bit|http://dev.yorhel.nl/download/ncdc-linux-i486-1.19.1-3-g8e3a7.tar.gz> - +L. Check the L for more info. =item Development version @@ -57,7 +57,7 @@ L I also have a few packages on the L. -An convenient installer is available for +A convenient installer is available for L. =back diff --git a/dat/ncdc-changelog b/dat/ncdc-changelog index 2a6fbd2..ca41515 100644 --- a/dat/ncdc-changelog +++ b/dat/ncdc-changelog @@ -1,3 +1,13 @@ +1.19.1 - 2014-04-23 + - Fix remote null pointer dereference + - Searching now works in the search results list + - Fix possible file corruption when moving file to destination + - Fix error handling when finalizing a file download + - Fix downloading of 0-byte files + - Fix extremely slow /gc + - Fix sendfile() with large files on 32-bit Linux + - Fix minor display issue with multicolumn characters + 1.19 - 2014-02-11 - Add search functionality to the file browser and user list (/,. keys) - Add geoip support (requires --with-geoip at configure) diff --git a/dat/ncdc-faq b/dat/ncdc-faq index a327260..6f1ff99 100644 --- a/dat/ncdc-faq +++ b/dat/ncdc-faq @@ -88,7 +88,7 @@ may be helpful. =head2 Ncdc crashes a lot! -Ncdc 1.19 has no known bugs that may cause a crash. If you're running an older +Ncdc 1.19.1 has no known bugs that may cause a crash. If you're running an older version of ncdc, please upgrade. If your ncdc is up to date and you still have a crash, please report a bug. diff --git a/dat/ncdc-install b/dat/ncdc-install index 7766f12..7b6d8af 100644 --- a/dat/ncdc-install +++ b/dat/ncdc-install @@ -38,11 +38,11 @@ compiling and/or installing it, I also offer statically linked binaries: =over -=item * L +=item * L -=item * L +=item * L -=item * L +=item * L =back @@ -130,9 +130,9 @@ First install some required packages (as root): Then, fetch the ncdc source tarball, extract and build as follows: - wget http://dev.yorhel.nl/download/ncdc-1.19.tar.gz - tar -xf ncdc-1.19.tar.gz - cd ncdc-1.19 + wget http://dev.yorhel.nl/download/ncdc-1.19.1.tar.gz + tar -xf ncdc-1.19.1.tar.gz + cd ncdc-1.19.1 export PATH="$PATH:/usr/perl5/5.10.0/bin" ./configure --prefix=/usr LDFLAGS='-L/usr/gnu/lib -R/usr/gnu/lib' make @@ -180,9 +180,9 @@ required libraries: Then run the following commands to download and install ncdc: - wget http://dev.yorhel.nl/download/ncdc-1.19.tar.gz - tar -xf ncdc-1.19.tar.gz - cd ncdc-1.19 + wget http://dev.yorhel.nl/download/ncdc-1.19.1.tar.gz + tar -xf ncdc-1.19.1.tar.gz + cd ncdc-1.19.1 ./configure --prefix=/usr make sudo make install @@ -224,8 +224,8 @@ website|http://cygwin.com/> and use it to install the following packages: Then open a Cygwin terminal and run the following commands to download, compile, and install ncdc: - wget http://dev.yorhel.nl/download/ncdc-1.19.tar.gz - tar -xf ncdc-1.19.tar.gz - cd ncdc-1.19 + wget http://dev.yorhel.nl/download/ncdc-1.19.1.tar.gz + tar -xf ncdc-1.19.1.tar.gz + cd ncdc-1.19.1 ./configure --prefix=/usr make install diff --git a/dat/ncdc-man b/dat/ncdc-man index 198a052..018391b 100644 --- a/dat/ncdc-man +++ b/dat/ncdc-man @@ -654,8 +654,7 @@ C command, and is reproduced below. PgUp/PgDown Select one page of items up/down. End/Home Select last/first item in the list. / Start incremental regex search (press Return to stop editing). - , Search next. - . Search previous. + ,/. Search next / previous. Right/l Open selected directory. Left/h Open parent directory. t Toggle sorting directories before files. @@ -672,9 +671,6 @@ C command, and is reproduced below. k/j Select one item up/down. PgUp/PgDown Select one page of items up/down. End/Home Select last/first item in the list. - / Start incremental regex search (press Return to stop editing). - , Search next. - . Search previous. d Disconnect selected connection. i/Return Toggle information box. f Find user in user list. @@ -687,9 +683,6 @@ C command, and is reproduced below. k/j Select one item up/down. PgUp/PgDown Select one page of items up/down. End/Home Select last/first item in the list. - / Start incremental regex search (press Return to stop editing). - , Search next. - . Search previous. K/J Select one user up/down. f Find user in user list. c Find connection in the connection list. @@ -713,9 +706,6 @@ C command, and is reproduced below. k/j Select one item up/down. PgUp/PgDown Select one page of items up/down. End/Home Select last/first item in the list. - / Start incremental regex search (press Return to stop editing). - , Search next. - . Search previous. f Find user in user list. b/B Browse the selected users' list, B to force a redownload. d Add selected file to the download queue. @@ -737,8 +727,7 @@ C command, and is reproduced below. PgUp/PgDown Select one page of items up/down. End/Home Select last/first item in the list. / Start incremental regex search (press Return to stop editing). - , Search next. - . Search previous. + ,/. Search next / previous. o Toggle sorting OPs before others. s/S Order by share size. u/U Order by username. diff --git a/download/ncdc-1.19.1.tar.gz.asc b/download/ncdc-1.19.1.tar.gz.asc new file mode 100644 index 0000000..faaed80 --- /dev/null +++ b/download/ncdc-1.19.1.tar.gz.asc @@ -0,0 +1,17 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.22 (GNU/Linux) + +iQIcBAABCgAGBQJTV4OTAAoJEGI5TGmMJzn6gR8QAJIld8yIHZC2JBciiX05q+JA +REsqgESY74U4OSCIXHxykXHT+lHjgs3nZeObz8CV/NRF1CYzNIsIVJ/CHCyUEQtE +tVRpBx8yF+v9VvnsOVzEVPRQTUw12VjRznFXFtpGkVHRQXkzxRRrB4X6e0M9xaDU +Q3xuPBwP0aC2SI8tV6imwdsrWE8Ez8eHChPyl2fjwBME21RpyYxWrygh5jvpR/G8 +Rz/nOwK5AeMIjZqmWOL5BssvIi0BjalvtrZ8V1hvNPatajGOlceTrJU44R2l93oG +WHA9vczoOpgkgiC4NkC4i0aGHsc+2P5GAp/p83bu3HnNWaJm9QwTzacqfByoTpmn +jlMeKSxiZfz+pxx6BcSheR2n3FGS/+W+X4YTAEG+XU3lCDolW3zfLwISEXlRWtbK +ZodJX4yHGX2i6d5OjOsya5proJhSNv/jbct6W5pNpoR2TYaUV4+o0pOjD+SiICZz +iyN1JzMMWjbPmF9TeJk1OoouqZGz5XPzUcD7JbJfVBPN6Q6q6+jvjAA2HenX/XPR +NRwR+kTdJVDpCmX+yN+RrmxUr9ifMvpTJSwJgJUzbmUGhAPOjqch4gBmgSRgou/7 +lzr3s7+nUgR4dmVT+q7fhhEd8AsC1TsGdoBdqYiJSDmAzpNtZwnJM3J2uLjgxy5D +Pt9u5bS1tps9tk1m0vFH +=0uVC +-----END PGP SIGNATURE----- diff --git a/download/ncdc-1.19.1.tar.gz.md5 b/download/ncdc-1.19.1.tar.gz.md5 new file mode 100644 index 0000000..39df733 --- /dev/null +++ b/download/ncdc-1.19.1.tar.gz.md5 @@ -0,0 +1 @@ +a7d23df7d0e291d1e3c8fb2a9a69f7a9 ncdc-1.19.1.tar.gz diff --git a/download/ncdc-1.19.1.tar.gz.sha1 b/download/ncdc-1.19.1.tar.gz.sha1 new file mode 100644 index 0000000..452c5fe --- /dev/null +++ b/download/ncdc-1.19.1.tar.gz.sha1 @@ -0,0 +1 @@ +a02fcb67fb54ac739325db64f83d796647c98834 ncdc-1.19.1.tar.gz diff --git a/index.cgi b/index.cgi index ac03e35..b623c52 100755 --- a/index.cgi +++ b/index.cgi @@ -12,6 +12,7 @@ BEGIN { ($ROOT = abs_path $0) =~ s{index\.cgi$}{}; } my @changes = ( + [ '2014-04-23', '/ncdc', 'ncdc 1.19.1 released' ], [ '2014-02-11', '/ncdc', 'ncdc 1.19 released' ], [ '2014-01-09', '/doc/dcstats', 'Uploaded an article on DC file list stats' ], [ '2013-11-14', '/yxml/man', 'yxml now has a manual' ],