diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-03-25 07:44:43 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-03-25 07:45:18 +0000 |
commit | cc5f305aaba4cefe2227aef2550d565f2f5a8147 (patch) | |
tree | 0be7c2bfb3c9f345db465f04b54ccb4b7bbb4de6 | |
parent | 855ad8d21bb69b8db500260c9e4033f3e60f1414 (diff) | |
download | aports-cc5f305aaba4cefe2227aef2550d565f2f5a8147.tar.bz2 aports-cc5f305aaba4cefe2227aef2550d565f2f5a8147.tar.xz |
main/uwsgi: moved from testing
-rw-r--r-- | main/uwsgi/0001-core-socket-common-socket-creation-function-for-bind.patch (renamed from testing/uwsgi/0001-core-socket-common-socket-creation-function-for-bind.patch) | 0 | ||||
-rw-r--r-- | main/uwsgi/0001-use-portable-pthread-functions-instead-of-the-non-po.patch (renamed from testing/uwsgi/0001-use-portable-pthread-functions-instead-of-the-non-po.patch) | 0 | ||||
-rw-r--r-- | main/uwsgi/0002-Check-for-GNU-libc-instead-of-linux-for-use-of-execi.patch (renamed from testing/uwsgi/0002-Check-for-GNU-libc-instead-of-linux-for-use-of-execi.patch) | 0 | ||||
-rw-r--r-- | main/uwsgi/0002-core-socket-move-socket-buffer-size-setting-to-creat.patch (renamed from testing/uwsgi/0002-core-socket-move-socket-buffer-size-setting-to-creat.patch) | 0 | ||||
-rw-r--r-- | main/uwsgi/0003-always-define-_GNU_SOURCE-for-linux.patch (renamed from testing/uwsgi/0003-always-define-_GNU_SOURCE-for-linux.patch) | 0 | ||||
-rw-r--r-- | main/uwsgi/0003-core-socket-move-listen-queue-size-checking-to-creat.patch (renamed from testing/uwsgi/0003-core-socket-move-listen-queue-size-checking-to-creat.patch) | 0 | ||||
-rw-r--r-- | main/uwsgi/0004-core-socket-move-SO_REUSEADDR-setting-to-create_serv.patch (renamed from testing/uwsgi/0004-core-socket-move-SO_REUSEADDR-setting-to-create_serv.patch) | 0 | ||||
-rw-r--r-- | main/uwsgi/0004-define-WAIT_ANY-if-missing.patch (renamed from testing/uwsgi/0004-define-WAIT_ANY-if-missing.patch) | 0 | ||||
-rw-r--r-- | main/uwsgi/0005-option-for-closing-server-sockets-when-spawning.patch (renamed from testing/uwsgi/0005-option-for-closing-server-sockets-when-spawning.patch) | 0 | ||||
-rw-r--r-- | main/uwsgi/APKBUILD (renamed from testing/uwsgi/APKBUILD) | 0 | ||||
-rw-r--r-- | main/uwsgi/musl-fix-python.patch (renamed from testing/uwsgi/musl-fix-python.patch) | 0 | ||||
-rw-r--r-- | main/uwsgi/uwsgi.confd (renamed from testing/uwsgi/uwsgi.confd) | 0 | ||||
-rw-r--r-- | main/uwsgi/uwsgi.initd (renamed from testing/uwsgi/uwsgi.initd) | 0 |
13 files changed, 0 insertions, 0 deletions
diff --git a/testing/uwsgi/0001-core-socket-common-socket-creation-function-for-bind.patch b/main/uwsgi/0001-core-socket-common-socket-creation-function-for-bind.patch index 45b861f500..45b861f500 100644 --- a/testing/uwsgi/0001-core-socket-common-socket-creation-function-for-bind.patch +++ b/main/uwsgi/0001-core-socket-common-socket-creation-function-for-bind.patch diff --git a/testing/uwsgi/0001-use-portable-pthread-functions-instead-of-the-non-po.patch b/main/uwsgi/0001-use-portable-pthread-functions-instead-of-the-non-po.patch index cab800620a..cab800620a 100644 --- a/testing/uwsgi/0001-use-portable-pthread-functions-instead-of-the-non-po.patch +++ b/main/uwsgi/0001-use-portable-pthread-functions-instead-of-the-non-po.patch diff --git a/testing/uwsgi/0002-Check-for-GNU-libc-instead-of-linux-for-use-of-execi.patch b/main/uwsgi/0002-Check-for-GNU-libc-instead-of-linux-for-use-of-execi.patch index 8ab4d9ffff..8ab4d9ffff 100644 --- a/testing/uwsgi/0002-Check-for-GNU-libc-instead-of-linux-for-use-of-execi.patch +++ b/main/uwsgi/0002-Check-for-GNU-libc-instead-of-linux-for-use-of-execi.patch diff --git a/testing/uwsgi/0002-core-socket-move-socket-buffer-size-setting-to-creat.patch b/main/uwsgi/0002-core-socket-move-socket-buffer-size-setting-to-creat.patch index 88cb2b73a4..88cb2b73a4 100644 --- a/testing/uwsgi/0002-core-socket-move-socket-buffer-size-setting-to-creat.patch +++ b/main/uwsgi/0002-core-socket-move-socket-buffer-size-setting-to-creat.patch diff --git a/testing/uwsgi/0003-always-define-_GNU_SOURCE-for-linux.patch b/main/uwsgi/0003-always-define-_GNU_SOURCE-for-linux.patch index 5b02cb6ef4..5b02cb6ef4 100644 --- a/testing/uwsgi/0003-always-define-_GNU_SOURCE-for-linux.patch +++ b/main/uwsgi/0003-always-define-_GNU_SOURCE-for-linux.patch diff --git a/testing/uwsgi/0003-core-socket-move-listen-queue-size-checking-to-creat.patch b/main/uwsgi/0003-core-socket-move-listen-queue-size-checking-to-creat.patch index c7ed55d04c..c7ed55d04c 100644 --- a/testing/uwsgi/0003-core-socket-move-listen-queue-size-checking-to-creat.patch +++ b/main/uwsgi/0003-core-socket-move-listen-queue-size-checking-to-creat.patch diff --git a/testing/uwsgi/0004-core-socket-move-SO_REUSEADDR-setting-to-create_serv.patch b/main/uwsgi/0004-core-socket-move-SO_REUSEADDR-setting-to-create_serv.patch index 904828b43f..904828b43f 100644 --- a/testing/uwsgi/0004-core-socket-move-SO_REUSEADDR-setting-to-create_serv.patch +++ b/main/uwsgi/0004-core-socket-move-SO_REUSEADDR-setting-to-create_serv.patch diff --git a/testing/uwsgi/0004-define-WAIT_ANY-if-missing.patch b/main/uwsgi/0004-define-WAIT_ANY-if-missing.patch index 1281752111..1281752111 100644 --- a/testing/uwsgi/0004-define-WAIT_ANY-if-missing.patch +++ b/main/uwsgi/0004-define-WAIT_ANY-if-missing.patch diff --git a/testing/uwsgi/0005-option-for-closing-server-sockets-when-spawning.patch b/main/uwsgi/0005-option-for-closing-server-sockets-when-spawning.patch index b91f1d62ed..b91f1d62ed 100644 --- a/testing/uwsgi/0005-option-for-closing-server-sockets-when-spawning.patch +++ b/main/uwsgi/0005-option-for-closing-server-sockets-when-spawning.patch diff --git a/testing/uwsgi/APKBUILD b/main/uwsgi/APKBUILD index cd3085b896..cd3085b896 100644 --- a/testing/uwsgi/APKBUILD +++ b/main/uwsgi/APKBUILD diff --git a/testing/uwsgi/musl-fix-python.patch b/main/uwsgi/musl-fix-python.patch index b4b8fd240f..b4b8fd240f 100644 --- a/testing/uwsgi/musl-fix-python.patch +++ b/main/uwsgi/musl-fix-python.patch diff --git a/testing/uwsgi/uwsgi.confd b/main/uwsgi/uwsgi.confd index 7759361981..7759361981 100644 --- a/testing/uwsgi/uwsgi.confd +++ b/main/uwsgi/uwsgi.confd diff --git a/testing/uwsgi/uwsgi.initd b/main/uwsgi/uwsgi.initd index 0f330d5689..0f330d5689 100644 --- a/testing/uwsgi/uwsgi.initd +++ b/main/uwsgi/uwsgi.initd |