diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-06-07 11:36:20 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-06-07 11:43:18 +0000 |
commit | 5ab8f3fe827cf70c8b9d9aba5dbdad584ab95089 (patch) | |
tree | 02f269bdc4618f2439b94bc500714fedf63896d3 /main/ngircd/client_user_len.patch | |
parent | 4f0dd649aa7295650113a7a9f229657ac55ac810 (diff) | |
download | aports-5ab8f3fe827cf70c8b9d9aba5dbdad584ab95089.tar.bz2 aports-5ab8f3fe827cf70c8b9d9aba5dbdad584ab95089.tar.xz |
main/ngircd: upgrade to 19.1
Diffstat (limited to 'main/ngircd/client_user_len.patch')
-rw-r--r-- | main/ngircd/client_user_len.patch | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/main/ngircd/client_user_len.patch b/main/ngircd/client_user_len.patch index f2e564e71..34884acbb 100644 --- a/main/ngircd/client_user_len.patch +++ b/main/ngircd/client_user_len.patch @@ -1,11 +1,11 @@ --- ./src/ngircd/defines.h.orig +++ ./src/ngircd/defines.h -@@ -40,7 +40,7 @@ - * section 1.2.1 */ - #define CLIENT_NICK_LEN 32 /* Maximum nick name length */ - #define CLIENT_PASS_LEN 21 /* Max. password length */ --#define CLIENT_USER_LEN 10 /* Max. length of user name ("login") -+#define CLIENT_USER_LEN 64 /* Max. length of user name ("login") - see RFC 2812, section 1.2.1 */ - #define CLIENT_NAME_LEN 32 /* Max. length of "real names" */ - #define CLIENT_HOST_LEN 64 /* Max. host name length */ +@@ -96,7 +96,7 @@ + #define CLIENT_PASS_LEN 21 + + /** Max. length of user name ("login"; incl. NULL), RFC 2812, section 1.2.1. */ +-#define CLIENT_USER_LEN 10 ++#define CLIENT_USER_LEN 64 + + /** Max. length of "real names" (including NULL). */ + #define CLIENT_NAME_LEN 32 |