공유할 서비스 선택

TECH


TECH

OS Red Hat z-stream 패키지를 어떻게 구분하나요? 또 z-stream이란 무엇인가요?

페이지 정보

작성자 OSworker 아이디로 검색 전체게시물 댓글 0건 조회 240회 좋아요 1회 작성일 23-12-30 11:49

본문

안녕하세요 오늘은 우리가 Red Hat Enterprise Linux를 운영하다보면 z-stream이란 패키지를 들어보셨을겁니다. 

 

 

 

이 패키지가 z-stream이야? 

 

 

 

- Z-stream 이란?

문제가 매우 심각하고 잠재적으로 많은 고객에게 영향을 미칠 수 있는 경우 Z-stream 패키지를 출시할 수 있습니다.

예시로 Red Hat Enterprise Linux 7 버전인 7.4을 사용한다면, 

"7"은 X(메이저) 버전이고, "4"은 Y(마이너) 버전입니다. 그러면 Z-stream은 다음 부 릴리스(7.5가 될 예정) 이전의 7.4 버전 내의 하위 릴리스를 나타냅니다.

즉, GA 버전외에 나오는것,  EUS or Backporting 되는것들을 Z-steram 이라 할 수 있습니다.

보안이슈로 패키지가 신규릴리즈 된것들도 Z-stream 입니다.  

 

- 아래와 같이 7.4 GA가 나온 후 7.4버전기준으로 이후에 보안취약이 적용되어 나오는 패키지들을 Z-stram이라 할수있습니다. 

 

tcpdump-4.9.0-5.el7.x86_64     7.4.0(마이너 릴리스)에서와 같이 나왔습니다.

systemtap-3.1-5.el7_4.x86_64   7.4.z에서 나왔습니다(z-스트림 정오표)

 

Q) 그럼 `_` 가 있으면 Z-stream 인가요?  

----------------------------------------------

Contents Explanation

openssl         Package Name

-1.0.1e         Upstream Version

-16         RPM Release Version

.el6         RHEL Major Release

_         Z-stream separator             <----------- 참고

5         The RHEL "minor" version that this package was forked from

.14         Number of updates that have occurred to this package. In this example,openssl-1.0.1e-16.el6_5.14 is the 14th update since 6.5-GA

.x86_64         Architecture

                - 64bit : x86_64

                - 32bit : i386/i686

                - IBM System Z : s390x

                - IBM Power : ppc64

 

> 참고링크

https://access.redhat.com/solutions/44508

----------------------------------------------

 

[원문]

We have two possible routes here.

 

If the issue is really severe and potentially could affect lots of customers, we might release a Z-stream package. What is a Z-stream? Take the current Red Hat Enterprise Linux 7 version as of this post: 7.3. “7” is the X (major) version, “3” is the Y (minor) version. Z-stream then indicates a sub-release within the 7.3 version, prior to the next minor release (which is going to be 7.4).

 

The Zs have a Red Hat-internal cadence, but sometimes something is really a show-stopper and we have to release an out-of-band Z-stream. The other possible scenario, usually for medium and lower priorities, is to enqueue the package update for the large batch of updates: the next Y stream (next minor release version).

 

Security errata, usually referred to as RHSAs, are sometimes so Critical that they are released the moment they are ready, regardless of any previous release plans for the same component or product. In fact, we have a track history of releasing fixes for most Critical security flaws in Red Hat Enterprise Linux in the same or next day of them becoming public knowledge.

 

 

Glossary

- Major version: Released every several years - RHEL 8, RHEL 7, RHEL 6, and so on

- Minor version: Released every 6 months or so - RHEL 8.0, RHEL 8.1, RHEL 8.2, and so on, also called a "Y release" as in "RHEL X.Y"

- Asynchronous Errata: A package release between minor versions, also called "z-Stream" as in "RHEL X.Y.z"

 

 

참고링크: 

https://www.redhat.com/en/blog/code-path-how-does-new-code-enter-red-hat-products

https://access.redhat.com/solutions/2074

https://access.redhat.com/discussions/1434473

https://docs.fedoraproject.org/en-US/packaging-guidelines/Naming/#Release_Tag

 

정리해서 말하자면, Z-stream은 최초 GA 버전이 나오고 그 버전안에서 문제가 발견되어 수정된 버전들을 Z-stream이라 할 수 있습니다.

backporting 된 패키지도 해당되는것이죠~!!

 

 

혹, 이해가 안되시거나 궁금한점 있으신분들은 댓글로 질문해주세요~^^


댓글목록

등록된 댓글이 없습니다.

TECH 목록
번호 제목 작성자 작성일 조회수
열람중 OS OSworker 아이디로 검색 전체게시물 12-30 241
열람중
Red Hat z-stream 패키지를 어떻게 구분하나요? 또 z-stream이란 무엇인가요?

카테고리 : OS

241 0
작성자 : OSworker 23/12/30
183 OS OSworker 아이디로 검색 전체게시물 12-24 341
[issue] RHEL8 버전 설치시 swap 이 최대 128G 까지만 된다?

카테고리 : OS

341 0
작성자 : OSworker 23/12/24
182 Middleware 미들웨어 아이디로 검색 전체게시물 12-22 293
(오픈소스 활용-24) 리눅스 java, python 우선순위 설정방법 - (update-alternatives 명령어)

카테고리 : Middleware

293 0
작성자 : 미들웨어 23/12/22
181 OS OSworker 아이디로 검색 전체게시물 12-17 895
OS 모니터링 하실 때 많이 사용되는 SAR에 대해 아시죠?

카테고리 : OS

895 0
작성자 : OSworker 23/12/17
180 Middleware 미들웨어 아이디로 검색 전체게시물 12-07 565
(Apache) Apache 2.4.37 & Weblogic-14 연동방법 (mod_wl_24.so 활용)

카테고리 : Middleware

565 0
작성자 : 미들웨어 23/12/07
179 OS OSworker 아이디로 검색 전체게시물 11-27 835
요즘 이슈인 SUSE Liberty VS Red Hat Enterprise Linux 에 대해 들어보셨나요?

카테고리 : OS

835 0
작성자 : OSworker 23/11/27
178 Middleware 미들웨어 아이디로 검색 전체게시물 11-23 963
(Tmax) JEUS 21 다운로드 및 Master 설치 및 기동해보기

카테고리 : Middleware

963 0
작성자 : 미들웨어 23/11/23
177 OS OSworker 아이디로 검색 전체게시물 11-20 438
레드햇, RHEL 9.3 공개 - Podman 컨테이너 관리 기능 강화

카테고리 : OS

438 0
작성자 : OSworker 23/11/20
176 OS OSworker 아이디로 검색 전체게시물 11-12 1849
레드햇 자격증에 대해 쉽게 설명드리고자 합니다.

카테고리 : OS

1,849 0
작성자 : OSworker 23/11/12
175 Middleware 미들웨어 아이디로 검색 전체게시물 11-08 944
(오픈소스 활용-23) (부하테스트 Tool) Jmeter 설치 및 구성 가이드

카테고리 : Middleware

944 0
작성자 : 미들웨어 23/11/08
Total 204건
게시물 검색

주식회사 클럭스| 대표 : 이찬호| 사업자등록번호 : 107-87-27655
주소 : 서울특별시 영등포구 국회대로 800, 여의도파라곤
E-mail : sales@chlux.co.kr
Copyright © 클럭스 www.chlux.co.kr All rights reserved.
상단으로Top