diff options
author | obache <obache> | 2010-03-30 13:06:53 +0000 |
---|---|---|
committer | obache <obache> | 2010-03-30 13:06:53 +0000 |
commit | 5af3315c7c037e92af60005ddbf0ef68cbf3d1ce (patch) | |
tree | 32a27c6d27a1f3f877ebe90476068d2de3e1bde5 /net/amule | |
parent | 734c46d20f8249c13e8d21930160d6eff4a070fe (diff) | |
download | pkgsrc-5af3315c7c037e92af60005ddbf0ef68cbf3d1ce.tar.gz |
Update amule to 2.2.6.
Requested by Rumko by PR#43069.
Version 2.2.6 - The "we don't have holidays" version.
----------
2009-09-16
GonoszTopi:
* Fixed obfuscated server UDP communication.
* Fixed cross-endian Kad node verification.
* Fixed name conflict in builtin PHP parser.
* Fixed configure finding unwanted Crypto++ installations.
Marcell:
* Properly update transfers tab's bottom pane's title.
mr_hyde:
* Fixed a bug in detecting and using the fallocate() function.
Sam Hocevar:
* Now really fixed that security issue.
Stu Redman:
* Fixed HTTP download if server transmits no content-length
* Fixed several cases of amulecmd printing zero on big endian machines
* Fixed amuleweb crashing on tiny downloads
* Added version resources to MSVC binaries
* Fixed wrong search text in search dialog after deleting a tab
* Fixed download limit in amuled (which was 50% of what was set)
Wuischke:
* Fix amuleweb progress bar display for files > 4GB
Special Thanks To:
* stefanero and his bleeding-edge system
Diffstat (limited to 'net/amule')
-rw-r--r-- | net/amule/Makefile | 5 | ||||
-rw-r--r-- | net/amule/PLIST | 8 | ||||
-rw-r--r-- | net/amule/distinfo | 8 |
3 files changed, 13 insertions, 8 deletions
diff --git a/net/amule/Makefile b/net/amule/Makefile index 3d83794e625..6955963c888 100644 --- a/net/amule/Makefile +++ b/net/amule/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.41 2010/01/18 09:59:18 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2010/03/30 13:06:53 obache Exp $ -DISTNAME= aMule-2.2.5 +DISTNAME= aMule-2.2.6 PKGNAME= ${DISTNAME:S/aMule/amule/} -PKGREVISION= 2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=amule/} EXTRACT_SUFX= .tar.bz2 diff --git a/net/amule/PLIST b/net/amule/PLIST index 835cb616a7c..b68ab5a5cd0 100644 --- a/net/amule/PLIST +++ b/net/amule/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2009/06/14 21:00:03 joerg Exp $ +@comment $NetBSD: PLIST,v 1.12 2010/03/30 13:06:53 obache Exp $ ${PLIST.alc}bin/alc ${PLIST.alcc}bin/alcc ${PLIST.amule}bin/amule @@ -59,6 +59,12 @@ ${PLIST.cas}man/hu/man1/cas.1 ${PLIST.ed2k}man/hu/man1/ed2k.1 ${PLIST.wxcas}man/hu/man1/wxcas.1 man/hu/man1/xas.1 +${PLIST.amule}man/it/man1/amule.1 +${PLIST.cmd}man/it/man1/amulecmd.1 +${PLIST.daemon}man/it/man1/amuled.1 +${PLIST.gui}man/it/man1/amulegui.1 +${PLIST.web}man/it/man1/amuleweb.1 +${PLIST.ed2k}man/it/man1/ed2k.1 ${PLIST.alc}man/man1/alc.1 ${PLIST.alcc}man/man1/alcc.1 ${PLIST.amule}man/man1/amule.1 diff --git a/net/amule/distinfo b/net/amule/distinfo index d84d5b6b5b9..47a6e3cd6f6 100644 --- a/net/amule/distinfo +++ b/net/amule/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.15 2009/06/06 13:08:27 obache Exp $ +$NetBSD: distinfo,v 1.16 2010/03/30 13:06:53 obache Exp $ -SHA1 (aMule-2.2.5.tar.bz2) = 2e58fdeffe65cd036467b1c62ba95d791fba9a11 -RMD160 (aMule-2.2.5.tar.bz2) = cef2ea2248b877c75dce6a8f4c32c7585c5f64b8 -Size (aMule-2.2.5.tar.bz2) = 4715858 bytes +SHA1 (aMule-2.2.6.tar.bz2) = 369bb950897c3f1f59fc1190ac7034113ac253d0 +RMD160 (aMule-2.2.6.tar.bz2) = 9483eb1907803d3a6ac375c4d85a7b0cbd895daa +Size (aMule-2.2.6.tar.bz2) = 4722143 bytes SHA1 (patch-aa) = 64b0812f361cfda37c19849b428b6ce1e31ca885 |