+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PHP_VERSION_REQD=81 WRKLOG=/tmp/bulklog/nagios-base-4.4.10nb6/work.log
+ su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PHP_VERSION_REQD=81 WRKLOG=/tmp/bulklog/nagios-base-4.4.10nb6/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for nagios-base-4.4.10nb6
/bin/cp /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/net/nagios-base/files/nagios.conf.dist /home/pbulk/build/net/nagios-base/work/nagios-4.4.10/nagios.conf.dist
cd ./base && /bin/make
make[1]: Entering directory '/home/pbulk/build/net/nagios-base/work/nagios-4.4.10/base'
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -c -o nagios.o nagios.c
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2  -c -o broker.o broker.c
nagios.c: In function 'main':
nagios.c:611:25: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  611 |                         asprintf(&mac->x[MACRO_PROCESSSTARTTIME], "%llu", (unsigned long long)program_start);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nagios.c:841:25: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  841 |                         asprintf(&mac->x[MACRO_EVENTSTARTTIME], "%llu", (unsigned long long)event_start);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nagios.c: In function 'nagios_core_worker':
nagios.c:176:17: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result]
  176 |                 read(sd, response + 3, sizeof(response) - 4);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nagios.c: In function 'test_path_access':
nagios.c:122:17: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  122 |                 asprintf(&path, "%s/%s", p, program);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2  -c -o nebmods.o nebmods.c
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -c -o ../common/shared.o ../common/shared.c
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2  -c -o query-handler.o query-handler.c
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -c -o workers.o workers.c
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2  -c -o checks.o checks.c
checks.c: In function 'get_service_check_return_code':
checks.c:376:17: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  376 |                 asprintf(&svc->plugin_output, "(Service check timed out after %.2lf seconds)", svc->execution_time);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
checks.c:429:17: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  429 |                 asprintf(&svc->plugin_output, "(Return code of %d for service '%s' on host '%s' was out of bounds)",
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  430 |                         cr->return_code,
      |                         ~~~~~~~~~~~~~~~~
  431 |                         svc->description,
      |                         ~~~~~~~~~~~~~~~~~
  432 |                         svc->host_name);
      |                         ~~~~~~~~~~~~~~~
checks.c: In function 'get_host_check_return_code':
checks.c:467:17: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  467 |                 asprintf(&hst->plugin_output, "(Host check timed out after %.2lf seconds)", hst->execution_time);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
checks.c:523:17: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  523 |                 asprintf(&hst->plugin_output, "(Return code of %d for host '%s' was out of bounds)",
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  524 |                         cr->return_code,
      |                         ~~~~~~~~~~~~~~~~
  525 |                         hst->name);
      |                         ~~~~~~~~~~
workers.c: In function 'handle_worker_result':
workers.c:801:25: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  801 |                         asprintf(&error_reason, "timed out after %.2fs", tv_delta_f(&wpres.start, &wpres.stop));
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
workers.c:804:25: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  804 |                         asprintf(&error_reason, "died by signal %d%s after %.2f seconds",
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  805 |                                  WTERMSIG(wpres.wait_status),
      |                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  806 |                                  WCOREDUMP(wpres.wait_status) ? " (core dumped)" : "",
      |                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  807 |                                  tv_delta_f(&wpres.start, &wpres.stop));
      |                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
workers.c:810:25: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  810 |                         asprintf(&error_reason, "is a non-check helper but exited with return code %d",
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  811 |                                  WEXITSTATUS(wpres.wait_status));
      |                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
workers.c: In function 'handle_worker_check':
workers.c:618:17: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  618 |                 asprintf(&cr->output, "(No output on stdout) stderr: %s", wpres->outerr);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'get_wproc_list',
    inlined from 'get_worker' at workers.c:277:12:
workers.c:253:17: warning: '%s' directive argument is null [-Wformat-overflow=]
  253 |                 log_debug_info(DEBUGL_CHECKS, 1, "Found specialized worker(s) for '%s'", (slash && *slash != '/') ? slash : cmd_name);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2  -c -o config.o config.c
config.c: In function 'read_main_config_file':
config.c:140:25: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  140 |                         asprintf(&error_message, "NULL variable");
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:145:25: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  145 |                         asprintf(&error_message, "malloc() error");
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:152:25: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  152 |                         asprintf(&error_message, "NULL value");
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:157:25: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  157 |                         asprintf(&error_message, "malloc() error");
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:199:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  199 |                                 asprintf(&error_message, "Log file is too long");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:218:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  218 |                                 asprintf(&error_message, "Debug log file is too long");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:233:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  233 |                                 asprintf(&error_message, "Command file is too long");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:258:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  258 |                                 asprintf(&error_message, "Check result path is too long");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:270:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  270 |                                 asprintf(&error_message, "Check result path '%s' is not a valid directory", check_result_path);
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:284:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  284 |                                 asprintf(&error_message, "Lock file is too long");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:340:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  340 |                                 asprintf(&error_message, "Illegal value for use_syslog");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:351:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  351 |                                 asprintf(&error_message, "Illegal value for log_notifications");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:362:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  362 |                                 asprintf(&error_message, "Illegal value for log_service_retries");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:373:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  373 |                                 asprintf(&error_message, "Illegal value for log_host_retries");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:384:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  384 |                                 asprintf(&error_message, "Illegal value for log_event_handlers");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:395:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  395 |                                 asprintf(&error_message, "Illegal value for log_external_commands");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:406:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  406 |                                 asprintf(&error_message, "Illegal value for log_passive_checks");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:417:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  417 |                                 asprintf(&error_message, "Illegal value for log_initial_states");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:428:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  428 |                                 asprintf(&error_message, "Illegal value for log_current_states");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:439:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  439 |                                 asprintf(&error_message, "Illegal value for retain_state_information");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:451:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  451 |                                 asprintf(&error_message, "Illegal value for retention_update_interval");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:460:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  460 |                                 asprintf(&error_message, "Illegal value for use_retained_program_state");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:471:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  471 |                                 asprintf(&error_message, "Illegal value for use_retained_scheduling_info");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:484:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  484 |                                 asprintf(&error_message, "Illegal value for retention_scheduling_horizon");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:514:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  514 |                                 asprintf(&error_message, "Illegal value for obsess_over_services");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:525:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  525 |                                 asprintf(&error_message, "Illegal value for obsess_over_hosts");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:536:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  536 |                                 asprintf(&error_message, "Illegal value for translate_passive_host_checks");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:552:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  552 |                                 asprintf(&error_message, "Illegal value for service_check_timeout");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:570:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  570 |                                 asprintf(&error_message,"Illegal value for service_check_timeout_state");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:581:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  581 |                                 asprintf(&error_message, "Illegal value for host_check_timeout");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:592:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  592 |                                 asprintf(&error_message, "Illegal value for event_handler_timeout");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:603:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  603 |                                 asprintf(&error_message, "Illegal value for notification_timeout");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:614:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  614 |                                 asprintf(&error_message, "Illegal value for ocsp_timeout");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:625:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  625 |                                 asprintf(&error_message, "Illegal value for ochp_timeout");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:634:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  634 |                                 asprintf(&error_message, "Illegal value for use_aggressive_host_checking");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:656:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  656 |                                 asprintf(&error_message, "Illegal value for soft_state_dependencies");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:676:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  676 |                                 asprintf(&error_message, "Illegal value for log_rotation_method");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:685:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  685 |                                 asprintf(&error_message, "Log archive path too long");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:723:41: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  723 |                                         asprintf(&error_message, "Illegal value for service_inter_check_delay_method");
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:734:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  734 |                                 asprintf(&error_message, "Illegal value for max_service_check_spread");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:752:41: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  752 |                                         asprintf(&error_message, "Illegal value for host_inter_check_delay_method");
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:763:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  763 |                                 asprintf(&error_message, "Illegal value for max_host_check_spread");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:784:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  784 |                                 asprintf(&error_message, "Illegal value for max_concurrent_checks");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:794:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  794 |                                 asprintf(&error_message, "Illegal value for check_result_reaper_frequency");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:804:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  804 |                                 asprintf(&error_message, "Illegal value for max_check_result_reaper_time");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:818:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  818 |                                 asprintf(&error_message, "Illegal value for interval_length");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:827:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  827 |                                 asprintf(&error_message, "Illegal value for check_external_commands");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:843:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  843 |                                 asprintf(&error_message, "Illegal value for check_for_orphaned_services");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:854:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  854 |                                 asprintf(&error_message, "Illegal value for check_for_orphaned_hosts");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:865:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  865 |                                 asprintf(&error_message, "Illegal value for check_service_freshness");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:876:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  876 |                                 asprintf(&error_message, "Illegal value for check_host_freshness");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:888:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  888 |                                 asprintf(&error_message, "Illegal value for service_freshness_check_interval");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:898:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  898 |                                 asprintf(&error_message, "Illegal value for host_freshness_check_interval");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:906:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  906 |                                 asprintf(&error_message, "Illegal value for auto_reschedule_checks");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:918:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  918 |                                 asprintf(&error_message, "Illegal value for auto_rescheduling_interval");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:928:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  928 |                                 asprintf(&error_message, "Illegal value for auto_rescheduling_window");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:938:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  938 |                                 asprintf(&error_message, "Illegal value for status_update_interval");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:949:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  949 |                                 asprintf(&error_message, "Illegal value for time_change_threshold");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:968:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  968 |                                 asprintf(&error_message, "Illegal value for low_service_flap_threshold");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:978:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  978 |                                 asprintf(&error_message, "Illegal value for high_service_flap_threshold");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:988:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  988 |                                 asprintf(&error_message, "Illegal value for low_host_flap_threshold");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:998:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  998 |                                 asprintf(&error_message, "Illegal value for high_host_flap_threshold");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:1060:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 1060 |                                 asprintf(&error_message, "Illegal value for daemon_dumps_core");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:1071:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 1071 |                                 asprintf(&error_message, "Illegal value for use_large_installation_tweaks ");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:1188:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 1188 |                                 asprintf(&error_message, "Illegal value for service_skip_check_dependency_status");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:1196:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 1196 |                                 asprintf(&error_message, "Illegal value for service_skip_check_parent_status");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:1204:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 1204 |                                 asprintf(&error_message, "Illegal value for service_skip_check_host_down_status");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:1212:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 1212 |                                 asprintf(&error_message, "Illegal value for host_skip_check_dependency_status");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:1219:25: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 1219 |                         asprintf(&error_message, "UNKNOWN VARIABLE");
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c: In function 'obsoleted_warning':
config.c:81:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
   81 |         asprintf(&buf, "Warning: %s is deprecated and will be removed.%s%s\n",
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   82 |                      key, msg ? " " : "", msg ? msg : "");
      |                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c: In function 'pre_flight_check':
config.c:1499:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 1499 |         asprintf(&buf, "%s/nagiosXXXXXX", temp_path);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:1511:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 1511 |         asprintf(&buf, "%s/nagiosXXXXXX", check_result_path);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2  -c -o commands.o commands.c
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2  -c -o events.o events.c
commands.c: In function 'launch_command_file_worker':
commands.c:295:15: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result]
  295 |         (void)chdir("/tmp");
      |               ^~~~~~~~~~~~~
commands.c:296:15: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result]
  296 |         (void)chdir("nagios-cfw");
      |               ^~~~~~~~~~~~~~~~~~~
commands.c: In function 'process_external_command1':
commands.c:904:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  904 |         asprintf(&temp_buffer, "EXTERNAL COMMAND: %s;%s\n", command_id, args);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2  -c -o flapping.o flapping.c
flapping.c: In function 'set_service_flap':
flapping.c:313:17: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  313 |                 asprintf(&temp_buffer, "Notifications for this service are being suppressed because it was detected as having been flapping between different states (%2.1f%% change >= %2.1f%% threshold).  When the service state stabilizes and the flapping stops, notifications will be re-enabled.", percent_change, high_threshold);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flapping.c: In function 'set_host_flap':
flapping.c:403:17: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  403 |                 asprintf(&temp_buffer, "Notifications for this host are being suppressed because it was detected as having been flapping between different states (%2.1f%% change > %2.1f%% threshold).  When the host state stabilizes and the flapping stops, notifications will be re-enabled.", percent_change, high_threshold);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2  -c -o logging.o logging.c
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -c -o macros-base.o ../common/macros.c
logging.c: In function 'log_service_event':
logging.c:270:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  270 |         asprintf(&temp_buffer, "SERVICE ALERT: %s;%s;%s;%s;%d;%s\n",
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  271 |                          svc->host_name, svc->description,
      |                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  272 |                          service_state_name(svc->current_state),
      |                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  273 |                          state_type_name(svc->state_type),
      |                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  274 |                          svc->current_attempt,
      |                          ~~~~~~~~~~~~~~~~~~~~~
  275 |                          (svc->plugin_output == NULL) ? "" : svc->plugin_output);
      |                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
logging.c: In function 'log_host_event':
logging.c:297:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  297 |         asprintf(&temp_buffer, "HOST ALERT: %s;%s;%s;%d;%s\n",
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  298 |                          hst->name,
      |                          ~~~~~~~~~~
  299 |                          host_state_name(hst->current_state),
      |                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  300 |                          state_type_name(hst->state_type),
      |                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  301 |                          hst->current_attempt,
      |                          ~~~~~~~~~~~~~~~~~~~~~
  302 |                          (hst->plugin_output == NULL) ? "" : hst->plugin_output);
      |                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
logging.c: In function 'log_host_states':
logging.c:323:17: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  323 |                 asprintf(&temp_buffer, "%s HOST STATE: %s;%s;%s;%d;%s\n", (type == INITIAL_STATES) ? "INITIAL" : "CURRENT",
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                  temp_host->name,
      |                                  ~~~~~~~~~~~~~~~~
  325 |                                  host_state_name(temp_host->current_state),
      |                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  326 |                                  state_type_name(temp_host->state_type),
      |                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                  temp_host->current_attempt,
      |                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                  (temp_host->plugin_output == NULL) ? "" : temp_host->plugin_output);
      |                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
logging.c: In function 'log_service_states':
logging.c:355:17: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  355 |                 asprintf(&temp_buffer, "%s SERVICE STATE: %s;%s;%s;%s;%d;%s\n",
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                  (type == INITIAL_STATES) ? "INITIAL" : "CURRENT",
      |                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                  temp_service->host_name, temp_service->description,
      |                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                  service_state_name(temp_service->current_state),
      |                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  359 |                                  state_type_name(temp_service->state_type),
      |                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  360 |                                  temp_service->current_attempt,
      |                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  361 |                                  temp_service->plugin_output);
      |                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
logging.c: In function 'rotate_log_file':
logging.c:409:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  409 |         asprintf(&log_archive, "%s%snagios-%02d-%02d-%d-%02d.log", log_archive_path, (log_archive_path[strlen(log_archive_path) - 1] == '/') ? "" : "/", t->tm_mon + 1, t->tm_mday, t->tm_year + 1900, t->tm_hour);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
logging.c:433:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  433 |         asprintf(&temp_buffer, "LOG ROTATION: %s\n", method_string);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
logging.c:442:17: warning: ignoring return value of 'chown' declared with attribute 'warn_unused_result' [-Wunused-result]
  442 |                 chown(log_file, log_file_stat.st_uid, log_file_stat.st_gid);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
logging.c: In function 'write_log_file_info':
logging.c:463:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  463 |         asprintf(&temp_buffer, "LOG VERSION: %s\n", LOG_VERSION_2);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
logging.c: In function 'log_debug_info':
logging.c:553:17: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  553 |                 asprintf(&tmppath, "%s.old", debug_file);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2  -c -o netutils.o netutils.c
../common/macros.c: In function 'grab_macrox_value_r':
../common/macros.c:1267:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 1267 |                                 asprintf(&mac->x[MACRO_TOTALHOSTSUP], "%d", hosts_up);
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/macros.c:1268:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 1268 |                                 asprintf(&mac->x[MACRO_TOTALHOSTSDOWN], "%d", hosts_down);
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/macros.c:1269:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 1269 |                                 asprintf(&mac->x[MACRO_TOTALHOSTSUNREACHABLE], "%d", hosts_unreachable);
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/macros.c:1270:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 1270 |                                 asprintf(&mac->x[MACRO_TOTALHOSTSDOWNUNHANDLED], "%d", hosts_down_unhandled);
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/macros.c:1271:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 1271 |                                 asprintf(&mac->x[MACRO_TOTALHOSTSUNREACHABLEUNHANDLED], "%d", hosts_unreachable_unhandled);
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/macros.c:1272:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 1272 |                                 asprintf(&mac->x[MACRO_TOTALHOSTPROBLEMS], "%d", host_problems);
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/macros.c:1273:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 1273 |                                 asprintf(&mac->x[MACRO_TOTALHOSTPROBLEMSUNHANDLED], "%d", host_problems_unhandled);
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/macros.c:1274:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 1274 |                                 asprintf(&mac->x[MACRO_TOTALSERVICESOK], "%d", services_ok);
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/macros.c:1275:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 1275 |                                 asprintf(&mac->x[MACRO_TOTALSERVICESWARNING], "%d", services_warning);
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/macros.c:1276:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 1276 |                                 asprintf(&mac->x[MACRO_TOTALSERVICESCRITICAL], "%d", services_critical);
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/macros.c:1277:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 1277 |                                 asprintf(&mac->x[MACRO_TOTALSERVICESUNKNOWN], "%d", services_unknown);
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/macros.c:1278:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 1278 |                                 asprintf(&mac->x[MACRO_TOTALSERVICESWARNINGUNHANDLED], "%d", services_warning_unhandled);
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/macros.c:1279:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 1279 |                                 asprintf(&mac->x[MACRO_TOTALSERVICESCRITICALUNHANDLED], "%d", services_critical_unhandled);
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/macros.c:1280:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 1280 |                                 asprintf(&mac->x[MACRO_TOTALSERVICESUNKNOWNUNHANDLED], "%d", services_unknown_unhandled);
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/macros.c:1281:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 1281 |                                 asprintf(&mac->x[MACRO_TOTALSERVICEPROBLEMS], "%d", service_problems);
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/macros.c:1282:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 1282 |                                 asprintf(&mac->x[MACRO_TOTALSERVICEPROBLEMSUNHANDLED], "%d", service_problems_unhandled);
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/macros.c: In function 'grab_standard_host_macro_r':
../common/macros.c:1778:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 1778 |                                 asprintf(&buf1, "%s%s%s", (buf2) ? buf2 : "", (buf2) ? "," : "", temp_hostgroup->group_name);
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/macros.c:1847:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 1847 |                                 asprintf(output, "%s/cgi-bin/extinfo.cgi?type=1&host=%s",
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1848 |                                         website_url ? website_url : "website_url not set",
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1849 |                                         buf1);
      |                                         ~~~~~
../common/macros.c: In function 'grab_standard_service_macro_r':
../common/macros.c:2179:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 2179 |                                 asprintf(&buf1, "%s%s%s", (buf2) ? buf2 : "", (buf2) ? "," : "", temp_servicegroup->group_name);
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/macros.c:2197:41: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 2197 |                                         asprintf(output, "%s/cgi-bin/extinfo.cgi?type=2&host=%s&service=%s",
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 2198 |                                                 website_url ? website_url : "website_url not set",
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 2199 |                                                 buf1, buf2);
      |                                                 ~~~~~~~~~~~
../common/macros.c: In function 'grab_standard_contact_macro_r':
../common/macros.c:2387:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 2387 |                                 asprintf(&buf1, "%s%s%s", (buf2) ? buf2 : "", (buf2) ? "," : "", temp_contactgroup->group_name);
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/macros.c: In function 'set_argv_macro_environment_vars_r':
../common/macros.c:3185:17: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 3185 |                 asprintf(&macro_name, "ARG%d", x + 1);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/macros.c: In function 'set_custom_macro_environment_vars_r':
../common/macros.c:3210:25: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 3210 |                         asprintf(&customvarname, "_HOST%s", temp_customvariablesmember->variable_name);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/macros.c:3224:25: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 3224 |                         asprintf(&customvarname, "_SERVICE%s", temp_customvariablesmember->variable_name);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/macros.c:3237:25: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 3237 |                         asprintf(&customvarname, "_CONTACT%s", temp_customvariablesmember->variable_name);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/macros.c: In function 'set_contact_address_environment_vars_r':
../common/macros.c:3264:17: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 3264 |                 asprintf(&varname, "CONTACTADDRESS%d", x);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/macros.c: In function 'set_macro_environment_var':
../common/macros.c:3286:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 3286 |         asprintf(&env_macro_name, "%s%s", MACRO_ENV_VAR_PREFIX, name);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/macros.c: In function 'add_macrox_environment_vars_r':
../common/macros.c:3371:17: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 3371 |                 asprintf(&envname, "%s%s", MACRO_ENV_VAR_PREFIX, macro_x_names[x]);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/macros.c: In function 'add_argv_macro_environment_vars_r':
../common/macros.c:3392:17: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 3392 |                 asprintf(&macro_name, "%sARG%d", MACRO_ENV_VAR_PREFIX, x + 1);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/macros.c: In function 'add_custom_macro_environment_vars_r':
../common/macros.c:3419:25: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 3419 |                         asprintf(&customvarname, "%s_HOST%s", MACRO_ENV_VAR_PREFIX,
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 3420 |                                         temp_customvariablesmember->variable_name);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/macros.c:3451:25: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 3451 |                         asprintf(&customvarname, "%s_SERVICE%s", MACRO_ENV_VAR_PREFIX,
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 3452 |                                         temp_customvariablesmember->variable_name);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/macros.c:3483:25: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 3483 |                         asprintf(&customvarname, "%s_CONTACT%s", MACRO_ENV_VAR_PREFIX,
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 3484 |                                         temp_customvariablesmember->variable_name);
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/macros.c: In function 'add_contact_address_environment_vars_r':
../common/macros.c:3524:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 3524 |         asprintf(&varname, "%sCONTACTNAME", MACRO_ENV_VAR_PREFIX);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/macros.c:3526:5: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 3526 |     asprintf(&varname, "%sCONTACTALIAS", MACRO_ENV_VAR_PREFIX);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/macros.c:3528:5: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 3528 |     asprintf(&varname, "%sCONTACTEMAIL", MACRO_ENV_VAR_PREFIX);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/macros.c:3530:5: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 3530 |     asprintf(&varname, "%sCONTACTPAGER", MACRO_ENV_VAR_PREFIX);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/macros.c:3537:17: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 3537 |                 asprintf(&varname, "%sCONTACTADDRESS%d", MACRO_ENV_VAR_PREFIX, x);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2  -c -o notifications.o notifications.c
notifications.c: In function 'service_notification':
notifications.c:223:17: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  223 |                 asprintf(&mac.x[MACRO_SERVICENOTIFICATIONNUMBER], "%d", svc->current_notification_number);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
notifications.c:229:17: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  229 |                 asprintf(&mac.x[MACRO_SERVICENOTIFICATIONID], "%lu", svc->current_notification_id);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
notifications.c: In function 'notify_contact_of_service':
notifications.c:790:41: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  790 |                                         asprintf(&temp_buffer, "SERVICE NOTIFICATION: %s;%s;%s;CUSTOM ($SERVICESTATE$);%s;$SERVICEOUTPUT$;$NOTIFICATIONAUTHOR$;$NOTIFICATIONCOMMENT$\n", cntct->name, svc->host_name, svc->description, command_name_ptr);
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
notifications.c:793:41: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  793 |                                         asprintf(&temp_buffer, "SERVICE NOTIFICATION: %s;%s;%s;ACKNOWLEDGEMENT ($SERVICESTATE$);%s;$SERVICEOUTPUT$;$NOTIFICATIONAUTHOR$;$NOTIFICATIONCOMMENT$\n", cntct->name, svc->host_name, svc->description, command_name_ptr);
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
notifications.c:796:41: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  796 |                                         asprintf(&temp_buffer, "SERVICE NOTIFICATION: %s;%s;%s;FLAPPINGSTART ($SERVICESTATE$);%s;$SERVICEOUTPUT$\n", cntct->name, svc->host_name, svc->description, command_name_ptr);
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
notifications.c:799:41: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  799 |                                         asprintf(&temp_buffer, "SERVICE NOTIFICATION: %s;%s;%s;FLAPPINGSTOP ($SERVICESTATE$);%s;$SERVICEOUTPUT$\n", cntct->name, svc->host_name, svc->description, command_name_ptr);
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
notifications.c:802:41: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  802 |                                         asprintf(&temp_buffer, "SERVICE NOTIFICATION: %s;%s;%s;FLAPPINGDISABLED ($SERVICESTATE$);%s;$SERVICEOUTPUT$\n", cntct->name, svc->host_name, svc->description, command_name_ptr);
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
notifications.c:805:41: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  805 |                                         asprintf(&temp_buffer, "SERVICE NOTIFICATION: %s;%s;%s;DOWNTIMESTART ($SERVICESTATE$);%s;$SERVICEOUTPUT$\n", cntct->name, svc->host_name, svc->description, command_name_ptr);
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
notifications.c:808:41: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  808 |                                         asprintf(&temp_buffer, "SERVICE NOTIFICATION: %s;%s;%s;DOWNTIMEEND ($SERVICESTATE$);%s;$SERVICEOUTPUT$\n", cntct->name, svc->host_name, svc->description, command_name_ptr);
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
notifications.c:811:41: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  811 |                                         asprintf(&temp_buffer, "SERVICE NOTIFICATION: %s;%s;%s;DOWNTIMECANCELLED ($SERVICESTATE$);%s;$SERVICEOUTPUT$\n", cntct->name, svc->host_name, svc->description, command_name_ptr);
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
notifications.c:814:41: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  814 |                                         asprintf(&temp_buffer, "SERVICE NOTIFICATION: %s;%s;%s;$SERVICESTATE$;%s;$SERVICEOUTPUT$\n", cntct->name, svc->host_name, svc->description, command_name_ptr);
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
notifications.c: In function 'host_notification':
notifications.c:1180:17: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 1180 |                 asprintf(&mac.x[MACRO_HOSTNOTIFICATIONNUMBER], "%d", hst->current_notification_number);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
notifications.c:1186:17: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 1186 |                 asprintf(&mac.x[MACRO_HOSTNOTIFICATIONID], "%lu", hst->current_notification_id);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
notifications.c: In function 'notify_contact_of_host':
notifications.c:1688:41: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 1688 |                                         asprintf(&temp_buffer, "HOST NOTIFICATION: %s;%s;CUSTOM ($HOSTSTATE$);%s;$HOSTOUTPUT$;$NOTIFICATIONAUTHOR$;$NOTIFICATIONCOMMENT$\n", cntct->name, hst->name, command_name_ptr);
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
notifications.c:1691:41: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 1691 |                                         asprintf(&temp_buffer, "HOST NOTIFICATION: %s;%s;ACKNOWLEDGEMENT ($HOSTSTATE$);%s;$HOSTOUTPUT$;$NOTIFICATIONAUTHOR$;$NOTIFICATIONCOMMENT$\n", cntct->name, hst->name, command_name_ptr);
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
notifications.c:1694:41: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 1694 |                                         asprintf(&temp_buffer, "HOST NOTIFICATION: %s;%s;FLAPPINGSTART ($HOSTSTATE$);%s;$HOSTOUTPUT$\n", cntct->name, hst->name, command_name_ptr);
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
notifications.c:1697:41: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 1697 |                                         asprintf(&temp_buffer, "HOST NOTIFICATION: %s;%s;FLAPPINGSTOP ($HOSTSTATE$);%s;$HOSTOUTPUT$\n", cntct->name, hst->name, command_name_ptr);
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
notifications.c:1700:41: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 1700 |                                         asprintf(&temp_buffer, "HOST NOTIFICATION: %s;%s;FLAPPINGDISABLED ($HOSTSTATE$);%s;$HOSTOUTPUT$\n", cntct->name, hst->name, command_name_ptr);
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
notifications.c:1703:41: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 1703 |                                         asprintf(&temp_buffer, "HOST NOTIFICATION: %s;%s;DOWNTIMESTART ($HOSTSTATE$);%s;$HOSTOUTPUT$\n", cntct->name, hst->name, command_name_ptr);
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
notifications.c:1706:41: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 1706 |                                         asprintf(&temp_buffer, "HOST NOTIFICATION: %s;%s;DOWNTIMEEND ($HOSTSTATE$);%s;$HOSTOUTPUT$\n", cntct->name, hst->name, command_name_ptr);
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
notifications.c:1709:41: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 1709 |                                         asprintf(&temp_buffer, "HOST NOTIFICATION: %s;%s;DOWNTIMECANCELLED ($HOSTSTATE$);%s;$HOSTOUTPUT$\n", cntct->name, hst->name, command_name_ptr);
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
notifications.c:1712:41: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 1712 |                                         asprintf(&temp_buffer, "HOST NOTIFICATION: %s;%s;$HOSTSTATE$;%s;$HOSTOUTPUT$\n", cntct->name, hst->name, command_name_ptr);
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2  -c -o sehandlers.o sehandlers.c
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2  -c -o utils.o utils.c
sehandlers.c: In function 'run_global_service_event_handler':
sehandlers.c:263:17: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  263 |                 asprintf(&raw_logentry, "GLOBAL SERVICE EVENT HANDLER: %s;%s;$SERVICESTATE$;$SERVICESTATETYPE$;$SERVICEATTEMPT$;%s\n", svc->host_name, svc->description, global_service_event_handler);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sehandlers.c: In function 'run_service_event_handler':
sehandlers.c:363:17: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  363 |                 asprintf(&raw_logentry, "SERVICE EVENT HANDLER: %s;%s;$SERVICESTATE$;$SERVICESTATETYPE$;$SERVICEATTEMPT$;%s\n", svc->host_name, svc->description, svc->event_handler);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sehandlers.c: In function 'run_global_host_event_handler':
sehandlers.c:507:17: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  507 |                 asprintf(&raw_logentry, "GLOBAL HOST EVENT HANDLER: %s;$HOSTSTATE$;$HOSTSTATETYPE$;$HOSTATTEMPT$;%s\n", hst->name, global_host_event_handler);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sehandlers.c: In function 'run_host_event_handler':
sehandlers.c:605:17: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  605 |                 asprintf(&raw_logentry, "HOST EVENT HANDLER: %s;$HOSTSTATE$;$HOSTSTATETYPE$;$HOSTATTEMPT$;%s\n", hst->name, hst->event_handler);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -c -o retention-base.o sretention.c
utils.c: In function 'my_system_r':
utils.c:554:9: warning: ignoring return value of 'pipe' declared with attribute 'warn_unused_result' [-Wunused-result]
  554 |         pipe(fd);
      |         ^~~~~~~~
utils.c:630:25: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  630 |                         write(fd[1], buffer, strlen(buffer) + 1);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
utils.c:638:33: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  638 |                                 write(fd[1], buffer, strlen(buffer));
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
utils.c: In function 'daemon_init':
utils.c:1894:25: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result]
 1894 |                         chdir(homedir);
      |                         ^~~~~~~~~~~~~~
utils.c:1909:25: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result]
 1909 |                         chdir(homedir);
      |                         ^~~~~~~~~~~~~~
utils.c:1913:25: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result]
 1913 |                         chdir("/");
      |                         ^~~~~~~~~~
utils.c:2045:9: warning: ignoring return value of 'ftruncate' declared with attribute 'warn_unused_result' [-Wunused-result]
 2045 |         ftruncate(lockfile, 0);
      |         ^~~~~~~~~~~~~~~~~~~~~~
utils.c:2047:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
 2047 |         write(lockfile, buf, strlen(buf));
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
utils.c: In function 'process_check_result_queue':
utils.c:2247:25: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 2247 |                         asprintf(&temp_buffer, "%s.ok", file);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
utils.c: In function 'delete_check_result_file':
utils.c:2534:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 2534 |         asprintf(&temp_buffer, "%s.ok", fname);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
utils.c: In function 'query_update_api':
utils.c:3350:17: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 3350 |                 asprintf(&api_query_opts, "&firstcheck=1");
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
utils.c:3353:25: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 3353 |                         asprintf(&qopts2, "%s&last_version=%s", api_query_opts, last_program_version);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
utils.c:3360:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 3360 |         asprintf(&api_query, "v=1&product=nagios&tinycheck=1&stableonly=1&uid=%lu", update_uid);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
utils.c:3363:17: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 3363 |                 asprintf(&api_query2, "%s&version=%s%s", api_query, PROGRAM_VERSION, (api_query_opts == NULL) ? "" : api_query_opts);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
utils.c:3369:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 3369 |         asprintf(&buf,
      |         ^~~~~~~~~~~~~~
 3370 |                  "POST %s HTTP/1.0\r\nUser-Agent: Nagios/%s\r\n"
      |                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 3371 |                  "Connection: close\r\nHost: %s\r\n"
      |                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 3372 |                  "Content-Type: application/x-www-form-urlencoded\r\n"
      |                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 3373 |                  "Content-Length: %lu\r\n\r\n%s",
      |                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 3374 |                  api_path, PROGRAM_VERSION, api_server,
      |                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 3375 |                  (unsigned long) strlen(api_query), api_query);
      |                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -c -o xretention-base.o ../xdata/xrddefault.c
../xdata/xrddefault.c: In function 'xrddefault_save_state_information':
../xdata/xrddefault.c:112:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  112 |         asprintf(&tmp_file, "%sXXXXXX", temp_file);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
utils.c: In function 'process_check_result_queue':
utils.c:2212:52: warning: '__builtin___snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=]
 2212 |                 snprintf(file, sizeof(file), "%s/%s", dirname, dirfile->d_name);
      |                                                    ^
In file included from /usr/include/stdio.h:900,
                 from ../include/config.h:121,
                 from utils.c:23:
/usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 257) into a destination of size 256
   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -c -o comments-base.o ../common/comments.c
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -c -o xcomments-base.o ../xdata/xcddefault.c
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -c -o objects-base.o ../common/objects.c
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -c -o xobjects-base.o ../xdata/xodtemplate.c
../xdata/xodtemplate.c: In function 'xodtemplate_read_config_data':
../xdata/xodtemplate.c:303:41: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  303 |                                         asprintf(&cfgfile, "%s/%s", config_base_dir, val);
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../xdata/xodtemplate.c:322:41: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  322 |                                         asprintf(&cfgfile, "%s/%s", config_base_dir, val);
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../xdata/xodtemplate.c: In function 'xodtemplate_add_object_property':
../xdata/xodtemplate.c:3463:41: warning: '%s' directive argument is null [-Wformat-overflow=]
 3463 |                                         logit(NSLOG_CONFIG_ERROR, TRUE, "Error: Invalid 3d_coords value '%s' in extended host info definition.\n", temp_ptr);
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../xdata/xodtemplate.c:3448:41: warning: '%s' directive argument is null [-Wformat-overflow=]
 3448 |                                         logit(NSLOG_CONFIG_ERROR, TRUE, "Error: Invalid 2d_coords value '%s' in extended host info definition.\n", temp_ptr);
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../xdata/xodtemplate.c:2611:41: warning: '%s' directive argument is null [-Wformat-overflow=]
 2611 |                                         logit(NSLOG_CONFIG_ERROR, TRUE, "Error: Invalid 3d_coords value '%s' in host definition.\n", temp_ptr);
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../xdata/xodtemplate.c:2598:41: warning: '%s' directive argument is null [-Wformat-overflow=]
 2598 |                                         logit(NSLOG_CONFIG_ERROR, TRUE, "Error: Invalid 2d_coords value '%s' in host definition.\n", temp_ptr);
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -c -o statusdata-base.o ../common/statusdata.c
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -c -o xstatusdata-base.o ../xdata/xsddefault.c
../xdata/xsddefault.c: In function 'xsddefault_save_status_data':
../xdata/xsddefault.c:134:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  134 |         asprintf(&tmp_log, "%sXXXXXX", temp_file);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../xdata/xodtemplate.c: In function 'xodtemplate_process_config_dir':
../xdata/xodtemplate.c:592:52: warning: '__builtin___snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=]
  592 |                 snprintf(file, sizeof(file), "%s/%s", dirname, dirfile->d_name);
      |                                                    ^
In file included from /usr/include/stdio.h:900,
                 from ../xdata/../include/config.h:121,
                 from ../xdata/xodtemplate.c:48:
/usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 257) into a destination of size 256
   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -c -o perfdata-base.o perfdata.c
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -c -o xperfdata-base.o ../xdata/xpddefault.c
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -c -o downtime-base.o ../common/downtime.c
../common/downtime.c: In function 'register_downtime':
../common/downtime.c:439:17: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  439 |                 asprintf(&temp_buffer, "This %s has been scheduled for fixed downtime from %s to %s.  Notifications for the %s will not be sent out during that time period.", type_string, start_time_string, end_time_string, type_string);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/downtime.c:441:17: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  441 |                 asprintf(&temp_buffer, "This %s has been scheduled for flexible downtime starting between %s and %s and lasting for a period of %d hours and %d minutes.  Notifications for the %s will not be sent out during that time period.", type_string, start_time_string, end_time_string, hours, minutes, type_string);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/bin/make -C ../lib
make[2]: Entering directory '/home/pbulk/build/net/nagios-base/work/nagios-4.4.10/lib'
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -DHAVE_CONFIG_H -c squeue.c -o squeue.o
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -DHAVE_CONFIG_H -c kvvec.c -o kvvec.o
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -DHAVE_CONFIG_H -c iocache.c -o iocache.o
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -DHAVE_CONFIG_H -c iobroker.c -o iobroker.o
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -DHAVE_CONFIG_H -c bitmap.c -o bitmap.o
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -DHAVE_CONFIG_H -c dkhash.c -o dkhash.o
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -DHAVE_CONFIG_H -c runcmd.c -o runcmd.o
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -DHAVE_CONFIG_H -c nsutils.c -o nsutils.o
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -DHAVE_CONFIG_H -c fanout.c -o fanout.o
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -DHAVE_CONFIG_H -c prqueue.c -o prqueue.o
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -DHAVE_CONFIG_H -c worker.c -o worker.o
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -DHAVE_CONFIG_H -c skiplist.c -o skiplist.o
worker.c: In function 'enter_worker':
worker.c:758:15: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result]
  758 |         (void)chdir("/tmp");
      |               ^~~~~~~~~~~~~
worker.c:759:15: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result]
  759 |         (void)chdir("nagios-workers");
      |               ^~~~~~~~~~~~~~~~~~~~~~~
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -DHAVE_CONFIG_H -c nsock.c -o nsock.o
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -DHAVE_CONFIG_H -c nspath.c -o nspath.o
ar cr libnagios.a squeue.o kvvec.o iocache.o iobroker.o bitmap.o dkhash.o runcmd.o nsutils.o fanout.o prqueue.o worker.o skiplist.o nsock.o nspath.o
make[2]: Leaving directory '/home/pbulk/build/net/nagios-base/work/nagios-4.4.10/lib'
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -o nagios nagios.o broker.o nebmods.o ../common/shared.o  query-handler.o workers.o checks.o config.o commands.o events.o flapping.o logging.o macros-base.o netutils.o notifications.o sehandlers.o utils.o retention-base.o xretention-base.o comments-base.o xcomments-base.o objects-base.o xobjects-base.o statusdata-base.o xstatusdata-base.o perfdata-base.o xperfdata-base.o downtime-base.o   -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64 -Wl,-R/usr/pkg/lib/perl5/5.38.0/x86_64-linux-thread-multi/CORE -L/usr/pkg/lib -L/usr/pkg/lib -lm  -lltdl -lssl -lcrypto ../lib/libnagios.a
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -o nagiostats nagiostats.c -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64 -Wl,-R/usr/pkg/lib/perl5/5.38.0/x86_64-linux-thread-multi/CORE -L/usr/pkg/lib -L/usr/pkg/lib -lm -lssl -lcrypto ../lib/libnagios.a
nagiostats.c: In function 'main':
nagiostats.c:262:38: warning: passing argument 1 of 'free' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  262 |                                 free(mrtg_delimiter);
      |                                      ^~~~~~~~~~~~~~
In file included from ../lib/lnag-utils.h:5,
                 from ../lib/libnagios.h:9,
                 from nagiostats.c:25:
/usr/include/stdlib.h:554:25: note: expected 'void *' but argument is of type 'const char *'
  554 | extern void free (void *__ptr) __THROW;
      |                   ~~~~~~^~~~~
make[1]: Leaving directory '/home/pbulk/build/net/nagios-base/work/nagios-4.4.10/base'
cd ./cgi && /bin/make
make[1]: Entering directory '/home/pbulk/build/net/nagios-base/work/nagios-4.4.10/cgi'
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCGI -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2  -c -o getcgi.o getcgi.c
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCGI -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2  -c -o cgiutils.o cgiutils.c
cgiutils.c: In function 'read_cgi_config_file':
cgiutils.c:359:89: warning: 'logos/' directive output may be truncated writing 6 bytes into a region of size between 1 and 256 [-Wformat-truncation=]
  359 |                         snprintf(url_logo_images_path, sizeof(url_logo_images_path), "%slogos/", url_images_path);
      |                                                                                         ^~~~~~
In file included from /usr/include/stdio.h:900,
                 from ../include/config.h:121,
                 from cgiutils.c:22:
/usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 7 and 262 bytes into a destination of size 256
   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCGI -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2  -c -o cgiauth.o cgiauth.c
In file included from /usr/include/string.h:519,
                 from ../include/config.h:166,
                 from cgiutils.c:22:
In function 'strncpy',
    inlined from 'html_encode' at cgiutils.c:1257:4:
/usr/include/bits/string_fortified.h:95:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation]
   95 |   return __builtin___strncpy_chk (__dest, __src, __len,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   96 |                                   __glibc_objsize (__dest));
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'strncpy',
    inlined from 'html_encode' at cgiutils.c:1262:4:
/usr/include/bits/string_fortified.h:95:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation]
   95 |   return __builtin___strncpy_chk (__dest, __src, __len,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   96 |                                   __glibc_objsize (__dest));
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCGI -c -o macros-cgi.o ../common/macros.c
In function 'strncpy',
    inlined from 'escape_string' at cgiutils.c:1436:5:
/usr/include/bits/string_fortified.h:95:10: warning: '__builtin_strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
   95 |   return __builtin___strncpy_chk (__dest, __src, __len,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   96 |                                   __glibc_objsize (__dest));
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~
cgiutils.c: In function 'escape_string':
cgiutils.c:1434:60: note: length computed here
 1434 |                         if((( stp - encoded_html_string) + strlen( temp_expansion)) <
      |                                                            ^~~~~~~~~~~~~~~~~~~~~~~
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCGI -c -o objects-cgi.o ../common/objects.c
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCGI -c -o xobjects-cgi.o ../xdata/xodtemplate.c
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCGI -c -o statusdata-cgi.o ../common/statusdata.c
../common/statusdata.c: In function 'add_host_status':
../common/statusdata.c:287:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  287 |                                 asprintf(&new_hoststatus->plugin_output, "Host check scheduled for %s", date_string);
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/statusdata.c:293:41: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  293 |                                         asprintf(&new_hoststatus->plugin_output, "Forced host check scheduled for %s", date_string);
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/statusdata.c: In function 'add_service_status':
../common/statusdata.c:359:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  359 |                                 asprintf(&new_svcstatus->plugin_output, "Service check scheduled for %s", date_string);
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/statusdata.c:365:41: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  365 |                                         asprintf(&new_svcstatus->plugin_output, "Forced service check scheduled for %s", date_string);
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCGI -c -o xstatusdata-cgi.o ../xdata/xsddefault.c
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCGI -c -o comments-cgi.o ../common/comments.c
../xdata/xodtemplate.c: In function 'xodtemplate_add_object_property':
../xdata/xodtemplate.c:3463:41: warning: '%s' directive argument is null [-Wformat-overflow=]
 3463 |                                         logit(NSLOG_CONFIG_ERROR, TRUE, "Error: Invalid 3d_coords value '%s' in extended host info definition.\n", temp_ptr);
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../xdata/xodtemplate.c:3448:41: warning: '%s' directive argument is null [-Wformat-overflow=]
 3448 |                                         logit(NSLOG_CONFIG_ERROR, TRUE, "Error: Invalid 2d_coords value '%s' in extended host info definition.\n", temp_ptr);
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../xdata/xodtemplate.c:2611:41: warning: '%s' directive argument is null [-Wformat-overflow=]
 2611 |                                         logit(NSLOG_CONFIG_ERROR, TRUE, "Error: Invalid 3d_coords value '%s' in host definition.\n", temp_ptr);
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../xdata/xodtemplate.c:2598:41: warning: '%s' directive argument is null [-Wformat-overflow=]
 2598 |                                         logit(NSLOG_CONFIG_ERROR, TRUE, "Error: Invalid 2d_coords value '%s' in host definition.\n", temp_ptr);
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCGI -c -o downtime-cgi.o ../common/downtime.c
../xdata/xodtemplate.c: In function 'xodtemplate_process_config_dir':
../xdata/xodtemplate.c:592:52: warning: '__builtin___snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=]
  592 |                 snprintf(file, sizeof(file), "%s/%s", dirname, dirfile->d_name);
      |                                                    ^
In file included from /usr/include/stdio.h:900,
                 from ../xdata/../include/config.h:121,
                 from ../xdata/xodtemplate.c:48:
/usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 257) into a destination of size 256
   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCGI -DJSON_NAGIOS_4X -c -o archiveutils.o archiveutils.c
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCGI -DJSON_NAGIOS_4X -c -o jsonutils.o jsonutils.c
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCGI -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64 -Wl,-R/usr/pkg/lib/perl5/5.38.0/x86_64-linux-thread-multi/CORE -L/usr/pkg/lib -L/usr/pkg/lib -o avail.cgi avail.c ../common/shared.o getcgi.o cgiutils.o cgiauth.o macros-cgi.o  objects-cgi.o xobjects-cgi.o statusdata-cgi.o xstatusdata-cgi.o comments-cgi.o downtime-cgi.o ../lib/libnagios.a -lssl -lcrypto
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCGI -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2  -c -o extcmd_list.o extcmd_list.c
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCGI -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64 -Wl,-R/usr/pkg/lib/perl5/5.38.0/x86_64-linux-thread-multi/CORE -L/usr/pkg/lib -L/usr/pkg/lib -o config.cgi config.c  ../common/shared.o getcgi.o cgiutils.o cgiauth.o macros-cgi.o  objects-cgi.o xobjects-cgi.o statusdata-cgi.o xstatusdata-cgi.o comments-cgi.o downtime-cgi.o ../lib/libnagios.a -lssl -lcrypto
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCGI -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64 -Wl,-R/usr/pkg/lib/perl5/5.38.0/x86_64-linux-thread-multi/CORE -L/usr/pkg/lib -L/usr/pkg/lib -o extinfo.cgi extinfo.c ../common/shared.o getcgi.o cgiutils.o cgiauth.o macros-cgi.o  objects-cgi.o xobjects-cgi.o statusdata-cgi.o xstatusdata-cgi.o comments-cgi.o downtime-cgi.o ../lib/libnagios.a   -lssl -lcrypto
extinfo.c: In function 'show_host_info':
extinfo.c:1018:25: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 1018 |                         asprintf(&buf, "%s %s", temp_host->name, temp_hoststatus->plugin_output);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
extinfo.c: In function 'show_service_info':
extinfo.c:1331:25: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 1331 |                         asprintf(&buf, "%s %s %s", temp_service->host_name, temp_service->description, temp_svcstatus->plugin_output);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCGI -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64 -Wl,-R/usr/pkg/lib/perl5/5.38.0/x86_64-linux-thread-multi/CORE -L/usr/pkg/lib -L/usr/pkg/lib -o history.cgi history.c ../common/shared.o getcgi.o cgiutils.o cgiauth.o macros-cgi.o  objects-cgi.o xobjects-cgi.o statusdata-cgi.o xstatusdata-cgi.o comments-cgi.o downtime-cgi.o ../lib/libnagios.a -lssl -lcrypto
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCGI -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64 -Wl,-R/usr/pkg/lib/perl5/5.38.0/x86_64-linux-thread-multi/CORE -L/usr/pkg/lib -L/usr/pkg/lib -o notifications.cgi notifications.c ../common/shared.o getcgi.o cgiutils.o cgiauth.o macros-cgi.o  objects-cgi.o xobjects-cgi.o statusdata-cgi.o xstatusdata-cgi.o comments-cgi.o downtime-cgi.o ../lib/libnagios.a -lssl -lcrypto
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCGI -DJSON_NAGIOS_4X -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64 -Wl,-R/usr/pkg/lib/perl5/5.38.0/x86_64-linux-thread-multi/CORE -L/usr/pkg/lib -L/usr/pkg/lib -o objectjson.cgi objectjson.c ../common/shared.o getcgi.o cgiutils.o cgiauth.o macros-cgi.o  objects-cgi.o xobjects-cgi.o statusdata-cgi.o xstatusdata-cgi.o comments-cgi.o downtime-cgi.o ../lib/libnagios.a jsonutils.o -lssl -lcrypto
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCGI -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64 -Wl,-R/usr/pkg/lib/perl5/5.38.0/x86_64-linux-thread-multi/CORE -L/usr/pkg/lib -L/usr/pkg/lib -o outages.cgi outages.c ../common/shared.o getcgi.o cgiutils.o cgiauth.o macros-cgi.o  objects-cgi.o xobjects-cgi.o statusdata-cgi.o xstatusdata-cgi.o comments-cgi.o downtime-cgi.o ../lib/libnagios.a  -lssl -lcrypto
objectjson.c: In function 'json_object_servicelist':
objectjson.c:3529:41: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 3529 |                                         asprintf(&buf, "%s",
      |                                         ^~~~~~~~~~~~~~~~~~~~
 3530 |                                                         temp_service->description);
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCGI -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64 -Wl,-R/usr/pkg/lib/perl5/5.38.0/x86_64-linux-thread-multi/CORE -L/usr/pkg/lib -L/usr/pkg/lib -o showlog.cgi showlog.c ../common/shared.o getcgi.o cgiutils.o cgiauth.o macros-cgi.o  objects-cgi.o xobjects-cgi.o statusdata-cgi.o xstatusdata-cgi.o comments-cgi.o downtime-cgi.o ../lib/libnagios.a -lssl -lcrypto
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCGI -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64 -Wl,-R/usr/pkg/lib/perl5/5.38.0/x86_64-linux-thread-multi/CORE -L/usr/pkg/lib -L/usr/pkg/lib -o status.cgi status.c ../common/shared.o getcgi.o cgiutils.o cgiauth.o macros-cgi.o  objects-cgi.o xobjects-cgi.o statusdata-cgi.o xstatusdata-cgi.o comments-cgi.o downtime-cgi.o ../lib/libnagios.a  -lssl -lcrypto
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCGI -DJSON_NAGIOS_4X -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64 -Wl,-R/usr/pkg/lib/perl5/5.38.0/x86_64-linux-thread-multi/CORE -L/usr/pkg/lib -L/usr/pkg/lib -o statusjson.cgi statusjson.c ../common/shared.o getcgi.o cgiutils.o cgiauth.o macros-cgi.o  objects-cgi.o xobjects-cgi.o statusdata-cgi.o xstatusdata-cgi.o comments-cgi.o downtime-cgi.o ../lib/libnagios.a jsonutils.o -lssl -lcrypto
statusjson.c: In function 'json_status_commentlist':
statusjson.c:3809:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 3809 |                                 asprintf(&buf, "%lu", temp_comment->comment_id);
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
statusjson.c: In function 'json_status_downtimelist':
statusjson.c:4132:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
 4132 |                                 asprintf(&buf, "%lu", temp_downtime->downtime_id);
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCGI -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64 -Wl,-R/usr/pkg/lib/perl5/5.38.0/x86_64-linux-thread-multi/CORE -L/usr/pkg/lib -L/usr/pkg/lib -o statuswml.cgi statuswml.c ../common/shared.o getcgi.o cgiutils.o cgiauth.o macros-cgi.o  objects-cgi.o xobjects-cgi.o statusdata-cgi.o xstatusdata-cgi.o comments-cgi.o downtime-cgi.o ../lib/libnagios.a -lssl -lcrypto
statuswml.c: In function 'display_ping':
statuswml.c:1294:41: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
 1294 |                                         fgets(buffer, sizeof(buffer) - 1, fp);
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
statuswml.c: In function 'display_traceroute':
statuswml.c:1363:33: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
 1363 |                                 fgets(buffer, sizeof(buffer) - 1, fp);
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCGI -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64 -Wl,-R/usr/pkg/lib/perl5/5.38.0/x86_64-linux-thread-multi/CORE -L/usr/pkg/lib -L/usr/pkg/lib -o summary.cgi summary.c ../common/shared.o getcgi.o cgiutils.o cgiauth.o macros-cgi.o  objects-cgi.o xobjects-cgi.o statusdata-cgi.o xstatusdata-cgi.o comments-cgi.o downtime-cgi.o ../lib/libnagios.a -lssl -lcrypto
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCGI -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64 -Wl,-R/usr/pkg/lib/perl5/5.38.0/x86_64-linux-thread-multi/CORE -L/usr/pkg/lib -L/usr/pkg/lib -o tac.cgi tac.c ../common/shared.o getcgi.o cgiutils.o cgiauth.o macros-cgi.o  objects-cgi.o xobjects-cgi.o statusdata-cgi.o xstatusdata-cgi.o comments-cgi.o downtime-cgi.o ../lib/libnagios.a  -lssl -lcrypto
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCGI -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64 -Wl,-R/usr/pkg/lib/perl5/5.38.0/x86_64-linux-thread-multi/CORE -L/usr/pkg/lib -L/usr/pkg/lib -o statuswrl.cgi statuswrl.c ../common/shared.o getcgi.o cgiutils.o cgiauth.o macros-cgi.o  objects-cgi.o xobjects-cgi.o statusdata-cgi.o xstatusdata-cgi.o comments-cgi.o downtime-cgi.o ../lib/libnagios.a -lm -lssl -lcrypto
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCGI -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64 -Wl,-R/usr/pkg/lib/perl5/5.38.0/x86_64-linux-thread-multi/CORE -L/usr/pkg/lib -L/usr/pkg/lib -o statusmap.cgi statusmap.c ../common/shared.o getcgi.o cgiutils.o cgiauth.o macros-cgi.o  objects-cgi.o xobjects-cgi.o statusdata-cgi.o xstatusdata-cgi.o comments-cgi.o downtime-cgi.o ../lib/libnagios.a -lgd -liconv -lpng -ljpeg -lz -lm -lssl -lcrypto
statusmap.c: In function 'initialize_graphics':
statusmap.c:2173:87: warning: 'logos/' directive output may be truncated writing 6 bytes into a region of size between 0 and 255 [-Wformat-truncation=]
 2173 |         snprintf(physical_logo_images_path, sizeof(physical_logo_images_path) - 1, "%slogos/", physical_images_path);
      |                                                                                       ^~~~~~
In file included from /usr/include/stdio.h:900,
                 from ../include/config.h:121,
                 from statusmap.c:28:
/usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 7 and 262 bytes into a destination of size 255
   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
statuswrl.c: In function 'display_world':
statuswrl.c:312:73: warning: 'logos/' directive output may be truncated writing 6 bytes into a region of size between 1 and 256 [-Wformat-truncation=]
  312 |         snprintf(url_logo_images_path, sizeof(url_logo_images_path), "%slogos/", url_images_path);
      |                                                                         ^~~~~~
In file included from /usr/include/stdio.h:900,
                 from ../include/config.h:121,
                 from statuswrl.c:28:
/usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 7 and 262 bytes into a destination of size 256
   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCGI -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64 -Wl,-R/usr/pkg/lib/perl5/5.38.0/x86_64-linux-thread-multi/CORE -L/usr/pkg/lib -L/usr/pkg/lib -o trends.cgi trends.c ../common/shared.o getcgi.o cgiutils.o cgiauth.o macros-cgi.o  objects-cgi.o xobjects-cgi.o statusdata-cgi.o xstatusdata-cgi.o comments-cgi.o downtime-cgi.o ../lib/libnagios.a -lgd -liconv -lpng -ljpeg -lz -lm -lssl -lcrypto
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCGI -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64 -Wl,-R/usr/pkg/lib/perl5/5.38.0/x86_64-linux-thread-multi/CORE -L/usr/pkg/lib -L/usr/pkg/lib -o histogram.cgi histogram.c ../common/shared.o getcgi.o cgiutils.o cgiauth.o macros-cgi.o  objects-cgi.o xobjects-cgi.o statusdata-cgi.o xstatusdata-cgi.o comments-cgi.o downtime-cgi.o ../lib/libnagios.a -lgd -liconv -lpng -ljpeg -lz -lm -lssl -lcrypto
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCGI -DJSON_NAGIOS_4X -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64 -Wl,-R/usr/pkg/lib/perl5/5.38.0/x86_64-linux-thread-multi/CORE -L/usr/pkg/lib -L/usr/pkg/lib -o archivejson.cgi archivejson.c ../common/shared.o getcgi.o cgiutils.o cgiauth.o macros-cgi.o  objects-cgi.o xobjects-cgi.o statusdata-cgi.o xstatusdata-cgi.o comments-cgi.o downtime-cgi.o ../lib/libnagios.a archiveutils.o jsonutils.o -lssl -lcrypto
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCGI -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64 -Wl,-R/usr/pkg/lib/perl5/5.38.0/x86_64-linux-thread-multi/CORE -L/usr/pkg/lib -L/usr/pkg/lib -o cmd.cgi cmd.c extcmd_list.o ../common/shared.o getcgi.o cgiutils.o cgiauth.o macros-cgi.o  objects-cgi.o xobjects-cgi.o statusdata-cgi.o xstatusdata-cgi.o comments-cgi.o downtime-cgi.o ../lib/libnagios.a   -lssl -lcrypto
make[1]: Leaving directory '/home/pbulk/build/net/nagios-base/work/nagios-4.4.10/cgi'
cd ./html && /bin/make
make[1]: Entering directory '/home/pbulk/build/net/nagios-base/work/nagios-4.4.10/html'
(cd angularjs && unzip -u angular-1.3.9.zip)
Archive:  angular-1.3.9.zip
   creating: angular-1.3.9/
  inflating: angular-1.3.9/angular-animate.js  
  inflating: angular-1.3.9/angular-animate.min.js  
  inflating: angular-1.3.9/angular-animate.min.js.map  
  inflating: angular-1.3.9/angular-aria.js  
  inflating: angular-1.3.9/angular-aria.min.js  
  inflating: angular-1.3.9/angular-aria.min.js.map  
  inflating: angular-1.3.9/angular-cookies.js  
  inflating: angular-1.3.9/angular-cookies.min.js  
  inflating: angular-1.3.9/angular-cookies.min.js.map  
  inflating: angular-1.3.9/angular-csp.css  
  inflating: angular-1.3.9/angular-loader.js  
  inflating: angular-1.3.9/angular-loader.min.js  
  inflating: angular-1.3.9/angular-loader.min.js.map  
  inflating: angular-1.3.9/angular-messages.js  
  inflating: angular-1.3.9/angular-messages.min.js  
  inflating: angular-1.3.9/angular-messages.min.js.map  
  inflating: angular-1.3.9/angular-mocks.js  
  inflating: angular-1.3.9/angular-resource.js  
  inflating: angular-1.3.9/angular-resource.min.js  
  inflating: angular-1.3.9/angular-resource.min.js.map  
  inflating: angular-1.3.9/angular-route.js  
  inflating: angular-1.3.9/angular-route.min.js  
  inflating: angular-1.3.9/angular-route.min.js.map  
  inflating: angular-1.3.9/angular-sanitize.js  
  inflating: angular-1.3.9/angular-sanitize.min.js  
  inflating: angular-1.3.9/angular-sanitize.min.js.map  
  inflating: angular-1.3.9/angular-scenario.js  
  inflating: angular-1.3.9/angular-touch.js  
  inflating: angular-1.3.9/angular-touch.min.js  
  inflating: angular-1.3.9/angular-touch.min.js.map  
  inflating: angular-1.3.9/angular.js  
  inflating: angular-1.3.9/angular.min.js  
  inflating: angular-1.3.9/angular.min.js.map  
   creating: angular-1.3.9/docs/
  inflating: angular-1.3.9/docs/Error404.html  
   creating: angular-1.3.9/docs/components/
   creating: angular-1.3.9/docs/components/bootstrap-3.1.1/
   creating: angular-1.3.9/docs/components/bootstrap-3.1.1/css/
  inflating: angular-1.3.9/docs/components/bootstrap-3.1.1/css/bootstrap-theme.css  
  inflating: angular-1.3.9/docs/components/bootstrap-3.1.1/css/bootstrap-theme.css.map  
  inflating: angular-1.3.9/docs/components/bootstrap-3.1.1/css/bootstrap-theme.min.css  
  inflating: angular-1.3.9/docs/components/bootstrap-3.1.1/css/bootstrap.css  
  inflating: angular-1.3.9/docs/components/bootstrap-3.1.1/css/bootstrap.css.map  
  inflating: angular-1.3.9/docs/components/bootstrap-3.1.1/css/bootstrap.min.css  
   creating: angular-1.3.9/docs/components/bootstrap-3.1.1/fonts/
  inflating: angular-1.3.9/docs/components/bootstrap-3.1.1/fonts/glyphicons-halflings-regular.eot  
  inflating: angular-1.3.9/docs/components/bootstrap-3.1.1/fonts/glyphicons-halflings-regular.svg  
  inflating: angular-1.3.9/docs/components/bootstrap-3.1.1/fonts/glyphicons-halflings-regular.ttf  
  inflating: angular-1.3.9/docs/components/bootstrap-3.1.1/fonts/glyphicons-halflings-regular.woff  
   creating: angular-1.3.9/docs/components/bootstrap-3.1.1/js/
  inflating: angular-1.3.9/docs/components/bootstrap-3.1.1/js/bootstrap.js  
  inflating: angular-1.3.9/docs/components/bootstrap-3.1.1/js/bootstrap.min.js  
   creating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/
  inflating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/CHANGES.html  
  inflating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/COPYING  
  inflating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/README-zh-Hans.html  
  inflating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/README.html  
  inflating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/README.md  
  inflating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/bower.json  
   creating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/src/
  inflating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/src/lang-apollo.js  
  inflating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/src/lang-clj.js  
  inflating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/src/lang-css.js  
  inflating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/src/lang-dart.js  
  inflating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/src/lang-go.js  
  inflating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/src/lang-hs.js  
  inflating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/src/lang-lisp.js  
  inflating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/src/lang-lua.js  
  inflating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/src/lang-ml.js  
  inflating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/src/lang-n.js  
  inflating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/src/lang-proto.js  
  inflating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/src/lang-scala.js  
  inflating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/src/lang-sql.js  
  inflating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/src/lang-tex.js  
  inflating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/src/lang-vb.js  
  inflating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/src/lang-vhdl.js  
  inflating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/src/lang-wiki.js  
  inflating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/src/lang-xq.js  
  inflating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/src/lang-yaml.js  
  inflating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/src/prettify.css  
  inflating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/src/prettify.js  
   creating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/styles/
  inflating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/styles/demo.html  
  inflating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/styles/desert.css  
  inflating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/styles/index.html  
  inflating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/styles/sons-of-obsidian.css  
  inflating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/styles/sunburst.css  
   creating: angular-1.3.9/docs/components/jquery-2.1.1/
  inflating: angular-1.3.9/docs/components/jquery-2.1.1/jquery.js  
  inflating: angular-1.3.9/docs/components/jquery-2.1.1/jquery.min.js  
   creating: angular-1.3.9/docs/components/lunr.js-0.4.2/
  inflating: angular-1.3.9/docs/components/lunr.js-0.4.2/lunr.js  
  inflating: angular-1.3.9/docs/components/lunr.js-0.4.2/lunr.min.js  
  inflating: angular-1.3.9/docs/components/lunr.js-0.4.2/server.js  
   creating: angular-1.3.9/docs/components/marked-0.3.2/
  inflating: angular-1.3.9/docs/components/marked-0.3.2/index.js  
   creating: angular-1.3.9/docs/components/marked-0.3.2/lib/
  inflating: angular-1.3.9/docs/components/marked-0.3.2/lib/marked.js  
   creating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/
  inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/README.md  
  inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/bower.json  
   creating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/
   creating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/Bold/
  inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/Bold/OpenSans-Bold.eot  
  inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/Bold/OpenSans-Bold.svg  
  inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/Bold/OpenSans-Bold.ttf  
  inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/Bold/OpenSans-Bold.woff  
   creating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/BoldItalic/
  inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/BoldItalic/OpenSans-BoldItalic.eot  
  inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/BoldItalic/OpenSans-BoldItalic.svg  
  inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/BoldItalic/OpenSans-BoldItalic.ttf  
  inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/BoldItalic/OpenSans-BoldItalic.woff  
   creating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/ExtraBold/
  inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/ExtraBold/OpenSans-ExtraBold.eot  
  inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/ExtraBold/OpenSans-ExtraBold.svg  
  inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/ExtraBold/OpenSans-ExtraBold.ttf  
  inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/ExtraBold/OpenSans-ExtraBold.woff  
   creating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/ExtraBoldItalic/
  inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.eot  
  inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.svg  
  inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.ttf  
  inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.woff  
   creating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/Italic/
  inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/Italic/OpenSans-Italic.eot  
  inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/Italic/OpenSans-Italic.svg  
  inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/Italic/OpenSans-Italic.ttf  
  inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/Italic/OpenSans-Italic.woff  
   creating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/Light/
  inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/Light/OpenSans-Light.eot  
  inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/Light/OpenSans-Light.svg  
  inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/Light/OpenSans-Light.ttf  
  inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/Light/OpenSans-Light.woff  
   creating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/LightItalic/
  inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/LightItalic/OpenSans-LightItalic.eot  
  inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/LightItalic/OpenSans-LightItalic.svg  
  inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/LightItalic/OpenSans-LightItalic.ttf  
  inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/LightItalic/OpenSans-LightItalic.woff  
   creating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/Regular/
  inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/Regular/OpenSans-Regular.eot  
  inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/Regular/OpenSans-Regular.svg  
  inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/Regular/OpenSans-Regular.ttf  
  inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/Regular/OpenSans-Regular.woff  
   creating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/Semibold/
  inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/Semibold/OpenSans-Semibold.eot  
  inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/Semibold/OpenSans-Semibold.svg  
  inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/Semibold/OpenSans-Semibold.ttf  
  inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/Semibold/OpenSans-Semibold.woff  
   creating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/SemiboldItalic/
  inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/SemiboldItalic/OpenSans-SemiboldItalic.eot  
  inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/SemiboldItalic/OpenSans-SemiboldItalic.svg  
  inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/SemiboldItalic/OpenSans-SemiboldItalic.ttf  
  inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/SemiboldItalic/OpenSans-SemiboldItalic.woff  
  inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/index.html  
  inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/open-sans.css  
  inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/open-sans.less  
  inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/open-sans.scss  
   creating: angular-1.3.9/docs/css/
  inflating: angular-1.3.9/docs/css/animations.css  
  inflating: angular-1.3.9/docs/css/doc_widgets.css  
  inflating: angular-1.3.9/docs/css/docs.css  
  inflating: angular-1.3.9/docs/css/prettify-theme.css  
  inflating: angular-1.3.9/docs/css/prettify.css  
   creating: angular-1.3.9/docs/examples/
   creating: angular-1.3.9/docs/examples/example-$filter/
  inflating: angular-1.3.9/docs/examples/example-$filter/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-$filter/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-$filter/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-$filter/index.html  
  inflating: angular-1.3.9/docs/examples/example-$filter/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-$filter/script.js  
   creating: angular-1.3.9/docs/examples/example-$route-service/
  inflating: angular-1.3.9/docs/examples/example-$route-service/book.html  
  inflating: angular-1.3.9/docs/examples/example-$route-service/chapter.html  
  inflating: angular-1.3.9/docs/examples/example-$route-service/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-$route-service/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-$route-service/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-$route-service/index.html  
  inflating: angular-1.3.9/docs/examples/example-$route-service/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-$route-service/protractor.js  
  inflating: angular-1.3.9/docs/examples/example-$route-service/script.js  
   creating: angular-1.3.9/docs/examples/example-NgModelController/
  inflating: angular-1.3.9/docs/examples/example-NgModelController/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-NgModelController/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-NgModelController/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-NgModelController/index.html  
  inflating: angular-1.3.9/docs/examples/example-NgModelController/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-NgModelController/protractor.js  
  inflating: angular-1.3.9/docs/examples/example-NgModelController/script.js  
  inflating: angular-1.3.9/docs/examples/example-NgModelController/style.css  
   creating: angular-1.3.9/docs/examples/example-checkbox-input-directive/
  inflating: angular-1.3.9/docs/examples/example-checkbox-input-directive/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-checkbox-input-directive/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-checkbox-input-directive/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-checkbox-input-directive/index.html  
  inflating: angular-1.3.9/docs/examples/example-checkbox-input-directive/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-checkbox-input-directive/protractor.js  
   creating: angular-1.3.9/docs/examples/example-date-input-directive/
  inflating: angular-1.3.9/docs/examples/example-date-input-directive/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-date-input-directive/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-date-input-directive/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-date-input-directive/index.html  
  inflating: angular-1.3.9/docs/examples/example-date-input-directive/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-date-input-directive/protractor.js  
   creating: angular-1.3.9/docs/examples/example-datetimelocal-input-directive/
  inflating: angular-1.3.9/docs/examples/example-datetimelocal-input-directive/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-datetimelocal-input-directive/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-datetimelocal-input-directive/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-datetimelocal-input-directive/index.html  
  inflating: angular-1.3.9/docs/examples/example-datetimelocal-input-directive/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-datetimelocal-input-directive/protractor.js  
   creating: angular-1.3.9/docs/examples/example-email-input-directive/
  inflating: angular-1.3.9/docs/examples/example-email-input-directive/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-email-input-directive/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-email-input-directive/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-email-input-directive/index.html  
  inflating: angular-1.3.9/docs/examples/example-email-input-directive/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-email-input-directive/protractor.js  
   creating: angular-1.3.9/docs/examples/example-error-$rootScope-inprog/
  inflating: angular-1.3.9/docs/examples/example-error-$rootScope-inprog/app.js  
  inflating: angular-1.3.9/docs/examples/example-error-$rootScope-inprog/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-error-$rootScope-inprog/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-error-$rootScope-inprog/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-error-$rootScope-inprog/index.html  
  inflating: angular-1.3.9/docs/examples/example-error-$rootScope-inprog/manifest.json  
   creating: angular-1.3.9/docs/examples/example-example/
   creating: angular-1.3.9/docs/examples/example-example.csp/
  inflating: angular-1.3.9/docs/examples/example-example.csp/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example.csp/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example.csp/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example.csp/index.html  
  inflating: angular-1.3.9/docs/examples/example-example.csp/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example.csp/protractor.js  
  inflating: angular-1.3.9/docs/examples/example-example.csp/script.js  
  inflating: angular-1.3.9/docs/examples/example-example/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example/index.html  
  inflating: angular-1.3.9/docs/examples/example-example/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example/script.js  
   creating: angular-1.3.9/docs/examples/example-example1/
  inflating: angular-1.3.9/docs/examples/example-example1/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example1/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example1/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example1/index.html  
  inflating: angular-1.3.9/docs/examples/example-example1/manifest.json  
   creating: angular-1.3.9/docs/examples/example-example10/
  inflating: angular-1.3.9/docs/examples/example-example10/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example10/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example10/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example10/index.html  
  inflating: angular-1.3.9/docs/examples/example-example10/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example10/script.js  
   creating: angular-1.3.9/docs/examples/example-example100/
  inflating: angular-1.3.9/docs/examples/example-example100/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example100/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example100/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example100/index.html  
  inflating: angular-1.3.9/docs/examples/example-example100/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example100/protractor.js  
   creating: angular-1.3.9/docs/examples/example-example101/
  inflating: angular-1.3.9/docs/examples/example-example101/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example101/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example101/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example101/index.html  
  inflating: angular-1.3.9/docs/examples/example-example101/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example101/protractor.js  
   creating: angular-1.3.9/docs/examples/example-example102/
  inflating: angular-1.3.9/docs/examples/example-example102/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example102/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example102/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example102/index.html  
  inflating: angular-1.3.9/docs/examples/example-example102/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example102/protractor.js  
   creating: angular-1.3.9/docs/examples/example-example103/
  inflating: angular-1.3.9/docs/examples/example-example103/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example103/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example103/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example103/index.html  
  inflating: angular-1.3.9/docs/examples/example-example103/manifest.json  
   creating: angular-1.3.9/docs/examples/example-example104/
  inflating: angular-1.3.9/docs/examples/example-example104/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example104/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example104/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example104/index.html  
  inflating: angular-1.3.9/docs/examples/example-example104/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example104/script.js  
   creating: angular-1.3.9/docs/examples/example-example105/
  inflating: angular-1.3.9/docs/examples/example-example105/http-hello.html  
  inflating: angular-1.3.9/docs/examples/example-example105/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example105/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example105/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example105/index.html  
  inflating: angular-1.3.9/docs/examples/example-example105/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example105/protractor.js  
  inflating: angular-1.3.9/docs/examples/example-example105/script.js  
   creating: angular-1.3.9/docs/examples/example-example106/
  inflating: angular-1.3.9/docs/examples/example-example106/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example106/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example106/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example106/index.html  
  inflating: angular-1.3.9/docs/examples/example-example106/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example106/protractor.js  
   creating: angular-1.3.9/docs/examples/example-example107/
  inflating: angular-1.3.9/docs/examples/example-example107/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example107/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example107/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example107/index.html  
  inflating: angular-1.3.9/docs/examples/example-example107/manifest.json  
   creating: angular-1.3.9/docs/examples/example-example108/
  inflating: angular-1.3.9/docs/examples/example-example108/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example108/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example108/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example108/index.html  
  inflating: angular-1.3.9/docs/examples/example-example108/manifest.json  
   creating: angular-1.3.9/docs/examples/example-example109/
  inflating: angular-1.3.9/docs/examples/example-example109/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example109/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example109/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example109/index.html  
  inflating: angular-1.3.9/docs/examples/example-example109/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example109/script.js  
   creating: angular-1.3.9/docs/examples/example-example11/
  inflating: angular-1.3.9/docs/examples/example-example11/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example11/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example11/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example11/index.html  
  inflating: angular-1.3.9/docs/examples/example-example11/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example11/my-customer.html  
  inflating: angular-1.3.9/docs/examples/example-example11/script.js  
   creating: angular-1.3.9/docs/examples/example-example110/
  inflating: angular-1.3.9/docs/examples/example-example110/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example110/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example110/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example110/index.html  
  inflating: angular-1.3.9/docs/examples/example-example110/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example110/protractor.js  
  inflating: angular-1.3.9/docs/examples/example-example110/script.js  
  inflating: angular-1.3.9/docs/examples/example-example110/test_data.json  
   creating: angular-1.3.9/docs/examples/example-example111/
  inflating: angular-1.3.9/docs/examples/example-example111/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example111/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example111/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example111/index.html  
  inflating: angular-1.3.9/docs/examples/example-example111/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example111/protractor.js  
   creating: angular-1.3.9/docs/examples/example-example112/
  inflating: angular-1.3.9/docs/examples/example-example112/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example112/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example112/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example112/index.html  
  inflating: angular-1.3.9/docs/examples/example-example112/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example112/protractor.js  
   creating: angular-1.3.9/docs/examples/example-example113/
  inflating: angular-1.3.9/docs/examples/example-example113/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example113/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example113/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example113/index.html  
  inflating: angular-1.3.9/docs/examples/example-example113/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example113/protractor.js  
   creating: angular-1.3.9/docs/examples/example-example114/
  inflating: angular-1.3.9/docs/examples/example-example114/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example114/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example114/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example114/index.html  
  inflating: angular-1.3.9/docs/examples/example-example114/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example114/script.js  
   creating: angular-1.3.9/docs/examples/example-example115/
  inflating: angular-1.3.9/docs/examples/example-example115/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example115/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example115/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example115/index.html  
  inflating: angular-1.3.9/docs/examples/example-example115/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example115/script.js  
   creating: angular-1.3.9/docs/examples/example-example116/
  inflating: angular-1.3.9/docs/examples/example-example116/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example116/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example116/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example116/index.html  
  inflating: angular-1.3.9/docs/examples/example-example116/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example116/script.js  
   creating: angular-1.3.9/docs/examples/example-example12/
  inflating: angular-1.3.9/docs/examples/example-example12/customer-address.html  
  inflating: angular-1.3.9/docs/examples/example-example12/customer-name.html  
  inflating: angular-1.3.9/docs/examples/example-example12/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example12/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example12/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example12/index.html  
  inflating: angular-1.3.9/docs/examples/example-example12/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example12/script.js  
   creating: angular-1.3.9/docs/examples/example-example13/
  inflating: angular-1.3.9/docs/examples/example-example13/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example13/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example13/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example13/index.html  
  inflating: angular-1.3.9/docs/examples/example-example13/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example13/my-customer.html  
  inflating: angular-1.3.9/docs/examples/example-example13/script.js  
   creating: angular-1.3.9/docs/examples/example-example14/
  inflating: angular-1.3.9/docs/examples/example-example14/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example14/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example14/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example14/index.html  
  inflating: angular-1.3.9/docs/examples/example-example14/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example14/my-customer.html  
  inflating: angular-1.3.9/docs/examples/example-example14/script.js  
   creating: angular-1.3.9/docs/examples/example-example15/
  inflating: angular-1.3.9/docs/examples/example-example15/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example15/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example15/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example15/index.html  
  inflating: angular-1.3.9/docs/examples/example-example15/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example15/my-customer-iso.html  
  inflating: angular-1.3.9/docs/examples/example-example15/script.js  
   creating: angular-1.3.9/docs/examples/example-example16/
  inflating: angular-1.3.9/docs/examples/example-example16/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example16/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example16/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example16/index.html  
  inflating: angular-1.3.9/docs/examples/example-example16/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example16/my-customer-plus-vojta.html  
  inflating: angular-1.3.9/docs/examples/example-example16/script.js  
   creating: angular-1.3.9/docs/examples/example-example17/
  inflating: angular-1.3.9/docs/examples/example-example17/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example17/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example17/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example17/index.html  
  inflating: angular-1.3.9/docs/examples/example-example17/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example17/script.js  
   creating: angular-1.3.9/docs/examples/example-example18/
  inflating: angular-1.3.9/docs/examples/example-example18/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example18/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example18/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example18/index.html  
  inflating: angular-1.3.9/docs/examples/example-example18/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example18/my-dialog.html  
  inflating: angular-1.3.9/docs/examples/example-example18/script.js  
   creating: angular-1.3.9/docs/examples/example-example19/
  inflating: angular-1.3.9/docs/examples/example-example19/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example19/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example19/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example19/index.html  
  inflating: angular-1.3.9/docs/examples/example-example19/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example19/my-dialog.html  
  inflating: angular-1.3.9/docs/examples/example-example19/script.js  
   creating: angular-1.3.9/docs/examples/example-example2/
  inflating: angular-1.3.9/docs/examples/example-example2/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example2/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example2/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example2/index.html  
  inflating: angular-1.3.9/docs/examples/example-example2/manifest.json  
   creating: angular-1.3.9/docs/examples/example-example20/
  inflating: angular-1.3.9/docs/examples/example-example20/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example20/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example20/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example20/index.html  
  inflating: angular-1.3.9/docs/examples/example-example20/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example20/my-dialog-close.html  
  inflating: angular-1.3.9/docs/examples/example-example20/script.js  
   creating: angular-1.3.9/docs/examples/example-example21/
  inflating: angular-1.3.9/docs/examples/example-example21/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example21/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example21/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example21/index.html  
  inflating: angular-1.3.9/docs/examples/example-example21/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example21/script.js  
   creating: angular-1.3.9/docs/examples/example-example22/
  inflating: angular-1.3.9/docs/examples/example-example22/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example22/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example22/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example22/index.html  
  inflating: angular-1.3.9/docs/examples/example-example22/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example22/my-pane.html  
  inflating: angular-1.3.9/docs/examples/example-example22/my-tabs.html  
  inflating: angular-1.3.9/docs/examples/example-example22/script.js  
   creating: angular-1.3.9/docs/examples/example-example23/
  inflating: angular-1.3.9/docs/examples/example-example23/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example23/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example23/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example23/index.html  
  inflating: angular-1.3.9/docs/examples/example-example23/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example23/protractor.js  
   creating: angular-1.3.9/docs/examples/example-example24/
  inflating: angular-1.3.9/docs/examples/example-example24/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example24/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example24/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example24/index.html  
  inflating: angular-1.3.9/docs/examples/example-example24/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example24/protractor.js  
  inflating: angular-1.3.9/docs/examples/example-example24/script.js  
   creating: angular-1.3.9/docs/examples/example-example25/
  inflating: angular-1.3.9/docs/examples/example-example25/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example25/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example25/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example25/index.html  
  inflating: angular-1.3.9/docs/examples/example-example25/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example25/protractor.js  
  inflating: angular-1.3.9/docs/examples/example-example25/script.js  
   creating: angular-1.3.9/docs/examples/example-example26/
  inflating: angular-1.3.9/docs/examples/example-example26/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example26/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example26/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example26/index.html  
  inflating: angular-1.3.9/docs/examples/example-example26/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example26/script.js  
   creating: angular-1.3.9/docs/examples/example-example27/
  inflating: angular-1.3.9/docs/examples/example-example27/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example27/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example27/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example27/index.html  
  inflating: angular-1.3.9/docs/examples/example-example27/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example27/protractor.js  
  inflating: angular-1.3.9/docs/examples/example-example27/script.js  
   creating: angular-1.3.9/docs/examples/example-example28/
  inflating: angular-1.3.9/docs/examples/example-example28/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example28/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example28/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example28/index.html  
  inflating: angular-1.3.9/docs/examples/example-example28/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example28/script.js  
   creating: angular-1.3.9/docs/examples/example-example29/
  inflating: angular-1.3.9/docs/examples/example-example29/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example29/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example29/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example29/index.html  
  inflating: angular-1.3.9/docs/examples/example-example29/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example29/script.js  
   creating: angular-1.3.9/docs/examples/example-example3/
  inflating: angular-1.3.9/docs/examples/example-example3/animations.css  
  inflating: angular-1.3.9/docs/examples/example-example3/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example3/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example3/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example3/index.html  
  inflating: angular-1.3.9/docs/examples/example-example3/manifest.json  
   creating: angular-1.3.9/docs/examples/example-example30/
  inflating: angular-1.3.9/docs/examples/example-example30/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example30/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example30/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example30/index.html  
  inflating: angular-1.3.9/docs/examples/example-example30/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example30/script.js  
   creating: angular-1.3.9/docs/examples/example-example31/
  inflating: angular-1.3.9/docs/examples/example-example31/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example31/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example31/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example31/index.html  
  inflating: angular-1.3.9/docs/examples/example-example31/manifest.json  
   creating: angular-1.3.9/docs/examples/example-example32/
  inflating: angular-1.3.9/docs/examples/example-example32/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example32/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example32/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example32/index.html  
  inflating: angular-1.3.9/docs/examples/example-example32/manifest.json  
   creating: angular-1.3.9/docs/examples/example-example33/
  inflating: angular-1.3.9/docs/examples/example-example33/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example33/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example33/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example33/index.html  
  inflating: angular-1.3.9/docs/examples/example-example33/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example33/script.js  
   creating: angular-1.3.9/docs/examples/example-example34/
  inflating: angular-1.3.9/docs/examples/example-example34/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example34/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example34/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example34/index.html  
  inflating: angular-1.3.9/docs/examples/example-example34/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example34/script.js  
   creating: angular-1.3.9/docs/examples/example-example35/
  inflating: angular-1.3.9/docs/examples/example-example35/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example35/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example35/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example35/index.html  
  inflating: angular-1.3.9/docs/examples/example-example35/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example35/script.js  
   creating: angular-1.3.9/docs/examples/example-example36/
  inflating: angular-1.3.9/docs/examples/example-example36/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example36/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example36/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example36/index.html  
  inflating: angular-1.3.9/docs/examples/example-example36/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example36/script.js  
   creating: angular-1.3.9/docs/examples/example-example37/
  inflating: angular-1.3.9/docs/examples/example-example37/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example37/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example37/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example37/index.html  
  inflating: angular-1.3.9/docs/examples/example-example37/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example37/script.js  
   creating: angular-1.3.9/docs/examples/example-example38/
  inflating: angular-1.3.9/docs/examples/example-example38/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example38/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example38/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example38/index.html  
  inflating: angular-1.3.9/docs/examples/example-example38/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example38/script.js  
   creating: angular-1.3.9/docs/examples/example-example39/
  inflating: angular-1.3.9/docs/examples/example-example39/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example39/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example39/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example39/index.html  
  inflating: angular-1.3.9/docs/examples/example-example39/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example39/protractor.js  
  inflating: angular-1.3.9/docs/examples/example-example39/script.js  
   creating: angular-1.3.9/docs/examples/example-example4/
  inflating: angular-1.3.9/docs/examples/example-example4/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example4/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example4/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example4/index.html  
  inflating: angular-1.3.9/docs/examples/example-example4/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example4/style.css  
   creating: angular-1.3.9/docs/examples/example-example40/
  inflating: angular-1.3.9/docs/examples/example-example40/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example40/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example40/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example40/index.html  
  inflating: angular-1.3.9/docs/examples/example-example40/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example40/protractor.js  
  inflating: angular-1.3.9/docs/examples/example-example40/script.js  
   creating: angular-1.3.9/docs/examples/example-example41/
  inflating: angular-1.3.9/docs/examples/example-example41/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example41/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example41/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example41/index.html  
  inflating: angular-1.3.9/docs/examples/example-example41/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example41/script.js  
   creating: angular-1.3.9/docs/examples/example-example42/
  inflating: angular-1.3.9/docs/examples/example-example42/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example42/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example42/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example42/index.html  
  inflating: angular-1.3.9/docs/examples/example-example42/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example42/script.js  
  inflating: angular-1.3.9/docs/examples/example-example42/style.css  
   creating: angular-1.3.9/docs/examples/example-example43/
  inflating: angular-1.3.9/docs/examples/example-example43/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example43/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example43/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example43/index.html  
  inflating: angular-1.3.9/docs/examples/example-example43/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example43/script.js  
   creating: angular-1.3.9/docs/examples/example-example44/
  inflating: angular-1.3.9/docs/examples/example-example44/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example44/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example44/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example44/index.html  
  inflating: angular-1.3.9/docs/examples/example-example44/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example44/protractor.js  
  inflating: angular-1.3.9/docs/examples/example-example44/script.js  
   creating: angular-1.3.9/docs/examples/example-example45/
  inflating: angular-1.3.9/docs/examples/example-example45/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example45/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example45/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example45/index.html  
  inflating: angular-1.3.9/docs/examples/example-example45/manifest.json  
   creating: angular-1.3.9/docs/examples/example-example46/
  inflating: angular-1.3.9/docs/examples/example-example46/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example46/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example46/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example46/index.html  
  inflating: angular-1.3.9/docs/examples/example-example46/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example46/script.js  
   creating: angular-1.3.9/docs/examples/example-example47/
  inflating: angular-1.3.9/docs/examples/example-example47/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example47/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example47/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example47/index.html  
  inflating: angular-1.3.9/docs/examples/example-example47/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example47/script.js  
  inflating: angular-1.3.9/docs/examples/example-example47/style.css  
   creating: angular-1.3.9/docs/examples/example-example48/
  inflating: angular-1.3.9/docs/examples/example-example48/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example48/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example48/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example48/index.html  
  inflating: angular-1.3.9/docs/examples/example-example48/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example48/script.js  
  inflating: angular-1.3.9/docs/examples/example-example48/style.css  
   creating: angular-1.3.9/docs/examples/example-example49/
  inflating: angular-1.3.9/docs/examples/example-example49/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example49/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example49/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example49/index.html  
  inflating: angular-1.3.9/docs/examples/example-example49/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example49/script.js  
  inflating: angular-1.3.9/docs/examples/example-example49/style.css  
   creating: angular-1.3.9/docs/examples/example-example5/
  inflating: angular-1.3.9/docs/examples/example-example5/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example5/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example5/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example5/index.html  
  inflating: angular-1.3.9/docs/examples/example-example5/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example5/script.js  
   creating: angular-1.3.9/docs/examples/example-example50/
  inflating: angular-1.3.9/docs/examples/example-example50/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example50/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example50/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example50/index.html  
  inflating: angular-1.3.9/docs/examples/example-example50/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example50/script.js  
  inflating: angular-1.3.9/docs/examples/example-example50/style.css  
   creating: angular-1.3.9/docs/examples/example-example51/
  inflating: angular-1.3.9/docs/examples/example-example51/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example51/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example51/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example51/index.html  
  inflating: angular-1.3.9/docs/examples/example-example51/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example51/protractor.js  
   creating: angular-1.3.9/docs/examples/example-example52/
  inflating: angular-1.3.9/docs/examples/example-example52/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example52/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example52/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example52/index.html  
  inflating: angular-1.3.9/docs/examples/example-example52/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example52/protractor.js  
   creating: angular-1.3.9/docs/examples/example-example53/
  inflating: angular-1.3.9/docs/examples/example-example53/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example53/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example53/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example53/index.html  
  inflating: angular-1.3.9/docs/examples/example-example53/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example53/protractor.js  
   creating: angular-1.3.9/docs/examples/example-example54/
  inflating: angular-1.3.9/docs/examples/example-example54/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example54/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example54/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example54/index.html  
  inflating: angular-1.3.9/docs/examples/example-example54/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example54/protractor.js  
   creating: angular-1.3.9/docs/examples/example-example55/
  inflating: angular-1.3.9/docs/examples/example-example55/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example55/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example55/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example55/index.html  
  inflating: angular-1.3.9/docs/examples/example-example55/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example55/protractor.js  
   creating: angular-1.3.9/docs/examples/example-example56/
  inflating: angular-1.3.9/docs/examples/example-example56/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example56/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example56/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example56/index.html  
  inflating: angular-1.3.9/docs/examples/example-example56/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example56/protractor.js  
   creating: angular-1.3.9/docs/examples/example-example57/
  inflating: angular-1.3.9/docs/examples/example-example57/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example57/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example57/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example57/index.html  
  inflating: angular-1.3.9/docs/examples/example-example57/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example57/protractor.js  
   creating: angular-1.3.9/docs/examples/example-example58/
  inflating: angular-1.3.9/docs/examples/example-example58/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example58/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example58/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example58/index.html  
  inflating: angular-1.3.9/docs/examples/example-example58/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example58/protractor.js  
   creating: angular-1.3.9/docs/examples/example-example59/
  inflating: angular-1.3.9/docs/examples/example-example59/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example59/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example59/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example59/index.html  
  inflating: angular-1.3.9/docs/examples/example-example59/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example59/protractor.js  
   creating: angular-1.3.9/docs/examples/example-example6/
  inflating: angular-1.3.9/docs/examples/example-example6/app.js  
  inflating: angular-1.3.9/docs/examples/example-example6/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example6/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example6/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example6/index.html  
  inflating: angular-1.3.9/docs/examples/example-example6/manifest.json  
   creating: angular-1.3.9/docs/examples/example-example60/
  inflating: angular-1.3.9/docs/examples/example-example60/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example60/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example60/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example60/index.html  
  inflating: angular-1.3.9/docs/examples/example-example60/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example60/protractor.js  
   creating: angular-1.3.9/docs/examples/example-example61/
  inflating: angular-1.3.9/docs/examples/example-example61/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example61/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example61/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example61/index.html  
  inflating: angular-1.3.9/docs/examples/example-example61/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example61/protractor.js  
  inflating: angular-1.3.9/docs/examples/example-example61/script.js  
   creating: angular-1.3.9/docs/examples/example-example62/
  inflating: angular-1.3.9/docs/examples/example-example62/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example62/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example62/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example62/index.html  
  inflating: angular-1.3.9/docs/examples/example-example62/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example62/protractor.js  
  inflating: angular-1.3.9/docs/examples/example-example62/style.css  
   creating: angular-1.3.9/docs/examples/example-example63/
  inflating: angular-1.3.9/docs/examples/example-example63/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example63/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example63/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example63/index.html  
  inflating: angular-1.3.9/docs/examples/example-example63/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example63/protractor.js  
  inflating: angular-1.3.9/docs/examples/example-example63/style.css  
   creating: angular-1.3.9/docs/examples/example-example64/
  inflating: angular-1.3.9/docs/examples/example-example64/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example64/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example64/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example64/index.html  
  inflating: angular-1.3.9/docs/examples/example-example64/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example64/protractor.js  
  inflating: angular-1.3.9/docs/examples/example-example64/style.css  
   creating: angular-1.3.9/docs/examples/example-example65/
  inflating: angular-1.3.9/docs/examples/example-example65/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example65/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example65/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example65/index.html  
  inflating: angular-1.3.9/docs/examples/example-example65/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example65/protractor.js  
  inflating: angular-1.3.9/docs/examples/example-example65/style.css  
   creating: angular-1.3.9/docs/examples/example-example66/
  inflating: angular-1.3.9/docs/examples/example-example66/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example66/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example66/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example66/index.html  
  inflating: angular-1.3.9/docs/examples/example-example66/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example66/protractor.js  
   creating: angular-1.3.9/docs/examples/example-example67/
  inflating: angular-1.3.9/docs/examples/example-example67/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example67/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example67/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example67/index.html  
  inflating: angular-1.3.9/docs/examples/example-example67/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example67/protractor.js  
   creating: angular-1.3.9/docs/examples/example-example68/
  inflating: angular-1.3.9/docs/examples/example-example68/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example68/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example68/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example68/index.html  
  inflating: angular-1.3.9/docs/examples/example-example68/manifest.json  
   creating: angular-1.3.9/docs/examples/example-example69/
  inflating: angular-1.3.9/docs/examples/example-example69/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example69/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example69/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example69/index.html  
  inflating: angular-1.3.9/docs/examples/example-example69/manifest.json  
   creating: angular-1.3.9/docs/examples/example-example7/
  inflating: angular-1.3.9/docs/examples/example-example7/app.js  
  inflating: angular-1.3.9/docs/examples/example-example7/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example7/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example7/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example7/index.html  
  inflating: angular-1.3.9/docs/examples/example-example7/manifest.json  
   creating: angular-1.3.9/docs/examples/example-example70/
  inflating: angular-1.3.9/docs/examples/example-example70/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example70/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example70/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example70/index.html  
  inflating: angular-1.3.9/docs/examples/example-example70/manifest.json  
   creating: angular-1.3.9/docs/examples/example-example71/
  inflating: angular-1.3.9/docs/examples/example-example71/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example71/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example71/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example71/index.html  
  inflating: angular-1.3.9/docs/examples/example-example71/manifest.json  
   creating: angular-1.3.9/docs/examples/example-example72/
  inflating: angular-1.3.9/docs/examples/example-example72/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example72/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example72/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example72/index.html  
  inflating: angular-1.3.9/docs/examples/example-example72/manifest.json  
   creating: angular-1.3.9/docs/examples/example-example73/
  inflating: angular-1.3.9/docs/examples/example-example73/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example73/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example73/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example73/index.html  
  inflating: angular-1.3.9/docs/examples/example-example73/manifest.json  
   creating: angular-1.3.9/docs/examples/example-example74/
  inflating: angular-1.3.9/docs/examples/example-example74/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example74/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example74/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example74/index.html  
  inflating: angular-1.3.9/docs/examples/example-example74/manifest.json  
   creating: angular-1.3.9/docs/examples/example-example75/
  inflating: angular-1.3.9/docs/examples/example-example75/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example75/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example75/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example75/index.html  
  inflating: angular-1.3.9/docs/examples/example-example75/manifest.json  
   creating: angular-1.3.9/docs/examples/example-example76/
  inflating: angular-1.3.9/docs/examples/example-example76/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example76/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example76/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example76/index.html  
  inflating: angular-1.3.9/docs/examples/example-example76/manifest.json  
   creating: angular-1.3.9/docs/examples/example-example77/
  inflating: angular-1.3.9/docs/examples/example-example77/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example77/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example77/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example77/index.html  
  inflating: angular-1.3.9/docs/examples/example-example77/manifest.json  
   creating: angular-1.3.9/docs/examples/example-example78/
  inflating: angular-1.3.9/docs/examples/example-example78/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example78/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example78/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example78/index.html  
  inflating: angular-1.3.9/docs/examples/example-example78/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example78/protractor.js  
   creating: angular-1.3.9/docs/examples/example-example79/
  inflating: angular-1.3.9/docs/examples/example-example79/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example79/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example79/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example79/index.html  
  inflating: angular-1.3.9/docs/examples/example-example79/manifest.json  
   creating: angular-1.3.9/docs/examples/example-example8/
  inflating: angular-1.3.9/docs/examples/example-example8/app.css  
  inflating: angular-1.3.9/docs/examples/example-example8/app.js  
  inflating: angular-1.3.9/docs/examples/example-example8/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example8/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example8/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example8/index.html  
  inflating: angular-1.3.9/docs/examples/example-example8/manifest.json  
   creating: angular-1.3.9/docs/examples/example-example80/
  inflating: angular-1.3.9/docs/examples/example-example80/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example80/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example80/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example80/index.html  
  inflating: angular-1.3.9/docs/examples/example-example80/manifest.json  
   creating: angular-1.3.9/docs/examples/example-example81/
  inflating: angular-1.3.9/docs/examples/example-example81/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example81/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example81/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example81/index.html  
  inflating: angular-1.3.9/docs/examples/example-example81/manifest.json  
   creating: angular-1.3.9/docs/examples/example-example82/
  inflating: angular-1.3.9/docs/examples/example-example82/animations.css  
  inflating: angular-1.3.9/docs/examples/example-example82/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example82/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example82/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example82/index.html  
  inflating: angular-1.3.9/docs/examples/example-example82/manifest.json  
   creating: angular-1.3.9/docs/examples/example-example83/
  inflating: angular-1.3.9/docs/examples/example-example83/animations.css  
  inflating: angular-1.3.9/docs/examples/example-example83/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example83/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example83/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example83/index.html  
  inflating: angular-1.3.9/docs/examples/example-example83/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example83/protractor.js  
  inflating: angular-1.3.9/docs/examples/example-example83/script.js  
  inflating: angular-1.3.9/docs/examples/example-example83/template1.html  
  inflating: angular-1.3.9/docs/examples/example-example83/template2.html  
   creating: angular-1.3.9/docs/examples/example-example84/
  inflating: angular-1.3.9/docs/examples/example-example84/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example84/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example84/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example84/index.html  
  inflating: angular-1.3.9/docs/examples/example-example84/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example84/protractor.js  
   creating: angular-1.3.9/docs/examples/example-example85/
  inflating: angular-1.3.9/docs/examples/example-example85/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example85/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example85/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example85/index.html  
  inflating: angular-1.3.9/docs/examples/example-example85/manifest.json  
   creating: angular-1.3.9/docs/examples/example-example86/
  inflating: angular-1.3.9/docs/examples/example-example86/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example86/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example86/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example86/index.html  
  inflating: angular-1.3.9/docs/examples/example-example86/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example86/protractor.js  
   creating: angular-1.3.9/docs/examples/example-example87/
  inflating: angular-1.3.9/docs/examples/example-example87/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example87/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example87/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example87/index.html  
  inflating: angular-1.3.9/docs/examples/example-example87/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example87/protractor.js  
   creating: angular-1.3.9/docs/examples/example-example88/
  inflating: angular-1.3.9/docs/examples/example-example88/animations.css  
  inflating: angular-1.3.9/docs/examples/example-example88/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example88/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example88/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example88/index.html  
  inflating: angular-1.3.9/docs/examples/example-example88/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example88/protractor.js  
   creating: angular-1.3.9/docs/examples/example-example89/
  inflating: angular-1.3.9/docs/examples/example-example89/animations.css  
  inflating: angular-1.3.9/docs/examples/example-example89/glyphicons.css  
  inflating: angular-1.3.9/docs/examples/example-example89/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example89/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example89/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example89/index.html  
  inflating: angular-1.3.9/docs/examples/example-example89/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example89/protractor.js  
   creating: angular-1.3.9/docs/examples/example-example9/
  inflating: angular-1.3.9/docs/examples/example-example9/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example9/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example9/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example9/index.html  
  inflating: angular-1.3.9/docs/examples/example-example9/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example9/protractor.js  
  inflating: angular-1.3.9/docs/examples/example-example9/script.js  
   creating: angular-1.3.9/docs/examples/example-example90/
  inflating: angular-1.3.9/docs/examples/example-example90/animations.css  
  inflating: angular-1.3.9/docs/examples/example-example90/glyphicons.css  
  inflating: angular-1.3.9/docs/examples/example-example90/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example90/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example90/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example90/index.html  
  inflating: angular-1.3.9/docs/examples/example-example90/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example90/protractor.js  
   creating: angular-1.3.9/docs/examples/example-example91/
  inflating: angular-1.3.9/docs/examples/example-example91/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example91/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example91/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example91/index.html  
  inflating: angular-1.3.9/docs/examples/example-example91/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example91/protractor.js  
  inflating: angular-1.3.9/docs/examples/example-example91/style.css  
   creating: angular-1.3.9/docs/examples/example-example92/
  inflating: angular-1.3.9/docs/examples/example-example92/animations.css  
  inflating: angular-1.3.9/docs/examples/example-example92/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example92/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example92/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example92/index.html  
  inflating: angular-1.3.9/docs/examples/example-example92/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example92/protractor.js  
  inflating: angular-1.3.9/docs/examples/example-example92/script.js  
   creating: angular-1.3.9/docs/examples/example-example93/
  inflating: angular-1.3.9/docs/examples/example-example93/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example93/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example93/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example93/index.html  
  inflating: angular-1.3.9/docs/examples/example-example93/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example93/protractor.js  
   creating: angular-1.3.9/docs/examples/example-example94/
  inflating: angular-1.3.9/docs/examples/example-example94/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example94/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example94/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example94/index.html  
  inflating: angular-1.3.9/docs/examples/example-example94/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example94/protractor.js  
   creating: angular-1.3.9/docs/examples/example-example95/
  inflating: angular-1.3.9/docs/examples/example-example95/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example95/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example95/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example95/index.html  
  inflating: angular-1.3.9/docs/examples/example-example95/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example95/protractor.js  
   creating: angular-1.3.9/docs/examples/example-example96/
  inflating: angular-1.3.9/docs/examples/example-example96/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example96/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example96/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example96/index.html  
  inflating: angular-1.3.9/docs/examples/example-example96/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example96/script.js  
   creating: angular-1.3.9/docs/examples/example-example97/
  inflating: angular-1.3.9/docs/examples/example-example97/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example97/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example97/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example97/index.html  
  inflating: angular-1.3.9/docs/examples/example-example97/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example97/protractor.js  
   creating: angular-1.3.9/docs/examples/example-example98/
  inflating: angular-1.3.9/docs/examples/example-example98/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example98/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example98/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example98/index.html  
  inflating: angular-1.3.9/docs/examples/example-example98/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example98/protractor.js  
   creating: angular-1.3.9/docs/examples/example-example99/
  inflating: angular-1.3.9/docs/examples/example-example99/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-example99/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-example99/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-example99/index.html  
  inflating: angular-1.3.9/docs/examples/example-example99/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-example99/protractor.js  
   creating: angular-1.3.9/docs/examples/example-guide-concepts-1/
  inflating: angular-1.3.9/docs/examples/example-guide-concepts-1/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-guide-concepts-1/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-guide-concepts-1/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-guide-concepts-1/index.html  
  inflating: angular-1.3.9/docs/examples/example-guide-concepts-1/manifest.json  
   creating: angular-1.3.9/docs/examples/example-guide-concepts-2/
  inflating: angular-1.3.9/docs/examples/example-guide-concepts-2/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-guide-concepts-2/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-guide-concepts-2/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-guide-concepts-2/index.html  
  inflating: angular-1.3.9/docs/examples/example-guide-concepts-2/invoice1.js  
  inflating: angular-1.3.9/docs/examples/example-guide-concepts-2/manifest.json  
   creating: angular-1.3.9/docs/examples/example-guide-concepts-21/
  inflating: angular-1.3.9/docs/examples/example-guide-concepts-21/finance2.js  
  inflating: angular-1.3.9/docs/examples/example-guide-concepts-21/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-guide-concepts-21/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-guide-concepts-21/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-guide-concepts-21/index.html  
  inflating: angular-1.3.9/docs/examples/example-guide-concepts-21/invoice2.js  
  inflating: angular-1.3.9/docs/examples/example-guide-concepts-21/manifest.json  
   creating: angular-1.3.9/docs/examples/example-guide-concepts-3/
  inflating: angular-1.3.9/docs/examples/example-guide-concepts-3/finance3.js  
  inflating: angular-1.3.9/docs/examples/example-guide-concepts-3/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-guide-concepts-3/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-guide-concepts-3/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-guide-concepts-3/index.html  
  inflating: angular-1.3.9/docs/examples/example-guide-concepts-3/invoice3.js  
  inflating: angular-1.3.9/docs/examples/example-guide-concepts-3/manifest.json  
   creating: angular-1.3.9/docs/examples/example-input-directive/
  inflating: angular-1.3.9/docs/examples/example-input-directive/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-input-directive/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-input-directive/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-input-directive/index.html  
  inflating: angular-1.3.9/docs/examples/example-input-directive/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-input-directive/protractor.js  
   creating: angular-1.3.9/docs/examples/example-location-hashbang-mode/
  inflating: angular-1.3.9/docs/examples/example-location-hashbang-mode/addressBar.js  
  inflating: angular-1.3.9/docs/examples/example-location-hashbang-mode/app.js  
  inflating: angular-1.3.9/docs/examples/example-location-hashbang-mode/fakeBrowser.js  
  inflating: angular-1.3.9/docs/examples/example-location-hashbang-mode/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-location-hashbang-mode/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-location-hashbang-mode/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-location-hashbang-mode/index.html  
  inflating: angular-1.3.9/docs/examples/example-location-hashbang-mode/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-location-hashbang-mode/protractor.js  
   creating: angular-1.3.9/docs/examples/example-location-html5-mode/
  inflating: angular-1.3.9/docs/examples/example-location-html5-mode/addressBar.js  
  inflating: angular-1.3.9/docs/examples/example-location-html5-mode/app.js  
  inflating: angular-1.3.9/docs/examples/example-location-html5-mode/fakeBrowser.js  
  inflating: angular-1.3.9/docs/examples/example-location-html5-mode/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-location-html5-mode/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-location-html5-mode/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-location-html5-mode/index.html  
  inflating: angular-1.3.9/docs/examples/example-location-html5-mode/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-location-html5-mode/protractor.js  
   creating: angular-1.3.9/docs/examples/example-month-input-directive/
  inflating: angular-1.3.9/docs/examples/example-month-input-directive/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-month-input-directive/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-month-input-directive/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-month-input-directive/index.html  
  inflating: angular-1.3.9/docs/examples/example-month-input-directive/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-month-input-directive/protractor.js  
   creating: angular-1.3.9/docs/examples/example-ng-model-cancel-update/
  inflating: angular-1.3.9/docs/examples/example-ng-model-cancel-update/app.js  
  inflating: angular-1.3.9/docs/examples/example-ng-model-cancel-update/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-ng-model-cancel-update/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-ng-model-cancel-update/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-ng-model-cancel-update/index.html  
  inflating: angular-1.3.9/docs/examples/example-ng-model-cancel-update/manifest.json  
   creating: angular-1.3.9/docs/examples/example-ngChange-directive/
  inflating: angular-1.3.9/docs/examples/example-ngChange-directive/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-ngChange-directive/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-ngChange-directive/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-ngChange-directive/index.html  
  inflating: angular-1.3.9/docs/examples/example-ngChange-directive/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-ngChange-directive/protractor.js  
   creating: angular-1.3.9/docs/examples/example-ngController/
  inflating: angular-1.3.9/docs/examples/example-ngController/app.js  
  inflating: angular-1.3.9/docs/examples/example-ngController/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-ngController/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-ngController/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-ngController/index.html  
  inflating: angular-1.3.9/docs/examples/example-ngController/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-ngController/protractor.js  
   creating: angular-1.3.9/docs/examples/example-ngControllerAs/
  inflating: angular-1.3.9/docs/examples/example-ngControllerAs/app.js  
  inflating: angular-1.3.9/docs/examples/example-ngControllerAs/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-ngControllerAs/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-ngControllerAs/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-ngControllerAs/index.html  
  inflating: angular-1.3.9/docs/examples/example-ngControllerAs/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-ngControllerAs/protractor.js  
   creating: angular-1.3.9/docs/examples/example-ngList-directive/
   creating: angular-1.3.9/docs/examples/example-ngList-directive-newlines/
  inflating: angular-1.3.9/docs/examples/example-ngList-directive-newlines/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-ngList-directive-newlines/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-ngList-directive-newlines/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-ngList-directive-newlines/index.html  
  inflating: angular-1.3.9/docs/examples/example-ngList-directive-newlines/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-ngList-directive-newlines/protractor.js  
  inflating: angular-1.3.9/docs/examples/example-ngList-directive/app.js  
  inflating: angular-1.3.9/docs/examples/example-ngList-directive/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-ngList-directive/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-ngList-directive/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-ngList-directive/index.html  
  inflating: angular-1.3.9/docs/examples/example-ngList-directive/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-ngList-directive/protractor.js  
   creating: angular-1.3.9/docs/examples/example-ngMessages-directive/
  inflating: angular-1.3.9/docs/examples/example-ngMessages-directive/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-ngMessages-directive/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-ngMessages-directive/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-ngMessages-directive/index.html  
  inflating: angular-1.3.9/docs/examples/example-ngMessages-directive/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-ngMessages-directive/script.js  
   creating: angular-1.3.9/docs/examples/example-ngModel-getter-setter/
  inflating: angular-1.3.9/docs/examples/example-ngModel-getter-setter/app.js  
  inflating: angular-1.3.9/docs/examples/example-ngModel-getter-setter/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-ngModel-getter-setter/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-ngModel-getter-setter/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-ngModel-getter-setter/index.html  
  inflating: angular-1.3.9/docs/examples/example-ngModel-getter-setter/manifest.json  
   creating: angular-1.3.9/docs/examples/example-ngModelOptions-directive-blur/
  inflating: angular-1.3.9/docs/examples/example-ngModelOptions-directive-blur/app.js  
  inflating: angular-1.3.9/docs/examples/example-ngModelOptions-directive-blur/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-ngModelOptions-directive-blur/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-ngModelOptions-directive-blur/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-ngModelOptions-directive-blur/index.html  
  inflating: angular-1.3.9/docs/examples/example-ngModelOptions-directive-blur/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-ngModelOptions-directive-blur/protractor.js  
   creating: angular-1.3.9/docs/examples/example-ngModelOptions-directive-debounce/
  inflating: angular-1.3.9/docs/examples/example-ngModelOptions-directive-debounce/app.js  
  inflating: angular-1.3.9/docs/examples/example-ngModelOptions-directive-debounce/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-ngModelOptions-directive-debounce/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-ngModelOptions-directive-debounce/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-ngModelOptions-directive-debounce/index.html  
  inflating: angular-1.3.9/docs/examples/example-ngModelOptions-directive-debounce/manifest.json  
   creating: angular-1.3.9/docs/examples/example-ngModelOptions-directive-getter-setter/
  inflating: angular-1.3.9/docs/examples/example-ngModelOptions-directive-getter-setter/app.js  
  inflating: angular-1.3.9/docs/examples/example-ngModelOptions-directive-getter-setter/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-ngModelOptions-directive-getter-setter/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-ngModelOptions-directive-getter-setter/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-ngModelOptions-directive-getter-setter/index.html  
  inflating: angular-1.3.9/docs/examples/example-ngModelOptions-directive-getter-setter/manifest.json  
   creating: angular-1.3.9/docs/examples/example-ngValue-directive/
  inflating: angular-1.3.9/docs/examples/example-ngValue-directive/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-ngValue-directive/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-ngValue-directive/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-ngValue-directive/index.html  
  inflating: angular-1.3.9/docs/examples/example-ngValue-directive/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-ngValue-directive/protractor.js  
   creating: angular-1.3.9/docs/examples/example-ngView-directive/
  inflating: angular-1.3.9/docs/examples/example-ngView-directive/animations.css  
  inflating: angular-1.3.9/docs/examples/example-ngView-directive/book.html  
  inflating: angular-1.3.9/docs/examples/example-ngView-directive/chapter.html  
  inflating: angular-1.3.9/docs/examples/example-ngView-directive/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-ngView-directive/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-ngView-directive/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-ngView-directive/index.html  
  inflating: angular-1.3.9/docs/examples/example-ngView-directive/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-ngView-directive/protractor.js  
  inflating: angular-1.3.9/docs/examples/example-ngView-directive/script.js  
   creating: angular-1.3.9/docs/examples/example-number-input-directive/
  inflating: angular-1.3.9/docs/examples/example-number-input-directive/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-number-input-directive/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-number-input-directive/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-number-input-directive/index.html  
  inflating: angular-1.3.9/docs/examples/example-number-input-directive/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-number-input-directive/protractor.js  
   creating: angular-1.3.9/docs/examples/example-radio-input-directive/
  inflating: angular-1.3.9/docs/examples/example-radio-input-directive/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-radio-input-directive/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-radio-input-directive/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-radio-input-directive/index.html  
  inflating: angular-1.3.9/docs/examples/example-radio-input-directive/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-radio-input-directive/protractor.js  
   creating: angular-1.3.9/docs/examples/example-text-input-directive/
  inflating: angular-1.3.9/docs/examples/example-text-input-directive/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-text-input-directive/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-text-input-directive/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-text-input-directive/index.html  
  inflating: angular-1.3.9/docs/examples/example-text-input-directive/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-text-input-directive/protractor.js  
   creating: angular-1.3.9/docs/examples/example-time-input-directive/
  inflating: angular-1.3.9/docs/examples/example-time-input-directive/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-time-input-directive/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-time-input-directive/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-time-input-directive/index.html  
  inflating: angular-1.3.9/docs/examples/example-time-input-directive/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-time-input-directive/protractor.js  
   creating: angular-1.3.9/docs/examples/example-url-input-directive/
  inflating: angular-1.3.9/docs/examples/example-url-input-directive/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-url-input-directive/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-url-input-directive/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-url-input-directive/index.html  
  inflating: angular-1.3.9/docs/examples/example-url-input-directive/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-url-input-directive/protractor.js  
   creating: angular-1.3.9/docs/examples/example-week-input-directive/
  inflating: angular-1.3.9/docs/examples/example-week-input-directive/index-debug.html  
  inflating: angular-1.3.9/docs/examples/example-week-input-directive/index-jquery.html  
  inflating: angular-1.3.9/docs/examples/example-week-input-directive/index-production.html  
  inflating: angular-1.3.9/docs/examples/example-week-input-directive/index.html  
  inflating: angular-1.3.9/docs/examples/example-week-input-directive/manifest.json  
  inflating: angular-1.3.9/docs/examples/example-week-input-directive/protractor.js  
  inflating: angular-1.3.9/docs/favicon.ico  
   creating: angular-1.3.9/docs/img/
  inflating: angular-1.3.9/docs/img/AngularJS-small.png  
  inflating: angular-1.3.9/docs/img/One_Way_Data_Binding.png  
  inflating: angular-1.3.9/docs/img/Two_Way_Data_Binding.png  
  inflating: angular-1.3.9/docs/img/angular_parts.png  
  inflating: angular-1.3.9/docs/img/angularjs-for-header-only.svg  
  inflating: angular-1.3.9/docs/img/bullet.png  
  inflating: angular-1.3.9/docs/img/form_data_flow.png  
  inflating: angular-1.3.9/docs/img/glyphicons-halflings-white.png  
  inflating: angular-1.3.9/docs/img/glyphicons-halflings.png  
   creating: angular-1.3.9/docs/img/guide/
  inflating: angular-1.3.9/docs/img/guide/concepts-databinding1.png  
  inflating: angular-1.3.9/docs/img/guide/concepts-databinding2.png  
  inflating: angular-1.3.9/docs/img/guide/concepts-directive.png  
  inflating: angular-1.3.9/docs/img/guide/concepts-module-injector.png  
  inflating: angular-1.3.9/docs/img/guide/concepts-module-service.png  
  inflating: angular-1.3.9/docs/img/guide/concepts-runtime.png  
  inflating: angular-1.3.9/docs/img/guide/concepts-scope-watch-strategies.png  
  inflating: angular-1.3.9/docs/img/guide/concepts-scope.png  
  inflating: angular-1.3.9/docs/img/guide/concepts-startup.png  
  inflating: angular-1.3.9/docs/img/guide/concepts-view.png  
  inflating: angular-1.3.9/docs/img/guide/di_sequence_final.png  
  inflating: angular-1.3.9/docs/img/guide/dom_scope_final.png  
  inflating: angular-1.3.9/docs/img/guide/forms-debounce.gif  
  inflating: angular-1.3.9/docs/img/guide/forms-update-on-blur.gif  
  inflating: angular-1.3.9/docs/img/guide/hashbang_vs_regular_url.jpg  
  inflating: angular-1.3.9/docs/img/guide/scenario_runner.png  
  inflating: angular-1.3.9/docs/img/guide/simple_scope_final.png  
  inflating: angular-1.3.9/docs/img/helloworld.png  
  inflating: angular-1.3.9/docs/img/helloworld_2way.png  
   creating: angular-1.3.9/docs/img/tutorial/
  inflating: angular-1.3.9/docs/img/tutorial/catalog_screen.png  
  inflating: angular-1.3.9/docs/img/tutorial/tutorial_00.png  
  inflating: angular-1.3.9/docs/img/tutorial/tutorial_00_final.png  
  inflating: angular-1.3.9/docs/img/tutorial/tutorial_02.png  
  inflating: angular-1.3.9/docs/img/tutorial/tutorial_03.png  
  inflating: angular-1.3.9/docs/img/tutorial/tutorial_04.png  
  inflating: angular-1.3.9/docs/img/tutorial/tutorial_05.png  
  inflating: angular-1.3.9/docs/img/tutorial/tutorial_05.pptx  
  inflating: angular-1.3.9/docs/img/tutorial/tutorial_07_final.png  
  inflating: angular-1.3.9/docs/img/tutorial/tutorial_08-09_final.png  
  inflating: angular-1.3.9/docs/img/tutorial/tutorial_10-11_final.png  
  inflating: angular-1.3.9/docs/img/tutorial/xhr_service_final.png  
  inflating: angular-1.3.9/docs/index-debug.html  
  inflating: angular-1.3.9/docs/index-jquery.html  
  inflating: angular-1.3.9/docs/index-production.html  
  inflating: angular-1.3.9/docs/index.html  
   creating: angular-1.3.9/docs/js/
   creating: angular-1.3.9/docs/js/angular-bootstrap/
  inflating: angular-1.3.9/docs/js/angular-bootstrap/bootstrap.js  
  inflating: angular-1.3.9/docs/js/angular-bootstrap/bootstrap.min.js  
  inflating: angular-1.3.9/docs/js/angular-bootstrap/bootstrap.min.js.map  
  inflating: angular-1.3.9/docs/js/angular-bootstrap/dropdown-toggle.js  
  inflating: angular-1.3.9/docs/js/angular-bootstrap/dropdown-toggle.min.js  
  inflating: angular-1.3.9/docs/js/angular-bootstrap/dropdown-toggle.min.js.map  
  inflating: angular-1.3.9/docs/js/docs.js  
  inflating: angular-1.3.9/docs/js/docs.min.js  
  inflating: angular-1.3.9/docs/js/docs.min.js.map  
  inflating: angular-1.3.9/docs/js/nav-data.js  
  inflating: angular-1.3.9/docs/js/pages-data.js  
  inflating: angular-1.3.9/docs/js/search-data.json  
  inflating: angular-1.3.9/docs/js/search-worker.js  
  inflating: angular-1.3.9/docs/js/search-worker.min.js  
  inflating: angular-1.3.9/docs/js/search-worker.min.js.map  
  inflating: angular-1.3.9/docs/js/versions-data.js  
   creating: angular-1.3.9/docs/partials/
   creating: angular-1.3.9/docs/partials/api/
  inflating: angular-1.3.9/docs/partials/api.html  
   creating: angular-1.3.9/docs/partials/api/auto/
  inflating: angular-1.3.9/docs/partials/api/auto.html  
   creating: angular-1.3.9/docs/partials/api/auto/service/
  inflating: angular-1.3.9/docs/partials/api/auto/service.html  
  inflating: angular-1.3.9/docs/partials/api/auto/service/$injector.html  
  inflating: angular-1.3.9/docs/partials/api/auto/service/$provide.html  
   creating: angular-1.3.9/docs/partials/api/ng/
  inflating: angular-1.3.9/docs/partials/api/ng.html  
   creating: angular-1.3.9/docs/partials/api/ng/directive/
  inflating: angular-1.3.9/docs/partials/api/ng/directive.html  
  inflating: angular-1.3.9/docs/partials/api/ng/directive/a.html  
  inflating: angular-1.3.9/docs/partials/api/ng/directive/form.html  
  inflating: angular-1.3.9/docs/partials/api/ng/directive/input.html  
  inflating: angular-1.3.9/docs/partials/api/ng/directive/ngApp.html  
  inflating: angular-1.3.9/docs/partials/api/ng/directive/ngBind.html  
  inflating: angular-1.3.9/docs/partials/api/ng/directive/ngBindHtml.html  
  inflating: angular-1.3.9/docs/partials/api/ng/directive/ngBindTemplate.html  
  inflating: angular-1.3.9/docs/partials/api/ng/directive/ngBlur.html  
  inflating: angular-1.3.9/docs/partials/api/ng/directive/ngChange.html  
  inflating: angular-1.3.9/docs/partials/api/ng/directive/ngChecked.html  
  inflating: angular-1.3.9/docs/partials/api/ng/directive/ngClass.html  
  inflating: angular-1.3.9/docs/partials/api/ng/directive/ngClassEven.html  
  inflating: angular-1.3.9/docs/partials/api/ng/directive/ngClassOdd.html  
  inflating: angular-1.3.9/docs/partials/api/ng/directive/ngClick.html  
  inflating: angular-1.3.9/docs/partials/api/ng/directive/ngCloak.html  
  inflating: angular-1.3.9/docs/partials/api/ng/directive/ngController.html  
  inflating: angular-1.3.9/docs/partials/api/ng/directive/ngCopy.html  
  inflating: angular-1.3.9/docs/partials/api/ng/directive/ngCsp.html  
  inflating: angular-1.3.9/docs/partials/api/ng/directive/ngCut.html  
  inflating: angular-1.3.9/docs/partials/api/ng/directive/ngDblclick.html  
  inflating: angular-1.3.9/docs/partials/api/ng/directive/ngDisabled.html  
  inflating: angular-1.3.9/docs/partials/api/ng/directive/ngFocus.html  
  inflating: angular-1.3.9/docs/partials/api/ng/directive/ngForm.html  
  inflating: angular-1.3.9/docs/partials/api/ng/directive/ngHide.html  
  inflating: angular-1.3.9/docs/partials/api/ng/directive/ngHref.html  
  inflating: angular-1.3.9/docs/partials/api/ng/directive/ngIf.html  
  inflating: angular-1.3.9/docs/partials/api/ng/directive/ngInclude.html  
  inflating: angular-1.3.9/docs/partials/api/ng/directive/ngInit.html  
  inflating: angular-1.3.9/docs/partials/api/ng/directive/ngKeydown.html  
  inflating: angular-1.3.9/docs/partials/api/ng/directive/ngKeypress.html  
  inflating: angular-1.3.9/docs/partials/api/ng/directive/ngKeyup.html  
  inflating: angular-1.3.9/docs/partials/api/ng/directive/ngList.html  
  inflating: angular-1.3.9/docs/partials/api/ng/directive/ngModel.html  
  inflating: angular-1.3.9/docs/partials/api/ng/directive/ngModelOptions.html  
  inflating: angular-1.3.9/docs/partials/api/ng/directive/ngMousedown.html  
  inflating: angular-1.3.9/docs/partials/api/ng/directive/ngMouseenter.html  
  inflating: angular-1.3.9/docs/partials/api/ng/directive/ngMouseleave.html  
  inflating: angular-1.3.9/docs/partials/api/ng/directive/ngMousemove.html  
  inflating: angular-1.3.9/docs/partials/api/ng/directive/ngMouseover.html  
  inflating: angular-1.3.9/docs/partials/api/ng/directive/ngMouseup.html  
  inflating: angular-1.3.9/docs/partials/api/ng/directive/ngNonBindable.html  
  inflating: angular-1.3.9/docs/partials/api/ng/directive/ngOpen.html  
  inflating: angular-1.3.9/docs/partials/api/ng/directive/ngPaste.html  
  inflating: angular-1.3.9/docs/partials/api/ng/directive/ngPluralize.html  
  inflating: angular-1.3.9/docs/partials/api/ng/directive/ngReadonly.html  
  inflating: angular-1.3.9/docs/partials/api/ng/directive/ngRepeat.html  
  inflating: angular-1.3.9/docs/partials/api/ng/directive/ngSelected.html  
  inflating: angular-1.3.9/docs/partials/api/ng/directive/ngShow.html  
  inflating: angular-1.3.9/docs/partials/api/ng/directive/ngSrc.html  
  inflating: angular-1.3.9/docs/partials/api/ng/directive/ngSrcset.html  
  inflating: angular-1.3.9/docs/partials/api/ng/directive/ngStyle.html  
  inflating: angular-1.3.9/docs/partials/api/ng/directive/ngSubmit.html  
  inflating: angular-1.3.9/docs/partials/api/ng/directive/ngSwitch.html  
  inflating: angular-1.3.9/docs/partials/api/ng/directive/ngTransclude.html  
  inflating: angular-1.3.9/docs/partials/api/ng/directive/ngValue.html  
  inflating: angular-1.3.9/docs/partials/api/ng/directive/script.html  
  inflating: angular-1.3.9/docs/partials/api/ng/directive/select.html  
  inflating: angular-1.3.9/docs/partials/api/ng/directive/textarea.html  
   creating: angular-1.3.9/docs/partials/api/ng/filter/
  inflating: angular-1.3.9/docs/partials/api/ng/filter.html  
  inflating: angular-1.3.9/docs/partials/api/ng/filter/currency.html  
  inflating: angular-1.3.9/docs/partials/api/ng/filter/date.html  
  inflating: angular-1.3.9/docs/partials/api/ng/filter/filter.html  
  inflating: angular-1.3.9/docs/partials/api/ng/filter/json.html  
  inflating: angular-1.3.9/docs/partials/api/ng/filter/limitTo.html  
  inflating: angular-1.3.9/docs/partials/api/ng/filter/lowercase.html  
  inflating: angular-1.3.9/docs/partials/api/ng/filter/number.html  
  inflating: angular-1.3.9/docs/partials/api/ng/filter/orderBy.html  
  inflating: angular-1.3.9/docs/partials/api/ng/filter/uppercase.html  
   creating: angular-1.3.9/docs/partials/api/ng/function/
  inflating: angular-1.3.9/docs/partials/api/ng/function.html  
  inflating: angular-1.3.9/docs/partials/api/ng/function/angular.bind.html  
  inflating: angular-1.3.9/docs/partials/api/ng/function/angular.bootstrap.html  
  inflating: angular-1.3.9/docs/partials/api/ng/function/angular.copy.html  
  inflating: angular-1.3.9/docs/partials/api/ng/function/angular.element.html  
  inflating: angular-1.3.9/docs/partials/api/ng/function/angular.equals.html  
  inflating: angular-1.3.9/docs/partials/api/ng/function/angular.extend.html  
  inflating: angular-1.3.9/docs/partials/api/ng/function/angular.forEach.html  
  inflating: angular-1.3.9/docs/partials/api/ng/function/angular.fromJson.html  
  inflating: angular-1.3.9/docs/partials/api/ng/function/angular.identity.html  
  inflating: angular-1.3.9/docs/partials/api/ng/function/angular.injector.html  
  inflating: angular-1.3.9/docs/partials/api/ng/function/angular.isArray.html  
  inflating: angular-1.3.9/docs/partials/api/ng/function/angular.isDate.html  
  inflating: angular-1.3.9/docs/partials/api/ng/function/angular.isDefined.html  
  inflating: angular-1.3.9/docs/partials/api/ng/function/angular.isElement.html  
  inflating: angular-1.3.9/docs/partials/api/ng/function/angular.isFunction.html  
  inflating: angular-1.3.9/docs/partials/api/ng/function/angular.isNumber.html  
  inflating: angular-1.3.9/docs/partials/api/ng/function/angular.isObject.html  
  inflating: angular-1.3.9/docs/partials/api/ng/function/angular.isString.html  
  inflating: angular-1.3.9/docs/partials/api/ng/function/angular.isUndefined.html  
  inflating: angular-1.3.9/docs/partials/api/ng/function/angular.lowercase.html  
  inflating: angular-1.3.9/docs/partials/api/ng/function/angular.module.html  
  inflating: angular-1.3.9/docs/partials/api/ng/function/angular.noop.html  
  inflating: angular-1.3.9/docs/partials/api/ng/function/angular.reloadWithDebugInfo.html  
  inflating: angular-1.3.9/docs/partials/api/ng/function/angular.toJson.html  
  inflating: angular-1.3.9/docs/partials/api/ng/function/angular.uppercase.html  
   creating: angular-1.3.9/docs/partials/api/ng/input/
  inflating: angular-1.3.9/docs/partials/api/ng/input.html  
  inflating: angular-1.3.9/docs/partials/api/ng/input/input[checkbox].html  
  inflating: angular-1.3.9/docs/partials/api/ng/input/input[date].html  
  inflating: angular-1.3.9/docs/partials/api/ng/input/input[datetime-local].html  
  inflating: angular-1.3.9/docs/partials/api/ng/input/input[email].html  
  inflating: angular-1.3.9/docs/partials/api/ng/input/input[month].html  
  inflating: angular-1.3.9/docs/partials/api/ng/input/input[number].html  
  inflating: angular-1.3.9/docs/partials/api/ng/input/input[radio].html  
  inflating: angular-1.3.9/docs/partials/api/ng/input/input[text].html  
  inflating: angular-1.3.9/docs/partials/api/ng/input/input[time].html  
  inflating: angular-1.3.9/docs/partials/api/ng/input/input[url].html  
  inflating: angular-1.3.9/docs/partials/api/ng/input/input[week].html  
   creating: angular-1.3.9/docs/partials/api/ng/object/
  inflating: angular-1.3.9/docs/partials/api/ng/object.html  
  inflating: angular-1.3.9/docs/partials/api/ng/object/angular.version.html  
   creating: angular-1.3.9/docs/partials/api/ng/provider/
  inflating: angular-1.3.9/docs/partials/api/ng/provider.html  
  inflating: angular-1.3.9/docs/partials/api/ng/provider/$anchorScrollProvider.html  
  inflating: angular-1.3.9/docs/partials/api/ng/provider/$animateProvider.html  
  inflating: angular-1.3.9/docs/partials/api/ng/provider/$compileProvider.html  
  inflating: angular-1.3.9/docs/partials/api/ng/provider/$controllerProvider.html  
  inflating: angular-1.3.9/docs/partials/api/ng/provider/$filterProvider.html  
  inflating: angular-1.3.9/docs/partials/api/ng/provider/$httpProvider.html  
  inflating: angular-1.3.9/docs/partials/api/ng/provider/$interpolateProvider.html  
  inflating: angular-1.3.9/docs/partials/api/ng/provider/$locationProvider.html  
  inflating: angular-1.3.9/docs/partials/api/ng/provider/$logProvider.html  
  inflating: angular-1.3.9/docs/partials/api/ng/provider/$parseProvider.html  
  inflating: angular-1.3.9/docs/partials/api/ng/provider/$rootScopeProvider.html  
  inflating: angular-1.3.9/docs/partials/api/ng/provider/$sceDelegateProvider.html  
  inflating: angular-1.3.9/docs/partials/api/ng/provider/$sceProvider.html  
   creating: angular-1.3.9/docs/partials/api/ng/service/
  inflating: angular-1.3.9/docs/partials/api/ng/service.html  
  inflating: angular-1.3.9/docs/partials/api/ng/service/$anchorScroll.html  
  inflating: angular-1.3.9/docs/partials/api/ng/service/$animate.html  
  inflating: angular-1.3.9/docs/partials/api/ng/service/$cacheFactory.html  
  inflating: angular-1.3.9/docs/partials/api/ng/service/$compile.html  
  inflating: angular-1.3.9/docs/partials/api/ng/service/$controller.html  
  inflating: angular-1.3.9/docs/partials/api/ng/service/$document.html  
  inflating: angular-1.3.9/docs/partials/api/ng/service/$exceptionHandler.html  
  inflating: angular-1.3.9/docs/partials/api/ng/service/$filter.html  
  inflating: angular-1.3.9/docs/partials/api/ng/service/$http.html  
  inflating: angular-1.3.9/docs/partials/api/ng/service/$httpBackend.html  
  inflating: angular-1.3.9/docs/partials/api/ng/service/$interpolate.html  
  inflating: angular-1.3.9/docs/partials/api/ng/service/$interval.html  
  inflating: angular-1.3.9/docs/partials/api/ng/service/$locale.html  
  inflating: angular-1.3.9/docs/partials/api/ng/service/$location.html  
  inflating: angular-1.3.9/docs/partials/api/ng/service/$log.html  
  inflating: angular-1.3.9/docs/partials/api/ng/service/$parse.html  
  inflating: angular-1.3.9/docs/partials/api/ng/service/$q.html  
  inflating: angular-1.3.9/docs/partials/api/ng/service/$rootElement.html  
  inflating: angular-1.3.9/docs/partials/api/ng/service/$rootScope.html  
  inflating: angular-1.3.9/docs/partials/api/ng/service/$sce.html  
  inflating: angular-1.3.9/docs/partials/api/ng/service/$sceDelegate.html  
  inflating: angular-1.3.9/docs/partials/api/ng/service/$templateCache.html  
  inflating: angular-1.3.9/docs/partials/api/ng/service/$templateRequest.html  
  inflating: angular-1.3.9/docs/partials/api/ng/service/$timeout.html  
  inflating: angular-1.3.9/docs/partials/api/ng/service/$window.html  
   creating: angular-1.3.9/docs/partials/api/ng/type/
  inflating: angular-1.3.9/docs/partials/api/ng/type.html  
  inflating: angular-1.3.9/docs/partials/api/ng/type/$cacheFactory.Cache.html  
  inflating: angular-1.3.9/docs/partials/api/ng/type/$compile.directive.Attributes.html  
  inflating: angular-1.3.9/docs/partials/api/ng/type/$rootScope.Scope.html  
  inflating: angular-1.3.9/docs/partials/api/ng/type/angular.Module.html  
  inflating: angular-1.3.9/docs/partials/api/ng/type/form.FormController.html  
  inflating: angular-1.3.9/docs/partials/api/ng/type/ngModel.NgModelController.html  
   creating: angular-1.3.9/docs/partials/api/ngAnimate/
  inflating: angular-1.3.9/docs/partials/api/ngAnimate.html  
   creating: angular-1.3.9/docs/partials/api/ngAnimate/provider/
  inflating: angular-1.3.9/docs/partials/api/ngAnimate/provider.html  
  inflating: angular-1.3.9/docs/partials/api/ngAnimate/provider/$animateProvider.html  
   creating: angular-1.3.9/docs/partials/api/ngAnimate/service/
  inflating: angular-1.3.9/docs/partials/api/ngAnimate/service.html  
  inflating: angular-1.3.9/docs/partials/api/ngAnimate/service/$animate.html  
   creating: angular-1.3.9/docs/partials/api/ngAria/
  inflating: angular-1.3.9/docs/partials/api/ngAria.html  
   creating: angular-1.3.9/docs/partials/api/ngAria/provider/
  inflating: angular-1.3.9/docs/partials/api/ngAria/provider.html  
  inflating: angular-1.3.9/docs/partials/api/ngAria/provider/$ariaProvider.html  
   creating: angular-1.3.9/docs/partials/api/ngAria/service/
  inflating: angular-1.3.9/docs/partials/api/ngAria/service.html  
  inflating: angular-1.3.9/docs/partials/api/ngAria/service/$aria.html  
   creating: angular-1.3.9/docs/partials/api/ngCookies/
  inflating: angular-1.3.9/docs/partials/api/ngCookies.html  
   creating: angular-1.3.9/docs/partials/api/ngCookies/service/
  inflating: angular-1.3.9/docs/partials/api/ngCookies/service.html  
  inflating: angular-1.3.9/docs/partials/api/ngCookies/service/$cookieStore.html  
  inflating: angular-1.3.9/docs/partials/api/ngCookies/service/$cookies.html  
   creating: angular-1.3.9/docs/partials/api/ngMessages/
  inflating: angular-1.3.9/docs/partials/api/ngMessages.html  
   creating: angular-1.3.9/docs/partials/api/ngMessages/directive/
  inflating: angular-1.3.9/docs/partials/api/ngMessages/directive.html  
  inflating: angular-1.3.9/docs/partials/api/ngMessages/directive/ngMessage.html  
  inflating: angular-1.3.9/docs/partials/api/ngMessages/directive/ngMessages.html  
   creating: angular-1.3.9/docs/partials/api/ngMock/
  inflating: angular-1.3.9/docs/partials/api/ngMock.html  
   creating: angular-1.3.9/docs/partials/api/ngMock/function/
  inflating: angular-1.3.9/docs/partials/api/ngMock/function.html  
  inflating: angular-1.3.9/docs/partials/api/ngMock/function/angular.mock.dump.html  
  inflating: angular-1.3.9/docs/partials/api/ngMock/function/angular.mock.inject.html  
  inflating: angular-1.3.9/docs/partials/api/ngMock/function/angular.mock.module.html  
   creating: angular-1.3.9/docs/partials/api/ngMock/object/
  inflating: angular-1.3.9/docs/partials/api/ngMock/object.html  
  inflating: angular-1.3.9/docs/partials/api/ngMock/object/angular.mock.html  
   creating: angular-1.3.9/docs/partials/api/ngMock/provider/
  inflating: angular-1.3.9/docs/partials/api/ngMock/provider.html  
  inflating: angular-1.3.9/docs/partials/api/ngMock/provider/$exceptionHandlerProvider.html  
   creating: angular-1.3.9/docs/partials/api/ngMock/service/
  inflating: angular-1.3.9/docs/partials/api/ngMock/service.html  
  inflating: angular-1.3.9/docs/partials/api/ngMock/service/$exceptionHandler.html  
  inflating: angular-1.3.9/docs/partials/api/ngMock/service/$httpBackend.html  
  inflating: angular-1.3.9/docs/partials/api/ngMock/service/$interval.html  
  inflating: angular-1.3.9/docs/partials/api/ngMock/service/$log.html  
  inflating: angular-1.3.9/docs/partials/api/ngMock/service/$timeout.html  
   creating: angular-1.3.9/docs/partials/api/ngMock/type/
  inflating: angular-1.3.9/docs/partials/api/ngMock/type.html  
  inflating: angular-1.3.9/docs/partials/api/ngMock/type/$rootScope.Scope.html  
  inflating: angular-1.3.9/docs/partials/api/ngMock/type/angular.mock.TzDate.html  
   creating: angular-1.3.9/docs/partials/api/ngMockE2E/
  inflating: angular-1.3.9/docs/partials/api/ngMockE2E.html  
   creating: angular-1.3.9/docs/partials/api/ngMockE2E/service/
  inflating: angular-1.3.9/docs/partials/api/ngMockE2E/service.html  
  inflating: angular-1.3.9/docs/partials/api/ngMockE2E/service/$httpBackend.html  
   creating: angular-1.3.9/docs/partials/api/ngResource/
  inflating: angular-1.3.9/docs/partials/api/ngResource.html  
   creating: angular-1.3.9/docs/partials/api/ngResource/service/
  inflating: angular-1.3.9/docs/partials/api/ngResource/service.html  
  inflating: angular-1.3.9/docs/partials/api/ngResource/service/$resource.html  
   creating: angular-1.3.9/docs/partials/api/ngRoute/
  inflating: angular-1.3.9/docs/partials/api/ngRoute.html  
   creating: angular-1.3.9/docs/partials/api/ngRoute/directive/
  inflating: angular-1.3.9/docs/partials/api/ngRoute/directive.html  
  inflating: angular-1.3.9/docs/partials/api/ngRoute/directive/ngView.html  
   creating: angular-1.3.9/docs/partials/api/ngRoute/provider/
  inflating: angular-1.3.9/docs/partials/api/ngRoute/provider.html  
  inflating: angular-1.3.9/docs/partials/api/ngRoute/provider/$routeProvider.html  
   creating: angular-1.3.9/docs/partials/api/ngRoute/service/
  inflating: angular-1.3.9/docs/partials/api/ngRoute/service.html  
  inflating: angular-1.3.9/docs/partials/api/ngRoute/service/$route.html  
  inflating: angular-1.3.9/docs/partials/api/ngRoute/service/$routeParams.html  
   creating: angular-1.3.9/docs/partials/api/ngSanitize/
  inflating: angular-1.3.9/docs/partials/api/ngSanitize.html  
   creating: angular-1.3.9/docs/partials/api/ngSanitize/filter/
  inflating: angular-1.3.9/docs/partials/api/ngSanitize/filter.html  
  inflating: angular-1.3.9/docs/partials/api/ngSanitize/filter/linky.html  
   creating: angular-1.3.9/docs/partials/api/ngSanitize/service/
  inflating: angular-1.3.9/docs/partials/api/ngSanitize/service.html  
  inflating: angular-1.3.9/docs/partials/api/ngSanitize/service/$sanitize.html  
   creating: angular-1.3.9/docs/partials/api/ngTouch/
  inflating: angular-1.3.9/docs/partials/api/ngTouch.html  
   creating: angular-1.3.9/docs/partials/api/ngTouch/directive/
  inflating: angular-1.3.9/docs/partials/api/ngTouch/directive.html  
  inflating: angular-1.3.9/docs/partials/api/ngTouch/directive/ngClick.html  
  inflating: angular-1.3.9/docs/partials/api/ngTouch/directive/ngSwipeLeft.html  
  inflating: angular-1.3.9/docs/partials/api/ngTouch/directive/ngSwipeRight.html  
   creating: angular-1.3.9/docs/partials/api/ngTouch/service/
  inflating: angular-1.3.9/docs/partials/api/ngTouch/service.html  
  inflating: angular-1.3.9/docs/partials/api/ngTouch/service/$swipe.html  
   creating: angular-1.3.9/docs/partials/error/
  inflating: angular-1.3.9/docs/partials/error.html  
   creating: angular-1.3.9/docs/partials/error/$animate/
  inflating: angular-1.3.9/docs/partials/error/$animate.html  
  inflating: angular-1.3.9/docs/partials/error/$animate/notcsel.html  
   creating: angular-1.3.9/docs/partials/error/$cacheFactory/
  inflating: angular-1.3.9/docs/partials/error/$cacheFactory.html  
  inflating: angular-1.3.9/docs/partials/error/$cacheFactory/iid.html  
   creating: angular-1.3.9/docs/partials/error/$compile/
  inflating: angular-1.3.9/docs/partials/error/$compile.html  
  inflating: angular-1.3.9/docs/partials/error/$compile/ctreq.html  
  inflating: angular-1.3.9/docs/partials/error/$compile/iscp.html  
  inflating: angular-1.3.9/docs/partials/error/$compile/multidir.html  
  inflating: angular-1.3.9/docs/partials/error/$compile/nodomevents.html  
  inflating: angular-1.3.9/docs/partials/error/$compile/nonassign.html  
  inflating: angular-1.3.9/docs/partials/error/$compile/selmulti.html  
  inflating: angular-1.3.9/docs/partials/error/$compile/tpload.html  
  inflating: angular-1.3.9/docs/partials/error/$compile/tplrt.html  
  inflating: angular-1.3.9/docs/partials/error/$compile/uterdir.html  
   creating: angular-1.3.9/docs/partials/error/$controller/
  inflating: angular-1.3.9/docs/partials/error/$controller.html  
  inflating: angular-1.3.9/docs/partials/error/$controller/noscp.html  
   creating: angular-1.3.9/docs/partials/error/$http/
  inflating: angular-1.3.9/docs/partials/error/$http.html  
  inflating: angular-1.3.9/docs/partials/error/$http/badreq.html  
   creating: angular-1.3.9/docs/partials/error/$injector/
  inflating: angular-1.3.9/docs/partials/error/$injector.html  
  inflating: angular-1.3.9/docs/partials/error/$injector/cdep.html  
  inflating: angular-1.3.9/docs/partials/error/$injector/itkn.html  
  inflating: angular-1.3.9/docs/partials/error/$injector/modulerr.html  
  inflating: angular-1.3.9/docs/partials/error/$injector/nomod.html  
  inflating: angular-1.3.9/docs/partials/error/$injector/pget.html  
  inflating: angular-1.3.9/docs/partials/error/$injector/strictdi.html  
  inflating: angular-1.3.9/docs/partials/error/$injector/undef.html  
  inflating: angular-1.3.9/docs/partials/error/$injector/unpr.html  
   creating: angular-1.3.9/docs/partials/error/$interpolate/
  inflating: angular-1.3.9/docs/partials/error/$interpolate.html  
  inflating: angular-1.3.9/docs/partials/error/$interpolate/interr.html  
  inflating: angular-1.3.9/docs/partials/error/$interpolate/noconcat.html  
   creating: angular-1.3.9/docs/partials/error/$location/
  inflating: angular-1.3.9/docs/partials/error/$location.html  
  inflating: angular-1.3.9/docs/partials/error/$location/ipthprfx.html  
  inflating: angular-1.3.9/docs/partials/error/$location/isrcharg.html  
  inflating: angular-1.3.9/docs/partials/error/$location/nobase.html  
  inflating: angular-1.3.9/docs/partials/error/$location/nostate.html  
   creating: angular-1.3.9/docs/partials/error/$parse/
  inflating: angular-1.3.9/docs/partials/error/$parse.html  
  inflating: angular-1.3.9/docs/partials/error/$parse/isecdom.html  
  inflating: angular-1.3.9/docs/partials/error/$parse/isecff.html  
  inflating: angular-1.3.9/docs/partials/error/$parse/isecfld.html  
  inflating: angular-1.3.9/docs/partials/error/$parse/isecfn.html  
  inflating: angular-1.3.9/docs/partials/error/$parse/isecobj.html  
  inflating: angular-1.3.9/docs/partials/error/$parse/isecwindow.html  
  inflating: angular-1.3.9/docs/partials/error/$parse/lexerr.html  
  inflating: angular-1.3.9/docs/partials/error/$parse/syntax.html  
  inflating: angular-1.3.9/docs/partials/error/$parse/ueoe.html  
   creating: angular-1.3.9/docs/partials/error/$q/
  inflating: angular-1.3.9/docs/partials/error/$q.html  
  inflating: angular-1.3.9/docs/partials/error/$q/norslvr.html  
  inflating: angular-1.3.9/docs/partials/error/$q/qcycle.html  
   creating: angular-1.3.9/docs/partials/error/$resource/
  inflating: angular-1.3.9/docs/partials/error/$resource.html  
  inflating: angular-1.3.9/docs/partials/error/$resource/badargs.html  
  inflating: angular-1.3.9/docs/partials/error/$resource/badcfg.html  
  inflating: angular-1.3.9/docs/partials/error/$resource/badmember.html  
  inflating: angular-1.3.9/docs/partials/error/$resource/badname.html  
   creating: angular-1.3.9/docs/partials/error/$rootScope/
  inflating: angular-1.3.9/docs/partials/error/$rootScope.html  
  inflating: angular-1.3.9/docs/partials/error/$rootScope/infdig.html  
  inflating: angular-1.3.9/docs/partials/error/$rootScope/inprog.html  
   creating: angular-1.3.9/docs/partials/error/$sanitize/
  inflating: angular-1.3.9/docs/partials/error/$sanitize.html  
  inflating: angular-1.3.9/docs/partials/error/$sanitize/badparse.html  
   creating: angular-1.3.9/docs/partials/error/$sce/
  inflating: angular-1.3.9/docs/partials/error/$sce.html  
  inflating: angular-1.3.9/docs/partials/error/$sce/icontext.html  
  inflating: angular-1.3.9/docs/partials/error/$sce/iequirks.html  
  inflating: angular-1.3.9/docs/partials/error/$sce/imatcher.html  
  inflating: angular-1.3.9/docs/partials/error/$sce/insecurl.html  
  inflating: angular-1.3.9/docs/partials/error/$sce/itype.html  
  inflating: angular-1.3.9/docs/partials/error/$sce/iwcard.html  
  inflating: angular-1.3.9/docs/partials/error/$sce/unsafe.html  
   creating: angular-1.3.9/docs/partials/error/jqLite/
  inflating: angular-1.3.9/docs/partials/error/jqLite.html  
  inflating: angular-1.3.9/docs/partials/error/jqLite/nosel.html  
  inflating: angular-1.3.9/docs/partials/error/jqLite/offargs.html  
  inflating: angular-1.3.9/docs/partials/error/jqLite/onargs.html  
   creating: angular-1.3.9/docs/partials/error/ng/
  inflating: angular-1.3.9/docs/partials/error/ng.html  
  inflating: angular-1.3.9/docs/partials/error/ng/areq.html  
  inflating: angular-1.3.9/docs/partials/error/ng/badname.html  
  inflating: angular-1.3.9/docs/partials/error/ng/btstrpd.html  
  inflating: angular-1.3.9/docs/partials/error/ng/cpi.html  
  inflating: angular-1.3.9/docs/partials/error/ng/cpws.html  
  inflating: angular-1.3.9/docs/partials/error/ng/test.html  
   creating: angular-1.3.9/docs/partials/error/ngModel/
  inflating: angular-1.3.9/docs/partials/error/ngModel.html  
  inflating: angular-1.3.9/docs/partials/error/ngModel/constexpr.html  
  inflating: angular-1.3.9/docs/partials/error/ngModel/datefmt.html  
  inflating: angular-1.3.9/docs/partials/error/ngModel/nonassign.html  
   creating: angular-1.3.9/docs/partials/error/ngOptions/
  inflating: angular-1.3.9/docs/partials/error/ngOptions.html  
  inflating: angular-1.3.9/docs/partials/error/ngOptions/iexp.html  
  inflating: angular-1.3.9/docs/partials/error/ngOptions/trkslct.html  
   creating: angular-1.3.9/docs/partials/error/ngPattern/
  inflating: angular-1.3.9/docs/partials/error/ngPattern.html  
  inflating: angular-1.3.9/docs/partials/error/ngPattern/noregexp.html  
   creating: angular-1.3.9/docs/partials/error/ngRepeat/
  inflating: angular-1.3.9/docs/partials/error/ngRepeat.html  
  inflating: angular-1.3.9/docs/partials/error/ngRepeat/badident.html  
  inflating: angular-1.3.9/docs/partials/error/ngRepeat/dupes.html  
  inflating: angular-1.3.9/docs/partials/error/ngRepeat/iexp.html  
  inflating: angular-1.3.9/docs/partials/error/ngRepeat/iidexp.html  
   creating: angular-1.3.9/docs/partials/error/ngTransclude/
  inflating: angular-1.3.9/docs/partials/error/ngTransclude.html  
  inflating: angular-1.3.9/docs/partials/error/ngTransclude/orphan.html  
   creating: angular-1.3.9/docs/partials/guide/
  inflating: angular-1.3.9/docs/partials/guide.html  
  inflating: angular-1.3.9/docs/partials/guide/$location.html  
  inflating: angular-1.3.9/docs/partials/guide/accessibility.html  
  inflating: angular-1.3.9/docs/partials/guide/animations.html  
  inflating: angular-1.3.9/docs/partials/guide/bootstrap.html  
  inflating: angular-1.3.9/docs/partials/guide/compiler.html  
  inflating: angular-1.3.9/docs/partials/guide/concepts.html  
  inflating: angular-1.3.9/docs/partials/guide/controller.html  
  inflating: angular-1.3.9/docs/partials/guide/css-styling.html  
  inflating: angular-1.3.9/docs/partials/guide/databinding.html  
  inflating: angular-1.3.9/docs/partials/guide/di.html  
  inflating: angular-1.3.9/docs/partials/guide/directive.html  
  inflating: angular-1.3.9/docs/partials/guide/e2e-testing.html  
  inflating: angular-1.3.9/docs/partials/guide/expression.html  
  inflating: angular-1.3.9/docs/partials/guide/filter.html  
  inflating: angular-1.3.9/docs/partials/guide/forms.html  
  inflating: angular-1.3.9/docs/partials/guide/i18n.html  
  inflating: angular-1.3.9/docs/partials/guide/ie.html  
  inflating: angular-1.3.9/docs/partials/guide/introduction.html  
  inflating: angular-1.3.9/docs/partials/guide/migration.html  
  inflating: angular-1.3.9/docs/partials/guide/module.html  
  inflating: angular-1.3.9/docs/partials/guide/production.html  
  inflating: angular-1.3.9/docs/partials/guide/providers.html  
  inflating: angular-1.3.9/docs/partials/guide/scope.html  
  inflating: angular-1.3.9/docs/partials/guide/security.html  
  inflating: angular-1.3.9/docs/partials/guide/services.html  
  inflating: angular-1.3.9/docs/partials/guide/templates.html  
  inflating: angular-1.3.9/docs/partials/guide/unit-testing.html  
   creating: angular-1.3.9/docs/partials/misc/
  inflating: angular-1.3.9/docs/partials/misc.html  
  inflating: angular-1.3.9/docs/partials/misc/contribute.html  
  inflating: angular-1.3.9/docs/partials/misc/downloading.html  
  inflating: angular-1.3.9/docs/partials/misc/faq.html  
  inflating: angular-1.3.9/docs/partials/misc/started.html  
   creating: angular-1.3.9/docs/partials/tutorial/
  inflating: angular-1.3.9/docs/partials/tutorial.html  
  inflating: angular-1.3.9/docs/partials/tutorial/step_00.html  
  inflating: angular-1.3.9/docs/partials/tutorial/step_01.html  
  inflating: angular-1.3.9/docs/partials/tutorial/step_02.html  
  inflating: angular-1.3.9/docs/partials/tutorial/step_03.html  
  inflating: angular-1.3.9/docs/partials/tutorial/step_04.html  
  inflating: angular-1.3.9/docs/partials/tutorial/step_05.html  
  inflating: angular-1.3.9/docs/partials/tutorial/step_06.html  
  inflating: angular-1.3.9/docs/partials/tutorial/step_07.html  
  inflating: angular-1.3.9/docs/partials/tutorial/step_08.html  
  inflating: angular-1.3.9/docs/partials/tutorial/step_09.html  
  inflating: angular-1.3.9/docs/partials/tutorial/step_10.html  
  inflating: angular-1.3.9/docs/partials/tutorial/step_11.html  
  inflating: angular-1.3.9/docs/partials/tutorial/step_12.html  
  inflating: angular-1.3.9/docs/partials/tutorial/the_end.html  
   creating: angular-1.3.9/docs/ptore2e/
   creating: angular-1.3.9/docs/ptore2e/example-$route-service/
  inflating: angular-1.3.9/docs/ptore2e/example-$route-service/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-$route-service/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-NgModelController/
  inflating: angular-1.3.9/docs/ptore2e/example-NgModelController/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-NgModelController/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-checkbox-input-directive/
  inflating: angular-1.3.9/docs/ptore2e/example-checkbox-input-directive/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-checkbox-input-directive/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-date-input-directive/
  inflating: angular-1.3.9/docs/ptore2e/example-date-input-directive/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-date-input-directive/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-datetimelocal-input-directive/
  inflating: angular-1.3.9/docs/ptore2e/example-datetimelocal-input-directive/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-datetimelocal-input-directive/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-email-input-directive/
  inflating: angular-1.3.9/docs/ptore2e/example-email-input-directive/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-email-input-directive/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-example.csp/
  inflating: angular-1.3.9/docs/ptore2e/example-example.csp/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-example.csp/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-example100/
  inflating: angular-1.3.9/docs/ptore2e/example-example100/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-example100/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-example101/
  inflating: angular-1.3.9/docs/ptore2e/example-example101/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-example101/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-example102/
  inflating: angular-1.3.9/docs/ptore2e/example-example102/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-example102/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-example105/
  inflating: angular-1.3.9/docs/ptore2e/example-example105/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-example105/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-example106/
  inflating: angular-1.3.9/docs/ptore2e/example-example106/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-example106/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-example110/
  inflating: angular-1.3.9/docs/ptore2e/example-example110/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-example110/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-example111/
  inflating: angular-1.3.9/docs/ptore2e/example-example111/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-example111/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-example112/
  inflating: angular-1.3.9/docs/ptore2e/example-example112/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-example112/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-example113/
  inflating: angular-1.3.9/docs/ptore2e/example-example113/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-example113/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-example23/
  inflating: angular-1.3.9/docs/ptore2e/example-example23/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-example23/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-example24/
  inflating: angular-1.3.9/docs/ptore2e/example-example24/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-example24/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-example25/
  inflating: angular-1.3.9/docs/ptore2e/example-example25/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-example25/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-example27/
  inflating: angular-1.3.9/docs/ptore2e/example-example27/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-example27/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-example39/
  inflating: angular-1.3.9/docs/ptore2e/example-example39/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-example39/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-example40/
  inflating: angular-1.3.9/docs/ptore2e/example-example40/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-example40/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-example44/
  inflating: angular-1.3.9/docs/ptore2e/example-example44/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-example44/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-example51/
  inflating: angular-1.3.9/docs/ptore2e/example-example51/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-example51/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-example52/
  inflating: angular-1.3.9/docs/ptore2e/example-example52/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-example52/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-example53/
  inflating: angular-1.3.9/docs/ptore2e/example-example53/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-example53/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-example54/
  inflating: angular-1.3.9/docs/ptore2e/example-example54/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-example54/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-example55/
  inflating: angular-1.3.9/docs/ptore2e/example-example55/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-example55/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-example56/
  inflating: angular-1.3.9/docs/ptore2e/example-example56/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-example56/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-example57/
  inflating: angular-1.3.9/docs/ptore2e/example-example57/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-example57/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-example58/
  inflating: angular-1.3.9/docs/ptore2e/example-example58/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-example58/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-example59/
  inflating: angular-1.3.9/docs/ptore2e/example-example59/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-example59/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-example60/
  inflating: angular-1.3.9/docs/ptore2e/example-example60/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-example60/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-example61/
  inflating: angular-1.3.9/docs/ptore2e/example-example61/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-example61/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-example62/
  inflating: angular-1.3.9/docs/ptore2e/example-example62/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-example62/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-example63/
  inflating: angular-1.3.9/docs/ptore2e/example-example63/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-example63/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-example64/
  inflating: angular-1.3.9/docs/ptore2e/example-example64/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-example64/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-example65/
  inflating: angular-1.3.9/docs/ptore2e/example-example65/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-example65/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-example66/
  inflating: angular-1.3.9/docs/ptore2e/example-example66/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-example66/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-example67/
  inflating: angular-1.3.9/docs/ptore2e/example-example67/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-example67/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-example78/
  inflating: angular-1.3.9/docs/ptore2e/example-example78/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-example78/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-example83/
  inflating: angular-1.3.9/docs/ptore2e/example-example83/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-example83/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-example84/
  inflating: angular-1.3.9/docs/ptore2e/example-example84/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-example84/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-example86/
  inflating: angular-1.3.9/docs/ptore2e/example-example86/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-example86/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-example87/
  inflating: angular-1.3.9/docs/ptore2e/example-example87/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-example87/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-example88/
  inflating: angular-1.3.9/docs/ptore2e/example-example88/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-example88/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-example89/
  inflating: angular-1.3.9/docs/ptore2e/example-example89/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-example89/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-example9/
  inflating: angular-1.3.9/docs/ptore2e/example-example9/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-example9/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-example90/
  inflating: angular-1.3.9/docs/ptore2e/example-example90/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-example90/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-example91/
  inflating: angular-1.3.9/docs/ptore2e/example-example91/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-example91/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-example92/
  inflating: angular-1.3.9/docs/ptore2e/example-example92/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-example92/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-example93/
  inflating: angular-1.3.9/docs/ptore2e/example-example93/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-example93/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-example94/
  inflating: angular-1.3.9/docs/ptore2e/example-example94/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-example94/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-example95/
  inflating: angular-1.3.9/docs/ptore2e/example-example95/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-example95/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-example97/
  inflating: angular-1.3.9/docs/ptore2e/example-example97/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-example97/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-example98/
  inflating: angular-1.3.9/docs/ptore2e/example-example98/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-example98/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-example99/
  inflating: angular-1.3.9/docs/ptore2e/example-example99/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-example99/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-input-directive/
  inflating: angular-1.3.9/docs/ptore2e/example-input-directive/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-input-directive/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-location-hashbang-mode/
  inflating: angular-1.3.9/docs/ptore2e/example-location-hashbang-mode/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-location-hashbang-mode/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-location-html5-mode/
  inflating: angular-1.3.9/docs/ptore2e/example-location-html5-mode/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-location-html5-mode/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-month-input-directive/
  inflating: angular-1.3.9/docs/ptore2e/example-month-input-directive/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-month-input-directive/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-ngChange-directive/
  inflating: angular-1.3.9/docs/ptore2e/example-ngChange-directive/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-ngChange-directive/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-ngController/
  inflating: angular-1.3.9/docs/ptore2e/example-ngController/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-ngController/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-ngControllerAs/
  inflating: angular-1.3.9/docs/ptore2e/example-ngControllerAs/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-ngControllerAs/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-ngList-directive/
   creating: angular-1.3.9/docs/ptore2e/example-ngList-directive-newlines/
  inflating: angular-1.3.9/docs/ptore2e/example-ngList-directive-newlines/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-ngList-directive-newlines/jquery_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-ngList-directive/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-ngList-directive/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-ngModelOptions-directive-blur/
  inflating: angular-1.3.9/docs/ptore2e/example-ngModelOptions-directive-blur/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-ngModelOptions-directive-blur/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-ngValue-directive/
  inflating: angular-1.3.9/docs/ptore2e/example-ngValue-directive/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-ngValue-directive/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-ngView-directive/
  inflating: angular-1.3.9/docs/ptore2e/example-ngView-directive/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-ngView-directive/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-number-input-directive/
  inflating: angular-1.3.9/docs/ptore2e/example-number-input-directive/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-number-input-directive/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-radio-input-directive/
  inflating: angular-1.3.9/docs/ptore2e/example-radio-input-directive/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-radio-input-directive/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-text-input-directive/
  inflating: angular-1.3.9/docs/ptore2e/example-text-input-directive/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-text-input-directive/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-time-input-directive/
  inflating: angular-1.3.9/docs/ptore2e/example-time-input-directive/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-time-input-directive/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-url-input-directive/
  inflating: angular-1.3.9/docs/ptore2e/example-url-input-directive/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-url-input-directive/jquery_test.js  
   creating: angular-1.3.9/docs/ptore2e/example-week-input-directive/
  inflating: angular-1.3.9/docs/ptore2e/example-week-input-directive/default_test.js  
  inflating: angular-1.3.9/docs/ptore2e/example-week-input-directive/jquery_test.js  
  inflating: angular-1.3.9/errors.json  
   creating: angular-1.3.9/i18n/
  inflating: angular-1.3.9/i18n/angular-locale_aa-dj.js  
  inflating: angular-1.3.9/i18n/angular-locale_aa-er.js  
  inflating: angular-1.3.9/i18n/angular-locale_aa-et.js  
  inflating: angular-1.3.9/i18n/angular-locale_aa.js  
  inflating: angular-1.3.9/i18n/angular-locale_af-na.js  
  inflating: angular-1.3.9/i18n/angular-locale_af-za.js  
  inflating: angular-1.3.9/i18n/angular-locale_af.js  
  inflating: angular-1.3.9/i18n/angular-locale_agq-cm.js  
  inflating: angular-1.3.9/i18n/angular-locale_agq.js  
  inflating: angular-1.3.9/i18n/angular-locale_ak-gh.js  
  inflating: angular-1.3.9/i18n/angular-locale_ak.js  
  inflating: angular-1.3.9/i18n/angular-locale_am-et.js  
  inflating: angular-1.3.9/i18n/angular-locale_am.js  
  inflating: angular-1.3.9/i18n/angular-locale_ar-001.js  
  inflating: angular-1.3.9/i18n/angular-locale_ar-ae.js  
  inflating: angular-1.3.9/i18n/angular-locale_ar-bh.js  
  inflating: angular-1.3.9/i18n/angular-locale_ar-dj.js  
  inflating: angular-1.3.9/i18n/angular-locale_ar-dz.js  
  inflating: angular-1.3.9/i18n/angular-locale_ar-eg.js  
  inflating: angular-1.3.9/i18n/angular-locale_ar-eh.js  
  inflating: angular-1.3.9/i18n/angular-locale_ar-er.js  
  inflating: angular-1.3.9/i18n/angular-locale_ar-il.js  
  inflating: angular-1.3.9/i18n/angular-locale_ar-iq.js  
  inflating: angular-1.3.9/i18n/angular-locale_ar-jo.js  
  inflating: angular-1.3.9/i18n/angular-locale_ar-km.js  
  inflating: angular-1.3.9/i18n/angular-locale_ar-kw.js  
  inflating: angular-1.3.9/i18n/angular-locale_ar-lb.js  
  inflating: angular-1.3.9/i18n/angular-locale_ar-ly.js  
  inflating: angular-1.3.9/i18n/angular-locale_ar-ma.js  
  inflating: angular-1.3.9/i18n/angular-locale_ar-mr.js  
  inflating: angular-1.3.9/i18n/angular-locale_ar-om.js  
  inflating: angular-1.3.9/i18n/angular-locale_ar-ps.js  
  inflating: angular-1.3.9/i18n/angular-locale_ar-qa.js  
  inflating: angular-1.3.9/i18n/angular-locale_ar-sa.js  
  inflating: angular-1.3.9/i18n/angular-locale_ar-sd.js  
  inflating: angular-1.3.9/i18n/angular-locale_ar-so.js  
  inflating: angular-1.3.9/i18n/angular-locale_ar-ss.js  
  inflating: angular-1.3.9/i18n/angular-locale_ar-sy.js  
  inflating: angular-1.3.9/i18n/angular-locale_ar-td.js  
  inflating: angular-1.3.9/i18n/angular-locale_ar-tn.js  
  inflating: angular-1.3.9/i18n/angular-locale_ar-ye.js  
  inflating: angular-1.3.9/i18n/angular-locale_ar.js  
  inflating: angular-1.3.9/i18n/angular-locale_as-in.js  
  inflating: angular-1.3.9/i18n/angular-locale_as.js  
  inflating: angular-1.3.9/i18n/angular-locale_asa-tz.js  
  inflating: angular-1.3.9/i18n/angular-locale_asa.js  
  inflating: angular-1.3.9/i18n/angular-locale_ast-es.js  
  inflating: angular-1.3.9/i18n/angular-locale_ast.js  
  inflating: angular-1.3.9/i18n/angular-locale_az-cyrl-az.js  
  inflating: angular-1.3.9/i18n/angular-locale_az-cyrl.js  
  inflating: angular-1.3.9/i18n/angular-locale_az-latn-az.js  
  inflating: angular-1.3.9/i18n/angular-locale_az-latn.js  
  inflating: angular-1.3.9/i18n/angular-locale_az.js  
  inflating: angular-1.3.9/i18n/angular-locale_bas-cm.js  
  inflating: angular-1.3.9/i18n/angular-locale_bas.js  
  inflating: angular-1.3.9/i18n/angular-locale_be-by.js  
  inflating: angular-1.3.9/i18n/angular-locale_be.js  
  inflating: angular-1.3.9/i18n/angular-locale_bem-zm.js  
  inflating: angular-1.3.9/i18n/angular-locale_bem.js  
  inflating: angular-1.3.9/i18n/angular-locale_bez-tz.js  
  inflating: angular-1.3.9/i18n/angular-locale_bez.js  
  inflating: angular-1.3.9/i18n/angular-locale_bg-bg.js  
  inflating: angular-1.3.9/i18n/angular-locale_bg.js  
  inflating: angular-1.3.9/i18n/angular-locale_bm-latn-ml.js  
  inflating: angular-1.3.9/i18n/angular-locale_bm-latn.js  
  inflating: angular-1.3.9/i18n/angular-locale_bm-ml.js  
  inflating: angular-1.3.9/i18n/angular-locale_bm.js  
  inflating: angular-1.3.9/i18n/angular-locale_bn-bd.js  
  inflating: angular-1.3.9/i18n/angular-locale_bn-in.js  
  inflating: angular-1.3.9/i18n/angular-locale_bn.js  
  inflating: angular-1.3.9/i18n/angular-locale_bo-cn.js  
  inflating: angular-1.3.9/i18n/angular-locale_bo-in.js  
  inflating: angular-1.3.9/i18n/angular-locale_bo.js  
  inflating: angular-1.3.9/i18n/angular-locale_br-fr.js  
  inflating: angular-1.3.9/i18n/angular-locale_br.js  
  inflating: angular-1.3.9/i18n/angular-locale_brx-in.js  
  inflating: angular-1.3.9/i18n/angular-locale_brx.js  
  inflating: angular-1.3.9/i18n/angular-locale_bs-cyrl-ba.js  
  inflating: angular-1.3.9/i18n/angular-locale_bs-cyrl.js  
  inflating: angular-1.3.9/i18n/angular-locale_bs-latn-ba.js  
  inflating: angular-1.3.9/i18n/angular-locale_bs-latn.js  
  inflating: angular-1.3.9/i18n/angular-locale_bs.js  
  inflating: angular-1.3.9/i18n/angular-locale_byn-er.js  
  inflating: angular-1.3.9/i18n/angular-locale_byn.js  
  inflating: angular-1.3.9/i18n/angular-locale_ca-ad.js  
  inflating: angular-1.3.9/i18n/angular-locale_ca-es-valencia.js  
  inflating: angular-1.3.9/i18n/angular-locale_ca-es.js  
  inflating: angular-1.3.9/i18n/angular-locale_ca-fr.js  
  inflating: angular-1.3.9/i18n/angular-locale_ca-it.js  
  inflating: angular-1.3.9/i18n/angular-locale_ca.js  
  inflating: angular-1.3.9/i18n/angular-locale_cgg-ug.js  
  inflating: angular-1.3.9/i18n/angular-locale_cgg.js  
  inflating: angular-1.3.9/i18n/angular-locale_chr-us.js  
  inflating: angular-1.3.9/i18n/angular-locale_chr.js  
  inflating: angular-1.3.9/i18n/angular-locale_ckb-arab-iq.js  
  inflating: angular-1.3.9/i18n/angular-locale_ckb-arab-ir.js  
  inflating: angular-1.3.9/i18n/angular-locale_ckb-arab.js  
  inflating: angular-1.3.9/i18n/angular-locale_ckb-iq.js  
  inflating: angular-1.3.9/i18n/angular-locale_ckb-ir.js  
  inflating: angular-1.3.9/i18n/angular-locale_ckb-latn-iq.js  
  inflating: angular-1.3.9/i18n/angular-locale_ckb-latn.js  
  inflating: angular-1.3.9/i18n/angular-locale_ckb.js  
  inflating: angular-1.3.9/i18n/angular-locale_cs-cz.js  
  inflating: angular-1.3.9/i18n/angular-locale_cs.js  
  inflating: angular-1.3.9/i18n/angular-locale_cy-gb.js  
  inflating: angular-1.3.9/i18n/angular-locale_cy.js  
  inflating: angular-1.3.9/i18n/angular-locale_da-dk.js  
  inflating: angular-1.3.9/i18n/angular-locale_da-gl.js  
  inflating: angular-1.3.9/i18n/angular-locale_da.js  
  inflating: angular-1.3.9/i18n/angular-locale_dav-ke.js  
  inflating: angular-1.3.9/i18n/angular-locale_dav.js  
  inflating: angular-1.3.9/i18n/angular-locale_de-at.js  
  inflating: angular-1.3.9/i18n/angular-locale_de-be.js  
  inflating: angular-1.3.9/i18n/angular-locale_de-ch.js  
  inflating: angular-1.3.9/i18n/angular-locale_de-de.js  
  inflating: angular-1.3.9/i18n/angular-locale_de-li.js  
  inflating: angular-1.3.9/i18n/angular-locale_de-lu.js  
  inflating: angular-1.3.9/i18n/angular-locale_de.js  
  inflating: angular-1.3.9/i18n/angular-locale_dje-ne.js  
  inflating: angular-1.3.9/i18n/angular-locale_dje.js  
  inflating: angular-1.3.9/i18n/angular-locale_dsb-de.js  
  inflating: angular-1.3.9/i18n/angular-locale_dsb.js  
  inflating: angular-1.3.9/i18n/angular-locale_dua-cm.js  
  inflating: angular-1.3.9/i18n/angular-locale_dua.js  
  inflating: angular-1.3.9/i18n/angular-locale_dyo-sn.js  
  inflating: angular-1.3.9/i18n/angular-locale_dyo.js  
  inflating: angular-1.3.9/i18n/angular-locale_dz-bt.js  
  inflating: angular-1.3.9/i18n/angular-locale_dz.js  
  inflating: angular-1.3.9/i18n/angular-locale_ebu-ke.js  
  inflating: angular-1.3.9/i18n/angular-locale_ebu.js  
  inflating: angular-1.3.9/i18n/angular-locale_ee-gh.js  
  inflating: angular-1.3.9/i18n/angular-locale_ee-tg.js  
  inflating: angular-1.3.9/i18n/angular-locale_ee.js  
  inflating: angular-1.3.9/i18n/angular-locale_el-cy.js  
  inflating: angular-1.3.9/i18n/angular-locale_el-gr.js  
  inflating: angular-1.3.9/i18n/angular-locale_el.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-001.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-150.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-ag.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-ai.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-as.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-au.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-bb.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-be.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-bm.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-bs.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-bw.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-bz.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-ca.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-cc.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-ck.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-cm.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-cx.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-dg.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-dm.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-er.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-fj.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-fk.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-fm.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-gb.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-gd.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-gg.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-gh.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-gi.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-gm.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-gu.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-gy.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-hk.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-ie.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-im.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-in.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-io.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-iso.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-je.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-jm.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-ke.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-ki.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-kn.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-ky.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-lc.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-lr.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-ls.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-mg.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-mh.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-mo.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-mp.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-ms.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-mt.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-mu.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-mw.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-my.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-na.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-nf.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-ng.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-nr.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-nu.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-nz.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-pg.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-ph.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-pk.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-pn.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-pr.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-pw.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-rw.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-sb.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-sc.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-sd.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-sg.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-sh.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-sl.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-ss.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-sx.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-sz.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-tc.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-tk.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-to.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-tt.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-tv.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-tz.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-ug.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-um.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-us.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-vc.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-vg.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-vi.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-vu.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-ws.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-za.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-zm.js  
  inflating: angular-1.3.9/i18n/angular-locale_en-zw.js  
  inflating: angular-1.3.9/i18n/angular-locale_en.js  
  inflating: angular-1.3.9/i18n/angular-locale_eo-001.js  
  inflating: angular-1.3.9/i18n/angular-locale_eo.js  
  inflating: angular-1.3.9/i18n/angular-locale_es-419.js  
  inflating: angular-1.3.9/i18n/angular-locale_es-ar.js  
  inflating: angular-1.3.9/i18n/angular-locale_es-bo.js  
  inflating: angular-1.3.9/i18n/angular-locale_es-cl.js  
  inflating: angular-1.3.9/i18n/angular-locale_es-co.js  
  inflating: angular-1.3.9/i18n/angular-locale_es-cr.js  
  inflating: angular-1.3.9/i18n/angular-locale_es-cu.js  
  inflating: angular-1.3.9/i18n/angular-locale_es-do.js  
  inflating: angular-1.3.9/i18n/angular-locale_es-ea.js  
  inflating: angular-1.3.9/i18n/angular-locale_es-ec.js  
  inflating: angular-1.3.9/i18n/angular-locale_es-es.js  
  inflating: angular-1.3.9/i18n/angular-locale_es-gq.js  
  inflating: angular-1.3.9/i18n/angular-locale_es-gt.js  
  inflating: angular-1.3.9/i18n/angular-locale_es-hn.js  
  inflating: angular-1.3.9/i18n/angular-locale_es-ic.js  
  inflating: angular-1.3.9/i18n/angular-locale_es-mx.js  
  inflating: angular-1.3.9/i18n/angular-locale_es-ni.js  
  inflating: angular-1.3.9/i18n/angular-locale_es-pa.js  
  inflating: angular-1.3.9/i18n/angular-locale_es-pe.js  
  inflating: angular-1.3.9/i18n/angular-locale_es-ph.js  
  inflating: angular-1.3.9/i18n/angular-locale_es-pr.js  
  inflating: angular-1.3.9/i18n/angular-locale_es-py.js  
  inflating: angular-1.3.9/i18n/angular-locale_es-sv.js  
  inflating: angular-1.3.9/i18n/angular-locale_es-us.js  
  inflating: angular-1.3.9/i18n/angular-locale_es-uy.js  
  inflating: angular-1.3.9/i18n/angular-locale_es-ve.js  
  inflating: angular-1.3.9/i18n/angular-locale_es.js  
  inflating: angular-1.3.9/i18n/angular-locale_et-ee.js  
  inflating: angular-1.3.9/i18n/angular-locale_et.js  
  inflating: angular-1.3.9/i18n/angular-locale_eu-es.js  
  inflating: angular-1.3.9/i18n/angular-locale_eu.js  
  inflating: angular-1.3.9/i18n/angular-locale_ewo-cm.js  
  inflating: angular-1.3.9/i18n/angular-locale_ewo.js  
  inflating: angular-1.3.9/i18n/angular-locale_fa-af.js  
  inflating: angular-1.3.9/i18n/angular-locale_fa-ir.js  
  inflating: angular-1.3.9/i18n/angular-locale_fa.js  
  inflating: angular-1.3.9/i18n/angular-locale_ff-cm.js  
  inflating: angular-1.3.9/i18n/angular-locale_ff-gn.js  
  inflating: angular-1.3.9/i18n/angular-locale_ff-mr.js  
  inflating: angular-1.3.9/i18n/angular-locale_ff-sn.js  
  inflating: angular-1.3.9/i18n/angular-locale_ff.js  
  inflating: angular-1.3.9/i18n/angular-locale_fi-fi.js  
  inflating: angular-1.3.9/i18n/angular-locale_fi.js  
  inflating: angular-1.3.9/i18n/angular-locale_fil-ph.js  
  inflating: angular-1.3.9/i18n/angular-locale_fil.js  
  inflating: angular-1.3.9/i18n/angular-locale_fo-fo.js  
  inflating: angular-1.3.9/i18n/angular-locale_fo.js  
  inflating: angular-1.3.9/i18n/angular-locale_fr-be.js  
  inflating: angular-1.3.9/i18n/angular-locale_fr-bf.js  
  inflating: angular-1.3.9/i18n/angular-locale_fr-bi.js  
  inflating: angular-1.3.9/i18n/angular-locale_fr-bj.js  
  inflating: angular-1.3.9/i18n/angular-locale_fr-bl.js  
  inflating: angular-1.3.9/i18n/angular-locale_fr-ca.js  
  inflating: angular-1.3.9/i18n/angular-locale_fr-cd.js  
  inflating: angular-1.3.9/i18n/angular-locale_fr-cf.js  
  inflating: angular-1.3.9/i18n/angular-locale_fr-cg.js  
  inflating: angular-1.3.9/i18n/angular-locale_fr-ch.js  
  inflating: angular-1.3.9/i18n/angular-locale_fr-ci.js  
  inflating: angular-1.3.9/i18n/angular-locale_fr-cm.js  
  inflating: angular-1.3.9/i18n/angular-locale_fr-dj.js  
  inflating: angular-1.3.9/i18n/angular-locale_fr-dz.js  
  inflating: angular-1.3.9/i18n/angular-locale_fr-fr.js  
  inflating: angular-1.3.9/i18n/angular-locale_fr-ga.js  
  inflating: angular-1.3.9/i18n/angular-locale_fr-gf.js  
  inflating: angular-1.3.9/i18n/angular-locale_fr-gn.js  
  inflating: angular-1.3.9/i18n/angular-locale_fr-gp.js  
  inflating: angular-1.3.9/i18n/angular-locale_fr-gq.js  
  inflating: angular-1.3.9/i18n/angular-locale_fr-ht.js  
  inflating: angular-1.3.9/i18n/angular-locale_fr-km.js  
  inflating: angular-1.3.9/i18n/angular-locale_fr-lu.js  
  inflating: angular-1.3.9/i18n/angular-locale_fr-ma.js  
  inflating: angular-1.3.9/i18n/angular-locale_fr-mc.js  
  inflating: angular-1.3.9/i18n/angular-locale_fr-mf.js  
  inflating: angular-1.3.9/i18n/angular-locale_fr-mg.js  
  inflating: angular-1.3.9/i18n/angular-locale_fr-ml.js  
  inflating: angular-1.3.9/i18n/angular-locale_fr-mq.js  
  inflating: angular-1.3.9/i18n/angular-locale_fr-mr.js  
  inflating: angular-1.3.9/i18n/angular-locale_fr-mu.js  
  inflating: angular-1.3.9/i18n/angular-locale_fr-nc.js  
  inflating: angular-1.3.9/i18n/angular-locale_fr-ne.js  
  inflating: angular-1.3.9/i18n/angular-locale_fr-pf.js  
  inflating: angular-1.3.9/i18n/angular-locale_fr-pm.js  
  inflating: angular-1.3.9/i18n/angular-locale_fr-re.js  
  inflating: angular-1.3.9/i18n/angular-locale_fr-rw.js  
  inflating: angular-1.3.9/i18n/angular-locale_fr-sc.js  
  inflating: angular-1.3.9/i18n/angular-locale_fr-sn.js  
  inflating: angular-1.3.9/i18n/angular-locale_fr-sy.js  
  inflating: angular-1.3.9/i18n/angular-locale_fr-td.js  
  inflating: angular-1.3.9/i18n/angular-locale_fr-tg.js  
  inflating: angular-1.3.9/i18n/angular-locale_fr-tn.js  
  inflating: angular-1.3.9/i18n/angular-locale_fr-vu.js  
  inflating: angular-1.3.9/i18n/angular-locale_fr-wf.js  
  inflating: angular-1.3.9/i18n/angular-locale_fr-yt.js  
  inflating: angular-1.3.9/i18n/angular-locale_fr.js  
  inflating: angular-1.3.9/i18n/angular-locale_fur-it.js  
  inflating: angular-1.3.9/i18n/angular-locale_fur.js  
  inflating: angular-1.3.9/i18n/angular-locale_fy-nl.js  
  inflating: angular-1.3.9/i18n/angular-locale_fy.js  
  inflating: angular-1.3.9/i18n/angular-locale_ga-ie.js  
  inflating: angular-1.3.9/i18n/angular-locale_ga.js  
  inflating: angular-1.3.9/i18n/angular-locale_gd-gb.js  
  inflating: angular-1.3.9/i18n/angular-locale_gd.js  
  inflating: angular-1.3.9/i18n/angular-locale_gl-es.js  
  inflating: angular-1.3.9/i18n/angular-locale_gl.js  
  inflating: angular-1.3.9/i18n/angular-locale_gsw-ch.js  
  inflating: angular-1.3.9/i18n/angular-locale_gsw-fr.js  
  inflating: angular-1.3.9/i18n/angular-locale_gsw-li.js  
  inflating: angular-1.3.9/i18n/angular-locale_gsw.js  
  inflating: angular-1.3.9/i18n/angular-locale_gu-in.js  
  inflating: angular-1.3.9/i18n/angular-locale_gu.js  
  inflating: angular-1.3.9/i18n/angular-locale_guz-ke.js  
  inflating: angular-1.3.9/i18n/angular-locale_guz.js  
  inflating: angular-1.3.9/i18n/angular-locale_gv-im.js  
  inflating: angular-1.3.9/i18n/angular-locale_gv.js  
  inflating: angular-1.3.9/i18n/angular-locale_ha-latn-gh.js  
  inflating: angular-1.3.9/i18n/angular-locale_ha-latn-ne.js  
  inflating: angular-1.3.9/i18n/angular-locale_ha-latn-ng.js  
  inflating: angular-1.3.9/i18n/angular-locale_ha-latn.js  
  inflating: angular-1.3.9/i18n/angular-locale_ha.js  
  inflating: angular-1.3.9/i18n/angular-locale_haw-us.js  
  inflating: angular-1.3.9/i18n/angular-locale_haw.js  
  inflating: angular-1.3.9/i18n/angular-locale_he-il.js  
  inflating: angular-1.3.9/i18n/angular-locale_he.js  
  inflating: angular-1.3.9/i18n/angular-locale_hi-in.js  
  inflating: angular-1.3.9/i18n/angular-locale_hi.js  
  inflating: angular-1.3.9/i18n/angular-locale_hr-ba.js  
  inflating: angular-1.3.9/i18n/angular-locale_hr-hr.js  
  inflating: angular-1.3.9/i18n/angular-locale_hr.js  
  inflating: angular-1.3.9/i18n/angular-locale_hsb-de.js  
  inflating: angular-1.3.9/i18n/angular-locale_hsb.js  
  inflating: angular-1.3.9/i18n/angular-locale_hu-hu.js  
  inflating: angular-1.3.9/i18n/angular-locale_hu.js  
  inflating: angular-1.3.9/i18n/angular-locale_hy-am.js  
  inflating: angular-1.3.9/i18n/angular-locale_hy.js  
  inflating: angular-1.3.9/i18n/angular-locale_ia-fr.js  
  inflating: angular-1.3.9/i18n/angular-locale_ia.js  
  inflating: angular-1.3.9/i18n/angular-locale_id-id.js  
  inflating: angular-1.3.9/i18n/angular-locale_id.js  
  inflating: angular-1.3.9/i18n/angular-locale_ig-ng.js  
  inflating: angular-1.3.9/i18n/angular-locale_ig.js  
  inflating: angular-1.3.9/i18n/angular-locale_ii-cn.js  
  inflating: angular-1.3.9/i18n/angular-locale_ii.js  
  inflating: angular-1.3.9/i18n/angular-locale_in.js  
  inflating: angular-1.3.9/i18n/angular-locale_is-is.js  
  inflating: angular-1.3.9/i18n/angular-locale_is.js  
  inflating: angular-1.3.9/i18n/angular-locale_it-ch.js  
  inflating: angular-1.3.9/i18n/angular-locale_it-it.js  
  inflating: angular-1.3.9/i18n/angular-locale_it-sm.js  
  inflating: angular-1.3.9/i18n/angular-locale_it.js  
  inflating: angular-1.3.9/i18n/angular-locale_iw.js  
  inflating: angular-1.3.9/i18n/angular-locale_ja-jp.js  
  inflating: angular-1.3.9/i18n/angular-locale_ja.js  
  inflating: angular-1.3.9/i18n/angular-locale_jgo-cm.js  
  inflating: angular-1.3.9/i18n/angular-locale_jgo.js  
  inflating: angular-1.3.9/i18n/angular-locale_jmc-tz.js  
  inflating: angular-1.3.9/i18n/angular-locale_jmc.js  
  inflating: angular-1.3.9/i18n/angular-locale_ka-ge.js  
  inflating: angular-1.3.9/i18n/angular-locale_ka.js  
  inflating: angular-1.3.9/i18n/angular-locale_kab-dz.js  
  inflating: angular-1.3.9/i18n/angular-locale_kab.js  
  inflating: angular-1.3.9/i18n/angular-locale_kam-ke.js  
  inflating: angular-1.3.9/i18n/angular-locale_kam.js  
  inflating: angular-1.3.9/i18n/angular-locale_kde-tz.js  
  inflating: angular-1.3.9/i18n/angular-locale_kde.js  
  inflating: angular-1.3.9/i18n/angular-locale_kea-cv.js  
  inflating: angular-1.3.9/i18n/angular-locale_kea.js  
  inflating: angular-1.3.9/i18n/angular-locale_khq-ml.js  
  inflating: angular-1.3.9/i18n/angular-locale_khq.js  
  inflating: angular-1.3.9/i18n/angular-locale_ki-ke.js  
  inflating: angular-1.3.9/i18n/angular-locale_ki.js  
  inflating: angular-1.3.9/i18n/angular-locale_kk-cyrl-kz.js  
  inflating: angular-1.3.9/i18n/angular-locale_kk-cyrl.js  
  inflating: angular-1.3.9/i18n/angular-locale_kk.js  
  inflating: angular-1.3.9/i18n/angular-locale_kkj-cm.js  
  inflating: angular-1.3.9/i18n/angular-locale_kkj.js  
  inflating: angular-1.3.9/i18n/angular-locale_kl-gl.js  
  inflating: angular-1.3.9/i18n/angular-locale_kl.js  
  inflating: angular-1.3.9/i18n/angular-locale_kln-ke.js  
  inflating: angular-1.3.9/i18n/angular-locale_kln.js  
  inflating: angular-1.3.9/i18n/angular-locale_km-kh.js  
  inflating: angular-1.3.9/i18n/angular-locale_km.js  
  inflating: angular-1.3.9/i18n/angular-locale_kn-in.js  
  inflating: angular-1.3.9/i18n/angular-locale_kn.js  
  inflating: angular-1.3.9/i18n/angular-locale_ko-kp.js  
  inflating: angular-1.3.9/i18n/angular-locale_ko-kr.js  
  inflating: angular-1.3.9/i18n/angular-locale_ko.js  
  inflating: angular-1.3.9/i18n/angular-locale_kok-in.js  
  inflating: angular-1.3.9/i18n/angular-locale_kok.js  
  inflating: angular-1.3.9/i18n/angular-locale_ks-arab-in.js  
  inflating: angular-1.3.9/i18n/angular-locale_ks-arab.js  
  inflating: angular-1.3.9/i18n/angular-locale_ks.js  
  inflating: angular-1.3.9/i18n/angular-locale_ksb-tz.js  
  inflating: angular-1.3.9/i18n/angular-locale_ksb.js  
  inflating: angular-1.3.9/i18n/angular-locale_ksf-cm.js  
  inflating: angular-1.3.9/i18n/angular-locale_ksf.js  
  inflating: angular-1.3.9/i18n/angular-locale_ksh-de.js  
  inflating: angular-1.3.9/i18n/angular-locale_ksh.js  
  inflating: angular-1.3.9/i18n/angular-locale_kw-gb.js  
  inflating: angular-1.3.9/i18n/angular-locale_kw.js  
  inflating: angular-1.3.9/i18n/angular-locale_ky-cyrl-kg.js  
  inflating: angular-1.3.9/i18n/angular-locale_ky-cyrl.js  
  inflating: angular-1.3.9/i18n/angular-locale_ky.js  
  inflating: angular-1.3.9/i18n/angular-locale_lag-tz.js  
  inflating: angular-1.3.9/i18n/angular-locale_lag.js  
  inflating: angular-1.3.9/i18n/angular-locale_lb-lu.js  
  inflating: angular-1.3.9/i18n/angular-locale_lb.js  
  inflating: angular-1.3.9/i18n/angular-locale_lg-ug.js  
  inflating: angular-1.3.9/i18n/angular-locale_lg.js  
  inflating: angular-1.3.9/i18n/angular-locale_lkt-us.js  
  inflating: angular-1.3.9/i18n/angular-locale_lkt.js  
  inflating: angular-1.3.9/i18n/angular-locale_ln-ao.js  
  inflating: angular-1.3.9/i18n/angular-locale_ln-cd.js  
  inflating: angular-1.3.9/i18n/angular-locale_ln-cf.js  
  inflating: angular-1.3.9/i18n/angular-locale_ln-cg.js  
  inflating: angular-1.3.9/i18n/angular-locale_ln.js  
  inflating: angular-1.3.9/i18n/angular-locale_lo-la.js  
  inflating: angular-1.3.9/i18n/angular-locale_lo.js  
  inflating: angular-1.3.9/i18n/angular-locale_lt-lt.js  
  inflating: angular-1.3.9/i18n/angular-locale_lt.js  
  inflating: angular-1.3.9/i18n/angular-locale_lu-cd.js  
  inflating: angular-1.3.9/i18n/angular-locale_lu.js  
  inflating: angular-1.3.9/i18n/angular-locale_luo-ke.js  
  inflating: angular-1.3.9/i18n/angular-locale_luo.js  
  inflating: angular-1.3.9/i18n/angular-locale_luy-ke.js  
  inflating: angular-1.3.9/i18n/angular-locale_luy.js  
  inflating: angular-1.3.9/i18n/angular-locale_lv-lv.js  
  inflating: angular-1.3.9/i18n/angular-locale_lv.js  
  inflating: angular-1.3.9/i18n/angular-locale_mas-ke.js  
  inflating: angular-1.3.9/i18n/angular-locale_mas-tz.js  
  inflating: angular-1.3.9/i18n/angular-locale_mas.js  
  inflating: angular-1.3.9/i18n/angular-locale_mer-ke.js  
  inflating: angular-1.3.9/i18n/angular-locale_mer.js  
  inflating: angular-1.3.9/i18n/angular-locale_mfe-mu.js  
  inflating: angular-1.3.9/i18n/angular-locale_mfe.js  
  inflating: angular-1.3.9/i18n/angular-locale_mg-mg.js  
  inflating: angular-1.3.9/i18n/angular-locale_mg.js  
  inflating: angular-1.3.9/i18n/angular-locale_mgh-mz.js  
  inflating: angular-1.3.9/i18n/angular-locale_mgh.js  
  inflating: angular-1.3.9/i18n/angular-locale_mgo-cm.js  
  inflating: angular-1.3.9/i18n/angular-locale_mgo.js  
  inflating: angular-1.3.9/i18n/angular-locale_mk-mk.js  
  inflating: angular-1.3.9/i18n/angular-locale_mk.js  
  inflating: angular-1.3.9/i18n/angular-locale_ml-in.js  
  inflating: angular-1.3.9/i18n/angular-locale_ml.js  
  inflating: angular-1.3.9/i18n/angular-locale_mn-cyrl-mn.js  
  inflating: angular-1.3.9/i18n/angular-locale_mn-cyrl.js  
  inflating: angular-1.3.9/i18n/angular-locale_mn.js  
  inflating: angular-1.3.9/i18n/angular-locale_mr-in.js  
  inflating: angular-1.3.9/i18n/angular-locale_mr.js  
  inflating: angular-1.3.9/i18n/angular-locale_ms-latn-bn.js  
  inflating: angular-1.3.9/i18n/angular-locale_ms-latn-my.js  
  inflating: angular-1.3.9/i18n/angular-locale_ms-latn-sg.js  
  inflating: angular-1.3.9/i18n/angular-locale_ms-latn.js  
  inflating: angular-1.3.9/i18n/angular-locale_ms.js  
  inflating: angular-1.3.9/i18n/angular-locale_mt-mt.js  
  inflating: angular-1.3.9/i18n/angular-locale_mt.js  
  inflating: angular-1.3.9/i18n/angular-locale_mua-cm.js  
  inflating: angular-1.3.9/i18n/angular-locale_mua.js  
  inflating: angular-1.3.9/i18n/angular-locale_my-mm.js  
  inflating: angular-1.3.9/i18n/angular-locale_my.js  
  inflating: angular-1.3.9/i18n/angular-locale_naq-na.js  
  inflating: angular-1.3.9/i18n/angular-locale_naq.js  
  inflating: angular-1.3.9/i18n/angular-locale_nb-no.js  
  inflating: angular-1.3.9/i18n/angular-locale_nb-sj.js  
  inflating: angular-1.3.9/i18n/angular-locale_nb.js  
  inflating: angular-1.3.9/i18n/angular-locale_nd-zw.js  
  inflating: angular-1.3.9/i18n/angular-locale_nd.js  
  inflating: angular-1.3.9/i18n/angular-locale_ne-in.js  
  inflating: angular-1.3.9/i18n/angular-locale_ne-np.js  
  inflating: angular-1.3.9/i18n/angular-locale_ne.js  
  inflating: angular-1.3.9/i18n/angular-locale_nl-aw.js  
  inflating: angular-1.3.9/i18n/angular-locale_nl-be.js  
  inflating: angular-1.3.9/i18n/angular-locale_nl-bq.js  
  inflating: angular-1.3.9/i18n/angular-locale_nl-cw.js  
  inflating: angular-1.3.9/i18n/angular-locale_nl-nl.js  
  inflating: angular-1.3.9/i18n/angular-locale_nl-sr.js  
  inflating: angular-1.3.9/i18n/angular-locale_nl-sx.js  
  inflating: angular-1.3.9/i18n/angular-locale_nl.js  
  inflating: angular-1.3.9/i18n/angular-locale_nmg-cm.js  
  inflating: angular-1.3.9/i18n/angular-locale_nmg.js  
  inflating: angular-1.3.9/i18n/angular-locale_nn-no.js  
  inflating: angular-1.3.9/i18n/angular-locale_nn.js  
  inflating: angular-1.3.9/i18n/angular-locale_nnh-cm.js  
  inflating: angular-1.3.9/i18n/angular-locale_nnh.js  
  inflating: angular-1.3.9/i18n/angular-locale_no-no.js  
  inflating: angular-1.3.9/i18n/angular-locale_no.js  
  inflating: angular-1.3.9/i18n/angular-locale_nr-za.js  
  inflating: angular-1.3.9/i18n/angular-locale_nr.js  
  inflating: angular-1.3.9/i18n/angular-locale_nso-za.js  
  inflating: angular-1.3.9/i18n/angular-locale_nso.js  
  inflating: angular-1.3.9/i18n/angular-locale_nus-sd.js  
  inflating: angular-1.3.9/i18n/angular-locale_nus.js  
  inflating: angular-1.3.9/i18n/angular-locale_nyn-ug.js  
  inflating: angular-1.3.9/i18n/angular-locale_nyn.js  
  inflating: angular-1.3.9/i18n/angular-locale_om-et.js  
  inflating: angular-1.3.9/i18n/angular-locale_om-ke.js  
  inflating: angular-1.3.9/i18n/angular-locale_om.js  
  inflating: angular-1.3.9/i18n/angular-locale_or-in.js  
  inflating: angular-1.3.9/i18n/angular-locale_or.js  
  inflating: angular-1.3.9/i18n/angular-locale_os-ge.js  
  inflating: angular-1.3.9/i18n/angular-locale_os-ru.js  
  inflating: angular-1.3.9/i18n/angular-locale_os.js  
  inflating: angular-1.3.9/i18n/angular-locale_pa-arab-pk.js  
  inflating: angular-1.3.9/i18n/angular-locale_pa-arab.js  
  inflating: angular-1.3.9/i18n/angular-locale_pa-guru-in.js  
  inflating: angular-1.3.9/i18n/angular-locale_pa-guru.js  
  inflating: angular-1.3.9/i18n/angular-locale_pa.js  
  inflating: angular-1.3.9/i18n/angular-locale_pl-pl.js  
  inflating: angular-1.3.9/i18n/angular-locale_pl.js  
  inflating: angular-1.3.9/i18n/angular-locale_ps-af.js  
  inflating: angular-1.3.9/i18n/angular-locale_ps.js  
  inflating: angular-1.3.9/i18n/angular-locale_pt-ao.js  
  inflating: angular-1.3.9/i18n/angular-locale_pt-br.js  
  inflating: angular-1.3.9/i18n/angular-locale_pt-cv.js  
  inflating: angular-1.3.9/i18n/angular-locale_pt-gw.js  
  inflating: angular-1.3.9/i18n/angular-locale_pt-mo.js  
  inflating: angular-1.3.9/i18n/angular-locale_pt-mz.js  
  inflating: angular-1.3.9/i18n/angular-locale_pt-pt.js  
  inflating: angular-1.3.9/i18n/angular-locale_pt-st.js  
  inflating: angular-1.3.9/i18n/angular-locale_pt-tl.js  
  inflating: angular-1.3.9/i18n/angular-locale_pt.js  
  inflating: angular-1.3.9/i18n/angular-locale_qu-bo.js  
  inflating: angular-1.3.9/i18n/angular-locale_qu-ec.js  
  inflating: angular-1.3.9/i18n/angular-locale_qu-pe.js  
  inflating: angular-1.3.9/i18n/angular-locale_qu.js  
  inflating: angular-1.3.9/i18n/angular-locale_rm-ch.js  
  inflating: angular-1.3.9/i18n/angular-locale_rm.js  
  inflating: angular-1.3.9/i18n/angular-locale_rn-bi.js  
  inflating: angular-1.3.9/i18n/angular-locale_rn.js  
  inflating: angular-1.3.9/i18n/angular-locale_ro-md.js  
  inflating: angular-1.3.9/i18n/angular-locale_ro-ro.js  
  inflating: angular-1.3.9/i18n/angular-locale_ro.js  
  inflating: angular-1.3.9/i18n/angular-locale_rof-tz.js  
  inflating: angular-1.3.9/i18n/angular-locale_rof.js  
  inflating: angular-1.3.9/i18n/angular-locale_ru-by.js  
  inflating: angular-1.3.9/i18n/angular-locale_ru-kg.js  
  inflating: angular-1.3.9/i18n/angular-locale_ru-kz.js  
  inflating: angular-1.3.9/i18n/angular-locale_ru-md.js  
  inflating: angular-1.3.9/i18n/angular-locale_ru-ru.js  
  inflating: angular-1.3.9/i18n/angular-locale_ru-ua.js  
  inflating: angular-1.3.9/i18n/angular-locale_ru.js  
  inflating: angular-1.3.9/i18n/angular-locale_rw-rw.js  
  inflating: angular-1.3.9/i18n/angular-locale_rw.js  
  inflating: angular-1.3.9/i18n/angular-locale_rwk-tz.js  
  inflating: angular-1.3.9/i18n/angular-locale_rwk.js  
  inflating: angular-1.3.9/i18n/angular-locale_sah-ru.js  
  inflating: angular-1.3.9/i18n/angular-locale_sah.js  
  inflating: angular-1.3.9/i18n/angular-locale_saq-ke.js  
  inflating: angular-1.3.9/i18n/angular-locale_saq.js  
  inflating: angular-1.3.9/i18n/angular-locale_sbp-tz.js  
  inflating: angular-1.3.9/i18n/angular-locale_sbp.js  
  inflating: angular-1.3.9/i18n/angular-locale_se-fi.js  
  inflating: angular-1.3.9/i18n/angular-locale_se-no.js  
  inflating: angular-1.3.9/i18n/angular-locale_se-se.js  
  inflating: angular-1.3.9/i18n/angular-locale_se.js  
  inflating: angular-1.3.9/i18n/angular-locale_seh-mz.js  
  inflating: angular-1.3.9/i18n/angular-locale_seh.js  
  inflating: angular-1.3.9/i18n/angular-locale_ses-ml.js  
  inflating: angular-1.3.9/i18n/angular-locale_ses.js  
  inflating: angular-1.3.9/i18n/angular-locale_sg-cf.js  
  inflating: angular-1.3.9/i18n/angular-locale_sg.js  
  inflating: angular-1.3.9/i18n/angular-locale_shi-latn-ma.js  
  inflating: angular-1.3.9/i18n/angular-locale_shi-latn.js  
  inflating: angular-1.3.9/i18n/angular-locale_shi-tfng-ma.js  
  inflating: angular-1.3.9/i18n/angular-locale_shi-tfng.js  
  inflating: angular-1.3.9/i18n/angular-locale_shi.js  
  inflating: angular-1.3.9/i18n/angular-locale_si-lk.js  
  inflating: angular-1.3.9/i18n/angular-locale_si.js  
  inflating: angular-1.3.9/i18n/angular-locale_sk-sk.js  
  inflating: angular-1.3.9/i18n/angular-locale_sk.js  
  inflating: angular-1.3.9/i18n/angular-locale_sl-si.js  
  inflating: angular-1.3.9/i18n/angular-locale_sl.js  
  inflating: angular-1.3.9/i18n/angular-locale_smn-fi.js  
  inflating: angular-1.3.9/i18n/angular-locale_smn.js  
  inflating: angular-1.3.9/i18n/angular-locale_sn-zw.js  
  inflating: angular-1.3.9/i18n/angular-locale_sn.js  
  inflating: angular-1.3.9/i18n/angular-locale_so-dj.js  
  inflating: angular-1.3.9/i18n/angular-locale_so-et.js  
  inflating: angular-1.3.9/i18n/angular-locale_so-ke.js  
  inflating: angular-1.3.9/i18n/angular-locale_so-so.js  
  inflating: angular-1.3.9/i18n/angular-locale_so.js  
  inflating: angular-1.3.9/i18n/angular-locale_sq-al.js  
  inflating: angular-1.3.9/i18n/angular-locale_sq-mk.js  
  inflating: angular-1.3.9/i18n/angular-locale_sq-xk.js  
  inflating: angular-1.3.9/i18n/angular-locale_sq.js  
  inflating: angular-1.3.9/i18n/angular-locale_sr-cyrl-ba.js  
  inflating: angular-1.3.9/i18n/angular-locale_sr-cyrl-me.js  
  inflating: angular-1.3.9/i18n/angular-locale_sr-cyrl-rs.js  
  inflating: angular-1.3.9/i18n/angular-locale_sr-cyrl-xk.js  
  inflating: angular-1.3.9/i18n/angular-locale_sr-cyrl.js  
  inflating: angular-1.3.9/i18n/angular-locale_sr-latn-ba.js  
  inflating: angular-1.3.9/i18n/angular-locale_sr-latn-me.js  
  inflating: angular-1.3.9/i18n/angular-locale_sr-latn-rs.js  
  inflating: angular-1.3.9/i18n/angular-locale_sr-latn-xk.js  
  inflating: angular-1.3.9/i18n/angular-locale_sr-latn.js  
  inflating: angular-1.3.9/i18n/angular-locale_sr.js  
  inflating: angular-1.3.9/i18n/angular-locale_ss-sz.js  
  inflating: angular-1.3.9/i18n/angular-locale_ss-za.js  
  inflating: angular-1.3.9/i18n/angular-locale_ss.js  
  inflating: angular-1.3.9/i18n/angular-locale_ssy-er.js  
  inflating: angular-1.3.9/i18n/angular-locale_ssy.js  
  inflating: angular-1.3.9/i18n/angular-locale_st-ls.js  
  inflating: angular-1.3.9/i18n/angular-locale_st-za.js  
  inflating: angular-1.3.9/i18n/angular-locale_st.js  
  inflating: angular-1.3.9/i18n/angular-locale_sv-ax.js  
  inflating: angular-1.3.9/i18n/angular-locale_sv-fi.js  
  inflating: angular-1.3.9/i18n/angular-locale_sv-se.js  
  inflating: angular-1.3.9/i18n/angular-locale_sv.js  
  inflating: angular-1.3.9/i18n/angular-locale_sw-ke.js  
  inflating: angular-1.3.9/i18n/angular-locale_sw-tz.js  
  inflating: angular-1.3.9/i18n/angular-locale_sw-ug.js  
  inflating: angular-1.3.9/i18n/angular-locale_sw.js  
  inflating: angular-1.3.9/i18n/angular-locale_swc-cd.js  
  inflating: angular-1.3.9/i18n/angular-locale_swc.js  
  inflating: angular-1.3.9/i18n/angular-locale_ta-in.js  
  inflating: angular-1.3.9/i18n/angular-locale_ta-lk.js  
  inflating: angular-1.3.9/i18n/angular-locale_ta-my.js  
  inflating: angular-1.3.9/i18n/angular-locale_ta-sg.js  
  inflating: angular-1.3.9/i18n/angular-locale_ta.js  
  inflating: angular-1.3.9/i18n/angular-locale_te-in.js  
  inflating: angular-1.3.9/i18n/angular-locale_te.js  
  inflating: angular-1.3.9/i18n/angular-locale_teo-ke.js  
  inflating: angular-1.3.9/i18n/angular-locale_teo-ug.js  
  inflating: angular-1.3.9/i18n/angular-locale_teo.js  
  inflating: angular-1.3.9/i18n/angular-locale_tg-cyrl-tj.js  
  inflating: angular-1.3.9/i18n/angular-locale_tg-cyrl.js  
  inflating: angular-1.3.9/i18n/angular-locale_tg.js  
  inflating: angular-1.3.9/i18n/angular-locale_th-th.js  
  inflating: angular-1.3.9/i18n/angular-locale_th.js  
  inflating: angular-1.3.9/i18n/angular-locale_ti-er.js  
  inflating: angular-1.3.9/i18n/angular-locale_ti-et.js  
  inflating: angular-1.3.9/i18n/angular-locale_ti.js  
  inflating: angular-1.3.9/i18n/angular-locale_tig-er.js  
  inflating: angular-1.3.9/i18n/angular-locale_tig.js  
  inflating: angular-1.3.9/i18n/angular-locale_tl.js  
  inflating: angular-1.3.9/i18n/angular-locale_tn-bw.js  
  inflating: angular-1.3.9/i18n/angular-locale_tn-za.js  
  inflating: angular-1.3.9/i18n/angular-locale_tn.js  
  inflating: angular-1.3.9/i18n/angular-locale_to-to.js  
  inflating: angular-1.3.9/i18n/angular-locale_to.js  
  inflating: angular-1.3.9/i18n/angular-locale_tr-cy.js  
  inflating: angular-1.3.9/i18n/angular-locale_tr-tr.js  
  inflating: angular-1.3.9/i18n/angular-locale_tr.js  
  inflating: angular-1.3.9/i18n/angular-locale_ts-za.js  
  inflating: angular-1.3.9/i18n/angular-locale_ts.js  
  inflating: angular-1.3.9/i18n/angular-locale_twq-ne.js  
  inflating: angular-1.3.9/i18n/angular-locale_twq.js  
  inflating: angular-1.3.9/i18n/angular-locale_tzm-latn-ma.js  
  inflating: angular-1.3.9/i18n/angular-locale_tzm-latn.js  
  inflating: angular-1.3.9/i18n/angular-locale_tzm.js  
  inflating: angular-1.3.9/i18n/angular-locale_ug-arab-cn.js  
  inflating: angular-1.3.9/i18n/angular-locale_ug-arab.js  
  inflating: angular-1.3.9/i18n/angular-locale_ug.js  
  inflating: angular-1.3.9/i18n/angular-locale_uk-ua.js  
  inflating: angular-1.3.9/i18n/angular-locale_uk.js  
  inflating: angular-1.3.9/i18n/angular-locale_ur-in.js  
  inflating: angular-1.3.9/i18n/angular-locale_ur-pk.js  
  inflating: angular-1.3.9/i18n/angular-locale_ur.js  
  inflating: angular-1.3.9/i18n/angular-locale_uz-arab-af.js  
  inflating: angular-1.3.9/i18n/angular-locale_uz-arab.js  
  inflating: angular-1.3.9/i18n/angular-locale_uz-cyrl-uz.js  
  inflating: angular-1.3.9/i18n/angular-locale_uz-cyrl.js  
  inflating: angular-1.3.9/i18n/angular-locale_uz-latn-uz.js  
  inflating: angular-1.3.9/i18n/angular-locale_uz-latn.js  
  inflating: angular-1.3.9/i18n/angular-locale_uz.js  
  inflating: angular-1.3.9/i18n/angular-locale_vai-latn-lr.js  
  inflating: angular-1.3.9/i18n/angular-locale_vai-latn.js  
  inflating: angular-1.3.9/i18n/angular-locale_vai-vaii-lr.js  
  inflating: angular-1.3.9/i18n/angular-locale_vai-vaii.js  
  inflating: angular-1.3.9/i18n/angular-locale_vai.js  
  inflating: angular-1.3.9/i18n/angular-locale_ve-za.js  
  inflating: angular-1.3.9/i18n/angular-locale_ve.js  
  inflating: angular-1.3.9/i18n/angular-locale_vi-vn.js  
  inflating: angular-1.3.9/i18n/angular-locale_vi.js  
  inflating: angular-1.3.9/i18n/angular-locale_vo-001.js  
  inflating: angular-1.3.9/i18n/angular-locale_vo.js  
  inflating: angular-1.3.9/i18n/angular-locale_vun-tz.js  
  inflating: angular-1.3.9/i18n/angular-locale_vun.js  
  inflating: angular-1.3.9/i18n/angular-locale_wae-ch.js  
  inflating: angular-1.3.9/i18n/angular-locale_wae.js  
  inflating: angular-1.3.9/i18n/angular-locale_wal-et.js  
  inflating: angular-1.3.9/i18n/angular-locale_wal.js  
  inflating: angular-1.3.9/i18n/angular-locale_xh-za.js  
  inflating: angular-1.3.9/i18n/angular-locale_xh.js  
  inflating: angular-1.3.9/i18n/angular-locale_xog-ug.js  
  inflating: angular-1.3.9/i18n/angular-locale_xog.js  
  inflating: angular-1.3.9/i18n/angular-locale_yav-cm.js  
  inflating: angular-1.3.9/i18n/angular-locale_yav.js  
  inflating: angular-1.3.9/i18n/angular-locale_yi-001.js  
  inflating: angular-1.3.9/i18n/angular-locale_yi.js  
  inflating: angular-1.3.9/i18n/angular-locale_yo-bj.js  
  inflating: angular-1.3.9/i18n/angular-locale_yo-ng.js  
  inflating: angular-1.3.9/i18n/angular-locale_yo.js  
  inflating: angular-1.3.9/i18n/angular-locale_zgh-ma.js  
  inflating: angular-1.3.9/i18n/angular-locale_zgh.js  
  inflating: angular-1.3.9/i18n/angular-locale_zh-cn.js  
  inflating: angular-1.3.9/i18n/angular-locale_zh-hans-cn.js  
  inflating: angular-1.3.9/i18n/angular-locale_zh-hans-hk.js  
  inflating: angular-1.3.9/i18n/angular-locale_zh-hans-mo.js  
  inflating: angular-1.3.9/i18n/angular-locale_zh-hans-sg.js  
  inflating: angular-1.3.9/i18n/angular-locale_zh-hans.js  
  inflating: angular-1.3.9/i18n/angular-locale_zh-hant-hk.js  
  inflating: angular-1.3.9/i18n/angular-locale_zh-hant-mo.js  
  inflating: angular-1.3.9/i18n/angular-locale_zh-hant-tw.js  
  inflating: angular-1.3.9/i18n/angular-locale_zh-hant.js  
  inflating: angular-1.3.9/i18n/angular-locale_zh-hk.js  
  inflating: angular-1.3.9/i18n/angular-locale_zh-tw.js  
  inflating: angular-1.3.9/i18n/angular-locale_zh.js  
  inflating: angular-1.3.9/i18n/angular-locale_zu-za.js  
  inflating: angular-1.3.9/i18n/angular-locale_zu.js  
   creating: angular-1.3.9/i18n/ngLocale/
  inflating: angular-1.3.9/version.json  
  inflating: angular-1.3.9/version.txt  
