Commit a56f2cb7 authored by Łukasz Nowak's avatar Łukasz Nowak

Fetch patches locally.

Moreover use SlapOS patched buildout functionality in order to have
local/remote usage.
parent f3da0894
...@@ -4,7 +4,7 @@ parts = dcron ...@@ -4,7 +4,7 @@ parts = dcron
[dcron-patch-nonroot] [dcron-patch-nonroot]
recipe = hexagonit.recipe.download recipe = hexagonit.recipe.download
md5sum = 2f5b22dc1cbe81060a9c28e6f5c06e8b md5sum = 2f5b22dc1cbe81060a9c28e6f5c06e8b
url = http://www.nexedi.org/static/patches/${:filename} url = ${:_profile_base_location_}/../patch/${:filename}
filename = dcron-4.4.noroot.no.globals.patch filename = dcron-4.4.noroot.no.globals.patch
download-only = true download-only = true
......
...@@ -4,7 +4,7 @@ parts = ...@@ -4,7 +4,7 @@ parts =
[gdbm-nochange-patch-download] [gdbm-nochange-patch-download]
recipe = hexagonit.recipe.download recipe = hexagonit.recipe.download
url = http://www.nexedi.org/static/patches/gdbm-Makefile.in-nochange.patch url = ${:_profile_base_location_}/../patch/${:filename}
md5sum = fafa6cae0afbf2b5afb9ef3b8e3035a4 md5sum = fafa6cae0afbf2b5afb9ef3b8e3035a4
download-only = true download-only = true
filename = gdbm-Makefile.in-nochange.patch filename = gdbm-Makefile.in-nochange.patch
......
...@@ -13,7 +13,7 @@ parts = ...@@ -13,7 +13,7 @@ parts =
[handlersocket-mariadb-patch] [handlersocket-mariadb-patch]
recipe = hexagonit.recipe.download recipe = hexagonit.recipe.download
url = http://www.nexedi.org/static/patches/${:filename} url = ${:_profile_base_location_}/../patch/${:filename}
md5sum = 2654feea2e867c898b741ac0f0aa8e14 md5sum = 2654feea2e867c898b741ac0f0aa8e14
filename = HandlerSocket-Plugin-for-MySQL-1.0.6-mariadb.patch filename = HandlerSocket-Plugin-for-MySQL-1.0.6-mariadb.patch
download-only = true download-only = true
......
...@@ -19,7 +19,7 @@ extends = ...@@ -19,7 +19,7 @@ extends =
[imagemagick-6.6.6-1-no-gsx-gsc-probe.patch] [imagemagick-6.6.6-1-no-gsx-gsc-probe.patch]
recipe = hexagonit.recipe.download recipe = hexagonit.recipe.download
url = http://www.nexedi.org/static/patches/${:filename} url = ${:_profile_base_location_}/../patch/${:filename}
path = ${:filename} path = ${:filename}
md5sum = 3f28ecd9f6722cf2c3238ce6ec3d7a68 md5sum = 3f28ecd9f6722cf2c3238ce6ec3d7a68
download-only = true download-only = true
...@@ -27,7 +27,7 @@ filename = imagemagick-6.6.6-1-no-gsx-gsc-probe.patch ...@@ -27,7 +27,7 @@ filename = imagemagick-6.6.6-1-no-gsx-gsc-probe.patch
[imagemagick-6.6.7-4-without-lzma.patch] [imagemagick-6.6.7-4-without-lzma.patch]
recipe = hexagonit.recipe.download recipe = hexagonit.recipe.download
url = http://www.nexedi.org/static/patches/${:filename} url = ${:_profile_base_location_}/../patch/${:filename}
path = ${:filename} path = ${:filename}
md5sum = 04e1b934a58f4b3a83e4df148795b338 md5sum = 04e1b934a58f4b3a83e4df148795b338
download-only = true download-only = true
......
...@@ -17,7 +17,7 @@ filename = kumo-hooks.py ...@@ -17,7 +17,7 @@ filename = kumo-hooks.py
[kumo-ipv6-multiip-patch-download] [kumo-ipv6-multiip-patch-download]
recipe = hexagonit.recipe.download recipe = hexagonit.recipe.download
url = http://www.nexedi.org/static/patches/${:filename} url = ${:_profile_base_location_}/../patch/${:filename}
filename = kumofs-0.4.13_ipv6support_multiiplistenfix.patch filename = kumofs-0.4.13_ipv6support_multiiplistenfix.patch
md5sum = 53af9f1f1375940841c589a6cbe11425 md5sum = 53af9f1f1375940841c589a6cbe11425
download-only = true download-only = true
......
...@@ -7,14 +7,14 @@ extends = libevent.cfg ...@@ -7,14 +7,14 @@ extends = libevent.cfg
# * http://code.google.com/p/memcached/issues/detail?id=60 # * http://code.google.com/p/memcached/issues/detail?id=60
# * http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=565033 # * http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=565033
recipe = hexagonit.recipe.download recipe = hexagonit.recipe.download
url = http://www.nexedi.org/static/patches/memcached-fix-strict-aliasing.patch url = ${:_profile_base_location_}/../patch/${:filename}
md5sum = c03b3bfc237b77667b0e90442b0980e8 md5sum = c03b3bfc237b77667b0e90442b0980e8
download-only = true download-only = true
filename = fix-strict-aliasing.patch filename = fix-strict-aliasing.patch
[memcached-fix-array-subscript-is-above-array-bounds] [memcached-fix-array-subscript-is-above-array-bounds]
recipe = hexagonit.recipe.download recipe = hexagonit.recipe.download
url = http://www.nexedi.org/static/patches/${:filename} url = ${:_profile_base_location_}/../patch/${:filename}
filename = memcached-1.4-fix-array-subscript-is-above-array-bounds.patch filename = memcached-1.4-fix-array-subscript-is-above-array-bounds.patch
download-only = true download-only = true
md5sum = 472508b9a4b6c0b9f5d6f2abce3444e3 md5sum = 472508b9a4b6c0b9f5d6f2abce3444e3
......
...@@ -18,7 +18,7 @@ configure-options = ...@@ -18,7 +18,7 @@ configure-options =
[mroonga-mariadb-patch] [mroonga-mariadb-patch]
recipe = hexagonit.recipe.download recipe = hexagonit.recipe.download
url = http://www.nexedi.org/static/patches/${:filename} url = ${:_profile_base_location_}/../patch/${:filename}
md5sum = da2457b9f8006cddb279a165128479e5 md5sum = da2457b9f8006cddb279a165128479e5
filename = groonga-storage-engine-0.4.mariadb.patch filename = groonga-storage-engine-0.4.mariadb.patch
download-only = true download-only = true
......
...@@ -14,7 +14,7 @@ parts = ...@@ -14,7 +14,7 @@ parts =
[mysql-5.1-sphinx-patch] [mysql-5.1-sphinx-patch]
recipe = hexagonit.recipe.download recipe = hexagonit.recipe.download
url = http://www.nexedi.org/static/patches/${:filename} url = ${:_profile_base_location_}/../patch/${:filename}
md5sum = 6580393ca93ecf564cad0552b91a563e md5sum = 6580393ca93ecf564cad0552b91a563e
filename = mysql-5.1.49-sphinx-1.10.diff filename = mysql-5.1.49-sphinx-1.10.diff
download-only = true download-only = true
......
...@@ -44,7 +44,7 @@ download-only = true ...@@ -44,7 +44,7 @@ download-only = true
[mysql-5.0-sphinx-patch] [mysql-5.0-sphinx-patch]
recipe = hexagonit.recipe.download recipe = hexagonit.recipe.download
url = http://www.nexedi.org/static/patches/${:filename} url = ${:_profile_base_location_}/../patch/${:filename}
md5sum = e7ff31f4853f4391344a6a9a520fc98d md5sum = e7ff31f4853f4391344a6a9a520fc98d
filename = mysql-5.0.87-sphinx-1.10.diff filename = mysql-5.0.87-sphinx-1.10.diff
download-only = true download-only = true
......
...@@ -5,7 +5,7 @@ parts = ocropus ...@@ -5,7 +5,7 @@ parts = ocropus
recipe = hexagonit.recipe.download recipe = hexagonit.recipe.download
download-only = true download-only = true
filename = ocropus.SConstruct-local-installation.patch filename = ocropus.SConstruct-local-installation.patch
url = http://www.nexedi.org/static/packages/source/ocropus/${:filename} url = ${:_profile_base_location_}/../patch/${:filename}
md5sum = 08710ec022f3ce13e5c0b584dfee2c1c md5sum = 08710ec022f3ce13e5c0b584dfee2c1c
[ocropus] [ocropus]
...@@ -33,7 +33,7 @@ command = ...@@ -33,7 +33,7 @@ command =
recipe = hexagonit.recipe.download recipe = hexagonit.recipe.download
download-only = true download-only = true
filename = iulib.SConstruct-libtiff-detection.patch filename = iulib.SConstruct-libtiff-detection.patch
url = http://www.nexedi.org/static/patches/${:filename} url = ${:_profile_base_location_}/../patch/${:filename}
md5sum = dbbdf909814fb84ffe47e2ff59980db7 md5sum = dbbdf909814fb84ffe47e2ff59980db7
[iulib] [iulib]
......
...@@ -11,7 +11,7 @@ parts = pdftk ...@@ -11,7 +11,7 @@ parts = pdftk
[pdftk-patch-download] [pdftk-patch-download]
recipe = hexagonit.recipe.download recipe = hexagonit.recipe.download
url = http://www.nexedi.org/static/patches/${:filename} url = ${:_profile_base_location_}/../patch/${:filename}
download-only = true download-only = true
[pdftk-1.44-Makefile.Base-DEST-LDFLAGS.patch] [pdftk-1.44-Makefile.Base-DEST-LDFLAGS.patch]
......
...@@ -7,7 +7,7 @@ parts = ...@@ -7,7 +7,7 @@ parts =
[perl-keep-linker-flags-in-ldflags.patch] [perl-keep-linker-flags-in-ldflags.patch]
recipe = hexagonit.recipe.download recipe = hexagonit.recipe.download
url = http://www.nexedi.org/static/patches/${:_buildout_section_name_} url = ${:_profile_base_location_}/../patch/${:filename}
md5sum = 9873a89c969bd5a478434c3b8b2d57d8 md5sum = 9873a89c969bd5a478434c3b8b2d57d8
download-only = true download-only = true
filename = ${:_buildout_section_name_} filename = ${:_buildout_section_name_}
......
...@@ -15,21 +15,21 @@ parts = ...@@ -15,21 +15,21 @@ parts =
[python2.4-dbm-patch] [python2.4-dbm-patch]
recipe = hexagonit.recipe.download recipe = hexagonit.recipe.download
# original patch from http://bugs.gentoo.org/attachment.cgi?id=109117 # original patch from http://bugs.gentoo.org/attachment.cgi?id=109117
url = http://www.nexedi.org/static/patches/${:filename} url = ${:_profile_base_location_}/../patch/${:filename}
md5sum = 8611020af1463b42f253ac73a91b09a1 md5sum = 8611020af1463b42f253ac73a91b09a1
download-only = true download-only = true
filename = python2.4-dbm.patch filename = python2.4-dbm.patch
[python2.4-no_system_inc_dirs-patch] [python2.4-no_system_inc_dirs-patch]
recipe = hexagonit.recipe.download recipe = hexagonit.recipe.download
url = http://www.nexedi.org/static/patches/${:filename} url = ${:_profile_base_location_}/../patch/${:filename}
md5sum = 65c1193ac42c15109be0e6f9b7a671b8 md5sum = 65c1193ac42c15109be0e6f9b7a671b8
download-only = true download-only = true
filename = python2.4-no_system_inc_dirs.patch filename = python2.4-no_system_inc_dirs.patch
[python2.4-CPPFLAGS-patch] [python2.4-CPPFLAGS-patch]
recipe = hexagonit.recipe.download recipe = hexagonit.recipe.download
url = http://www.nexedi.org/static/patches/${:filename} url = ${:_profile_base_location_}/../patch/${:filename}
md5sum = 912b6d4b107e3f382995a4d3afcd3eca md5sum = 912b6d4b107e3f382995a4d3afcd3eca
download-only = true download-only = true
filename = python2.4-backport-CPPFLAGS-setup-from-python2.6.patch filename = python2.4-backport-CPPFLAGS-setup-from-python2.6.patch
......
...@@ -15,7 +15,7 @@ parts = ...@@ -15,7 +15,7 @@ parts =
[python-2.6.6-no_system_inc_dirs.patch] [python-2.6.6-no_system_inc_dirs.patch]
recipe = hexagonit.recipe.download recipe = hexagonit.recipe.download
url = http://www.nexedi.org/static/patches/${:filename} url = ${:_profile_base_location_}/../patch/${:filename}
path = ${:filename} path = ${:filename}
md5sum = ed7f8e11a97e45e5e09649c8b242e917 md5sum = ed7f8e11a97e45e5e09649c8b242e917
download-only = true download-only = true
......
...@@ -7,14 +7,14 @@ extends = ...@@ -7,14 +7,14 @@ extends =
[sphinx-1.10-fix_nosigpipe.patch] [sphinx-1.10-fix_nosigpipe.patch]
recipe = hexagonit.recipe.download recipe = hexagonit.recipe.download
url = http://www.nexedi.org/static/patches/${:filename} url = ${:_profile_base_location_}/../patch/${:filename}
md5sum = b606b2a267ebfbd009bb1e72e7a29462 md5sum = b606b2a267ebfbd009bb1e72e7a29462
download-only = true download-only = true
filename = sphinx-1.10-fix_nosigpipe.patch filename = sphinx-1.10-fix_nosigpipe.patch
[sphinx-1.10-beta-snowball.patch] [sphinx-1.10-beta-snowball.patch]
recipe = hexagonit.recipe.download recipe = hexagonit.recipe.download
url = http://www.nexedi.org/static/patches/${:filename} url = ${:_profile_base_location_}/../patch/${:filename}
path = ${:filename} path = ${:filename}
md5sum = 65a5ee78bf27c030734674c018006287 md5sum = 65a5ee78bf27c030734674c018006287
download-only = true download-only = true
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment