From: Sergei Epiphanov <serpiph@nikiet.ru> To: sisyphus@lists.altlinux.org Subject: [sisyphus] Версии squid и внешняя регистрация в squid Date: Fri, 28 Dec 2012 11:12:27 +0400 Message-ID: <1380792.7nrom3u3vF@epiphanov.bkpi82.nikiet.ru> (raw) [-- Attachment #1: Type: text/plain, Size: 1127 bytes --] Всем добрый день! Вчерась обновил у себя squid до 3.1.22-alt10 и опять попал на проблему в механизме внешней аутентификации в squid. Пришлось опять использовать свой патч, чтобы всё раздышалось. Сразу говорю, что целиком все проверки я не проводил, поэтому не гарантирую безупречной работы во всех режимах. В своё время эта проблема была и в 3.1.20, в которой я решил всё тем же патчем. Я списывался с разработчиками squid, они вовсю работают над веткой 3.2 и ничего не хотят говорить про ветку 3.1. Поэтому есть 2 вопроса: 1) есть ли возможность внести мой патч в сборку 3.1? 2) Когда у нас ожидается версия 3.2? -- С уважением, Епифанов Сергей [-- Attachment #2: squid-3.1.20-external.patch --] [-- Type: text/x-patch, Size: 728 bytes --] diff -Naur squid-3.1.20.orig/src/external_acl.cc squid-3.1.20/src/external_acl.cc --- squid-3.1.20.orig/src/external_acl.cc 2012-07-05 18:48:13.000000000 +0400 +++ squid-3.1.20/src/external_acl.cc 2012-07-11 17:36:18.303403224 +0400 @@ -714,7 +714,7 @@ if (entry) { if (cbdataReferenceValid(entry) && entry->def == acl->def) { /* Ours, use it.. if the key matches */ - key = makeExternalAclKey(ch, acl); +// key = makeExternalAclKey(ch, acl); if (strcmp(key, (char*)entry->key) != 0) { debugs(82, 9, HERE << "entry key='" << (char *)entry->key << "', our key='" << key << "' dont match. Discarded."); // too bad. need a new lookup.
next reply other threads:[~2012-12-28 7:12 UTC|newest] Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2012-12-28 7:12 Sergei Epiphanov [this message] 2012-12-28 8:29 ` Aleksey Novodvorsky
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1380792.7nrom3u3vF@epiphanov.bkpi82.nikiet.ru \ --to=serpiph@nikiet.ru \ --cc=sisyphus@lists.altlinux.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
ALT Linux Sisyphus discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \ sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru public-inbox-index sisyphus Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.sisyphus AGPL code for this site: git clone https://public-inbox.org/public-inbox.git