Skip to content

Commit

Permalink
transmissiondcfp: update to revision 14734-5
Browse files Browse the repository at this point in the history
    Fixed: Problem in extracting salt
    Fixed: "Unable to save resume file: File name too long" for magnet links with extremely long names.
    Fixed: "Invalid or corrupt torrent file" for torrents with an empty name key.
    Fixed: clarified that info-hash is the digest of en bencoding found in .torrent file
    Fixed: transmission-edit tool: don't re-order info dict
  • Loading branch information
cfpp2p committed Jan 14, 2017
1 parent cecbc1f commit e5d5bbe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
1 change: 0 additions & 1 deletion checksums/transmissiondcfp-2.77+14734-4.tar.bz2.sha512

This file was deleted.

1 change: 1 addition & 0 deletions checksums/transmissiondcfp-2.77+14734-5.tar.bz2.sha512
@@ -0,0 +1 @@
74727ecdb3c20465103455e70d61a8063a23a8daa2d0657b1c241d9376c9e00f511674b1976382eb4309af5658640273c45605a4f7a74ec3cb49e19fbdefa8e9
8 changes: 4 additions & 4 deletions make/transmissiondcfp.mk
Expand Up @@ -25,9 +25,9 @@
# SVN releases also include transmissiond-dbg while official releases does not.
#
TRANSMISSIONDCFP_SITE=http://$(SOURCEFORGE_MIRROR)/project/transmissiondaemon/optware-ng-source
TRANSMISSIONDCFP_VERSION=2.77+14734-4
TRANSMISSIONDCFP_ALT_VERSION=2.77plus14734-4
TRANSMISSIONDCFP_ALT2_VERSION=2.77plus14734-4
TRANSMISSIONDCFP_VERSION=2.77+14734-5
TRANSMISSIONDCFP_ALT_VERSION=2.77plus14734-5
TRANSMISSIONDCFP_ALT2_VERSION=2.77plus14734-5
TRANSMISSIONDCFP_ALT_SITE=https://github.com/cfpp2p/transmission/releases/download/$(TRANSMISSIONDCFP_ALT_VERSION)
TRANSMISSIONDCFP_ALT2_SITE=http://transmissionbt.net

Expand Down Expand Up @@ -55,7 +55,7 @@ TRANSMISSIONDCFP_CONFLICTS=
#
# TRANSMISSIONDCFP_IPK_VERSION should be incremented when the ipk changes.
#
TRANSMISSIONDCFP_IPK_VERSION=4
TRANSMISSIONDCFP_IPK_VERSION=5

#
# TRANSMISSIONDCFP_CONFFILES should be a list of user-editable files
Expand Down

0 comments on commit e5d5bbe

Please sign in to comment.