内容简介:Memcached 1.5.6 已发布,这是一个 bug 修复版本。同时,由于前段时间因被曝出有攻击者通过设置 memcached 的最大值,欺骗 UDP 数据包发起请求,利用 Memcached 发送的大量庞大的 UDP 响应数据包进行一些攻击行...
Memcached 1.5.6 已发布,这是一个 bug 修复版本。同时,由于前段时间因被曝出有攻击者通过设置 memcached 的最大值,欺骗 UDP 数据包发起请求,利用 Memcached 发送的大量庞大的 UDP 响应数据包进行一些攻击行为,该版本已默认禁用 UDP 协议。
具体包括:
disable UDP port by default
systemd instancing support & rpm build improvements
fix gcc warnings in beta GCC
fix build with clang
fix for dtrace compilation on freebsd
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上所述就是小编给大家介绍的《Memcached 1.5.6 发布,默认禁用 UDP 协议》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- Firefox 将在今年默认禁用 Flash
- Rust 1.52.1 发布,默认禁用增量编译
- WPF / Windows 7:禁用默认进度栏辉光动画
- Angular 6.1.4 发布,默认滚动位置恢复为禁用
- Angular 6.1.4 发布,默认滚动位置恢复为禁用
- Spring Cloud Netflix 1.4.5 发布,默认禁用 Servo
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Types and Programming Languages
Benjamin C. Pierce / The MIT Press / 2002-2-1 / USD 95.00
A type system is a syntactic method for automatically checking the absence of certain erroneous behaviors by classifying program phrases according to the kinds of values they compute. The study of typ......一起来看看 《Types and Programming Languages》 这本书的介绍吧!