From: "Ivan A. Melnikov" <iv@altlinux.org> To: devel@lists.altlinux.org Subject: Re: [devel] IA: boost 1.47.0 Date: Sat, 23 Jul 2011 22:08:23 +0400 Message-ID: <20110723220823.307e7821@deimos.localdomain> (raw) In-Reply-To: <4E2AC900.7040101@gmail.com> [-- Attachment #1: Type: text/plain, Size: 764 bytes --] On Sat, 23 Jul 2011 16:13:36 +0300 Motsyo Gennadi aka Drool <motsyo@gmail.com> wrote: > 23.07.2011 12:14, Ivan A. Melnikov пишет: > > Из замеченных пострадавших пакетов -- libpion-net и > > его клиенты. Чинить нужно libpion-net, патч тривиален, могу выслать. > > Буду признателен. Прилагаю. Могу, в принципе, добавить это исправление в таск по сборке буста, только скажите как лучше приложить патч: прямо в исходниках поправить или отдельным файлом как во времена srpm? -- WBR, Ivan A. Melnikov [-- Attachment #2: libpion-net-4.0.1-alt-fix-build-with-boost.patch --] [-- Type: text/x-patch, Size: 583 bytes --] diff --git a/pion-net/net/include/pion/net/TCPConnection.hpp b/pion-net/net/include/pion/net/TCPConnection.hpp index 46aa61f..f3b5247 100644 --- a/pion-net/net/include/pion/net/TCPConnection.hpp +++ b/pion-net/net/include/pion/net/TCPConnection.hpp @@ -639,7 +639,7 @@ public: /// returns reference to the io_service used for async operations inline boost::asio::io_service& getIOService(void) { - return m_ssl_socket.lowest_layer().io_service(); + return m_ssl_socket.lowest_layer().get_io_service(); } /// returns non-const reference to underlying TCP socket object
next prev parent reply other threads:[~2011-07-23 18:08 UTC|newest] Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top 2011-07-23 9:14 Ivan A. Melnikov 2011-07-23 9:27 ` Michael Shigorin 2011-07-23 9:31 ` Aleksey Novodvorsky 2011-07-23 18:14 ` Денис Смирнов 2011-07-23 13:13 ` Motsyo Gennadi aka Drool 2011-07-23 18:08 ` Ivan A. Melnikov [this message] 2011-07-24 23:15 ` Motsyo Gennadi aka Drool 2011-07-25 8:12 ` Ivan A. Melnikov 2011-07-26 8:14 ` Motsyo Gennadi aka Drool
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=20110723220823.307e7821@deimos.localdomain \ --to=iv@altlinux.org \ --cc=devel@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 Team development discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/devel/0 devel/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 devel devel/ http://lore.altlinux.org/devel \ devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru public-inbox-index devel Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.devel AGPL code for this site: git clone https://public-inbox.org/public-inbox.git