All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libsepol: Fix the version number for the latest exported function
@ 2023-08-16 19:09 James Carter
  2023-08-17  7:42 ` Petr Lautrbach
  0 siblings, 1 reply; 3+ messages in thread
From: James Carter @ 2023-08-16 19:09 UTC (permalink / raw)
  To: selinux; +Cc: cgzones, James Carter

cil_write_post_ast() should be in libsepol version 3.6, since version
3.5 has already been released.

Signed-off-by: James Carter <jwcart2@gmail.com>
---
 libsepol/src/libsepol.map.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libsepol/src/libsepol.map.in b/libsepol/src/libsepol.map.in
index 6ad68f0b..e5e6608c 100644
--- a/libsepol/src/libsepol.map.in
+++ b/libsepol/src/libsepol.map.in
@@ -290,7 +290,7 @@ LIBSEPOL_3.4 {
 	sepol_validate_transition_reason_buffer;
 } LIBSEPOL_3.0;
 
-LIBSEPOL_3.5 {
+LIBSEPOL_3.6 {
   global:
 	cil_write_post_ast;
 } LIBSEPOL_3.4;
-- 
2.41.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] libsepol: Fix the version number for the latest exported function
  2023-08-16 19:09 [PATCH] libsepol: Fix the version number for the latest exported function James Carter
@ 2023-08-17  7:42 ` Petr Lautrbach
  2023-10-12 17:51   ` James Carter
  0 siblings, 1 reply; 3+ messages in thread
From: Petr Lautrbach @ 2023-08-17  7:42 UTC (permalink / raw)
  To: James Carter, selinux; +Cc: cgzones

James Carter <jwcart2@gmail.com> writes:

> cil_write_post_ast() should be in libsepol version 3.6, since version
> 3.5 has already been released.
>
> Signed-off-by: James Carter <jwcart2@gmail.com>

Acked-by: Petr Lautrbach <lautrbach@redhat.com>

> ---
>  libsepol/src/libsepol.map.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libsepol/src/libsepol.map.in b/libsepol/src/libsepol.map.in
> index 6ad68f0b..e5e6608c 100644
> --- a/libsepol/src/libsepol.map.in
> +++ b/libsepol/src/libsepol.map.in
> @@ -290,7 +290,7 @@ LIBSEPOL_3.4 {
>  	sepol_validate_transition_reason_buffer;
>  } LIBSEPOL_3.0;
>  
> -LIBSEPOL_3.5 {
> +LIBSEPOL_3.6 {
>    global:
>  	cil_write_post_ast;
>  } LIBSEPOL_3.4;
> -- 
> 2.41.0


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] libsepol: Fix the version number for the latest exported function
  2023-08-17  7:42 ` Petr Lautrbach
@ 2023-10-12 17:51   ` James Carter
  0 siblings, 0 replies; 3+ messages in thread
From: James Carter @ 2023-10-12 17:51 UTC (permalink / raw)
  To: Petr Lautrbach; +Cc: selinux, cgzones

On Thu, Aug 17, 2023 at 3:42 AM Petr Lautrbach <lautrbach@redhat.com> wrote:
>
> James Carter <jwcart2@gmail.com> writes:
>
> > cil_write_post_ast() should be in libsepol version 3.6, since version
> > 3.5 has already been released.
> >
> > Signed-off-by: James Carter <jwcart2@gmail.com>
>
> Acked-by: Petr Lautrbach <lautrbach@redhat.com>
>

Merged.
Thanks,
Jim

> > ---
> >  libsepol/src/libsepol.map.in | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/libsepol/src/libsepol.map.in b/libsepol/src/libsepol.map.in
> > index 6ad68f0b..e5e6608c 100644
> > --- a/libsepol/src/libsepol.map.in
> > +++ b/libsepol/src/libsepol.map.in
> > @@ -290,7 +290,7 @@ LIBSEPOL_3.4 {
> >       sepol_validate_transition_reason_buffer;
> >  } LIBSEPOL_3.0;
> >
> > -LIBSEPOL_3.5 {
> > +LIBSEPOL_3.6 {
> >    global:
> >       cil_write_post_ast;
> >  } LIBSEPOL_3.4;
> > --
> > 2.41.0
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-10-12 17:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-16 19:09 [PATCH] libsepol: Fix the version number for the latest exported function James Carter
2023-08-17  7:42 ` Petr Lautrbach
2023-10-12 17:51   ` James Carter

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.