diff --git a/packages/g/gengetopt/abi_used_symbols b/packages/g/gengetopt/abi_used_symbols index 987c8b852ee..5c7c103c14c 100644 --- a/packages/g/gengetopt/abi_used_symbols +++ b/packages/g/gengetopt/abi_used_symbols @@ -1,6 +1,7 @@ libc.so.6:__cxa_atexit libc.so.6:__errno_location libc.so.6:__fprintf_chk +libc.so.6:__isoc23_strtol libc.so.6:__libc_start_main libc.so.6:__printf_chk libc.so.6:__sprintf_chk @@ -40,7 +41,6 @@ libc.so.6:strncpy libc.so.6:strspn libc.so.6:strstr libc.so.6:strtod -libc.so.6:strtol libc.so.6:toupper libgcc_s.so.1:_Unwind_Resume libstdc++.so.6:_ZNKSt5ctypeIcE13_M_widen_initEv @@ -48,7 +48,6 @@ libstdc++.so.6:_ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE17find_firs libstdc++.so.6:_ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE17find_first_not_ofEcm libstdc++.so.6:_ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE4findEcm libstdc++.so.6:_ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5rfindEPKcmm -libstdc++.so.6:_ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE7compareEPKc libstdc++.so.6:_ZNKSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEE3strEv libstdc++.so.6:_ZNSo3putEc libstdc++.so.6:_ZNSo5flushEv @@ -74,8 +73,6 @@ libstdc++.so.6:_ZNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEE7_M_syncE libstdc++.so.6:_ZNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEEC1Ev libstdc++.so.6:_ZNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEED1Ev libstdc++.so.6:_ZNSt8__detail15_List_node_base7_M_hookEPS0_ -libstdc++.so.6:_ZNSt8ios_base4InitC1Ev -libstdc++.so.6:_ZNSt8ios_base4InitD1Ev libstdc++.so.6:_ZNSt8ios_baseC2Ev libstdc++.so.6:_ZNSt8ios_baseD2Ev libstdc++.so.6:_ZNSt9basic_iosIcSt11char_traitsIcEE4initEPSt15basic_streambufIcS1_E @@ -87,6 +84,7 @@ libstdc++.so.6:_ZSt18_Rb_tree_incrementPKSt18_Rb_tree_node_base libstdc++.so.6:_ZSt18_Rb_tree_incrementPSt18_Rb_tree_node_base libstdc++.so.6:_ZSt19__throw_logic_errorPKc libstdc++.so.6:_ZSt20__throw_length_errorPKc +libstdc++.so.6:_ZSt21ios_base_library_initv libstdc++.so.6:_ZSt24__throw_out_of_range_fmtPKcz libstdc++.so.6:_ZSt29_Rb_tree_insert_and_rebalancebPSt18_Rb_tree_node_baseS0_RS_ libstdc++.so.6:_ZSt4cerr diff --git a/packages/g/gengetopt/package.yml b/packages/g/gengetopt/package.yml index 34b464c56c2..e255482853c 100644 --- a/packages/g/gengetopt/package.yml +++ b/packages/g/gengetopt/package.yml @@ -1,9 +1,10 @@ name : gengetopt version : '2.23' -release : 5 +release : 6 source : - https://ftp.gnu.org/gnu/gengetopt/gengetopt-2.23.tar.xz : b941aec9011864978dd7fdeb052b1943535824169d2aa2b0e7eae9ab807584ac -license : GPL-3.0 +homepage : https://www.gnu.org/software/gengetopt/gengetopt.html +license : GPL-3.0-or-later component : programming.tools summary : Gengetopt is a tool to generate C code to parse the command line arguments argc and argv that are part of every C or C++ program. description: | diff --git a/packages/g/gengetopt/pspec_x86_64.xml b/packages/g/gengetopt/pspec_x86_64.xml index 3e519887276..a44e3a7460d 100644 --- a/packages/g/gengetopt/pspec_x86_64.xml +++ b/packages/g/gengetopt/pspec_x86_64.xml @@ -1,16 +1,17 @@ gengetopt + https://www.gnu.org/software/gengetopt/gengetopt.html - Silke Hofstra - silke@slxh.eu + Jakob Gezelius + jakob@knugen.nu - GPL-3.0 + GPL-3.0-or-later programming.tools Gengetopt is a tool to generate C code to parse the command line arguments argc and argv that are part of every C or C++ program. Gengetopt is a tool to generate C code to parse the command line arguments argc and argv that are part of every C or C++ program. - https://getsol.us/sources/README.Solus + https://sources.getsol.us/README.Solus gengetopt @@ -51,12 +52,12 @@ - - 2023-09-16 + + 2024-04-07 2.23 Packaging update - Silke Hofstra - silke@slxh.eu + Jakob Gezelius + jakob@knugen.nu \ No newline at end of file