[tor-bugs] #8283 [Tor bundles/installation]: track hashes for all TBB dep source files

Tor Bug Tracker & Wiki blackhole at torproject.org
Tue Feb 19 23:59:43 UTC 2013


#8283: track hashes for all TBB dep source files
--------------------------------------+-------------------------------------
 Reporter:  ioerror                   |          Owner:  ioerror
     Type:  enhancement               |         Status:  new    
 Priority:  normal                    |      Milestone:         
Component:  Tor bundles/installation  |        Version:         
 Keywords:                            |         Parent:         
   Points:                            |   Actualpoints:         
--------------------------------------+-------------------------------------

Comment(by ioerror):

 Here is a patch that integrates the hashes into version.mk:
 {{{
 diff --git a/build-scripts/versions.mk b/build-scripts/versions.mk
 index 304ed63..d43ac48 100644
 --- a/build-scripts/versions.mk
 +++ b/build-scripts/versions.mk
 @@ -3,14 +3,22 @@
  RELEASE_VER=2.3.25

  ZLIB_VER=1.2.7
 +ZLIB_HASH=fa9c9c8638efb8cb8ef5e4dd5453e455751e1c530b1595eed466e1be9b7e26c5
  OPENSSL_VER=1.0.0k
 -LIBPNG_VER=1.5.13
 +OPENSSL_HASH=2982b2e9697a857b336c5c1b1b7b463747e5c1d560f25f6ace95365791b1efd1
 +LIBPNG_VER=1.5.14
 +LIBPNG_HASH=bd6bab0534d75ceec08be3ddc08d57096013b829f81cd39ebd468f2c7d10d1bc
  QT_VER=4.8.1
 +QT_HASH=ef851a36aa41b4ad7a3e4c96ca27eaed2a629a6d2fa06c20f072118caed87ae8
  VIDALIA_VER=0.2.21
 +VIDALIA_HASH=c4008e7e7781dddf4a8670a435da6496dc9309dbdbc6125ac6d2cc871bdc1be7
  LIBEVENT_VER=2.0.21-stable
 +LIBEVENT_HASH=22a530a8a5ba1cb9c080cba033206b17dacd21437762155c6d30ee6469f574f5
  TOR_VER=0.2.3.25
 +TOR_HASH=bb2d6f1136f33e11d37e6e34184143bf191e59501613daf33ae3d6f78f3176a0
  PIDGIN_VER=2.6.4
  FIREFOX_VER=17.0.3esr
 +FIREFOX_HASH=027acbbafd682644ef44cbeea3d886498e7cac9d3af769a90c9beebc3fdc61d1
  MOZBUILD_VER=1.5.1
  TORBUTTON_VER=1.5.0
  NOSCRIPT_VER=2.6.4.4
 }}}

-- 
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/8283#comment:3>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list