From cc5f305aaba4cefe2227aef2550d565f2f5a8147 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 25 Mar 2014 07:44:43 +0000 Subject: [PATCH] main/uwsgi: moved from testing --- ...001-core-socket-common-socket-creation-function-for-bind.patch | 0 ...001-use-portable-pthread-functions-instead-of-the-non-po.patch | 0 ...002-Check-for-GNU-libc-instead-of-linux-for-use-of-execi.patch | 0 ...002-core-socket-move-socket-buffer-size-setting-to-creat.patch | 0 .../uwsgi/0003-always-define-_GNU_SOURCE-for-linux.patch | 0 ...003-core-socket-move-listen-queue-size-checking-to-creat.patch | 0 ...004-core-socket-move-SO_REUSEADDR-setting-to-create_serv.patch | 0 {testing => main}/uwsgi/0004-define-WAIT_ANY-if-missing.patch | 0 .../0005-option-for-closing-server-sockets-when-spawning.patch | 0 {testing => main}/uwsgi/APKBUILD | 0 {testing => main}/uwsgi/musl-fix-python.patch | 0 {testing => main}/uwsgi/uwsgi.confd | 0 {testing => main}/uwsgi/uwsgi.initd | 0 13 files changed, 0 insertions(+), 0 deletions(-) rename {testing => main}/uwsgi/0001-core-socket-common-socket-creation-function-for-bind.patch (100%) rename {testing => main}/uwsgi/0001-use-portable-pthread-functions-instead-of-the-non-po.patch (100%) rename {testing => main}/uwsgi/0002-Check-for-GNU-libc-instead-of-linux-for-use-of-execi.patch (100%) rename {testing => main}/uwsgi/0002-core-socket-move-socket-buffer-size-setting-to-creat.patch (100%) rename {testing => main}/uwsgi/0003-always-define-_GNU_SOURCE-for-linux.patch (100%) rename {testing => main}/uwsgi/0003-core-socket-move-listen-queue-size-checking-to-creat.patch (100%) rename {testing => main}/uwsgi/0004-core-socket-move-SO_REUSEADDR-setting-to-create_serv.patch (100%) rename {testing => main}/uwsgi/0004-define-WAIT_ANY-if-missing.patch (100%) rename {testing => main}/uwsgi/0005-option-for-closing-server-sockets-when-spawning.patch (100%) rename {testing => main}/uwsgi/APKBUILD (100%) rename {testing => main}/uwsgi/musl-fix-python.patch (100%) rename {testing => main}/uwsgi/uwsgi.confd (100%) rename {testing => main}/uwsgi/uwsgi.initd (100%) 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 similarity index 100% rename from testing/uwsgi/0001-core-socket-common-socket-creation-function-for-bind.patch rename to 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 similarity index 100% rename from testing/uwsgi/0001-use-portable-pthread-functions-instead-of-the-non-po.patch rename to 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 similarity index 100% rename from testing/uwsgi/0002-Check-for-GNU-libc-instead-of-linux-for-use-of-execi.patch rename to 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 similarity index 100% rename from testing/uwsgi/0002-core-socket-move-socket-buffer-size-setting-to-creat.patch rename to 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 similarity index 100% rename from testing/uwsgi/0003-always-define-_GNU_SOURCE-for-linux.patch rename to 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 similarity index 100% rename from testing/uwsgi/0003-core-socket-move-listen-queue-size-checking-to-creat.patch rename to 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 similarity index 100% rename from testing/uwsgi/0004-core-socket-move-SO_REUSEADDR-setting-to-create_serv.patch rename to 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 similarity index 100% rename from testing/uwsgi/0004-define-WAIT_ANY-if-missing.patch rename to 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 similarity index 100% rename from testing/uwsgi/0005-option-for-closing-server-sockets-when-spawning.patch rename to main/uwsgi/0005-option-for-closing-server-sockets-when-spawning.patch diff --git a/testing/uwsgi/APKBUILD b/main/uwsgi/APKBUILD similarity index 100% rename from testing/uwsgi/APKBUILD rename to main/uwsgi/APKBUILD diff --git a/testing/uwsgi/musl-fix-python.patch b/main/uwsgi/musl-fix-python.patch similarity index 100% rename from testing/uwsgi/musl-fix-python.patch rename to main/uwsgi/musl-fix-python.patch diff --git a/testing/uwsgi/uwsgi.confd b/main/uwsgi/uwsgi.confd similarity index 100% rename from testing/uwsgi/uwsgi.confd rename to main/uwsgi/uwsgi.confd diff --git a/testing/uwsgi/uwsgi.initd b/main/uwsgi/uwsgi.initd similarity index 100% rename from testing/uwsgi/uwsgi.initd rename to main/uwsgi/uwsgi.initd