Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite9b09b8

Browse files
committed
build: bump ndn-cxx dependency
Change-Id: I6e6172cb64d9a5f7c297ec668f1bb89063bd9d9d
1 parent55bedb2 commite9b09b8

File tree

9 files changed

+24
-61
lines changed

9 files changed

+24
-61
lines changed

‎.github/workflows/ci.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
-os:macos-12
5454
xcode:'13.4'
5555
-os:macos-12
56-
xcode:'14.1'
56+
xcode:'14.2'
5757
steps:
5858
-name:Set up Xcode
5959
uses:maxim-lobanov/setup-xcode@v1

‎.jenkins.d/00-deps.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ set -x
2020

2121
if [[$ID== macos ]];then
2222
if [[-n$GITHUB_ACTIONS ]];then
23-
exportHOMEBREW_NO_INSTALL_UPGRADE=1
23+
exportHOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
2424
fi
2525
brew update
2626
brew install --formula"${FORMULAE[@]}"

‎.waf-tools/default-compiler-flags.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,9 @@ def getDebugFlags(self, conf):
145145
flags=super(GccBasicFlags,self).getDebugFlags(conf)
146146
flags['CXXFLAGS']+= ['-Og',
147147
'-g3',
148-
'-pedantic',
149148
'-Wall',
150149
'-Wextra',
150+
'-Wpedantic',
151151
'-Werror',
152152
'-Wcatch-value=2',
153153
'-Wextra-semi',
@@ -163,9 +163,9 @@ def getOptimizedFlags(self, conf):
163163
flags=super(GccBasicFlags,self).getOptimizedFlags(conf)
164164
flags['CXXFLAGS']+= ['-O2',
165165
'-g',
166-
'-pedantic',
167166
'-Wall',
168167
'-Wextra',
168+
'-Wpedantic',
169169
'-Wcatch-value=2',
170170
'-Wextra-semi',
171171
'-Wnon-virtual-dtor',

‎AUTHORS.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#repo-ng Authors
22

3-
The following lists maintainers, primary developers, and all much-appreciated contributors to repo-ng inalphabetic order.
3+
The following lists maintainers, primary developers, and all much-appreciated contributors to repo-ng inalphabetical order.
44
The specific contributions of individual authors can be obtained from the git history of the[official repo-ng repository](https://github.com/named-data/repo-ng).
5-
If you would like to become a contributor to the official repository, please follow the recommendations inhttps://github.com/named-data/.github/blob/master/CONTRIBUTING.md.
5+
If you would like to become a contributor to the official repository, please follow the recommendations in<https://github.com/named-data/.github/blob/main/CONTRIBUTING.md>.
66

77
* Alexander Afanasyev<https://users.cs.fiu.edu/~afanasyev>
88
* Shuo Chen<https://github.com/chenatu>

‎INSTALL.md‎

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
##Prerequisites
44

5-
*[ndn-cxx and its dependencies](https://named-data.net/doc/ndn-cxx/current/INSTALL.html)
5+
*[ndn-cxx and its dependencies](https://docs.named-data.net/ndn-cxx/current/INSTALL.html)
66
* sqlite3
77

88
##Build
@@ -16,13 +16,14 @@ Then enter:
1616

1717
This builds and installs`ndn-repo-ng` and related tools.
1818

19-
If configured with tests (`./waf configure --with-tests`), the above commands will
20-
also generate unit tests that can be run with`./build/unit-tests`.
19+
If configured with tests (`./waf configure --with-tests`), the above commands
20+
willalso generate unit tests that can be run with`./build/unit-tests`.
2121

2222
##Configuration
2323

2424
The default configuration file path is`/usr/local/etc/ndn/repo-ng.conf`.
25-
Users may copy the[repo-ng.conf.sample](repo-ng.conf.sample) config sample to that path.
25+
Users may copy the[`repo-ng.conf.sample`](repo-ng.conf.sample) example config
26+
to that path.
2627

2728
##Database
2829

@@ -36,6 +37,6 @@ database directory.
3637

3738
##Tools
3839

39-
Currently, three tools are included:*ndngetfile*,*ndnputfile*, and*repo-ng-ls*.
40+
Currently, three tools are included:`ndngetfile`,`ndnputfile`, and`repo-ng-ls`.
4041
Users can find detailed information about these tools on the
4142
[repo-ng wiki](https://redmine.named-data.net/projects/repo-ng/wiki/Tools).

‎README-dev.md‎

Lines changed: 0 additions & 38 deletions
This file was deleted.

‎README.md‎

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,11 @@ Please submit any bug reports or feature requests to the
2121
##Contributing
2222

2323
We greatly appreciate contributions to the repo-ng code base, provided that they are
24-
licensed under the GPL 3.0+ or a compatible license (see below).
25-
If you are new to the NDN software community, please read the
26-
[Contributor's Guide](https://github.com/named-data/.github/blob/master/CONTRIBUTING.md)
27-
to get started.
24+
licensed under the GNU GPL version 3 or a compatible license.
25+
If you are new to the NDN software community, please read our[Contributor's Guide](
26+
https://github.com/named-data/.github/blob/main/CONTRIBUTING.md) to get started.
2827

2928
##License
3029

31-
repo-ng isan open source project licensedunder theGPL version 3.
32-
See[`COPYING.md`](COPYING.md) formore information.
30+
repo-ng isfree software distributedunder theGNU General Public License version 3.
31+
See[`COPYING.md`](COPYING.md) fordetails.

‎repo-ng.conf.sample‎

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ repo
1313
}
1414

1515
; Section defining the list of command prefixes (to insert or delete Data) to register.
16-
; Only the 'prefix' option is allowed here and it can be repeated multiple times.
1716
command
1817
{
18+
; Only the 'prefix' option is allowed here and it can be repeated multiple times.
1919
prefix "ndn:/example/repo/1"
2020
prefix "ndn:/example/repo/2"
2121
}
@@ -44,10 +44,11 @@ repo
4444
type any
4545
}
4646

47-
; ; These rules are examples to validate signed Interests for commands and data.
48-
; ; One can define their own rules for signed Interests and Data packets to be
49-
; ; inserted according to the Validator Configuration File Format.
50-
; ; See https://named-data.net/doc/ndn-cxx/current/tutorials/security-validator-config.html
47+
; The following rules are examples to validate signed Interests for commands and data.
48+
; One can define their own rules for signed Interests and Data packets to be inserted
49+
; according to the Validator Configuration File Format.
50+
; See https://docs.named-data.net/ndn-cxx/current/tutorials/security-validator-config.html
51+
;
5152
; rule
5253
; {
5354
; id "Simple Rule For Interests"

‎wscript‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def configure(conf):
3434
conf.find_program(['pkgconf','pkg-config'],var='PKGCONFIG')
3535

3636
pkg_config_path=os.environ.get('PKG_CONFIG_PATH',f'{conf.env.LIBDIR}/pkgconfig')
37-
conf.check_cfg(package='libndn-cxx',args=['libndn-cxx >= 0.8.0','--cflags','--libs'],
37+
conf.check_cfg(package='libndn-cxx',args=['libndn-cxx >= 0.8.1','--cflags','--libs'],
3838
uselib_store='NDN_CXX',pkg_config_path=pkg_config_path)
3939

4040
conf.check_sqlite3()

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp