Skip to content

Commit f2e7dfb

Browse files
authored
Merge pull request #2035 from atsign-foundation/cpswan-at_c-0.3.4
build(deps): Use at_c 0.3.4 to bring in MbedTLS 3.6.4
2 parents 0690354 + 41fe498 commit f2e7dfb

File tree

8 files changed

+11
-7
lines changed

8 files changed

+11
-7
lines changed

packages/c/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ set(ATSDK_USE_SHARED_LIBS ${NOPORTS_USE_SHARED_LIBS})
1414
cmake_minimum_required(VERSION 3.19)
1515
set(CMAKE_C_STANDARD 99)
1616
cmake_policy(SET CMP0135 NEW)
17-
project(noports VERSION 1.0.13 LANGUAGES C)
17+
project(noports VERSION 1.0.14 LANGUAGES C)
1818

1919
include("${CMAKE_CURRENT_LIST_DIR}/cmake/CPackSetup.cmake")
2020

packages/c/cmake/CPackSetup.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# package info
22
set(CPACK_PACKAGE_NAME noports)
33
set(CPACK_PACKAGE_DESCRIPTION "noports source tarballs")
4-
set(CPACK_PACKAGE_VERSION 1.0.13)
4+
set(CPACK_PACKAGE_VERSION 1.0.14)
55
set(CPACK_PACKAGE_VENDOR_NAME atsign-foundation)
66

77
# cmake configuration

packages/c/cmake/atsdk.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if(NOT atsdk_FOUND)
1212
FetchContent_Declare(
1313
atsdk
1414
GIT_REPOSITORY https://github.com/atsign-foundation/at_c.git
15-
GIT_TAG 38747eba7a53dca1c9b0494c5b0f4ba13c97a834
15+
GIT_TAG 319ccd1a713abc7dc546b781678ea7502bc8af9d
1616
)
1717
endif()
1818
FetchContent_MakeAvailable(atsdk)

packages/c/graceful-shutdown-tool/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.19)
22
set(CMAKE_C_STANDARD 99)
33
cmake_policy(SET CMP0135 NEW)
4-
project(graceful-shutdown-tool VERSION 1.0.13 LANGUAGES C)
4+
project(graceful-shutdown-tool VERSION 1.0.14 LANGUAGES C)
55

66
include(FetchContent)
77
include(GNUInstallDirs)

packages/c/srv/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.19)
22
set(CMAKE_C_STANDARD 99)
33
cmake_policy(SET CMP0135 NEW)
44

5-
project(srv VERSION 1.0.13 LANGUAGES C)
5+
project(srv VERSION 1.0.14 LANGUAGES C)
66

77
# 1. Variables - you are free to edit anything in this step
88

packages/c/sshnpd/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.14
2+
3+
- build(deps): Bump at_c to use MbedTLS 3.6.4
4+
15
## 1.0.13
26

37
- feat: csshnpd root-domain implementation

packages/c/sshnpd/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.19)
22
set(CMAKE_C_STANDARD 99)
33
cmake_policy(SET CMP0135 NEW)
4-
project(sshnpd VERSION 1.0.13 LANGUAGES C)
4+
project(sshnpd VERSION 1.0.14 LANGUAGES C)
55

66
# 1. Variables - you are free to edit anything in this step
77

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#ifndef SSHNPD_VERSION_H
22
#define SSHNPD_VERSION_H
3-
#define SSHNPD_VERSION "1.0.13"
3+
#define SSHNPD_VERSION "1.0.14"
44
#endif

0 commit comments

Comments
 (0)