(cd angularjs && unzip -u ui-utils-0.2.3.zip)
Archive:  ui-utils-0.2.3.zip
125cb72d692f9f116454f338f6a5471f3088f9b9
   creating: ui-utils-0.2.3/
  inflating: ui-utils-0.2.3/.travis.yml  
  inflating: ui-utils-0.2.3/CHANGELOG.md  
  inflating: ui-utils-0.2.3/bower.json  
  inflating: ui-utils-0.2.3/ui-utils-ieshiv.js  
  inflating: ui-utils-0.2.3/ui-utils-ieshiv.min.js  
  inflating: ui-utils-0.2.3/ui-utils.js  
  inflating: ui-utils-0.2.3/ui-utils.min.js  
if [ ! -d bootstrap-3.3.7 ] ; then mkdir -p bootstrap-3.3.7 && ( cd bootstrap-3.3.7 && unzip -u ../bootstrap-3.3.7-dist.zip && mv dist/* . && rmdir dist ) ; fi
Archive:  ../bootstrap-3.3.7-dist.zip
   creating: dist/
   creating: dist/fonts/
  inflating: dist/fonts/glyphicons-halflings-regular.woff  
  inflating: dist/fonts/glyphicons-halflings-regular.woff2  
  inflating: dist/fonts/glyphicons-halflings-regular.eot  
  inflating: dist/fonts/glyphicons-halflings-regular.svg  
  inflating: dist/fonts/glyphicons-halflings-regular.ttf  
   creating: dist/js/
  inflating: dist/js/bootstrap.min.js  
  inflating: dist/js/npm.js          
  inflating: dist/js/bootstrap.js    
   creating: dist/css/
  inflating: dist/css/bootstrap.css.map  
  inflating: dist/css/bootstrap.min.css.map  
  inflating: dist/css/bootstrap-theme.css  
  inflating: dist/css/bootstrap-theme.min.css.map  
  inflating: dist/css/bootstrap-theme.css.map  
  inflating: dist/css/bootstrap.min.css  
  inflating: dist/css/bootstrap-theme.min.css  
  inflating: dist/css/bootstrap.css  
mkdir -p d3
(cd d3 && unzip -u ../d3-3.5.17.zip)
Archive:  ../d3-3.5.17.zip
  inflating: bower.json              
  inflating: d3.js                   
  inflating: d3.min.js               
  inflating: LICENSE                 
  inflating: README.md               
make[1]: Leaving directory '/home/pbulk/build/net/nagios-base/work/nagios-4.4.10/html'
=> Fixing configuration files.
=> Creating /home/pbulk/build/net/nagios-base/work/.rc.d/nagios