diff options
author | wiz <wiz@pkgsrc.org> | 2011-02-26 09:24:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-02-26 09:24:32 +0000 |
commit | ba80ade1287d4861084bb664b78bc6aa0f0e6eb2 (patch) | |
tree | fe041309b5fbc2252baac4b66a685d839014d76d /net/mldonkey-gui | |
parent | 75bfbf3f9acaebcc3e8bb290863df184855208b2 (diff) | |
download | pkgsrc-ba80ade1287d4861084bb664b78bc6aa0f0e6eb2.tar.gz |
Update mldonkey* to 3.0.7:
2011/01/22: version 3.0.7 = tag release-3-0-7
2011/01/06
6012: Fix bug in Http_client.wget_string (ygrek)
2010/12/22
7418: Ignore setsockopt_float exception while sending mail
2010/12/19
7303: UPNP: added BT_tracker-port
7418: SMTP auth implementation (ygrek)
- new options smtp_login and smtp_password
- added socket timeout for mail server communication, fix bug #22713
7412: tar.gzip: fix harmless error message (ygrek)
7388: DC: fix sharing on Windows (ygrek)
-------------------------------------------------------------------------------
2010/11/15: version 3.0.6 = tag release-3-0-6
2010/11/13
7386: Makefile: Do not compile make_torrent when BT support is disabled
- fixes compile error during "make utils"
2010/11/07
7355: HTML: Fix URL enconding of commands (ygrek)
7375: FileTP: fix submitting ftp download links (ygrek)
7374: BT: calculate compatible hash for wrong torrents (ygrek)
6012: http_client: Support gzip accept-encoding + content-encoding (ygrek)
2010/11/03
7372: GTK2 GUI: Compile with lablgtk-2.14.2 by default
2010/11/01
7303: UPNP support (zzpptt)
- to compile using pre-installed libs: configure --enable-upnp-natpmp
- to compile UPNP libs during MLDonkey compile use --enable-force-upnp-natpmp
- ToDo: MinGW support
7365: HTML: improve code for sorting tables (ygrek)
7364: KAD: parse new nodes.dat formats (ygrek)
2010/10/28
7358: Update mlnet_strings.ru_RU.UTF-8 (balamutick)
2010/10/24
7318: EDK/Emule captcha: Use Base64 functions (ygrek)
7357: configure: fix quoting of arguments (ygrek)
2010/10/23
7318: EDK: Emule captcha support and slight cleanup (dennisne)
- added support for Emule's anti-spam chat CAPTCHAs
- added clear_message_log command to clear (long) message logs
- HTML: reversed order of chat messages
7319: EDK: Fix CryptoPP on mips64 abi n32 (viric)
7356: options: ensure that tmp file is removed (ygrek)
7354: DC: cleanup temporary files (ygrek)
7353: DC: silence "ADC not supported" message (ygrek)
7352: net: do not log ordinary network errors (ygrek)
7351: DC: fix download of large files (integer overflow) (ygrek)
7350: cleanup accesstest temp files (ygrek)
2010/10/19
7349: Fix release.* make targets on GNU/kFreeBSD
7348: Update GNU config.guess and config.sub to version 2010/09
-------------------------------------------------------------------------------
2010/09/26: version 3.0.5 = tag release-3-0-5
2010/09/22
7308: DC: bugfix (generate valid partial list) (ygrek)
2010/09/16
7144: Update clean targets
2010/09/08
7305: Xml-light: fix attributes parsing (ygrek)
7310: EDK: improve comment port option (ygrek)
7308: DC: handle ADCGET list (ygrek)
7307: New make target "tests" for unit tests (ygrek)
7306: DC: show client brand, session transfer and duration (ygrek)
2010/09/07
7302: DC: Fix performance problem with many shared files (ygrek)
7299: configure: abort on unknown options
2010/09/01
7296: Fix compilation problems introduced by patch 7144 (ygrek)
- remove linking to camlp4lib
- use alternative if camlp4of is not present
2010/08/29
7144: BT: Support for UDP trackers (ygrek)
7288: HTML: Prepare localization (balamutick)
7287: Fix GTK1 oldgui compile with Ocaml 3.1* (ygrek)
7289: Raise minimum required Ocaml version to 3.10.1
2010/08/16
7267: Fix compilation error in GTK2 GUI
7282: Fix configure warning
Diffstat (limited to 'net/mldonkey-gui')
-rw-r--r-- | net/mldonkey-gui/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/mldonkey-gui/Makefile b/net/mldonkey-gui/Makefile index 5e6e78861c5..6acd3681f94 100644 --- a/net/mldonkey-gui/Makefile +++ b/net/mldonkey-gui/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.37 2011/01/13 13:40:10 wiz Exp $ +# $NetBSD: Makefile,v 1.38 2011/02/26 09:24:33 wiz Exp $ # .include "../../net/mldonkey/Makefile.common" PKGNAME= ${DISTNAME:S/mldonkey/mldonkey-gui/} -PKGREVISION= 3 COMMENT+= (GTK interface) |