Commit 7be494b9 authored by Steffen Möller's avatar Steffen Möller
Browse files

New upstream version 2.10.2+dfsg

parent 4e78839f
Loading
Loading
Loading
Loading

.gitignore

100644 → 100755
+3 −1
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@ vgcore.*
/build/Makefile.config*
/build/MSVC/2010/ipch
/build/MSVC/2010/ncbi-vdb.opensdf
build/ld.linux.exe_cmd.sh
/centos
/ilib64
/lib64
@@ -34,4 +35,5 @@ core
*.pyc
.gdb_history
.vscode
.gdb_history
*.cache
.vs
+83 −3
Original line number Diff line number Diff line
# NCBI External Developer Release:


## NCBI VDB 2.10.2
**January 15, 2020**

  **build**: install used to fail on OSX when checking md5  
  **kfg**: Users now provide the ngc access token on the command line  
  **kfg**: potential memory leak removed  
  **kfg, vdb-config, vfs**: new names for caching dbGaP files  
  **kfg, vfs**: added new configuration node for resolving protected data  
  **klib**: fixed incorrect access to memory in output writers  
  **kns**: KNS now provides limited support for attaching files to HTTP POST requests  
  **kns, vfs**: added support of ngc files and JWT-carts in SDL requests  
  **krypto**: fixed decryption of dbGaP data on the fly  
  **vfs**: allow to set dbGaP context by ngc file  
  **vfs**: fixed detection of cache location of public runs on cloud  
  **vfs**: fixed double-free when processing names service response  
  **vfs**: fixed names conflict  
  **vfs**: new naming scheme for caching dbGaP files  


## NCBI VDB 2.10.1
**December 16, 2019**

  **vfs**: fixed generation of unique file name when caching


## NCBI VDB 2.10.0
**August 19, 2019**

  **cloud**: added support for user-pays access to GCP  
  **cloud**: cloud-related code was moved to new module  
  **cloud, vfs**: send cloud instance identity just when user allows it  
  **kfg, sra-tools**: use trace.ncbi.nlm.nih.gov to call names service  
  **kfg, vdb-config**: alternative remote repository URL was added to default configuration   
  **kfs**: introduced readahead strategy for cloud storage  
  **klib, vdb**: error report is saved to ncbi_error_report.txt  
  **kns**: Don't log mdebtls error messages. Added possibility to enable them.  
  **kns**: We now use system root CA certs on Unix   
  **kns**: increased default value of HTTP read to 5 minutes; made it configurable  
  **kns**: introduced configurable controls over network timeouts  
  **kns**: special support for handling SDL interaction  
  **prefetch, vdb**: adjustments for latest name resolution service  
  **prefetch, vfs**: added support of "run accession as directory"  
  **prefetch, vfs**: added support of download of reference sequences in "run accession as directory"  
  **prefetch, vfs**: fixed regression when prefetch does not download vdbcache  
  **sratools**: VDB can get URLs- for local/remote/cache locations of accession from environment  
  **tui, vdb-config**: new look and cloud specific options in 'vdb-config -i'  
  **vdb**: VDBManagerMakeSRASchema() was deprecated  
  **vdb**: make greater use of data returned by latest name resolver  
  **vfs**: added possibility to have multiple remote repositories for backward compatibility  
  **vfs**: added possibility to set resolver version from configuration  
  **vfs**: allow to use SDL as remote service  


## NCBI VDB 2.9.6
**March 18, 2019**

  **prefetch, **vfs**: fixed regression that prevented re-download of incomplete files  


## NCBI VDB 2.9.4-1
**March 4, 2019**

  **sra-tools, **vfs**: fixed regression introduced in 2.9.4 release causing delay when starting sra tools  


## NCBI VDB 2.9.4
**January 31, 2019**

  **kns**: added detection of zone where cloud instance runs  
  **kns**: added support of AWS authentication  
  **kns**: allow to access googleapis.com via proxy  
  **kns**: don't add "Accept: */*" request header when it already contains an Accept header  
  **kns**: updated mbedtls to version 2.16  
  **sra-tools, vfs**: added support of realign objects  
  **vdb**: A Json parser is now available in klib  


## NCBI VDB 2.9.3
**October 17, 2018**
**October 11, 2018**

  **kns**: added possibility to skip server's certificate validation  
  **kns**: expect to receive HTTP status 200 when sending range-request that includes the whole file  
  **vdb**: fixed a bug in accessing pagemap process request for cursors which do not have pagemap thread running
@@ -10,11 +88,13 @@

## NCBI VDB 2.9.2-1
**July 31, 2018**

  **vdb**: restored lost exported attribute on several entries in the private API


## NCBI VDB 2.9.2
**July 23, 2018**

  **kfg, vfs**: Introduced enhanced handling of download-only NGC files that lack read/decrypt permissions


+4 −12
Original line number Diff line number Diff line
# The NCBI SRA ( Sequence Read Archive )

