/usr/local/poudriere/data/packages/e24a8cae34360705d022f17584bb6b4507b8eb89-build1/All/vips-8.3.1.txz vs.
/usr/local/poudriere/data/packages/e24a8cae34360705d022f17584bb6b4507b8eb89-build2/All/vips-8.3.1.txz
vips-8.3.1.txz-content
+MANIFEST
Offset 1, 1 lines modifiedOffset 1, 1 lines modified
1 {"name":​"vips",​"origin":​"graphics/​vips",​"version":​"8.​3.​1",​"comment":​"Free·​image·​processing·​system",​"maintainer":​"danilo@FreeBSD.​org",​"www":​"http:​/​/​www.​vips.​ecs.​soton.​ac.​uk/​",​"abi":​"FreeBSD:​11:​amd64",​"arch":​"freebsd:​11:​x86:​64",​"prefix":​"/​usr/​local",​"flatsize":​16353986,​"licenselogic":​"single",​"licenses":​["LGPL21"],​"desc":​"VIPS's·​a·​free·​image·​processing·​system.​·​It·​aims·​to·​be·​about·​half·​way·​between\nExcel·​and·​Photoshop.​·​It's·​obviously·​much·​smaller·​than·​these·​two,​·​but·​it's\nnot·​a·​toy·​either·​(about·​200k·​lines·​of·​code)​.​·​It's·​very·​bad·​at·​photo\nretouching,​·​but·​it's·​great·​(much·​better·​than·​programs·​like·​Photoshop,​·​I\nthink)​·​at·​all·​the·​other·​things·​you·​use·​photoshop·​for.​·​It's·​particularly\ngood·​with·​large·​images·​(ie.​·​images·​larger·​than·​the·​amount·​of·​RAM·​in·​your\nmachine)​,​·​and·​for·​working·​with·​colour.​\n\nWWW:​·​http:​/​/​www.​vips.​ecs.​soton.​ac.​uk/​",​"deps":​{"libxml2":​{"origin":​"textproc/​libxml2",​"version":​"2.​9.​3"},​"orc":​{"origin":​"devel/​orc",​"version":​"0.​4.​25"},​"python27":​{"origin":​"lang/​python27",​"version":​"2.​7.​11_2"},​"pango"·​✂1 {"name":​"vips",​"origin":​"graphics/​vips",​"version":​"8.​3.​1",​"comment":​"Free·​image·​processing·​system",​"maintainer":​"danilo@FreeBSD.​org",​"www":​"http:​/​/​www.​vips.​ecs.​soton.​ac.​uk/​",​"abi":​"FreeBSD:​11:​amd64",​"arch":​"freebsd:​11:​x86:​64",​"prefix":​"/​usr/​local",​"flatsize":​16353986,​"licenselogic":​"single",​"licenses":​["LGPL21"],​"desc":​"VIPS's·​a·​free·​image·​processing·​system.​·​It·​aims·​to·​be·​about·​half·​way·​between\nExcel·​and·​Photoshop.​·​It's·​obviously·​much·​smaller·​than·​these·​two,​·​but·​it's\nnot·​a·​toy·​either·​(about·​200k·​lines·​of·​code)​.​·​It's·​very·​bad·​at·​photo\nretouching,​·​but·​it's·​great·​(much·​better·​than·​programs·​like·​Photoshop,​·​I\nthink)​·​at·​all·​the·​other·​things·​you·​use·​photoshop·​for.​·​It's·​particularly\ngood·​with·​large·​images·​(ie.​·​images·​larger·​than·​the·​amount·​of·​RAM·​in·​your\nmachine)​,​·​and·​for·​working·​with·​colour.​\n\nWWW:​·​http:​/​/​www.​vips.​ecs.​soton.​ac.​uk/​",​"deps":​{"libxml2":​{"origin":​"textproc/​libxml2",​"version":​"2.​9.​3"},​"orc":​{"origin":​"devel/​orc",​"version":​"0.​4.​25"},​"python27":​{"origin":​"lang/​python27",​"version":​"2.​7.​11_2"},​"pango"·​✂
/usr/local/include/vips/version.h
Offset 1, 15 lines modifiedOffset 1, 15 lines modified
1 /​*·​Macros·​for·​the·​header·​version.​1 /​*·​Macros·​for·​the·​header·​version.​
2 ·​*/​2 ·​*/​
  
3 #ifndef·​VIPS_VERSION_H3 #ifndef·​VIPS_VERSION_H
4 #define·​VIPS_VERSION_H4 #define·​VIPS_VERSION_H
  
5 #define·​VIPS_VERSION»   ​»       ​"8.​3.​1"5 #define·​VIPS_VERSION»   ​»       ​"8.​3.​1"
6 #define·​VIPS_VERSION_STRING»    ​"8.​3.​1-​Fri·​Jun·​10·17:​15:​02·​UTC·​2016"6 #define·​VIPS_VERSION_STRING»    ​"8.​3.​1-​Sun·​Jun·​12·04:​38:​12·​UTC·​2016"
7 #define·​VIPS_MAJOR_VERSION»     ​(8)​7 #define·​VIPS_MAJOR_VERSION»     ​(8)​
8 #define·​VIPS_MINOR_VERSION»     ​(3)​8 #define·​VIPS_MINOR_VERSION»     ​(3)​
9 #define·​VIPS_MICRO_VERSION»     ​(1)​9 #define·​VIPS_MICRO_VERSION»     ​(1)​
  
10 /​*·​Not·​really·​anything·​to·​do·​with·​versions,​·​but·​this·​is·​a·​handy·​place·​to·​put10 /​*·​Not·​really·​anything·​to·​do·​with·​versions,​·​but·​this·​is·​a·​handy·​place·​to·​put
11 ·​*·​it.​11 ·​*·​it.​
12 ·​*/​12 ·​*/​
/usr/local/lib/libvips.a
readelf --wide --string-dump=.rodata.str1.1 {}
Offset 6955, 15 lines modifiedOffset 6955, 15 lines modified
6955 ··​[····​6d]··​%s/​vips-​%d.​%d6955 ··​[····​6d]··​%s/​vips-​%d.​%d
6956 ··​[····​7b]··​vips_init6956 ··​[····​7b]··​vips_init
6957 ··​[····​85]··​%s6957 ··​[····​85]··​%s
6958 ··​[····​88]··​vips6958 ··​[····​88]··​vips
6959 ··​[····​8d]··​/​usr/​local6959 ··​[····​8d]··​/​usr/​local
6960 ··​[····​98]··​/​usr/​local/​lib6960 ··​[····​98]··​/​usr/​local/​lib
6961 ··​[····​a7]··​%s/​lib6961 ··​[····​a7]··​%s/​lib
6962 ··​[····​ae]··​8.​3.​1-​Fri·​Jun·​10·17:​15:​02·​UTC·​20166962 ··​[····​ae]··​8.​3.​1-​Sun·​Jun·​12·04:​38:​12·​UTC·​2016
6963 ··​[····​d1]··​vips_version6963 ··​[····​d1]··​vips_version
6964 ··​[····​de]··​flag·​not·​0,​·​1,​·​26964 ··​[····​de]··​flag·​not·​0,​·​1,​·​2
6965 ··​[····​ef]··​.​plg6965 ··​[····​ef]··​.​plg
6966 ··​[····​f4]··​%s/​%s6966 ··​[····​f4]··​%s/​%s
6967 ··​[····​fa]··​unable·​to·​load·​"%s"·​-​-​·​%s6967 ··​[····​fa]··​unable·​to·​load·​"%s"·​-​-​·​%s
6968 ··​[···​114]··​memory:​·​%d·​allocations,​·​%zd·​bytes6968 ··​[···​114]··​memory:​·​%d·​allocations,​·​%zd·​bytes
6969 ··​[···​137]··​files:​·​%d·​open6969 ··​[···​137]··​files:​·​%d·​open
/usr/local/lib/libvips.so.42.4.1
readelf --wide --hex-dump=.rodata {}
Offset 5138, 17 lines modifiedOffset 5138, 17 lines modified
5138 ··​0x00215db0·​72652f6c·​6f63616c·​65007669·​7073382e·​re/​locale.​vips8.​5138 ··​0x00215db0·​72652f6c·​6f63616c·​65007669·​7073382e·​re/​locale.​vips8.​
5139 ··​0x00215dc0·​33005554·​462d3800·​56495053·​5f494e46·​3.​UTF-​8.​VIPS_INF5139 ··​0x00215dc0·​33005554·​462d3800·​56495053·​5f494e46·​3.​UTF-​8.​VIPS_INF
5140 ··​0x00215dd0·​4f00494d·​5f494e46·​4f002573·​2f766970·​O.​IM_INFO.​%s/​vip5140 ··​0x00215dd0·​4f00494d·​5f494e46·​4f002573·​2f766970·​O.​IM_INFO.​%s/​vip
5141 ··​0x00215de0·​732d706c·​7567696e·​732d2564·​2e256400·​s-​plugins-​%d.​%d.​5141 ··​0x00215de0·​732d706c·​7567696e·​732d2564·​2e256400·​s-​plugins-​%d.​%d.​
5142 ··​0x00215df0·​25732f76·​6970732d·​25642e25·​64007669·​%s/​vips-​%d.​%d.​vi5142 ··​0x00215df0·​25732f76·​6970732d·​25642e25·​64007669·​%s/​vips-​%d.​%d.​vi
5143 ··​0x00215e00·​70735f69·​6e697400·​2f757372·​2f6c6f63·​ps_init.​/​usr/​loc5143 ··​0x00215e00·​70735f69·​6e697400·​2f757372·​2f6c6f63·​ps_init.​/​usr/​loc
5144 ··​0x00215e10·​616c002f·​7573722f·​6c6f6361·​6c2f6c69·​al.​/​usr/​local/​li5144 ··​0x00215e10·​616c002f·​7573722f·​6c6f6361·​6c2f6c69·​al.​/​usr/​local/​li
5145 ··​0x00215e20·​62002573·​2f6c6962·​00382e33·​2e312d46·​b.​%s/​lib.​8.​3.​1-​F5145 ··​0x00215e20·​62002573·​2f6c6962·​00382e33·​2e312d53·​b.​%s/​lib.​8.​3.​1-​S
5146 ··​0x00215e30·​7269204a·​756e2031·​30203137·​3a31353a·ri·​Jun·​10·17:​15:​5146 ··​0x00215e30·​756e204a·​756e2031·​32203034·​3a33383a·un·​Jun·​12·04:​38:​
5147 ··​0x00215e40·​30322055·​54432032·​30313600·​76697073·02·​UTC·​2016.​vips5147 ··​0x00215e40·​31322055·​54432032·​30313600·​76697073·12·​UTC·​2016.​vips
5148 ··​0x00215e50·​5f766572·​73696f6e·​00666c61·​67206e6f·​_version.​flag·​no5148 ··​0x00215e50·​5f766572·​73696f6e·​00666c61·​67206e6f·​_version.​flag·​no
5149 ··​0x00215e60·​7420302c·​20312c20·​3200756e·​61626c65·​t·​0,​·​1,​·​2.​unable5149 ··​0x00215e60·​7420302c·​20312c20·​3200756e·​61626c65·​t·​0,​·​1,​·​2.​unable
5150 ··​0x00215e70·​20746f20·​6c6f6164·​20222573·​22202d2d··​to·​load·​"%s"·​-​-​5150 ··​0x00215e70·​20746f20·​6c6f6164·​20222573·​22202d2d··​to·​load·​"%s"·​-​-​
5151 ··​0x00215e80·​20257300·​6d656d6f·​72793a20·​25642061··​%s.​memory:​·​%d·​a5151 ··​0x00215e80·​20257300·​6d656d6f·​72793a20·​25642061··​%s.​memory:​·​%d·​a
5152 ··​0x00215e90·​6c6c6f63·​6174696f·​6e732c20·​257a6420·​llocations,​·​%zd·5152 ··​0x00215e90·​6c6c6f63·​6174696f·​6e732c20·​257a6420·​llocations,​·​%zd·
5153 ··​0x00215ea0·​62797465·​730a0066·​696c6573·​3a202564·​bytes.​.​files:​·​%d5153 ··​0x00215ea0·​62797465·​730a0066·​696c6573·​3a202564·​bytes.​.​files:​·​%d
5154 ··​0x00215eb0·​206f7065·​6e0a006d·​656d6f72·​793a2068··​open.​.​memory:​·​h5154 ··​0x00215eb0·​206f7065·​6e0a006d·​656d6f72·​793a2068··​open.​.​memory:​·​h
/usr/local/lib/python2.7/site-packages/gi/overrides/Vips.pyc
Offset 1, 8 lines modifiedOffset 1, 8 lines modified
1 00000000:​·​03f3·​0d0a·d4fa·​5a57·​6300·​0000·​0000·​0000··​.​.​.​.​.​.​ZWc.​.​.​.​.​.​.​1 00000000:​·​03f3·​0d0a·8bec·​5c57·​6300·​0000·​0000·​0000··​.​.​.​.​.​.​\Wc.​.​.​.​.​.​.​
2 00000010:​·​0035·​0000·​0040·​2000·​0073·​3e04·​0000·​6400··​.​5.​.​.​@·​.​.​s>.​.​.​d.​2 00000010:​·​0035·​0000·​0040·​2000·​0073·​3e04·​0000·​6400··​.​5.​.​.​@·​.​.​s>.​.​.​d.​
3 00000020:​·​0064·​0100·​6c00·​006d·​0100·​5a01·​0001·​6400··​.​d.​.​l.​.​m.​.​Z.​.​.​d.​3 00000020:​·​0064·​0100·​6c00·​006d·​0100·​5a01·​0001·​6400··​.​d.​.​l.​.​m.​.​Z.​.​.​d.​
4 00000030:​·​0064·​0200·​6c02·​005a·​0200·​6400·​0064·​0200··​.​d.​.​l.​.​Z.​.​d.​.​d.​.​4 00000030:​·​0064·​0200·​6c02·​005a·​0200·​6400·​0064·​0200··​.​d.​.​l.​.​Z.​.​d.​.​d.​.​
5 00000040:​·​6c03·​005a·​0300·​6400·​0064·​0200·​6c04·​005a··​l.​.​Z.​.​d.​.​d.​.​l.​.​Z5 00000040:​·​6c03·​005a·​0300·​6400·​0064·​0200·​6c04·​005a··​l.​.​Z.​.​d.​.​d.​.​l.​.​Z
6 00000050:​·​0400·​6400·​0064·​0200·​6c05·​005a·​0500·​6504··​.​.​d.​.​d.​.​l.​.​Z.​.​e.​6 00000050:​·​0400·​6400·​0064·​0200·​6c05·​005a·​0500·​6504··​.​.​d.​.​d.​.​l.​.​Z.​.​e.​
7 00000060:​·​006a·​0600·​6507·​0083·​0100·​5a08·​0064·​0000··​.​j.​.​e.​.​.​.​.​Z.​.​d.​.​7 00000060:​·​006a·​0600·​6507·​0083·​0100·​5a08·​0064·​0000··​.​j.​.​e.​.​.​.​.​Z.​.​d.​.​
8 00000070:​·​6403·​006c·​0900·​6d0a·​005a·​0a00·​0164·​0400··​d.​.​l.​.​m.​.​Z.​.​.​d.​.​8 00000070:​·​6403·​006c·​0900·​6d0a·​005a·​0a00·​0164·​0400··​d.​.​l.​.​m.​.​Z.​.​.​d.​.​
/usr/local/lib/python2.7/site-packages/gi/overrides/Vips.pyo
Offset 1, 8 lines modifiedOffset 1, 8 lines modified
1 00000000:​·​03f3·​0d0a·d4fa·​5a57·​6300·​0000·​0000·​0000··​.​.​.​.​.​.​ZWc.​.​.​.​.​.​.​1 00000000:​·​03f3·​0d0a·8bec·​5c57·​6300·​0000·​0000·​0000··​.​.​.​.​.​.​\Wc.​.​.​.​.​.​.​
2 00000010:​·​0035·​0000·​0040·​2000·​0073·​3e04·​0000·​6400··​.​5.​.​.​@·​.​.​s>.​.​.​d.​2 00000010:​·​0035·​0000·​0040·​2000·​0073·​3e04·​0000·​6400··​.​5.​.​.​@·​.​.​s>.​.​.​d.​
3 00000020:​·​0064·​0100·​6c00·​006d·​0100·​5a01·​0001·​6400··​.​d.​.​l.​.​m.​.​Z.​.​.​d.​3 00000020:​·​0064·​0100·​6c00·​006d·​0100·​5a01·​0001·​6400··​.​d.​.​l.​.​m.​.​Z.​.​.​d.​
4 00000030:​·​0064·​0200·​6c02·​005a·​0200·​6400·​0064·​0200··​.​d.​.​l.​.​Z.​.​d.​.​d.​.​4 00000030:​·​0064·​0200·​6c02·​005a·​0200·​6400·​0064·​0200··​.​d.​.​l.​.​Z.​.​d.​.​d.​.​
5 00000040:​·​6c03·​005a·​0300·​6400·​0064·​0200·​6c04·​005a··​l.​.​Z.​.​d.​.​d.​.​l.​.​Z5 00000040:​·​6c03·​005a·​0300·​6400·​0064·​0200·​6c04·​005a··​l.​.​Z.​.​d.​.​d.​.​l.​.​Z
6 00000050:​·​0400·​6400·​0064·​0200·​6c05·​005a·​0500·​6504··​.​.​d.​.​d.​.​l.​.​Z.​.​e.​6 00000050:​·​0400·​6400·​0064·​0200·​6c05·​005a·​0500·​6504··​.​.​d.​.​d.​.​l.​.​Z.​.​e.​
7 00000060:​·​006a·​0600·​6507·​0083·​0100·​5a08·​0064·​0000··​.​j.​.​e.​.​.​.​.​Z.​.​d.​.​7 00000060:​·​006a·​0600·​6507·​0083·​0100·​5a08·​0064·​0000··​.​j.​.​e.​.​.​.​.​Z.​.​d.​.​
8 00000070:​·​6403·​006c·​0900·​6d0a·​005a·​0a00·​0164·​0400··​d.​.​l.​.​m.​.​Z.​.​.​d.​.​8 00000070:​·​6403·​006c·​0900·​6d0a·​005a·​0a00·​0164·​0400··​d.​.​l.​.​m.​.​Z.​.​.​d.​.​
/usr/local/lib/python2.7/site-packages/vipsCC/VDisplay.pyc
Offset 1, 8 lines modifiedOffset 1, 8 lines modified
1 00000000:​·​03f3·​0d0a·d3fa·​5a57·​6300·​0000·​0000·​0000··​.​.​.​.​.​.​ZWc.​.​.​.​.​.​.​1 00000000:​·​03f3·​0d0a·8bec·​5c57·​6300·​0000·​0000·​0000··​.​.​.​.​.​.​\Wc.​.​.​.​.​.​.​
2 00000010:​·​0005·​0000·​0040·​0000·​0073·​0a01·​0000·​6400··​.​.​.​.​.​@.​.​.​s.​.​.​.​d.​2 00000010:​·​0005·​0000·​0040·​0000·​0073·​0a01·​0000·​6400··​.​.​.​.​.​@.​.​.​s.​.​.​.​d.​
3 00000020:​·​0064·​0100·​6c00·​006d·​0100·​5a01·​0001·​6501··​.​d.​.​l.​.​m.​.​Z.​.​.​e.​3 00000020:​·​0064·​0100·​6c00·​006d·​0100·​5a01·​0001·​6501··​.​d.​.​l.​.​m.​.​Z.​.​.​e.​
4 00000030:​·​0064·​1100·​6b05·​0072·​3400·​6405·​0084·​0000··​.​d.​.​k.​.​r4.​d.​.​.​.​.​4 00000030:​·​0064·​1100·​6b05·​0072·​3400·​6405·​0084·​0000··​.​d.​.​k.​.​r4.​d.​.​.​.​.​
5 00000040:​·​5a02·​0065·​0200·​8300·​005a·​0300·​5b02·​006e··​Z.​.​e.​.​.​.​.​Z.​.​[.​.​n5 00000040:​·​5a02·​0065·​0200·​8300·​005a·​0300·​5b02·​006e··​Z.​.​e.​.​.​.​.​Z.​.​[.​.​n
6 00000050:​·​0c00·​6400·​0064·​0600·​6c03·​005a·​0300·​5b01··​.​.​d.​.​d.​.​l.​.​Z.​.​[.​6 00000050:​·​0c00·​6400·​0064·​0600·​6c03·​005a·​0300·​5b01··​.​.​d.​.​d.​.​l.​.​Z.​.​[.​
7 00000060:​·​0079·​0a00·​6504·​005a·​0500·​576e·​1100·​0465··​.​y.​.​e.​.​Z.​.​Wn.​.​.​e7 00000060:​·​0079·​0a00·​6504·​005a·​0500·​576e·​1100·​0465··​.​y.​.​e.​.​Z.​.​Wn.​.​.​e
8 00000070:​·​0600·​6b0a·​0072·​6000·​0101·​016e·​0100·​5864··​.​.​k.​.​r`.​.​.​.​n.​.​Xd8 00000070:​·​0600·​6b0a·​0072·​6000·​0101·​016e·​0100·​5864··​.​.​k.​.​r`.​.​.​.​n.​.​Xd
/usr/local/lib/python2.7/site-packages/vipsCC/VDisplay.pyo
Offset 1, 8 lines modifiedOffset 1, 8 lines modified
1 00000000:​·​03f3·​0d0a·d3fa·​5a57·​6300·​0000·​0000·​0000··​.​.​.​.​.​.​ZWc.​.​.​.​.​.​.​1 00000000:​·​03f3·​0d0a·8bec·​5c57·​6300·​0000·​0000·​0000··​.​.​.​.​.​.​\Wc.​.​.​.​.​.​.​
2 00000010:​·​0005·​0000·​0040·​0000·​0073·​0a01·​0000·​6400··​.​.​.​.​.​@.​.​.​s.​.​.​.​d.​2 00000010:​·​0005·​0000·​0040·​0000·​0073·​0a01·​0000·​6400··​.​.​.​.​.​@.​.​.​s.​.​.​.​d.​
3 00000020:​·​0064·​0100·​6c00·​006d·​0100·​5a01·​0001·​6501··​.​d.​.​l.​.​m.​.​Z.​.​.​e.​3 00000020:​·​0064·​0100·​6c00·​006d·​0100·​5a01·​0001·​6501··​.​d.​.​l.​.​m.​.​Z.​.​.​e.​
4 00000030:​·​0064·​1100·​6b05·​0072·​3400·​6405·​0084·​0000··​.​d.​.​k.​.​r4.​d.​.​.​.​.​4 00000030:​·​0064·​1100·​6b05·​0072·​3400·​6405·​0084·​0000··​.​d.​.​k.​.​r4.​d.​.​.​.​.​
5 00000040:​·​5a02·​0065·​0200·​8300·​005a·​0300·​5b02·​006e··​Z.​.​e.​.​.​.​.​Z.​.​[.​.​n5 00000040:​·​5a02·​0065·​0200·​8300·​005a·​0300·​5b02·​006e··​Z.​.​e.​.​.​.​.​Z.​.​[.​.​n
6 00000050:​·​0c00·​6400·​0064·​0600·​6c03·​005a·​0300·​5b01··​.​.​d.​.​d.​.​l.​.​Z.​.​[.​6 00000050:​·​0c00·​6400·​0064·​0600·​6c03·​005a·​0300·​5b01··​.​.​d.​.​d.​.​l.​.​Z.​.​[.​
7 00000060:​·​0079·​0a00·​6504·​005a·​0500·​576e·​1100·​0465··​.​y.​.​e.​.​Z.​.​Wn.​.​.​e7 00000060:​·​0079·​0a00·​6504·​005a·​0500·​576e·​1100·​0465··​.​y.​.​e.​.​Z.​.​Wn.​.​.​e
8 00000070:​·​0600·​6b0a·​0072·​6000·​0101·​016e·​0100·​5864··​.​.​k.​.​r`.​.​.​.​n.​.​Xd8 00000070:​·​0600·​6b0a·​0072·​6000·​0101·​016e·​0100·​5864··​.​.​k.​.​r`.​.​.​.​n.​.​Xd
/usr/local/lib/python2.7/site-packages/vipsCC/VError.pyc
Offset 1, 8 lines modifiedOffset 1, 8 lines modified
1 00000000:​·​03f3·​0d0a·d3fa·​5a57·​6300·​0000·​0000·​0000··​.​.​.​.​.​.​ZWc.​.​.​.​.​.​.​1 00000000:​·​03f3·​0d0a·8bec·​5c57·​6300·​0000·​0000·​0000··​.​.​.​.​.​.​\Wc.​.​.​.​.​.​.​
2 00000010:​·​0005·​0000·​0040·​0000·​0073·​2201·​0000·​6400··​.​.​.​.​.​@.​.​.​s".​.​.​d.​2 00000010:​·​0005·​0000·​0040·​0000·​0073·​2201·​0000·​6400··​.​.​.​.​.​@.​.​.​s".​.​.​d.​
3 00000020:​·​0064·​0100·​6c00·​006d·​0100·​5a01·​0001·​6501··​.​d.​.​l.​.​m.​.​Z.​.​.​e.​3 00000020:​·​0064·​0100·​6c00·​006d·​0100·​5a01·​0001·​6501··​.​d.​.​l.​.​m.​.​Z.​.​.​e.​
4 00000030:​·​0064·​1300·​6b05·​0072·​3400·​6405·​0084·​0000··​.​d.​.​k.​.​r4.​d.​.​.​.​.​4 00000030:​·​0064·​1300·​6b05·​0072·​3400·​6405·​0084·​0000··​.​d.​.​k.​.​r4.​d.​.​.​.​.​
5 00000040:​·​5a02·​0065·​0200·​8300·​005a·​0300·​5b02·​006e··​Z.​.​e.​.​.​.​.​Z.​.​[.​.​n5 00000040:​·​5a02·​0065·​0200·​8300·​005a·​0300·​5b02·​006e··​Z.​.​e.​.​.​.​.​Z.​.​[.​.​n
6 00000050:​·​0c00·​6400·​0064·​0600·​6c03·​005a·​0300·​5b01··​.​.​d.​.​d.​.​l.​.​Z.​.​[.​6 00000050:​·​0c00·​6400·​0064·​0600·​6c03·​005a·​0300·​5b01··​.​.​d.​.​d.​.​l.​.​Z.​.​[.​
7 00000060:​·​0079·​0a00·​6504·​005a·​0500·​576e·​1100·​0465··​.​y.​.​e.​.​Z.​.​Wn.​.​.​e7 00000060:​·​0079·​0a00·​6504·​005a·​0500·​576e·​1100·​0465··​.​y.​.​e.​.​Z.​.​Wn.​.​.​e
8 00000070:​·​0600·​6b0a·​0072·​6000·​0101·​016e·​0100·​5864··​.​.​k.​.​r`.​.​.​.​n.​.​Xd8 00000070:​·​0600·​6b0a·​0072·​6000·​0101·​016e·​0100·​5864··​.​.​k.​.​r`.​.​.​.​n.​.​Xd
/usr/local/lib/python2.7/site-packages/vipsCC/VError.pyo
Offset 1, 8 lines modifiedOffset 1, 8 lines modified
1 00000000:​·​03f3·​0d0a·d3fa·​5a57·​6300·​0000·​0000·​0000··​.​.​.​.​.​.​ZWc.​.​.​.​.​.​.​1 00000000:​·​03f3·​0d0a·8bec·​5c57·​6300·​0000·​0000·​0000··​.​.​.​.​.​.​\Wc.​.​.​.​.​.​.​
2 00000010:​·​0005·​0000·​0040·​0000·​0073·​2201·​0000·​6400··​.​.​.​.​.​@.​.​.​s".​.​.​d.​2 00000010:​·​0005·​0000·​0040·​0000·​0073·​2201·​0000·​6400··​.​.​.​.​.​@.​.​.​s".​.​.​d.​
3 00000020:​·​0064·​0100·​6c00·​006d·​0100·​5a01·​0001·​6501··​.​d.​.​l.​.​m.​.​Z.​.​.​e.​3 00000020:​·​0064·​0100·​6c00·​006d·​0100·​5a01·​0001·​6501··​.​d.​.​l.​.​m.​.​Z.​.​.​e.​
4 00000030:​·​0064·​1300·​6b05·​0072·​3400·​6405·​0084·​0000··​.​d.​.​k.​.​r4.​d.​.​.​.​.​4 00000030:​·​0064·​1300·​6b05·​0072·​3400·​6405·​0084·​0000··​.​d.​.​k.​.​r4.​d.​.​.​.​.​
5 00000040:​·​5a02·​0065·​0200·​8300·​005a·​0300·​5b02·​006e··​Z.​.​e.​.​.​.​.​Z.​.​[.​.​n5 00000040:​·​5a02·​0065·​0200·​8300·​005a·​0300·​5b02·​006e··​Z.​.​e.​.​.​.​.​Z.​.​[.​.​n
6 00000050:​·​0c00·​6400·​0064·​0600·​6c03·​005a·​0300·​5b01··​.​.​d.​.​d.​.​l.​.​Z.​.​[.​6 00000050:​·​0c00·​6400·​0064·​0600·​6c03·​005a·​0300·​5b01··​.​.​d.​.​d.​.​l.​.​Z.​.​[.​
7 00000060:​·​0079·​0a00·​6504·​005a·​0500·​576e·​1100·​0465··​.​y.​.​e.​.​Z.​.​Wn.​.​.​e7 00000060:​·​0079·​0a00·​6504·​005a·​0500·​576e·​1100·​0465··​.​y.​.​e.​.​Z.​.​Wn.​.​.​e
8 00000070:​·​0600·​6b0a·​0072·​6000·​0101·​016e·​0100·​5864··​.​.​k.​.​r`.​.​.​.​n.​.​Xd8 00000070:​·​0600·​6b0a·​0072·​6000·​0101·​016e·​0100·​5864··​.​.​k.​.​r`.​.​.​.​n.​.​Xd
/usr/local/lib/python2.7/site-packages/vipsCC/VImage.pyc
Offset 1, 8 lines modifiedOffset 1, 8 lines modified
1 00000000:​·​03f3·​0d0a·d3fa·​5a57·​6300·​0000·​0000·​0000··​.​.​.​.​.​.​ZWc.​.​.​.​.​.​.​1 00000000:​·​03f3·​0d0a·8bec·​5c57·​6300·​0000·​0000·​0000··​.​.​.​.​.​.​\Wc.​.​.​.​.​.​.​
2 00000010:​·​0005·​0000·​0040·​0000·​0073·​2f05·​0000·​6400··​.​.​.​.​.​@.​.​.​s/​.​.​.​d.​2 00000010:​·​0005·​0000·​0040·​0000·​0073·​2f05·​0000·​6400··​.​.​.​.​.​@.​.​.​s/​.​.​.​d.​
3 00000020:​·​0064·​0100·​6c00·​006d·​0100·​5a01·​0001·​6501··​.​d.​.​l.​.​m.​.​Z.​.​.​e.​3 00000020:​·​0064·​0100·​6c00·​006d·​0100·​5a01·​0001·​6501··​.​d.​.​l.​.​m.​.​Z.​.​.​e.​
4 00000030:​·​0064·​0200·​6403·​0064·​0400·​6603·​006b·​0500··​.​d.​.​d.​.​d.​.​f.​.​k.​.​4 00000030:​·​0064·​0200·​6403·​0064·​0400·​6603·​006b·​0500··​.​d.​.​d.​.​d.​.​f.​.​k.​.​
5 00000040:​·​723d·​0064·​0500·​8400·​005a·​0200·​6502·​0083··​r=.​d.​.​.​.​.​Z.​.​e.​.​.​5 00000040:​·​723d·​0064·​0500·​8400·​005a·​0200·​6502·​0083··​r=.​d.​.​.​.​.​Z.​.​e.​.​.​
6 00000050:​·​0000·​5a03·​005b·​0200·​6e0c·​0064·​0000·​6406··​.​.​Z.​.​[.​.​n.​.​d.​.​d.​6 00000050:​·​0000·​5a03·​005b·​0200·​6e0c·​0064·​0000·​6406··​.​.​Z.​.​[.​.​n.​.​d.​.​d.​
7 00000060:​·​006c·​0300·​5a03·​005b·​0100·​790a·​0065·​0400··​.​l.​.​Z.​.​[.​.​y.​.​e.​.​7 00000060:​·​006c·​0300·​5a03·​005b·​0100·​790a·​0065·​0400··​.​l.​.​Z.​.​[.​.​y.​.​e.​.​
8 00000070:​·​5a05·​0057·​6e11·​0004·​6506·​006b·​0a00·​7269··​Z.​.​Wn.​.​.​e.​.​k.​.​ri8 00000070:​·​5a05·​0057·​6e11·​0004·​6506·​006b·​0a00·​7269··​Z.​.​Wn.​.​.​e.​.​k.​.​ri
/usr/local/lib/python2.7/site-packages/vipsCC/VImage.pyo
Offset 1, 8 lines modifiedOffset 1, 8 lines modified
1 00000000:​·​03f3·​0d0a·d3fa·​5a57·​6300·​0000·​0000·​0000··​.​.​.​.​.​.​ZWc.​.​.​.​.​.​.​1 00000000:​·​03f3·​0d0a·8bec·​5c57·​6300·​0000·​0000·​0000··​.​.​.​.​.​.​\Wc.​.​.​.​.​.​.​
2 00000010:​·​0005·​0000·​0040·​0000·​0073·​2f05·​0000·​6400··​.​.​.​.​.​@.​.​.​s/​.​.​.​d.​2 00000010:​·​0005·​0000·​0040·​0000·​0073·​2f05·​0000·​6400··​.​.​.​.​.​@.​.​.​s/​.​.​.​d.​
3 00000020:​·​0064·​0100·​6c00·​006d·​0100·​5a01·​0001·​6501··​.​d.​.​l.​.​m.​.​Z.​.​.​e.​3 00000020:​·​0064·​0100·​6c00·​006d·​0100·​5a01·​0001·​6501··​.​d.​.​l.​.​m.​.​Z.​.​.​e.​
4 00000030:​·​0064·​0200·​6403·​0064·​0400·​6603·​006b·​0500··​.​d.​.​d.​.​d.​.​f.​.​k.​.​4 00000030:​·​0064·​0200·​6403·​0064·​0400·​6603·​006b·​0500··​.​d.​.​d.​.​d.​.​f.​.​k.​.​
5 00000040:​·​723d·​0064·​0500·​8400·​005a·​0200·​6502·​0083··​r=.​d.​.​.​.​.​Z.​.​e.​.​.​5 00000040:​·​723d·​0064·​0500·​8400·​005a·​0200·​6502·​0083··​r=.​d.​.​.​.​.​Z.​.​e.​.​.​
6 00000050:​·​0000·​5a03·​005b·​0200·​6e0c·​0064·​0000·​6406··​.​.​Z.​.​[.​.​n.​.​d.​.​d.​6 00000050:​·​0000·​5a03·​005b·​0200·​6e0c·​0064·​0000·​6406··​.​.​Z.​.​[.​.​n.​.​d.​.​d.​
7 00000060:​·​006c·​0300·​5a03·​005b·​0100·​790a·​0065·​0400··​.​l.​.​Z.​.​[.​.​y.​.​e.​.​7 00000060:​·​006c·​0300·​5a03·​005b·​0100·​790a·​0065·​0400··​.​l.​.​Z.​.​[.​.​y.​.​e.​.​
8 00000070:​·​5a05·​0057·​6e11·​0004·​6506·​006b·​0a00·​7269··​Z.​.​Wn.​.​.​e.​.​k.​.​ri8 00000070:​·​5a05·​0057·​6e11·​0004·​6506·​006b·​0a00·​7269··​Z.​.​Wn.​.​.​e.​.​k.​.​ri
/usr/local/lib/python2.7/site-packages/vipsCC/VMask.pyc
Offset 1, 8 lines modifiedOffset 1, 8 lines modified
1 00000000:​·​03f3·​0d0a·d3fa·​5a57·​6300·​0000·​0000·​0000··​.​.​.​.​.​.​ZWc.​.​.​.​.​.​.​1 00000000:​·​03f3·​0d0a·8bec·​5c57·​6300·​0000·​0000·​0000··​.​.​.​.​.​.​\Wc.​.​.​.​.​.​.​
2 00000010:​·​0005·​0000·​0040·​0000·​0073·​e001·​0000·​6400··​.​.​.​.​.​@.​.​.​s.​.​.​.​d.​2 00000010:​·​0005·​0000·​0040·​0000·​0073·​e001·​0000·​6400··​.​.​.​.​.​@.​.​.​s.​.​.​.​d.​
3 00000020:​·​0064·​0100·​6c00·​006d·​0100·​5a01·​0001·​6501··​.​d.​.​l.​.​m.​.​Z.​.​.​e.​3 00000020:​·​0064·​0100·​6c00·​006d·​0100·​5a01·​0001·​6501··​.​d.​.​l.​.​m.​.​Z.​.​.​e.​
4 00000030:​·​0064·​1b00·​6b05·​0072·​3400·​6405·​0084·​0000··​.​d.​.​k.​.​r4.​d.​.​.​.​.​4 00000030:​·​0064·​1b00·​6b05·​0072·​3400·​6405·​0084·​0000··​.​d.​.​k.​.​r4.​d.​.​.​.​.​
5 00000040:​·​5a02·​0065·​0200·​8300·​005a·​0300·​5b02·​006e··​Z.​.​e.​.​.​.​.​Z.​.​[.​.​n5 00000040:​·​5a02·​0065·​0200·​8300·​005a·​0300·​5b02·​006e··​Z.​.​e.​.​.​.​.​Z.​.​[.​.​n
6 00000050:​·​0c00·​6400·​0064·​0600·​6c03·​005a·​0300·​5b01··​.​.​d.​.​d.​.​l.​.​Z.​.​[.​6 00000050:​·​0c00·​6400·​0064·​0600·​6c03·​005a·​0300·​5b01··​.​.​d.​.​d.​.​l.​.​Z.​.​[.​
7 00000060:​·​0079·​0a00·​6504·​005a·​0500·​576e·​1100·​0465··​.​y.​.​e.​.​Z.​.​Wn.​.​.​e7 00000060:​·​0079·​0a00·​6504·​005a·​0500·​576e·​1100·​0465··​.​y.​.​e.​.​Z.​.​Wn.​.​.​e
8 00000070:​·​0600·​6b0a·​0072·​6000·​0101·​016e·​0100·​5864··​.​.​k.​.​r`.​.​.​.​n.​.​Xd8 00000070:​·​0600·​6b0a·​0072·​6000·​0101·​016e·​0100·​5864··​.​.​k.​.​r`.​.​.​.​n.​.​Xd
/usr/local/lib/python2.7/site-packages/vipsCC/VMask.pyo
Offset 1, 8 lines modifiedOffset 1, 8 lines modified
1 00000000:​·​03f3·​0d0a·d3fa·​5a57·​6300·​0000·​0000·​0000··​.​.​.​.​.​.​ZWc.​.​.​.​.​.​.​1 00000000:​·​03f3·​0d0a·8bec·​5c57·​6300·​0000·​0000·​0000··​.​.​.​.​.​.​\Wc.​.​.​.​.​.​.​
2 00000010:​·​0005·​0000·​0040·​0000·​0073·​e001·​0000·​6400··​.​.​.​.​.​@.​.​.​s.​.​.​.​d.​2 00000010:​·​0005·​0000·​0040·​0000·​0073·​e001·​0000·​6400··​.​.​.​.​.​@.​.​.​s.​.​.​.​d.​
3 00000020:​·​0064·​0100·​6c00·​006d·​0100·​5a01·​0001·​6501··​.​d.​.​l.​.​m.​.​Z.​.​.​e.​3 00000020:​·​0064·​0100·​6c00·​006d·​0100·​5a01·​0001·​6501··​.​d.​.​l.​.​m.​.​Z.​.​.​e.​
4 00000030:​·​0064·​1b00·​6b05·​0072·​3400·​6405·​0084·​0000··​.​d.​.​k.​.​r4.​d.​.​.​.​.​4 00000030:​·​0064·​1b00·​6b05·​0072·​3400·​6405·​0084·​0000··​.​d.​.​k.​.​r4.​d.​.​.​.​.​
5 00000040:​·​5a02·​0065·​0200·​8300·​005a·​0300·​5b02·​006e··​Z.​.​e.​.​.​.​.​Z.​.​[.​.​n5 00000040:​·​5a02·​0065·​0200·​8300·​005a·​0300·​5b02·​006e··​Z.​.​e.​.​.​.​.​Z.​.​[.​.​n
6 00000050:​·​0c00·​6400·​0064·​0600·​6c03·​005a·​0300·​5b01··​.​.​d.​.​d.​.​l.​.​Z.​.​[.​6 00000050:​·​0c00·​6400·​0064·​0600·​6c03·​005a·​0300·​5b01··​.​.​d.​.​d.​.​l.​.​Z.​.​[.​
7 00000060:​·​0079·​0a00·​6504·​005a·​0500·​576e·​1100·​0465··​.​y.​.​e.​.​Z.​.​Wn.​.​.​e7 00000060:​·​0079·​0a00·​6504·​005a·​0500·​576e·​1100·​0465··​.​y.​.​e.​.​Z.​.​Wn.​.​.​e
8 00000070:​·​0600·​6b0a·​0072·​6000·​0101·​016e·​0100·​5864··​.​.​k.​.​r`.​.​.​.​n.​.​Xd8 00000070:​·​0600·​6b0a·​0072·​6000·​0101·​016e·​0100·​5864··​.​.​k.​.​r`.​.​.​.​n.​.​Xd
/usr/local/lib/python2.7/site-packages/vipsCC/__init__.pyc
Offset 1, 8 lines modifiedOffset 1, 8 lines modified
1 00000000:​·​03f3·​0d0a·d3fa·​5a57·​6300·​0000·​0000·​0000··​.​.​.​.​.​.​ZWc.​.​.​.​.​.​.​1 00000000:​·​03f3·​0d0a·8bec·​5c57·​6300·​0000·​0000·​0000··​.​.​.​.​.​.​\Wc.​.​.​.​.​.​.​
2 00000010:​·​0004·​0000·​0040·​0000·​0073·​1600·​0000·​6400··​.​.​.​.​.​@.​.​.​s.​.​.​.​d.​2 00000010:​·​0004·​0000·​0040·​0000·​0073·​1600·​0000·​6400··​.​.​.​.​.​@.​.​.​s.​.​.​.​d.​
3 00000020:​·​0064·​0100·​6402·​0064·​0300·​6704·​005a·​0000··​.​d.​.​d.​.​d.​.​g.​.​Z.​.​3 00000020:​·​0064·​0100·​6402·​0064·​0300·​6704·​005a·​0000··​.​d.​.​d.​.​d.​.​g.​.​Z.​.​
4 00000030:​·​6404·​0053·​2805·​0000·​0074·​0600·​0000·​5649··​d.​.​S(.​.​.​.​t.​.​.​.​VI4 00000030:​·​6404·​0053·​2805·​0000·​0074·​0600·​0000·​5649··​d.​.​S(.​.​.​.​t.​.​.​.​VI
5 00000040:​·​6d61·​6765·​7405·​0000·​0056·​4d61·​736b·​7406··​maget.​.​.​.​VMaskt.​5 00000040:​·​6d61·​6765·​7405·​0000·​0056·​4d61·​736b·​7406··​maget.​.​.​.​VMaskt.​
6 00000050:​·​0000·​0056·​4572·​726f·​7274·​0800·​0000·​5644··​.​.​.​VErrort.​.​.​.​VD6 00000050:​·​0000·​0056·​4572·​726f·​7274·​0800·​0000·​5644··​.​.​.​VErrort.​.​.​.​VD
7 00000060:​·​6973·​706c·​6179·​4e28·​0100·​0000·​7407·​0000··​isplayN(.​.​.​.​t.​.​.​7 00000060:​·​6973·​706c·​6179·​4e28·​0100·​0000·​7407·​0000··​isplayN(.​.​.​.​t.​.​.​
8 00000070:​·​005f·​5f61·​6c6c·​5f5f·​2800·​0000·​0028·​0000··​.​__all__(.​.​.​.​(.​.​8 00000070:​·​005f·​5f61·​6c6c·​5f5f·​2800·​0000·​0028·​0000··​.​__all__(.​.​.​.​(.​.​
/usr/local/lib/python2.7/site-packages/vipsCC/__init__.pyo
Offset 1, 8 lines modifiedOffset 1, 8 lines modified
1 00000000:​·​03f3·​0d0a·d3fa·​5a57·​6300·​0000·​0000·​0000··​.​.​.​.​.​.​ZWc.​.​.​.​.​.​.​1 00000000:​·​03f3·​0d0a·8bec·​5c57·​6300·​0000·​0000·​0000··​.​.​.​.​.​.​\Wc.​.​.​.​.​.​.​
2 00000010:​·​0004·​0000·​0040·​0000·​0073·​1600·​0000·​6400··​.​.​.​.​.​@.​.​.​s.​.​.​.​d.​2 00000010:​·​0004·​0000·​0040·​0000·​0073·​1600·​0000·​6400··​.​.​.​.​.​@.​.​.​s.​.​.​.​d.​
3 00000020:​·​0064·​0100·​6402·​0064·​0300·​6704·​005a·​0000··​.​d.​.​d.​.​d.​.​g.​.​Z.​.​3 00000020:​·​0064·​0100·​6402·​0064·​0300·​6704·​005a·​0000··​.​d.​.​d.​.​d.​.​g.​.​Z.​.​
4 00000030:​·​6404·​0053·​2805·​0000·​0074·​0600·​0000·​5649··​d.​.​S(.​.​.​.​t.​.​.​.​VI4 00000030:​·​6404·​0053·​2805·​0000·​0074·​0600·​0000·​5649··​d.​.​S(.​.​.​.​t.​.​.​.​VI
5 00000040:​·​6d61·​6765·​7405·​0000·​0056·​4d61·​736b·​7406··​maget.​.​.​.​VMaskt.​5 00000040:​·​6d61·​6765·​7405·​0000·​0056·​4d61·​736b·​7406··​maget.​.​.​.​VMaskt.​
6 00000050:​·​0000·​0056·​4572·​726f·​7274·​0800·​0000·​5644··​.​.​.​VErrort.​.​.​.​VD6 00000050:​·​0000·​0056·​4572·​726f·​7274·​0800·​0000·​5644··​.​.​.​VErrort.​.​.​.​VD
7 00000060:​·​6973·​706c·​6179·​4e28·​0100·​0000·​7407·​0000··​isplayN(.​.​.​.​t.​.​.​7 00000060:​·​6973·​706c·​6179·​4e28·​0100·​0000·​7407·​0000··​isplayN(.​.​.​.​t.​.​.​
8 00000070:​·​005f·​5f61·​6c6c·​5f5f·​2800·​0000·​0028·​0000··​.​__all__(.​.​.​.​(.​.​8 00000070:​·​005f·​5f61·​6c6c·​5f5f·​2800·​0000·​0028·​0000··​.​__all__(.​.​.​.​(.​.​