aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSangdo Jun <sebuls@gmail.com>2022-12-18 09:59:30 +0900
committerSangdo Jun <sebuls@gmail.com>2022-12-18 09:59:30 +0900
commita64448e82dc1e224db797c9ab4ae5660d418f0a0 (patch)
tree89012f197f748a53f111dbc884381e11669d6068
parent13250164453bd4c3a8912e0ff2c890a134226a56 (diff)
ko. 11.6 release
-rw-r--r--korean/News/2022/20221217.wml266
-rw-r--r--korean/News/2022/Makefile1
2 files changed, 267 insertions, 0 deletions
diff --git a/korean/News/2022/20221217.wml b/korean/News/2022/20221217.wml
new file mode 100644
index 00000000000..07b37cfdb7e
--- /dev/null
+++ b/korean/News/2022/20221217.wml
@@ -0,0 +1,266 @@
+#use wml::debian::translation-check translation="f878955e279294523a604a4e9bbd3d93dd0f3cc7" mindelta="-1"
+<define-tag pagetitle>데비안 11 업데이트: 11.6 나옴</define-tag>
+<define-tag release_date>2022-12-17</define-tag>
+#use wml::debian::news
+
+<define-tag release>11</define-tag>
+<define-tag codename>bullseye</define-tag>
+<define-tag revision>11.6</define-tag>
+
+<define-tag dsa>
+ <tr><td align="center"><a href="$(HOME)/security/%0/dsa-%1">DSA-%1</a></td>
+ <td align="center"><:
+ my @p = ();
+ for my $p (split (/,\s*/, "%2")) {
+ push (@p, sprintf ('<a href="https://packages.debian.org/src:%s">%s</a>', $p, $p));
+ }
+ print join (", ", @p);
+:></td></tr>
+</define-tag>
+
+<define-tag correction>
+ <tr><td><a href="https://packages.debian.org/src:%0">%0</a></td> <td>%1</td></tr>
+</define-tag>
+
+<define-tag srcpkg><a href="https://packages.debian.org/src:%0">%0</a></define-tag>
+
+<p>데비안 프로젝트는 데비안 <release> (codename <q><codename></q>)의 여섯번째 업데이드를 알려드리게 되어 기쁩니다 .
+이 포인트(point) 릴리스는 몇몇 심각한 문제의 조치 및 보안 이슈와 관련된 수정을 주로 담고 있습니다.
+보안 권고는 이미 개별적으로 공개되었고 활용 가능한 곳에서 참조될 수 있습니다.</p>
+
+<p>포인트 릴리스는 데비안 <release>의 새 버전을 만드는 것이 아니며, 포함된 일부 패키지만 업데이트 한다는 것을 주의하세요.
+이전 버전의 <q><codename></q> 미디어를 버릴 필요 없습니다.
+설치 후, 최신 데비안 미러를 이용하여 패키지를 현재 버전으로 업그레이드 할 수 있습니다.
+</p>
+
+<p>security.debian.org의 업데이트를 자주 설치하는 사람들은 패키지를 많이 업데이트하지 않아도 되며,
+해당 업데이트는 대부분 포인트 릴리스에 포함되어있습니다.</p>
+
+<p>새 설치 이미지는 정규 위치(다운로드 페이지, ftp 서버 등)에 곧 공개될 겁니다
+</p>
+
+<p>패키지 관리 시스템이 수많은 데비안 HTTP 미러 중 하나를 가리키게 해서
+기존 설치를 이 개정판으로 업그레이드할 수 있습니다.
+포괄적인 미러 서버 목록:</p>
+
+<div class="center">
+ <a href="$(HOME)/mirror/list">https://www.debian.org/mirror/list</a>
+</div>
+
+
+<h2>기타 버그 고침</h2>
+
+<p>이 안정(stable) 업데이트는 아래 패키지에 몇몇 중요한 수정을 했습니다:</p>
+
+<table border=0>
+<tr><th>패키지</th> <th>까닭</th></tr>
+<correction awstats "Fix cross site scripting issue [CVE-2022-46391]">
+<correction base-files "Update /etc/debian_version for the 11.6 point release">
+<correction binfmt-support "Run binfmt-support.service after systemd-binfmt.service">
+<correction clickhouse "Fix out-of-bounds read issues [CVE-2021-42387 CVE-2021-42388], buffer overflow issues [CVE-2021-43304 CVE-2021-43305]">
+<correction containerd "CRI plugin: Fix goroutine leak during Exec [CVE-2022-23471]">
+<correction core-async-clojure "Fix build failures in test suite">
+<correction dcfldd "Fix SHA1 output on big-endian architectures">
+<correction debian-installer "Rebuild against proposed-updates; increase Linux kernel ABI to 5.10.0-20">
+<correction debian-installer-netboot-images "Rebuild against proposed-updates">
+<correction debmirror "Add non-free-firmware to the default section list">
+<correction distro-info-data "Add Ubuntu 23.04, Lunar Lobster; update Debian ELTS end dates; correct Debian 8 (jessie) release date">
+<correction dojo "Fix prototype pollution issue [CVE-2021-23450]">
+<correction dovecot-fts-xapian "Generate dependency on dovecot ABI version in use during build">
+<correction efitools "Fix intermittent build failure due to incorrect dependency in makefile">
+<correction evolution "Move Google Contacts addressbooks to CalDAV since the Google Contacts API has been turned off">
+<correction evolution-data-server "Move Google Contacts addressbooks to CalDAV since the Google Contacts API has been turned off; fix compatibility with Gmail OAuth changes">
+<correction evolution-ews "Fix retrieval of user certificates belonging to contacts">
+<correction g810-led "Control device access with uaccess instead of making everything world-writable [CVE-2022-46338]">
+<correction glibc "Fix regression in wmemchr and wcslen on CPUs that have AVX2 but not BMI2 (e.g. Intel Haswell)">
+<correction golang-github-go-chef-chef "Fix intermittent test failure">
+<correction grub-efi-amd64-signed "Don't strip Xen binaries, so they work again; include fonts in the memdisk build for EFI images; fix bug in core file code so errors are handled better; bump Debian SBAT level to 4">
+<correction grub-efi-arm64-signed "Don't strip Xen binaries, so they work again; include fonts in the memdisk build for EFI images; fix bug in core file code so errors are handled better; bump Debian SBAT level to 4">
+<correction grub-efi-ia32-signed "Don't strip Xen binaries, so they work again; include fonts in the memdisk build for EFI images; fix bug in core file code so errors are handled better; bump Debian SBAT level to 4">
+<correction grub2 "Don't strip Xen binaries, so they work again; include fonts in the memdisk build for EFI images; fix bug in core file code so errors are handled better; bump Debian SBAT level to 4">
+<correction hydrapaper "Add missing dependeny on python3-pil">
+<correction isoquery "Fix test failure caused by a French translation change in the iso-codes package">
+<correction jtreg6 "New package, required to build newer openjdk-11 versions">
+<correction lemonldap-ng "Improve session destroy propagation [CVE-2022-37186]">
+<correction leptonlib "Fix divide-by-zero [CVE-2022-38266]">
+<correction libapache2-mod-auth-mellon "Fix open redirect issue [CVE-2021-3639]">
+<correction libbluray "Fix BD-J support with recent Oracle Java updates">
+<correction libconfuse "Fix a heap-based buffer over-read in cfg_tilde_expand [CVE-2022-40320]">
+<correction libdatetime-timezone-perl "Update included data">
+<correction libtasn1-6 "Fix out-of-bounds read issue [CVE-2021-46848]">
+<correction libvncserver "Fix memory leak [CVE-2020-29260]; support larger screen sizes">
+<correction linux "New upstream stable release; increase ABI to 20; [rt] Update to 5.10.158-rt77">
+<correction linux-signed-amd64 "New upstream stable release; increase ABI to 20; [rt] Update to 5.10.158-rt77">
+<correction linux-signed-arm64 "New upstream stable release; increase ABI to 20; [rt] Update to 5.10.158-rt77">
+<correction linux-signed-i386 "New upstream stable release; increase ABI to 20; [rt] Update to 5.10.158-rt77">
+<correction mariadb-10.5 "New upstream stable release; security fixes [CVE-2018-25032 CVE-2021-46669 CVE-2022-27376 CVE-2022-27377 CVE-2022-27378 CVE-2022-27379 CVE-2022-27380 CVE-2022-27381 CVE-2022-27382 CVE-2022-27383 CVE-2022-27384 CVE-2022-27386 CVE-2022-27387 CVE-2022-27444 CVE-2022-27445 CVE-2022-27446 CVE-2022-27447 CVE-2022-27448 CVE-2022-27449 CVE-2022-27451 CVE-2022-27452 CVE-2022-27455 CVE-2022-27456 CVE-2022-27457 CVE-2022-27458 CVE-2022-32081 CVE-2022-32082 CVE-2022-32083 CVE-2022-32084 CVE-2022-32085 CVE-2022-32086 CVE-2022-32087 CVE-2022-32088 CVE-2022-32089 CVE-2022-32091]">
+<correction mod-wsgi "Drop X-Client-IP header when it is not a trusted header [CVE-2022-2255]">
+<correction mplayer "Fix several security issues [CVE-2022-38850 CVE-2022-38851 CVE-2022-38855 CVE-2022-38858 CVE-2022-38860 CVE-2022-38861 CVE-2022-38863 CVE-2022-38864 CVE-2022-38865 CVE-2022-38866]">
+<correction mutt "Fix gpgme crash when listing keys in a public key block, and public key block listing for old versions of gpgme">
+<correction nano "Fix crashes and a potential data loss issue">
+<correction nftables "Fix off-by-one / double free error">
+<correction node-hawk "Parse URLs using stdlib [CVE-2022-29167]">
+<correction node-loader-utils "Fix prototype pollution issue [CVE-2022-37599 CVE-2022-37601], regular expression-based denial of service issue [CVE-2022-37603]">
+<correction node-minimatch "Improve protection against regular expression-based denial of service [CVE-2022-3517]; fix regression in patch for CVE-2022-3517">
+<correction node-qs "Fix prototype pollution issue [CVE-2022-24999]">
+<correction node-xmldom "Fix prototype pollution issue [CVE-2022-37616]; prevent insertion of non-well-formed nodes [CVE-2022-39353]">
+<correction nvidia-graphics-drivers "New upstream release; security fixes [CVE-2022-34670 CVE-2022-34674 CVE-2022-34675 CVE-2022-34677 CVE-2022-34679 CVE-2022-34680 CVE-2022-34682 CVE-2022-42254 CVE-2022-42255 CVE-2022-42256 CVE-2022-42257 CVE-2022-42258 CVE-2022-42259 CVE-2022-42260 CVE-2022-42261 CVE-2022-42262 CVE-2022-42263 CVE-2022-42264]">
+<correction nvidia-graphics-drivers-legacy-390xx "New upstream release; security fixes [CVE-2022-34670 CVE-2022-34674 CVE-2022-34675 CVE-2022-34677 CVE-2022-34680 CVE-2022-42257 CVE-2022-42258 CVE-2022-42259]">
+<correction nvidia-graphics-drivers-tesla-450 "New upstream release; security fixes [CVE-2022-34670 CVE-2022-34674 CVE-2022-34675 CVE-2022-34677 CVE-2022-34679 CVE-2022-34680 CVE-2022-34682 CVE-2022-42254 CVE-2022-42256 CVE-2022-42257 CVE-2022-42258 CVE-2022-42259 CVE-2022-42260 CVE-2022-42261 CVE-2022-42262 CVE-2022-42263 CVE-2022-42264]">
+<correction nvidia-graphics-drivers-tesla-470 "New upstream release; security fixes [CVE-2022-34670 CVE-2022-34674 CVE-2022-34675 CVE-2022-34677 CVE-2022-34679 CVE-2022-34680 CVE-2022-34682 CVE-2022-42254 CVE-2022-42255 CVE-2022-42256 CVE-2022-42257 CVE-2022-42258 CVE-2022-42259 CVE-2022-42260 CVE-2022-42261 CVE-2022-42262 CVE-2022-42263 CVE-2022-42264]">
+<correction omnievents "Add missing dependency on libjs-jquery to the omnievents-doc package">
+<correction onionshare "Fix denial of service issue [CVE-2022-21689], HTML injection issue [CVE-2022-21690]">
+<correction openvpn-auth-radius "Support verify-client-cert directive">
+<correction postfix "New upstream stable release">
+<correction postgresql-13 "New upstream stable release">
+<correction powerline-gitstatus "Fix command injection via malicious repository config [CVE-2022-42906]">
+<correction pysubnettree "Fix module build">
+<correction speech-dispatcher "Reduce espeak buffer size to avoid synth artifacts">
+<correction spf-engine "Fix pyspf-milter failing to start due to an invalid import statement">
+<correction tinyexr "Fix heap overflow issues [CVE-2022-34300 CVE-2022-38529]">
+<correction tinyxml "Fix infinite loop [CVE-2021-42260]">
+<correction tzdata "Update data for Fiji, Mexico and Palestine; update leap seconds list">
+<correction virglrenderer "Fix out-of-bounds write issue [CVE-2022-0135]">
+<correction x2gothinclient "Make the x2gothinclient-minidesktop package provide the lightdm-greeter virtual package">
+<correction xfig "Fix buffer overflow issue [CVE-2021-40241]">
+</table>
+
+
+<h2>보안 업데이트</h2>
+
+
+<p>이 개정판은 아래의 보안 업데이트를 안정(stable) 릴리스에 추가합니다.
+보안팀은 각 업데이트에 대해서 이미 권고사항을 공개했습니다.</p>
+
+<table border=0>
+<tr><th>권고 ID</th> <th>패키지</th></tr>
+<dsa 2022 5212 chromium>
+<dsa 2022 5223 chromium>
+<dsa 2022 5224 poppler>
+<dsa 2022 5225 chromium>
+<dsa 2022 5226 pcs>
+<dsa 2022 5227 libgoogle-gson-java>
+<dsa 2022 5228 gdk-pixbuf>
+<dsa 2022 5229 freecad>
+<dsa 2022 5230 chromium>
+<dsa 2022 5231 connman>
+<dsa 2022 5232 tinygltf>
+<dsa 2022 5233 e17>
+<dsa 2022 5234 fish>
+<dsa 2022 5235 bind9>
+<dsa 2022 5236 expat>
+<dsa 2022 5239 gdal>
+<dsa 2022 5240 webkit2gtk>
+<dsa 2022 5241 wpewebkit>
+<dsa 2022 5242 maven-shared-utils>
+<dsa 2022 5243 lighttpd>
+<dsa 2022 5244 chromium>
+<dsa 2022 5245 chromium>
+<dsa 2022 5246 mediawiki>
+<dsa 2022 5247 barbican>
+<dsa 2022 5248 php-twig>
+<dsa 2022 5249 strongswan>
+<dsa 2022 5250 dbus>
+<dsa 2022 5251 isc-dhcp>
+<dsa 2022 5252 libreoffice>
+<dsa 2022 5253 chromium>
+<dsa 2022 5254 python-django>
+<dsa 2022 5255 libksba>
+<dsa 2022 5256 bcel>
+<dsa 2022 5257 linux-signed-arm64>
+<dsa 2022 5257 linux-signed-amd64>
+<dsa 2022 5257 linux-signed-i386>
+<dsa 2022 5257 linux>
+<dsa 2022 5258 squid>
+<dsa 2022 5260 lava>
+<dsa 2022 5261 chromium>
+<dsa 2022 5263 chromium>
+<dsa 2022 5264 batik>
+<dsa 2022 5265 tomcat9>
+<dsa 2022 5266 expat>
+<dsa 2022 5267 pysha3>
+<dsa 2022 5268 ffmpeg>
+<dsa 2022 5269 pypy3>
+<dsa 2022 5270 ntfs-3g>
+<dsa 2022 5271 libxml2>
+<dsa 2022 5272 xen>
+<dsa 2022 5273 webkit2gtk>
+<dsa 2022 5274 wpewebkit>
+<dsa 2022 5275 chromium>
+<dsa 2022 5276 pixman>
+<dsa 2022 5277 php7.4>
+<dsa 2022 5278 xorg-server>
+<dsa 2022 5279 wordpress>
+<dsa 2022 5280 grub-efi-amd64-signed>
+<dsa 2022 5280 grub-efi-arm64-signed>
+<dsa 2022 5280 grub-efi-ia32-signed>
+<dsa 2022 5280 grub2>
+<dsa 2022 5281 nginx>
+<dsa 2022 5283 jackson-databind>
+<dsa 2022 5285 asterisk>
+<dsa 2022 5286 krb5>
+<dsa 2022 5287 heimdal>
+<dsa 2022 5288 graphicsmagick>
+<dsa 2022 5289 chromium>
+<dsa 2022 5290 commons-configuration2>
+<dsa 2022 5291 mujs>
+<dsa 2022 5292 snapd>
+<dsa 2022 5293 chromium>
+<dsa 2022 5294 jhead>
+<dsa 2022 5295 chromium>
+<dsa 2022 5296 xfce4-settings>
+<dsa 2022 5297 vlc>
+<dsa 2022 5298 cacti>
+<dsa 2022 5299 openexr>
+</table>
+
+
+
+<h2>데비안 설치관리자</h2>
+<p>설치 관리자는 포인트 릴리스에서 안정(stable) 릴리스와 병합된 수정 사항을
+포함하도록 업데이트 되었습니다.</p>
+
+<h2>URL</h2>
+
+<p>개정판에서 변경된 패키지의 전체 리스트:</p>
+
+<div class="center">
+ <url "https://deb.debian.org/debian/dists/<downcase <codename>>/ChangeLog">
+</div>
+
+<p>현재 안정 배포:</p>
+
+<div class="center">
+ <url "https://deb.debian.org/debian/dists/stable/">
+</div>
+
+<p>안정(stable) 배포판에 제안된 업데이트(proposed-update):</p>
+
+<div class="center">
+ <url "https://deb.debian.org/debian/dists/proposed-updates">
+</div>
+
+<p>안정(stable) 배포판 정보 (릴리스 노트, 정오표 등):</p>
+
+<div class="center">
+ <a
+ href="$(HOME)/releases/stable/">https://www.debian.org/releases/stable/</a>
+</div>
+
+<p>보안 알림 및 정보:</p>
+
+<div class="center">
+ <a href="$(HOME)/security/">https://www.debian.org/security/</a>
+</div>
+
+<h2>데비안에 관해</h2>
+
+<p>데비안 프로젝트는 완전한 자유 운영체제인 데비안을 제작하기 위해 자신의
+시간과 노력을 자원하는 자유 소프트웨어 개발자의 모임입니다</p>
+
+<h2>연락처 정보</h2>
+
+<p>더 많은 정보를 원하면 <a href="$(HOME)/">https://www.debian.org/</a>에 있는
+데비안 웹 페이지를 방문하거나, &lt;press@debian.org&gt;으로 이메일을 보내세요.
+또는 &lt;debian-release@lists.debian.org&gt;로 보내서 안정(stable)
+릴리스 팀으로 연락하세요.</p>
diff --git a/korean/News/2022/Makefile b/korean/News/2022/Makefile
new file mode 100644
index 00000000000..d4d30f9da84
--- /dev/null
+++ b/korean/News/2022/Makefile
@@ -0,0 +1 @@
+include $(subst webwml/korean,webwml/english,$(CURDIR))/Makefile

© 2014-2024 Faster IT GmbH | imprint | privacy policy