pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/mldonkey Update mldonkey{,-gui} to 2.7.5:
details: https://anonhg.NetBSD.org/pkgsrc/rev/2e257546fc92
branches: trunk
changeset: 511516:2e257546fc92
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Apr 16 11:09:00 2006 +0000
description:
Update mldonkey{,-gui} to 2.7.5:
2006/04/13: version 2.7.5 = tag release-2-7-5
2006/04/10
5035: Make Soulseek, Opennapster, DirectConnect compilable again
This does not mean the network modules work again,
they only compile again. More work is needed.
5032: CommonSwarming/WIP2: Some function rewrites and comments (pango)
2006/04/09
5031: Merge CommonSwarming and CommonSwarming2 code (pango)
2006/04/08
5029: EDK: Remove set_brothers command and brotherhood option
5030: Update config.guess and config.sub to version 2006-02-27
4778: CommonSwarming: In addition to the first and last chunk also load
the second last chunk if available before the rest to improve preview
5028: New environment variable for file_completed_cmd:
$DLFILES (number of downloading files)
5027: EDK: Deactivate DonkeySUI if /dev/urandom is missing
2006/04/06
5021: Fix compile bug in tryopen patch when bzip2 is disabled
5020: Allow compile with Ocaml 3.09.2 CVS code,
3.09.1 will stay default for MLDonkey-compiled Ocaml
5016: Options save: Really fix bug addressed in patch #5015
2006/04/05
5015: Fix option file saving bug introduced in tryopen patch
2006/04/03
5011: EDK: Update server info received by UDP when
update_server_list_server false (pango)
5009: Ignore files .DS_Store and ._filename.ext in dir listings on all platforms
5006: Small logfile change
5004: Automatically closes opened descriptors using "tryopen pattern" (pango)
5005: CommonBlocking: Do not block IPs when GeoIP database is not loaded
2006/04/02
5003: BT: Improve client recognition (zet)
5002: Overnet: Fix Out of Memory Exception (zet)
2006/03/31
4997: Swarming: correctly create a new range when one is splitted (pango)
2006/03/29
4931: CommonBlocking: Block/allow IPs by country codes (requires GeoIP) (pango)
- new options:
- ip_blocking_countries, insert country codes here
- ip_blocking_countries_block true|false
false: use ip_blocking_countries as block list,
all other countries are allowed
true: use ip_blocking_countries as allow list,
all other countries are blocked
4995: HTML: Fix friends filelist display
4996: HTML: Add/remove for web_infos (vwi), update old contact.dat URL
- web_infos, rename command add_url to urladd, new command urlremove
- prints option help texts for web_infos and calendar command
- file_kinds are now printed as list with descriptions for easier setup
2006/03/19
4917: HDD space check
- New options:
hdd_send_warning_interval
Send a warning mail each <interval> hours for each directory,
0 to deactivate mail warnings.
hdd_temp_minfree
Mininum free space in MB on temp_directory, minimum 50
hdd_temp_stop_core, default false
If true core shuts down when free space on temp dir is below
hdd_temp_minfree, otherwise all downloads are queued and a
warning email is sent.
hdd_coredir_minfree
Mininum free space in MB on core or log directory, minimum 20
hdd_coredir_stop_core, default true
If true core shuts down when free space on core dir is below
hdd_coredir_minfree, otherwise all ini file saving is stopped
until core shutdown and a warning email is sent.
Logging is sent to RAM when log dir is full.
The hard-coded minimum values can not be circumvented, MLDonkey will always
perform these HDD space checks once a minute.
2006/03/18
4985: Log file clean-up for verbosity = "md4"
2006/03/17
4981: Dllink: Fix wrong referer in HEAD request
4980: Multiuser: internal admin_user variable
4979: Fix hashing large number of files
2006/03/15
4972: FileTP: Allow ftp:// downloads via dllink command
4971: BT: Allow read-only access for shared files
4967: CommonUserDb: Keep old user database updated for easy downgrades
2006/03/09
4962: BT: New command "startbt" to force the start of a torrent download (jave)
2006/03/08
4963: Re-apply $DEVFLAGS to Makefile.in (pango)
4961: EDK: New default URL for server list download
4960: Ignore .DS_Store on MacOSX, BT: ignore dirs in torrents/incoming (pango)
2006/03/06
4954: New function Unix32.owner to read user and group entry of a file
- to debug use command debug_fileinfo <file>
- renamed debug command "disk" to "debug_disk"
- renamed debug command "rlimit" to "debug_rlimit"
4950: Close unneeded file descriptors
2006/03/05
4946: System-wide cookies and referers option
- MLDonkey will not move data from bittorrent.ini to downloads.ini
- This data will be used in web_infos, dllink and BT module.
4951: GUI: Update server country codes after loading GeoIP data
4949: Gzip/Bzip2: Close opened FD after opening an invalid archive file
4945: BT: Automatically start new torrents downloads
- new directory $MLDONKEY_DIR/torrents/incoming, all files present
in this dir are started automatically, its scanned every 10 seconds.
2006/03/01
4939: Support for compressed ipfilter.dat files (.gz, .bz2 or .zip) (pango)
4930: giFT GUI: Authentication support (pango)
- login with giFTcurs now has to be done like this: giFTcurs -p user:password
2006/02/26
4938: Improve MLDonkey system user database
due to older problems with HTML interface:
- renamed command add_user to useradd
- renamed command remove_user to userdel
- user name is printed in browser title when bwstats is active
diffstat:
net/mldonkey/Makefile.common | 4 ++--
net/mldonkey/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (26 lines):
diff -r e703c337ce73 -r 2e257546fc92 net/mldonkey/Makefile.common
--- a/net/mldonkey/Makefile.common Sun Apr 16 07:54:18 2006 +0000
+++ b/net/mldonkey/Makefile.common Sun Apr 16 11:09:00 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.15 2006/02/27 22:51:22 wiz Exp $
+# $NetBSD: Makefile.common,v 1.16 2006/04/16 11:09:00 wiz Exp $
#
-DISTNAME= mldonkey-2.7.4
+DISTNAME= mldonkey-2.7.5
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mldonkey/}
EXTRACT_SUFX= .tar.bz2
diff -r e703c337ce73 -r 2e257546fc92 net/mldonkey/distinfo
--- a/net/mldonkey/distinfo Sun Apr 16 07:54:18 2006 +0000
+++ b/net/mldonkey/distinfo Sun Apr 16 11:09:00 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.27 2006/02/27 22:51:22 wiz Exp $
+$NetBSD: distinfo,v 1.28 2006/04/16 11:09:00 wiz Exp $
-SHA1 (mldonkey-2.7.4.tar.bz2) = 8d972e48f06e75b9d9773adfc1b51055c64d41fe
-RMD160 (mldonkey-2.7.4.tar.bz2) = 7945d140e823d819c88e743f34ce813b6ae09603
-Size (mldonkey-2.7.4.tar.bz2) = 2810334 bytes
+SHA1 (mldonkey-2.7.5.tar.bz2) = 60928b1eafc377457d3f99a436ba5b9e92f1ac65
+RMD160 (mldonkey-2.7.5.tar.bz2) = 9e3363b16a8dfe680cbacb0be09a2fff7d8bde52
+Size (mldonkey-2.7.5.tar.bz2) = 2815190 bytes
Home |
Main Index |
Thread Index |
Old Index