Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
650
Issues
650
List
Boards
Labels
Service Desk
Milestones
Merge Requests
212
Merge Requests
212
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
aaa3b877
Commit
aaa3b877
authored
Mar 08, 2013
by
Francesco Colista
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testing/charybdis: removed patch for 4096 fd
parent
7234c921
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
22 deletions
+5
-22
testing/charybdis/APKBUILD
testing/charybdis/APKBUILD
+5
-9
testing/charybdis/avoid-fd-4096.patch
testing/charybdis/avoid-fd-4096.patch
+0
-13
No files found.
testing/charybdis/APKBUILD
View file @
aaa3b877
...
...
@@ -2,7 +2,7 @@
# Maintainer: Francesco Colista <francesco.colista@gmail.com>
pkgname
=
charybdis
pkgver
=
3.4.2
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
"A highly-scalable IRCv3-compliant IRC daemon"
url
=
"http://www.atheme.org/project/charybdis"
arch
=
"all"
...
...
@@ -15,8 +15,7 @@ install="$pkgname.pre-install"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
source
=
"saveas-http://www.stack.nl/~jilles/irc/
$pkgname
-
$pkgver
.tbz2/
$pkgname
-
$pkgver
.tar.bz2
$pkgname
.initd
$pkgname
.confd
avoid-fd-4096.patch"
$pkgname
.confd"
_builddir
=
"
$srcdir
"
/
$pkgname
-
$pkgver
prepare
()
{
local
i
...
...
@@ -61,13 +60,10 @@ package() {
md5sums
=
"54245396b829f8d19d3958cde9c3bd65 charybdis-3.4.2.tar.bz2
ce8dc0025b4e50fbec2aa643a947c1b0 charybdis.initd
11d70cc7c9fa0eb5ad52af35801d57c6 charybdis.confd
d6a17f178bbd7e73312501ca0ad92a56 avoid-fd-4096.patch"
11d70cc7c9fa0eb5ad52af35801d57c6 charybdis.confd"
sha256sums
=
"8a38e67072d90147c40202918c82237765e339cbc849456da54994ce6e31b754 charybdis-3.4.2.tar.bz2
3bd4b0b58189518fa72b9d0c2226e83499ab718189f054a889f4e680f3a20e18 charybdis.initd
3d1d8b8e722efe6a9eb3171a65d96651bb93c8d6265bd4980bcbb4b8d500f6ad charybdis.confd
845caa6a82fa8b75c72532df6f398624b8ad04c6d62115cf3025219b860a7640 avoid-fd-4096.patch"
3d1d8b8e722efe6a9eb3171a65d96651bb93c8d6265bd4980bcbb4b8d500f6ad charybdis.confd"
sha512sums
=
"4bd4126cbb023e8ca1ec3003d92893dd44f9bdd8ce5d3fb471fed0b62eb4aa5ff410a6e769ee7daab4864492d49ff594e3e8c7fea05318eb2308efc2195dc8a3 charybdis-3.4.2.tar.bz2
fef24d361acd96f1e5891e484cbba8ef1dd4a0091550e6a7ae7fe6d053311b80fcdfe4f2307ebf1c4af7ec08ce35ba15bf4a8d499a0c9eb4956b00cd28cf8487 charybdis.initd
1886b312b0ea40945de45db7a379bff2a3af426155fb77676e03f21f8d1d733e057fb5c3cb65fb72bb56008c4c92f3d2d0010563f871fd0802446de443ddfd5e charybdis.confd
47b420beab2e423c31d4b764d342e094ed013cee7678d5f221857c229a9d41b3dc70b190890aa4aae446cc676635b8d7088485bb8e8afcf22101f1b893434ffa avoid-fd-4096.patch"
1886b312b0ea40945de45db7a379bff2a3af426155fb77676e03f21f8d1d733e057fb5c3cb65fb72bb56008c4c92f3d2d0010563f871fd0802446de443ddfd5e charybdis.confd"
testing/charybdis/avoid-fd-4096.patch
deleted
100644 → 0
View file @
7234c921
diff --git a/include/hash.h b/include/hash.h
index 6dc2d4e..a103241 100644
--- a/include/hash.h
+++ b/include/hash.h
@@ -46,7 +46,7 @@
extern struct Dictionary *nd_dict;
#define U_MAX 131072 /* 2^17 */
/* Client fd hash table size, used in hash.c */
-#define CLI_FD_MAX 4096
+#define CLI_FD_MAX 16384
/* Channel hash table size, hash.c/s_debug.c */
#define CH_MAX_BITS 16
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment