/unit/pkg/ |
H A D | Makefile | 21 @cd rpm && VERSION=$(VERSION) RELEASE=$(RELEASE) make all 24 @cd deb && VERSION=$(VERSION) RELEASE=$(RELEASE) make all 27 @cd docker && VERSION=$(VERSION) RELEASE=$(RELEASE) make all 30 @cd npm && VERSION=$(VERSION) RELEASE=$(RELEASE) make all
|
/unit/pkg/npm/ |
H A D | Makefile | 23 all: copy target 28 .PHONY: default all copy publish clean
|
/unit/pkg/deb/debian.module/ |
H A D | unit.example-jsc-app | 2 Here is the list of all system properties:
|
H A D | control-noarch.in | 12 Architecture: all
|
H A D | rules-noarch.in | 6 export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
|
H A D | rules.in | 6 export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
|
H A D | copyright.unit-jsc-common | 104 including all Contributors. 150 i) effectively disclaims on behalf of all Contributors all warranties and 155 ii) effectively excludes on behalf of all Contributors all liability for 218 and distributing the Program and assumes all risks associated with its 301 "Legal Entity" shall mean the union of the acting entity and all 387 that You distribute, all copyright, patent, trademark, and 447 work stoppage, computer failure or malfunction, or any and all 524 subsequently acquired, any and all of the rights conveyed 554 exercising rights under, and complying with all of the terms 775 infringes any patent, then any and all rights granted directly or [all …]
|
/unit/pkg/rpm/rpmbuild/SOURCES/ |
H A D | unit.example-jsc-app | 2 Here is the list of all system properties:
|
H A D | COPYRIGHT.unit-jsc-common | 104 including all Contributors. 150 i) effectively disclaims on behalf of all Contributors all warranties and 155 ii) effectively excludes on behalf of all Contributors all liability for 218 and distributing the Program and assumes all risks associated with its 301 "Legal Entity" shall mean the union of the acting entity and all 387 that You distribute, all copyright, patent, trademark, and 447 work stoppage, computer failure or malfunction, or any and all 524 subsequently acquired, any and all of the rights conveyed 554 exercising rights under, and complying with all of the terms 775 infringes any patent, then any and all rights granted directly or [all …]
|
/unit/pkg/deb/ |
H A D | Makefile | 135 all: check-build-depends-all unit modules target 142 all) pkgs="$(BUILD_DEPENDS)" ;; \ 308 .PHONY: default all modules test test-debug clean
|
/unit/pkg/rpm/ |
H A D | Makefile | 173 all: check-build-depends-all unit modules target 182 all) pkgs="$(BUILD_DEPENDS)" ;; \ 311 .PHONY: default all modules specs rpmlint test test-debug clean
|
/unit/pkg/docker/ |
H A D | template.Dockerfile | 14 …&& CC_OPT="$(DEB_BUILD_MAINT_OPTIONS="hardening=+all,-pie" DEB_CFLAGS_MAINT_APPEND="-Wp,-D_FORTIFY… 15 …&& LD_OPT="$(DEB_BUILD_MAINT_OPTIONS="hardening=+all,-pie" DEB_LDFLAGS_MAINT_APPEND="-Wl,--as-need…
|
H A D | Dockerfile.minimal | 14 …&& CC_OPT="$(DEB_BUILD_MAINT_OPTIONS="hardening=+all,-pie" DEB_CFLAGS_MAINT_APPEND="-Wp,-D_FORTIFY… 15 …&& LD_OPT="$(DEB_BUILD_MAINT_OPTIONS="hardening=+all,-pie" DEB_LDFLAGS_MAINT_APPEND="-Wl,--as-need…
|
H A D | Dockerfile.perl5.34 | 14 …&& CC_OPT="$(DEB_BUILD_MAINT_OPTIONS="hardening=+all,-pie" DEB_CFLAGS_MAINT_APPEND="-Wp,-D_FORTIFY… 15 …&& LD_OPT="$(DEB_BUILD_MAINT_OPTIONS="hardening=+all,-pie" DEB_LDFLAGS_MAINT_APPEND="-Wl,--as-need…
|
H A D | Dockerfile.php8.1 | 14 …&& CC_OPT="$(DEB_BUILD_MAINT_OPTIONS="hardening=+all,-pie" DEB_CFLAGS_MAINT_APPEND="-Wp,-D_FORTIFY… 15 …&& LD_OPT="$(DEB_BUILD_MAINT_OPTIONS="hardening=+all,-pie" DEB_LDFLAGS_MAINT_APPEND="-Wl,--as-need…
|
H A D | Dockerfile.jsc11 | 14 …&& CC_OPT="$(DEB_BUILD_MAINT_OPTIONS="hardening=+all,-pie" DEB_CFLAGS_MAINT_APPEND="-Wp,-D_FORTIFY… 15 …&& LD_OPT="$(DEB_BUILD_MAINT_OPTIONS="hardening=+all,-pie" DEB_LDFLAGS_MAINT_APPEND="-Wl,--as-need…
|
H A D | Dockerfile.ruby3.1 | 14 …&& CC_OPT="$(DEB_BUILD_MAINT_OPTIONS="hardening=+all,-pie" DEB_CFLAGS_MAINT_APPEND="-Wp,-D_FORTIFY… 15 …&& LD_OPT="$(DEB_BUILD_MAINT_OPTIONS="hardening=+all,-pie" DEB_LDFLAGS_MAINT_APPEND="-Wl,--as-need…
|
H A D | Dockerfile.python3.10 | 14 …&& CC_OPT="$(DEB_BUILD_MAINT_OPTIONS="hardening=+all,-pie" DEB_CFLAGS_MAINT_APPEND="-Wp,-D_FORTIFY… 15 …&& LD_OPT="$(DEB_BUILD_MAINT_OPTIONS="hardening=+all,-pie" DEB_LDFLAGS_MAINT_APPEND="-Wl,--as-need…
|
H A D | Dockerfile.go1.18 | 14 …&& CC_OPT="$(DEB_BUILD_MAINT_OPTIONS="hardening=+all,-pie" DEB_CFLAGS_MAINT_APPEND="-Wp,-D_FORTIFY… 15 …&& LD_OPT="$(DEB_BUILD_MAINT_OPTIONS="hardening=+all,-pie" DEB_LDFLAGS_MAINT_APPEND="-Wl,--as-need…
|
H A D | Dockerfile.node16 | 14 …&& CC_OPT="$(DEB_BUILD_MAINT_OPTIONS="hardening=+all,-pie" DEB_CFLAGS_MAINT_APPEND="-Wp,-D_FORTIFY… 15 …&& LD_OPT="$(DEB_BUILD_MAINT_OPTIONS="hardening=+all,-pie" DEB_LDFLAGS_MAINT_APPEND="-Wl,--as-need…
|
H A D | Makefile | 113 all: $(addprefix Dockerfile., $(MODVERSIONS)) target
|
/unit/docs/ |
H A D | Makefile | 22 all: changes changelogs target
|
/unit/auto/ |
H A D | isolation | 31 # Test all isolation flags
|
/unit/src/ |
H A D | nxt_cert.c | 449 nxt_conf_value_t *all; in nxt_cert_info_get_all() local 466 all = nxt_conf_create_object(mp, i); in nxt_cert_info_get_all() 467 if (nxt_slow_path(all == NULL)) { in nxt_cert_info_get_all() 482 nxt_conf_set_member(all, &info->name, info->value, i); in nxt_cert_info_get_all() 487 return all; in nxt_cert_info_get_all()
|
/unit/ |
H A D | LICENSE | 16 "Legal Entity" shall mean the union of the acting entity and all 102 that You distribute, all copyright, patent, trademark, and 162 work stoppage, computer failure or malfunction, or any and all
|