### Contact:
email: sra-tools@ncbi.nlm.nih.gov
email: sra@ncbi.nlm.nih.gov

### Change Log
Please check the CHANGES.md file for change history.
@@ -10,18 +10,10 @@ Please check the CHANGES.md file for change history.
The SRA Toolkit and SDK from NCBI is a collection of tools and libraries for
using data in the INSDC Sequence Read Archives.

### IMPORTANT ANNOUNCEMENT
As was announced in [OMB memorandum M-15-13](https://www.whitehouse.gov/sites/default/files/omb/memoranda/2015/m-15-13.pdf) on June 8, 2015, NCBI and all Federal systems will be transitioning to using HTTPS-only protocols before the end of 2016. This change will affect any software that uses NCBI APIs such as the E-utilities or NCBI software toolkits such as `sra-tools`, `ncbi-vdb` or `ngs`.
### Antivirus Warnings
Windows Defender and a few other anti-virus tools have recently been [falsely](https://www.virustotal.com/#/file/042af43fc1318b07a4411c1bea2ff7eed8efe07ca954685268ce42f8f818b10e/detection) warning about test-sra.exe.

The NLM and NCBI may implement the switch to HTTPS-only as early as September 30, 2016.

In particular, software products that depend on `sra-tools`, `ncbi-vdb` or `ngs` may not function as expected after September 30 unless they are properly updated from this site or by the software provider.

If you use software that accesses NCBI SRA data in any way, your software will likely be affected by this change. Please check with your software provider for recent udpates or patches, and be sure to acquire these before September 30.
 
If you develop software that relies on `sra-tools`, `ncbi-vdb` or `ngs` in any way, you will likely need to update your code so that it accesses NCBI using HTTPS.

We have released new tools with version 2.8.0 that are HTTPS compatible and `M-15-13` compliant as of October 7, 2016. Please be certain to [update all of your binaries](https://github.com/ncbi/sra-tools/wiki/Downloads) and configuration files.
We suggest verifying [MD5 checksums](https://ftp-trace.ncbi.nlm.nih.gov/sra/sdk/current/md5sum.txt) after downloading.

For additional information on using, configuring, and building the toolkit,
please visit our [wiki](https://github.com/ncbi/sra-tools/wiki)
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@
CC = @ $(TOP)/build/cc.sh $(OS) 'clang -c' \
	 $(CHECKSUM) --objx $(OBJX) --cflags "$(CFLAGS)" -MD
CP = @ $(TOP)/build/cc.sh $(OS) 'clang++ -c' \
	 $(CHECKSUM) --objx $(OBJX) --cflags "$(CPFLAGS)" -MD
	 $(CHECKSUM) --objx $(OBJX) -stdlib=libc++ --cflags "$(CPFLAGS)" -MD

# C preprocessor
PP = gcc -E $(CFLAGS)
+12 −3
Original line number Diff line number Diff line
@@ -82,7 +82,6 @@ endif
# load OS and COMP specific files
include $(TOP)/build/Makefile.$(OS)
include $(TOP)/build/Makefile.$(COMP)
include $(TOP)/build/Makefile.rules

# external schema modules
EXT_SCHEMA_MODULES = axf sraxf wgsxf vxf
@@ -98,7 +97,12 @@ ifeq (win,$(OS))
    TEST_BINDIR = $(BINDIR)
else
    TEST_BINDIR = $(TARGDIR)/test-bin
    FLIBDIR = $(TARGDIR)/fuzz

$(FLIBDIR):
	mkdir -p $@
endif

ILIBDIR = $(TARGDIR)/ilib
LIBDIR = $(TARGDIR)/lib
OBJDIR = $(TARGDIR)/obj/$(MODULE)
@@ -127,10 +131,10 @@ JMAKE_CMD = $(MAKE) BUILD=$(BUILD) TOOLSET=$(TOOLSET) COMP=$(COMP) LNKG=$(LNKG)
    TOP=$(TOP) SRCDIR=$(SRCDIR) OUTDIR=$(OUTDIR) -C $(CLASSDIR) -f $(SRCDIR)/Makefile

# directory and link creation
SUBDIRS = bin test-bin ilib lib
# compilation rules
SUBDIRS = bin test-bin ilib lib fuzz
OUTDIRS = schema

# compilation rules
MAKE_JOBS = 1

stdcompile: makedirs
@@ -267,6 +271,8 @@ purify:
purecov:
	@ echo pcov > $(TOP)/build/BUILD.$(OS)

fuzz: makedirs

.PHONY: out CC GCC ICC debug profile release scm purify purecov local local require-proxy-exec $(RHOSTS) bindir report_config

# includes based upon build
@@ -315,6 +321,9 @@ VPATH = \
	$(SRCDIRS_OS) \
	$(SRCDIR)

# include rules now that VPATH is fully set
include $(TOP)/build/Makefile.rules

INCDIRS = \
	$(addprefix -I,$(OVERRIDEINC)) \
	$(addprefix -I,$(SRCDIRS_OS)) \
Loading