��������dhcp-server-4.3.3-11.9.1������������������������������������������������������������������������<���>�����,���������������������������������������y��]����/�=�„���S����;P�����:�iګ���z�����x��:�2�:��d����28�S\D5�M,���	��++��տg��N��P��61�m��eu�|>D�bQ�������H���r�o�!� 
E}�E�')&L�
&��G���D�$H�<1g���5$������!k,o���^�I�U۠'�+ȳ�3����'Bm1����L�s�t�
��)#r:Է�2�C�|3]��GhW���n���vS�fyݹl��0'SȆ�(%��nX���>������������������������B�������?�������������d����������������������������������������������������	������������	���+�������������������������������������������� �����������3�����������<�����������I���������	��b�����������������������������������������������������������
�����������:����������E����������%����.�������&����.��	�����&����.��
�����'L���.�������(���.�������*R���.��
�����*����.�������+����.�������,����.�������-f����������-����.�������.8����������.l����������.�����������0������(�����14�����8�����1<���N��9�����2t���N��:�����6D���N��=������Q�����>������Y�����?������a�����@������i�����F������q�����G�����τ���.��H������<���.��I����������.��X������$�����Y������0�����\������X���.��]���������.��^������������b�����Օ�����c������7�����d������������e������������f������������l������������u����������.��v�����ל�����w������,���.��x����������.��y�����ڜ�����z����������C�dhcp-server�4.3.3�11.9.1�ISC DHCP Server�This package contains the ISC DHCP server.

Please read the documentation in /usr/share/doc/packages/dhcp-server
regarding configuration of the DHCP server.

Authors:
--------
    Internet Systems Consortium, Inc. <info@isc.org>�]��lamb07���"�1openSUSE Leap 42.3�openSUSE�BSD-3-Clause�http://bugs.opensuse.org�Productivity/Networking/Boot/Servers�http://www.isc.org/software/dhcp�linux�x86_64�/usr/sbin/useradd -r -g nogroup -s /bin/false -c "DHCP server daemon" -d /var/lib/dhcp dhcpd 2> /dev/null ||:

test -n "$FIRST_ARG" || FIRST_ARG="$1"							
# disable migration if initial install under systemd					
[ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || :		
if [ "$FIRST_ARG" -eq 1 ]; then 							
	for service in dhcpd.service ; do							
		sysv_service="${service%.*}"						
		touch "/var/lib/systemd/migrated/$sysv_service" || :			
	done										
else											
	for service in dhcpd.service ; do							
		# The tag file might have been left by a preceding			
		# update (see bsc#1059627)						
		rm -f "/run/rpm-dhcp-update-$service-new-in-upgrade"			
											
		if [ ! -e "/usr/lib/systemd/system/$service" ]; then			
			touch "/run/rpm-dhcp-update-$service-new-in-upgrade"		
		fi									
	done										
	for service in dhcpd.service ; do							
		sysv_service="${service%.*}"						
		if [ -e /var/lib/systemd/migrated/$sysv_service ]; then			
			continue							
		fi									
		if [ ! -x /usr/sbin/systemd-sysv-convert ]; then			
			continue							
		fi									
		/usr/sbin/systemd-sysv-convert --save $sysv_service || :		
	done										
fi											

test -n "$FIRST_ARG" || FIRST_ARG="$1"							
# disable migration if initial install under systemd					
[ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || :		
if [ "$FIRST_ARG" -eq 1 ]; then 							
	for service in dhcpd6.service ; do							
		sysv_service="${service%.*}"						
		touch "/var/lib/systemd/migrated/$sysv_service" || :			
	done										
else											
	for service in dhcpd6.service ; do							
		# The tag file might have been left by a preceding			
		# update (see bsc#1059627)						
		rm -f "/run/rpm-dhcp-update-$service-new-in-upgrade"			
											
		if [ ! -e "/usr/lib/systemd/system/$service" ]; then			
			touch "/run/rpm-dhcp-update-$service-new-in-upgrade"		
		fi									
	done										
	for service in dhcpd6.service ; do							
		sysv_service="${service%.*}"						
		if [ -e /var/lib/systemd/migrated/$sysv_service ]; then			
			continue							
		fi									
		if [ ! -x /usr/sbin/systemd-sysv-convert ]; then			
			continue							
		fi									
		/usr/sbin/systemd-sysv-convert --save $sysv_service || :		
	done										
fi�
    PNAME=dhcpd 
    SUBPNAME= 
    TEMPLATE_DIR=/var/adm/fillup-templates 
    SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME 
    SD_NAME="" 
     
    
    if [ -x /bin/fillup ] ; then 
	if [ -f $SYSC_TEMPLATE ] ; then 
	    echo "Updating /etc/sysconfig/$SD_NAME$PNAME..." 
	    mkdir -p /etc/sysconfig/$SD_NAME 
	    touch /etc/sysconfig/$SD_NAME$PNAME 
	    /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE 
	fi 
    else 
	echo "ERROR: fillup not found. This should not happen. Please compare" 
	echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" 
	echo "update by hand." 
    fi 
    

    PNAME=syslog 
    SUBPNAME=-dhcpd 
    TEMPLATE_DIR=/var/adm/fillup-templates 
    SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME 
    SD_NAME="" 
     
    
    if [ -x /bin/fillup ] ; then 
	if [ -f $SYSC_TEMPLATE ] ; then 
	    echo "Updating /etc/sysconfig/$SD_NAME$PNAME..." 
	    mkdir -p /etc/sysconfig/$SD_NAME 
	    touch /etc/sysconfig/$SD_NAME$PNAME 
	    /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE 
	fi 
    else 
	echo "ERROR: fillup not found. This should not happen. Please compare" 
	echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" 
	echo "update by hand." 
    fi 
    

test -n "$FIRST_ARG" || FIRST_ARG="$1"							
[ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || :		
											
if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then			
	/usr/bin/systemctl daemon-reload || :						
fi											
if [ "$FIRST_ARG" -eq 1 ]; then								
	if [ -x /usr/bin/systemctl ]; then						
		/usr/bin/systemctl preset dhcpd.service || :					
	fi										
elif [ "$FIRST_ARG" -gt 1 ]; then							
	for service in dhcpd.service ; do							
		if [ ! -e "/run/rpm-dhcp-update-$service-new-in-upgrade" ]; then	
			continue							
		fi									
		rm -f "/run/rpm-dhcp-update-$service-new-in-upgrade"			
		if [ ! -x /usr/bin/systemctl ]; then					
			continue							
		fi									
		/usr/bin/systemctl preset "$service" || :				
	done										
	for service in dhcpd.service ; do							
		sysv_service=${service%.*}						
		if [ -e /var/lib/systemd/migrated/$sysv_service ]; then			
			continue							
		fi									
		if [ ! -x /usr/sbin/systemd-sysv-convert ]; then			
			continue							
		fi									
		/usr/sbin/systemd-sysv-convert --apply $sysv_service || :		
		touch /var/lib/systemd/migrated/$sysv_service || :			
	done										
fi											

test -n "$FIRST_ARG" || FIRST_ARG="$1"							
[ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || :		
											
if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then			
	/usr/bin/systemctl daemon-reload || :						
fi											
if [ "$FIRST_ARG" -eq 1 ]; then								
	if [ -x /usr/bin/systemctl ]; then						
		/usr/bin/systemctl preset dhcpd6.service || :					
	fi										
elif [ "$FIRST_ARG" -gt 1 ]; then							
	for service in dhcpd6.service ; do							
		if [ ! -e "/run/rpm-dhcp-update-$service-new-in-upgrade" ]; then	
			continue							
		fi									
		rm -f "/run/rpm-dhcp-update-$service-new-in-upgrade"			
		if [ ! -x /usr/bin/systemctl ]; then					
			continue							
		fi									
		/usr/bin/systemctl preset "$service" || :				
	done										
	for service in dhcpd6.service ; do							
		sysv_service=${service%.*}						
		if [ -e /var/lib/systemd/migrated/$sysv_service ]; then			
			continue							
		fi									
		if [ ! -x /usr/sbin/systemd-sysv-convert ]; then			
			continue							
		fi									
		/usr/sbin/systemd-sysv-convert --apply $sysv_service || :		
		touch /var/lib/systemd/migrated/$sysv_service || :			
	done										
fi											
# FIXME: update?
if [ ${FIRST_ARG:-0} -gt 1 ]; then
    if grep -q '^DHCPD_RUN_AS=.*nobody' etc/sysconfig/dhcpd; then
	tmpfile=$(mktemp -q etc/sysconfig/dhcpd.XXXXXX)
	sed 's|^DHCPD_RUN_AS=.*|DHCPD_RUN_AS="dhcpd"|' etc/sysconfig/dhcpd \
	  > $tmpfile && mv $tmpfile etc/sysconfig/dhcpd
	rm -f $tmpfile
    fi
    if grep -q '^DHCPD_BINARY=.*dhcpd\..*' etc/sysconfig/dhcpd; then
	tmpfile=$(mktemp -q etc/sysconfig/dhcpd.XXXXXX)
	sed 's|^DHCPD_BINARY=.*|DHCPD_BINARY=""|' etc/sysconfig/dhcpd \
	  > $tmpfile && mv $tmpfile etc/sysconfig/dhcpd
	rm -f $tmpfile
    fi
fi�
test -n "$FIRST_ARG" || FIRST_ARG="$1"							
if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then				
	# Package removal, not upgrade							
	/usr/bin/systemctl --no-reload disable dhcpd.service || :				
	(
		test "$YAST_IS_RUNNING" = instsys && exit 0
		test -f /etc/sysconfig/services -a \
		     -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services
		test "$DISABLE_STOP_ON_REMOVAL" = yes -o \
		     "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0
		/usr/bin/systemctl stop dhcpd.service
	) || : 		
fi											

test -n "$FIRST_ARG" || FIRST_ARG="$1"							
if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then				
	# Package removal, not upgrade							
	/usr/bin/systemctl --no-reload disable dhcpd6.service || :				
	(
		test "$YAST_IS_RUNNING" = instsys && exit 0
		test -f /etc/sysconfig/services -a \
		     -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services
		test "$DISABLE_STOP_ON_REMOVAL" = yes -o \
		     "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0
		/usr/bin/systemctl stop dhcpd6.service
	) || : 		
fi�
test -n "$FIRST_ARG" || FIRST_ARG="$1"							
if [ "$FIRST_ARG" -ge 1 ]; then								
	# Package upgrade, not uninstall						
	if [ -x /usr/bin/systemctl ]; then						
		/usr/bin/systemctl daemon-reload || :					
		(
			test "$YAST_IS_RUNNING" = instsys && exit 0
			test -f /etc/sysconfig/services -a \
			     -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services
			test "$DISABLE_RESTART_ON_UPDATE" = yes -o \
			     "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0
			/usr/bin/systemctl try-restart dhcpd.service
		) || : 	
	fi										
else # package uninstall								
	for service in dhcpd.service ; do							
		sysv_service="${service%.*}"						
		rm -f "/var/lib/systemd/migrated/$sysv_service" || :			
	done										
	if [ -x /usr/bin/systemctl ]; then						
		/usr/bin/systemctl daemon-reload || :					
	fi										
fi											

test -n "$FIRST_ARG" || FIRST_ARG="$1"							
if [ "$FIRST_ARG" -ge 1 ]; then								
	# Package upgrade, not uninstall						
	if [ -x /usr/bin/systemctl ]; then						
		/usr/bin/systemctl daemon-reload || :					
		(
			test "$YAST_IS_RUNNING" = instsys && exit 0
			test -f /etc/sysconfig/services -a \
			     -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services
			test "$DISABLE_RESTART_ON_UPDATE" = yes -o \
			     "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0
			/usr/bin/systemctl try-restart dhcpd6.service
		) || : 	
	fi										
else # package uninstall								
	for service in dhcpd6.service ; do							
		sysv_service="${service%.*}"						
		rm -f "/var/lib/systemd/migrated/$sysv_service" || :			
	done										
	if [ -x /usr/bin/systemctl ]; then						
		/usr/bin/systemctl daemon-reload || :					
	fi										
fi�����������������������YT�����"�����:�������������1������������1��f��f� ��������������B��h��&��
���
���j�����������������������������������������������A큤A�A�A큤����A��A�������A������큤������������������������A�A�A�A�A�A�A�A�A�A�A�A�A�A���������������������������������������������������������������������������������������������]��]��]��]��]��]��]��]��]��]��]��]��]��]��]��]��]��]��]��]��]��]��]��]��]��]��]��]��]��]��]��]��]��]��]��]��]��]��]��]��]��]��]��]��]��]��199f636405161fb5c8a46ab34cfa3a8d��6e5e2a25d9ea493d5b94bc83e5837f2b����d56c54f8417ca6cde0994c7fd0d7e9f2��69e75d040793a2d802ae07669b8388db��631bce19a2509fd4273d79ccd575d6c3����1b8c44bbf4aecdcde4809fc3399830d1����2a11e49ed6346d82ac7cc33acdb34f15�a7fdf5d418f5f6b196f8557b085aa95e�2ad875fe955b39e7b2c0928646c89c49�b66a03b76bf41cfdecff87c4ce6e4a11����2976e093b33f7c8b533748204887f17c�9bf067b43e223dc939c04b39f43f437b�4e3b3fb3dfdf0131303f1365e46e0ced�48d50cf2b1aca5efeabc36cf41ab662a�84f5e79a85fcd1b037f14a2f261b846c�3b3d9623fbdcfef555b75c1b98033c94�e196629e6a53965364ddd8ca78caee7a����������������������../scripts/dhcpd-restart-hook�����syntax-check�syntax-check���syntax-check�syntax-check�����dhcpd�service�service����������������������������P������P��������������������������������������������������������������������������������������������������������������������������������������������������������������������root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�dhcpd�root�root�root�root�root�root�dhcpd�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�root�dhcp-4.3.3-11.9.1.src.rpm�����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������config(dhcp-server)�dhcp-server�dhcp-server(x86-64)���@���
���
���
���������	������
�����
������
���
���
���
���@���@���@���@���@���@���@���@���@���@�������
��
��
���
/bin/bash�/bin/cat�/bin/cp�/bin/mkdir�/bin/sh�/bin/sh�/bin/sh�/bin/sh�/usr/sbin/useradd�config(dhcp-server)�coreutils�dhcp�diffutils�fillup�grep�insserv�libc.so.6()(64bit)�libc.so.6(GLIBC_2.14)(64bit)�libc.so.6(GLIBC_2.15)(64bit)�libc.so.6(GLIBC_2.2.5)(64bit)�libc.so.6(GLIBC_2.3)(64bit)�libc.so.6(GLIBC_2.3.4)(64bit)�libc.so.6(GLIBC_2.4)(64bit)�libc.so.6(GLIBC_2.7)(64bit)�liblber-2.4.so.2()(64bit)�libldap-2.4.so.2()(64bit)�net-tools�rpmlib(CompressedFileNames)�rpmlib(PayloadFilesHavePrefix)�sed�rpmlib(PayloadIsLzma)����������4.3.3-11.9.1��4.3.3����������������3.0.4-1�4.0-1��4.4.6-1�4.11.2��Z�%�Z]�@ZWQ�Z�@Yg`�XƉ�Wb��W ��V�_�V�@U���T�5�Tm��T�@S�@S��@S|�@S5d@S&��R��@R���R�@REs@R/	�Qzl@QZ�@QT0�QR�@Q?�Q3;@P���P[@P��O�i�Or�@Og�O�N��@N��@Nf@N^"@N[@N&�@N&�@M�c@M���M�(�M��@M��@M�@M�l�M�l�MbS�M^_@MIG@M
�L�!�L��@L��L��@L�*@LYV@LN�@L-��L�K�@K�F�K���K�t�K�,�KE��K&(�J�`@J�k�J���J���Jp9�Jp9�max@suse.com�ndas@suse.de�ndas@suse.de�ndas@suse.de�ndas@suse.de�ndas@suse.de�ndas@suse.de�ndas@suse.de�nirmoy.das@suse.com�mt@suse.de�mt@suse.de�mt@suse.de�mt@suse.de�ro@suse.de�mt@suse.de�mt@suse.de�jsegitz@novell.com�mt@suse.de�mt@suse.com�mt@suse.com�mt@suse.com�mt@suse.com�mt@suse.com�mt@suse.com�mmeister@suse.com�mt@suse.com�mt@suse.com�mt@suse.com�mt@suse.com�schwab@suse.de�mt@suse.com�mt@suse.com�mt@suse.com�mt@suse.com�mt@suse.com�mt@suse.com�mt@suse.com�mt@suse.com�coolo@suse.com�mt@suse.com�mt@suse.com�mt@suse.de�crrodriguez@opensuse.org�crrodriguez@opensuse.org�crrodriguez@opensuse.org�mt@suse.de�mt@suse.de�mt@suse.de�mt@suse.de�mt@suse.de�mt@suse.de�mt@suse.de�mt@suse.de�mt@suse.de�mt@suse.de�mt@suse.de�mt@suse.de�mt@suse.de�mt@suse.de�mt@suse.de�mt@suse.de�mt@suse.de�mt@suse.de�mt@suse.de�mt@suse.de�mt@suse.de�mt@suse.de�mt@suse.de�mt@suse.de�mt@suse.de�jengelh@medozas.de�mt@suse.de�mt@suse.de�mt@suse.de�mt@suse.de�mt@suse.de�mt@suse.de�mt@suse.de�- Integrate dhclient-script-handle-static-route-updates.patch into
  dhclient-script. We don't need to patch our own files.
- CVE-2018-5733, bsc#1083303: reference count overflow in dhcpd.
- CVE-2018-5732, bsc#1083302: buffer overflow in dhclient.
- Added: dhcp-CVE-2018-5732-CVE-2018-5733.patch
- Removed: dhclient-script-handle-static-route-updates.patch�- Plugs a socket descriptor leak in OMAPI(bsc#1076119, CVE-2017-3144)
  [+ 0027-master-Plugs-a-socket-descriptor-leak-in-OMAPI.patch]�- Optimized if and when DNS client context and ports
  are initted (bsc#1073935)
  [+ 0026-Optimized-if-and-when-DNS-client-context-and-.patch]�- Only use 12-bit value from VLAN TCI for VID(bsc#1059061)
  [+0025-master-LPF-now-only-uses-12-bit-value-from-VLAN-TCI-.patch]
- fixed os error "Ambiguous tags: source12, source13, source14, source15"�-  Modify dhclient-script to handle static route updates (bsc#1023415).
  [+dhclient-script-handle-static-route-updates.patch]�- Relax permission of dhclient-script for libguestfs(bsc#987170)
- Enable patch23 whcih was disabled by mistake before�- Add patch to limit the value of an fd we accept for a
  connection(bsc#969820).�- renamed freeaddrinfo,getaddrinfo,getnameinfo in the internal
  libirs library that does not consider /etc/hosts and
  /etc/nsswitch.conf to use irs_ prefix to not cause name conflicts
  and override standard glibc functions used in libldap(bsc#972907).
  [+ 0022-dhcp-4.x.x-apply-bind-changes.patch,
  + 0023-bind-9.9.7-Hide-IRS-resolver-function.patch]�- adjusted interval check.
  [*0019-dhcp-4.2.4-P1-interval.patch]
- Fixed improper lease duration checking. Also added fixes for integer
  overflows in the date and time handling code(bsc#936923, bsc#880984).
  [+0021-dhcp-4.x.x-fixed-improper-lease-duration-checking.patch]
- fixed service files to start dhcpd after slapd (bsc#956159)
- dhclient-script: complain in the log about conflicts, added
  a see log messages to the dhclient log message (bsc#960506)
  [* 0018-client-fail-on-script-pre-init-error-bsc-912098.patch]
- applied upstream security patch fixing  (bsc#961305,CVE-2015-8605)
  [+0020-dhcp-4.3.3-P1-CVE-2015-8605-udp-payload-length-ckeck.patch]�- Applied a patch by Jiri Popelka catching dhcp server aborts with
  "Unable to set up timer: out of range" on very long or infinite
  timer intervals / lease lifetimes (bsc#947780, bsc#880984)
  [+ 0019-dhcp-4.2.4-P1-interval.patch]
- Corrected patch references in and a missed (bsc#919959) patch
  description in previous changelog entry.�- Update to dhcp-4.3.3 (fate#319067) provinding many bug fixes,
  features and obsoletes several patches we were using before.
  For complete changelog, please read the RELNOTES file shipped
  along with this package or online at:
  https://kb.isc.org/article/AA-01297/82/DHCP-4.3.3-Release-Notes.html
- Replaced hostname patch with a dhcpv6 and fqdn aware variant:
  [- 0006-dhcp-4.2.5-dhclient-send-hostname-rml.patch,
  + 0006-dhcp-4.3.2-dhclient-send-hostname-or-fqdn.patch]
- Removed obsolete patches included upstream now:
  [- 0007-dhcp-4.2.6-ldap-mt01.patch,
  - 0009-dhcp-4.2.6-xen-checksum.patch,
  - 0013-dhcp-4.2.3-P1-dhclient-log-pid.patch,
  - 0015-Ignore-SIGPIPE-to-not-die-in-socket-code.patch,
  - 0016-server-log-DHCPv6-addresses-assigned-to-clients.patch,
  - 0019-dhcp-4.2.x-ldap-debug-write.bnc835818.patch,
  - 0021-dhcp-4.2.4-P2-bnc878846-conf-to-ldap.patch,
  - 0022-dhcp-4.2.x-contrib-conf-to-ldap-reorder.886094.patch,
  - 0023-dhcp-4.2.x-ddns-tsig-hmac-sha-support.890731.patch,
  - 0025-dhcp-4.2.x-dhcpv6-retransmission-until-MRD.872609.patch,
  - 0026-dhcp-4.2.x-disable-unused-ddns-port-in-server.891655.patch]
- Adjusted patch numbers in the spec file:
  [- 0008-dhcp-4.1.1-P1-lpf-bind-msg-fix.patch,
  - 0010-dhcp-4.2.2-dhclient-option-checks.patch,
  - 0011-dhcp-4.2.6-close-on-exec.patch,
  - 0012-dhcp-4.2.2-quiet-dhclient.patch,
  - 0014-Fixed-linux-interface-discovery-using-getifaddrs.patch,
  - 0020-dhcp-4.2.x-chown-server-leases.bnc868253.patch,
  - 0024-dhcp-4.2.x-dhcpv6-decline-on-DAD-failure.872609.patch,
  + 0007-dhcp-4.1.1-P1-lpf-bind-msg-fix.patch,
  + 0008-dhcp-4.2.2-dhclient-option-checks.patch,
  + 0009-dhcp-4.2.6-close-on-exec.patch,
  + 0010-dhcp-4.2.2-quiet-dhclient.patch,
  + 0011-Fixed-linux-interface-discovery-using-getifaddrs.patch,
  + 0012-dhcp-4.2.x-chown-server-leases.bnc868253.patch,
  + 0013-dhcp-4.2.x-dhcpv6-decline-on-DAD-failure.872609.patch]
- Fixed to not pass DHCPv6 address lifetimes a positive (unsigned
  32bit) integers to scripts and properly format timestamps as long
  to not break them on 64bit architectures (bsc#926159).
  [+ 0014-dhclient6-unsigned-lifetimes-for-script-bsc-926159.patch]
- dhclient: expose next-server DHCPv4 option to script (bsc#928390)
  [+ 0015-Expose-next-server-DHCPv4-option-to-dhclient-script.patch]
- Replaced infiniband support patch with fixed variant (bsc#910984):
  [- 0017-dhcp-4.2.6-lpf-ip-over-ib-support.patch,
  - 0018-dhcp-4.2.6-improved-xid.patch,
  - 0027-dhcp-4.2.x-handle-ifa_addr-NULL.909189.patch,
  + 0016-infiniband-support.patch]
- Moved dhcp-devel package include files and static libraries
  to /usr/include/dhcp and /usr/lib/dhcp subdirectories.
  DHCP requires a specific bind library version and conflicts
  with the files shipped by bind-devel package, which is not
  source and binary compatible (bsc#910686).
- Corrected changes to provide complete patch file references.
- Fixed server to not report success before send (bsc#919959)
  [+ 0017-server-no-success-report-before-send.919959.patch]
- Fixed dhclient to check pre-init results reported by dhclient-script
  and fail if pre-init fails for a requested interface (bsc#912098).
  [+ 0018-client-fail-on-script-pre-init-error-bsc-912098.patch]
- do not check scripts not in the src.rpm
- fix bashisms in dhcprelay script
- Disabled /sbin/service legacy-action hooks on openSUSE <= 13.1,
  which does not support it and causes build failure (bnc#891961).
- Removed gpg validation implicitly done by osc source_validator
  and gpg-offline dependency (blocks rebuilds).�- Applied fix by Jiri Slaby to not crash in interface discovery
  when the interface address is NULL, which has been introduced
  by the infiniband support patch (bsc#909189,bsc#870535).
  [+ 0027-dhcp-4.2.x-handle-ifa_addr-NULL.909189.patch]�- Applied contrib/ldap/dhcpd-conf-to-ldap patch by Ales Novak to
  reorder config to add all global options or option declarations
  to the dhcpService object instead to create new service object
  (bsc#886094,ISC-Bugs#37876).
  [+ dhcp-4.2.x-contrib-conf-to-ldap-reorder.886094.patch]
- Applied an upstream patch by Thomas Markwalder adding missed
  mapping of SHA TSIG algorithm names to their constants to enable
  hmac-sha1, hmac_sha224, hmac_sha256, hmac_sha384 and hmac_sha512
  authenticated dynamic DNS updates (bsc#890731, ISC-Bugs#36947).
  [+ dhcp-4.2.x-ddns-tsig-hmac-sha-support.890731.patch]
- Decline IPv6 addresses on Duplicate Address Detection failure
  and stop client message exchanges on reached MRD rather than
  at some point after it. Applied fedora patches by Jiri Popelka
  and added DAD reporting via exit 3 to the dhclient-script and
  a fix to use correct address variables in the DEPREF6 action
  (bsc#872609,ISC-Bugs#26735,ISC-Bugs#21238).
  [+ dhcp-4.2.x-dhcpv6-decline-on-DAD-failure.872609.patch,
  + dhcp-4.2.x-dhcpv6-retransmission-until-MRD.872609.patch]
- Applied backport patch by William Preston avoiding to bind ddns
  socket in the server when ddns-update-style is none (bsc#891655).
  [+ dhcp-4.2.x-disable-unused-ddns-port-in-server.891655.patch]
- Applied patch for the contrib/ldap/dhcpd-conf-to-ldap script
  fixing subclass statement handling (bnc#878846,[ISC-Bugs #36409])
  [+ dhcp-4.2.4-P2-bnc878846-conf-to-ldap.patch]
- Updated licence statement and FSF address in our scripts.
- Added missed service_add_pre macro calls for dhcrelay services�- sanitize release line in specfile�- Fixed to require iproute2 in dhcp-client package (bnc#885399)
- Disarmed dhclient-script when wicked is the network service,
  as wicked is using an another dhcp client (runtime conflict),
  NetworkManager an own script and sysconfig-network is gone on
  sles12 and opensuse > 13.1, so it is obsolete and unsupported.�- Fixed /etc/sysconfig/dhcpd fillup in dhcp server post-install.
- Fixed dhcp server start script to use correct libdir (bnc#868250)
- Fixed dhcp server to chown leases to run user at start (bnc#868253)
  [+ 0020-dhcp-4.2.x-chown-server-leases.bnc868253.patch]
- Fixed to write missed dhcp-ldap debug level messages (bnc#835818)
  [+ 0019-dhcp-4.2.x-ldap-debug-write.bnc835818.patch]
- Fixed unsupported dhclient-script used by sysconfig ifup to provide
  a function to calculate netmask. NetworkManager provides an own one.�- added necessary macros for systemd files�- Applied fixes for DHCP over IPoIB by Mellanox (bnc#870535)
  [+ 0017-dhcp-4.2.6-lpf-ip-over-ib-support.patch,
  + 0018-dhcp-4.2.6-improved-xid.patch]�- Added support for custom for rcdhcpd[6] check-syntax,check-lease
  and syntax-check actions (bnc#868713).�- Initially switched to use systemd service files under systemd
  and enabled Restart=on-abort (fate#315133).
- Update to ISC dhcp-4.2.6 release. See RELNOTES file for the
  complete list of changes -- digest of fixes not in dhcp-4.2.5:
  - Tidy up receive packet processing.
    Thanks to Brad Plank of GTA for reporting the issue and
    suggesting a possible patch. [ISC-Bugs #34447]
  - Fix the socket handling for DHCPv6 clients to allow multiple
    instances of a client on a single machine to work properly.
    Previously only one client would receive the packets.
    Thanks to Jiri Popelka at Red Hat for the bug report and a
    potential patch. [ISC-Bugs #34784]
  - Added support for gentle shutdown after signal is received.
    [ISC-Bugs #32692] [ISC-Bugs 34945]
  - Enhance the DHCPv6 server logging to include the addresses
    that are assigned to the clients.  This can be enabled by
    defining LOG_V6_ADDRESSES in site.h. [ISC-Bugs #26377]
  - Fix an operation in the DDNS code to be a bitwise instead
    of logical or. [ISC-Bugs #35138]
- Merged patches for dhcp-4.2.6 version to apply without fuzzy,
  prepended patch number prefixes to match spec file patch nr,
  added patch markup tags / bug numbers to the spec file.
- Applied contrib-lease-path pach to contrib.tar.gz
  [- contrib-lease-path.diff]
- Changed to require automake and use its config.sub and guess
  files instead of maintaining a patch.
  [- config-guess-sub-update.patch]
- Enabled to log DHCPv6 addresses assigned by server to clients
  [+ 0016-server-log-DHCPv6-addresses-assigned-to-clients.patch]
- Cleaned up documentation, rpmlint adjustments.�- Test if /etc/sysconfig/network/scripts/functions exists before
  sourcing it (fate#316768,bnc#856591).�- Fixed path to systemctl in dhclient-script (bnc#847778).�- Added /etc/bindresvport.blacklist to dhcp server chroot file
  lists as it seems to block its start in some cases (bnc#842360).�- Fixed to reload syslog on hostname changes using systemctl as
  there is no /etc/init.d/syslog script since syslog-service-2.0
  (bnc#830467).�- Added autoreconf -i option to fix build for the new automake�- Install missed bind include files and libraries in dhcp-devel;
  conflicts to bind-devel providing different versions (bnc#805162).�- Use manual patch command for config-guess-sub-update.patch
  again as patch macro does not work on older distributions.�- Update to ISC dhcp-4.2.5-P1 release, which contains updated
  bind-9.8.4-P2 sources with removed regex.h check in configure
  (bnc#811934, CVE-2013-2266).
- Changed spec make the bind export library build output visible.�- Added dhcp6-server service template for SuSEfirewall2 (bnc#783002)�- config-guess-sub-update.patch:
  Update config.guess/sub for aarch64�- Update to ISC dhcp-4.2.5 release. See RELNOTES file for the
  complete list of changes -- digest of fixes not in dhcp-4.2.4-P2:
  - Correct code to calculate rebind timing values in client
    [ISC-Bugs #29062]
  - Fix some issues in the code for parsing and printing options.
    [ISC-Bugs #22625,#27289,#27296,#27314]
  - Update the memory leakage debug code to work with v6.
    [ISC-Bugs #30297]
  - Relax the requirements for deleting an A or AAAA record.
    This relaxation was codified in RFC 4703. [ISC-Bugs #30734]
  - Modify the failover code to handle incorrect peer names better.
    [ISC-Bugs #30320]
  - Fix a set of issues that were discovered via a code inspection
    tool. [ISC-Bugs #23833]
  - Parsing unquoted base64 strings improved. [ISC-Bugs #23048]
  - The client now passes information about the options it requested
    from the server to the script code via environment variables.
    These variables are of the form requested_<option_name>=1 with
    the option name being the same as used in the new_* and old_*
    variables. [ISC-Bugs #29068]
  - Check the status value when trying to read from a connection to
    see if it may have been closed.  If it appears closed don't try
    to read from it again.  This avoids a potential busy-wait like
    loop when the peer names are mismatched. [ISC-Bugs #31231]
  - Remove an unused variable to keep compilers happy.
    [ISC-Bugs #31983]
- Removed obsolete parsing and printing option patch
  [dhcp-4.2.4-parsing-and-printing-options.patch]
- Merged dhcp-4.2.2-dhclient-send-hostname-rml.diff
  [dhcp-4.2.5-dhclient-send-hostname-rml.patch]
- Fixed discovery of interfaces, which have only addresses with
  a label assigned (linux 2.0 "alias interfaces" compatibility)
  by switching to use the getifaddrs() as on BSD (bnc#791289,
  reported upstream as [ISC-Bugs #31992]).
  [dhcp-4.2.4-interface-discovery-using-getifaddrs.patch]
- Applied a patch to ignore SIGPIPE instead to die in socket code
  before the errno==EPIPE checks are reached (bnc#794578, upstream
  report [ISC-Bugs #32222])
  [dhcp-4.2.4-P2-do-not-die-on-sigpipe.patch]
- Updated ldap patch to 4.2.5-ldap-mt01 providing following fixes:
  - Fixed parse buffer handling code to not avoid truncation of
    config > ~8k from bigger ldap objects. Fixed to free the ldap
    config buffer passed to the config parser and append new config,
    while the parser is in saved state (bnc#788787).
  - Fixed subclass name-ref and data quoting/escaping (bnc#788787).
  - Fixed memory leaks on ldap_read_config errors (bnc#788787).
  - Fixed a memleak while subnet range processing, fixed to reset
    bufix variable in ldap_read_function to 0 and to set buflen to
    the complete length (do not discard last character, usually \n).
    This caused a parsing error at further run of the function,
    e.g. while processing the second dhcpService container that the
    dhcpServer object may refer to (bnc#784640).
  [dhcp-4.2.5-ldap-mt01.patch.bz2]
- Fixed dhclient-script to discard MTU lower-equal 576 rather
  than lower-than (bnc#791280).
- Verify GPG source archive signatures.�- Update to ISC dhcp-4.2.4-P2 release, providing a security fix for
  an issue with the use of lease times was found and fixed.  Making
  certain changes to the end time of an IPv6 lease could cause the
  server to abort.  Thanks to Glen Eustace of Massey University,
  New Zealand for finding this issue.
  ([ISC-Bugs #30281], CVE: CVE-2012-3955, bnc#780167)�- Update to ISC dhcp-4.2.4-P1 release, providing following security
  fixes (bnc#772924):
  - Previously the server code was relaxed to allow packets with zero
    length client ids to be processed.  Under some situations use of
    zero length client ids can cause the server to go into an infinite
    loop. As such ids are not valid according to RFC 2132 section 9.14
    the server no longer accepts them.  Client ids with a length of 1
    are also invalid but the server still accepts them in order to
    minimize disruption.  The restriction will likely be tightened in
    the future to disallow ids with a length of 1.
    Thanks to Markus Hietava of Codenomicon CROSS project for the
    finding this issue and CERT-FI for vulnerability coordination.
    [ISC-Bugs #29851] CVE: CVE-2012-3571
  - When attempting to convert a DUID from a client id option
    into a hardware address handle unexpected client ids properly.
    Thanks to Markus Hietava of Codenomicon CROSS project for the
    finding this issue and CERT-FI for vulnerability coordination.
    [ISC-Bugs #29852] CVE: CVE-2012-3570
  - A pair of memory leaks were found and fixed.  Thanks to Glen
    Eustace of Massey University, New Zealand for finding this issue.
    [ISC-Bugs #30024] CVE: CVE-2012-3954
- Moved lease file check to a separate action so it is not used in
  restart -- it can fail when the daemon rewrites the lease causing
  a restart failure then (bnc#762108 regression).
- Request dhcp6.sntp-servers in /etc/dhclient6.conf and forward to
  netconfig for processing (bnc#770236).
- Removed RFC 4833 TZ options from client requests [unused].�- Update to ISC dhcp-4.2.4 release, fixing a dhcpv6 server assert
  crash while accessing lease on heap (bnc#767661) and providing
  the following fixes:
  - Rotate the lease file when running in v6 mode.
    Thanks to Christoph Moench-Tegeder at Astaro for the
    report and the first version of the patch. [ISC-Bugs #24887]
  - Fixed the code that checks if an address the server is planning
    to hand out is in a reserved range.  This would appear as the
    server being out of addresses in pools with particular ranges.
    [ISC-Bugs #26498]
  - In the DDNS code handle error conditions more gracefully and
    add more logging code. The major change is to handle unexpected
    cancel events from the DNS client code. [ISC-Bugs #26287]
  - Tidy up the receive calls and eliminate the need for found_pkt.
    [ISC-Bugs #25066]
  - Add support for Infiniband over sockets to the server and
    relay code.  We've tested this on Solaris and hope to expand
    support for Infiniband in the future.  This patch also corrects
    some issues we found in the socket code. [ISC-Bugs #24245]
  - Add a compile time check for the presence of the noreturn attribute
    and use it for log_fatal if it's available.  This will help code
    checking programs to eliminate false positives. [ISC-Bugs #27539]
  - Fixed many compilation problems ("set, but not used" warnings) for
    gcc 4.6 that may affect Ubuntu 11.10 users. [ISC-Bugs #27588]
  - Modify the code that determines if an outstanding DDNS request
    should be cancelled.  This patch results in cancelling the
    outstanding request less often.  It fixes the problem caused
    by a client doing a release where  the TXT and PTR records
    weren't removed from the DNS. [ISC-BUGS #27858]
  - Use offsetof() instead of sizeof() to get the sizes for
    dhcpv6_relay_packet and dhcpv6_packet in several more places.
    Thanks to a report from Bruno Verstuyft and Vincent Demaertelaere
    of Excentis. [ISC-Bugs #27941]
  - Remove outdated note in the description of the bootp keyword about
    the option not satisfying the requirement of failover peers for
    denying dynamic bootp clients. [ISC-bugs #28574]
  - Multiple items to clean up IPv6 address processing. When processing
    an IA that we've seen check to see if the addresses are usable
    (not in use by somebody else) before handing it out.
    When reading in leases from the file discard expired addresses.
    When picking an address for a client include the IA ID in
    addition to the client ID to generally pick different addresses
    for different IAs. [ISC-Bugs #23138] [ISC-Bugs #27945]
    [ISC-Bugs #25586] [ISC-Bugs #27684]
  - Remove unnecessary checks in the lease query code and clean up
    several compiler issues (some dereferences of NULL and treating
    an int as a boolean). [ISC-Bugs #26203]
  - Fix the NA and PD allocation code to handle the case where a client
    provides a preference and the server doesn't have any addresses or
    prefixes available.  Previoulsy the server ignored the request with
    this patch it replies with a NoAddrsAvail or NoPrefixAvail response.
    By default the code performs according to the errata of August 2010
    for RFC 3315 section 17.2.2; to enable the previous style see the
    section on RFC3315_PRE_ERRATA_2010_08 in includes/site.h.
    This option may be removed in the future. Thanks to Jiri Popelka at
    Red Hat for the patch. [ISC-Bugs #22676]
  - Fix up some issues found by static analysis. A potential memory leak
    and NULL dereference in omapi. The use of a boolean test instead of
    a bitwise test in dst. [ISC-Bugs #28941]
- Replaced our patches with a complete and upstream verified patch:
  - Fix some issues in the code for parsing and printing options.
    [ISC-Bugs #27314] - properly parse a zero length option from
    a lease file.
    [ISC-Bugs #22796] - properly determine if we parsed a 16 or
    32 bit value in evaluate_numeric_expression (extract-int).
    [ISC-Bugs #22625] - properly print options that have several
    fields followed by an array of something for example "fIa"
    [ISC-Bugs #27289] - properly parse options in declarations
    that have several fields followed by an array of something
    for example "fIa"
  This patch obsoletes the following (bnc#739696) patches:
  - dhclient: parse_option_param: Bad format a
  - zero-length option lease parse error in dhclient6
- Merged ldap and options check patches for the new version
- Fixed dhcp-server init script to check syntax and fail while
  force-reload and restart to avoid stopping of running daemon
  followed by start failure (bnc#762108). Added libgcc_s.so to
  chroot, so the server can report assert/crash line.�- Added RFC 4833 TimeZone PosixString and Name declarations to
  server and client configs [not used yet].�- dhcp-server: fixed to escape all values used in constructed
  ldap filters as a DN may contain e.g. asterisks (bnc#721829,
  [ISC-Bugs #28545]).�- Updated to ISC dhcp-4.2.3-P2 release, providing a DDNS security fix:
  Modify the DDNS handling code. In a previous patch we added logging
  code to the DDNS handling.  This code included a bug that caused it
  to attempt to dereference a NULL pointer and eventually segfault.
  While reviewing the code as we addressed this problem, we determined
  that some of the updates to the lease structures would not work as
  planned since the structures being updated were in the process of
  being freed: these updates were removed.  In addition we removed an
  incorrect call to the DDNS removal function that could cause a failure
  during the removal of DDNS information from the DNS server.
  Thanks to Jasper Jongmans for reporting this issue.
  ([ISC-Bugs #27078], CVE: CVE-2011-4868, bnc#741239)
- Fixed close-on-exec patch to not set it on stderr (bnc#732910)
- Fixed incorrect "a" array type option parsing causing to discard
  e.g. classless static routes from lease file [reported as ISC-Bug
  27289] and zero-length option parsing such as dhcp6.rapid-commit
  in dhclient6 [reported as ISC-Bug 27314] (bnc#739696).
- Fixed dhclient to include its pid number in syslog messages.
- Fixed to use P2 in the spec version, not in the release tag.�- Updated to ISC dhcp-4.2.3-P1 release, providing security fix for
  a DoS due to processing certain regular expressions (bnc#735610)
  and several important DDNS related fixes:
  * Add a check for a null pointer before calling the regexec function.
    Without out this check we could, under some circumstances, pass
    a null pointer to the regexec function causing it to segfault.
    Thanks to a report from BlueCat Networks. [ISC-Bugs #26704]
    CVE-2011-4539.
  * Fix the code that checks for an existing DDNS transaction to
    cancel when removing DDNS information, so that we will continue
    with the processing if we have a lease even if it doesn't have an
    outstanding transaction.  [ISC-Bugs #24682]
  * Add AM_MAINTAINER_MODE to configure.ac to avoid rebuilding
    configuration files.  [ISC-Bugs #24107]
  * Add support for passing DDNS information to a DNS server over
    an IPv6 address.  [ISC-Bugs #22647]
  * Enhanced patch for 23595 to handle IPv4 fixed addresses more
    cleanly.  [ISC-Bugs #23595]
- Refreshed ldap patch�- add libtool as buildrequire to make the spec file more reliable�- Commented out all configuration examples in /etc/dhcpd.conf and
  dhcp6.conf (bnc#715473).
- Enabled dhcp6.rapid-commit in /etc/dhclient6.conf config file.
- Removed useless provides/obsoletes from spec file.�- Set the DHCPD_CONF_INCLUDE_FILES and the DHCPD6_CONF_INCLUDE_FILES
  variables to /etc/dhcpd.d and /etc/dhcpd6.d by default, so there
  are well-defined directories expected to contain additional config
  files (bnc#690585).�- Updated to ISC dhcp-4.2.2 release, providing two security fixes
  (CVE-2011-2748,CVE-2011-2749,[ISC-Bugs #24960],bnc#712653), that
  allowed remote attackers to cause a denial of service (a daemon
  exit) via crafted BOOTP packets. Further also DNS update fix to
  detect overlapping pools or misconfigured fixed-address entries,
  that caused a server crash during DNS update and other fixes.
  For a complete list, please see the RELNOTES file provided in
  the package and also available online at http://www.isc.org/.
- Merged/adopted dhclient option-checks, send-hostname-rml, ldap
  patch, xen-checksum, close-on-exec patches and removed obsolete
  in6_pktinfo-prototype and relay-no-ip-on-interface patches.
- Moved server pid files into chroot directory even chroot is
  not used and create a link in /var/run, so it can write one
  when started as user without chroot and avoid stop problems
  when the chroot sysconfig setting changed (bnc#712438).
- Disabled log-info level messages in dhclient(6) quiet mode to
  avoid excessive logging of non-critical messages (bnc#711420).
- Fixed dhclient-script to not remove alias IP when it didn't
  changed to not wipe out iptables connmark when renewing the
  lease (bnc#700771). Thanks to James Carter for the patch.
- Fixed DDNS-howto.txt reference in the config file; it has been
  moved to the dhcp-doc package (bnc#697279).
- Removed GPL licensed files (bind-*/contrib/dbus) from bind.tgz
  to ensure, they're not used to build non-GPL dhcp (bnc#714004).
- Changed to apply strict-aliasing/RELRO for >= 12.x only�- Correct previous change.�- THis is a long running network daemon, link with
  full RELRO security enhancements.
- remove -fno-strict-aliasing from CFLAGS, no longer needed.�- Import redhat's patch to open all needed FDs  with O_CLOEXEC
  so they dont leak.�- Removed obsolete sles8 compatibility dependencies, fixed
  to avoid non-functional sles_version conditionals.�- Fixed to not introduce separate dhcp-doc package on sles,
  use versioned provides/obsoletes, improved conditionals.�- Fixed dhclient-script typo causing ISC DHCPv6 client to execute
  ifup pre-down scripts also while renew, when the ipv6 address
  did not changed (bnc#690859).�- Implemented optional ldap connect retry loop during the initial
  startup of the dhcp server in cases where the ldap server is not
  yet started. Set the ldap-init-retry <num> option in dhcpd.conf
  to enable it (bnc#627617). Merged in the actual ldap patch.
- Cleaned up init script error reporting, no -TERM for killproc.�- Updated to ISC dhcp-4.2.1-P1 release, that provides most of the
  dhclient pretty escape and string option checks. Merged to use
  relaxed domain-name option check causing a regression, when the
  server is misusing it to provide a domain list (compatibility to
  attic clients) and does not provide it via domain-search option;
  pretty escape semicolon as well (bnc#675052, CVE-2011-0997).�- Discard string options such as host and domain names containing
  disallowed characters or beeing too long. This proctive patch
  limits root-path to a-zA-Z0-9, #%+-_:.,@~/\[]= and a space
  (bnc#675052, CVE-2011-0997).�- Updated to ISC DHCP 4.2.1 release (bnc#680298), that provides
  following fixes (digest):
  * Several fixes to OMAPI, cleanup of dereferenced pointers in
    the omapi handle, handling of pipe failures and status code
    in omapi signal handler that may cause connect failure and
    100% CPU use.
  * Handle some DDNS corner cases better
  * Several fixes to lease input and output
  * Corrected side effect of printing all data strings as hex.
  * Host record references leaks causing applying config to all
    innocent clients.
  * Memory leak when parsing a domain name
  * Fixes to configuration parsing including infinite loop.
  * Fixed for unexpected abort caused by a DHCPv6 decline.
  For the complete list see the RELNOTES file, that is available
  also online at http://ftp.isc.org/isc/dhcp/dhcp-4.2.1-RELNOTES.
- Removed obsolete optional-value-infinite-loop, no-libcrypto
  and CVE-2011-0413.bnc667655 patches.
- Merged the dhclient-send-hostname and ldap patches.�- dhclient-script: fixed typo causing that only global settings
  to set hostname and default route were applied for primary
  and never per interface settings (bnc#673792).�- Added dhcp-4.2.0-xen-checksum.patch by David Cantrell to handle
  xen partial UDP checksums (bnc#668194).�- Applied security fix for unexpected abort caused by a DHCPv6
  decline message (CVE-2011-0413, VU#686084, bnc#667655).
- Fixed dhclient.conf to request the domain-search option.�- Updated to ISC DHCP 4.2.0-P2, a security release fixing the
  handling of connection requests on the failover port.
  Previously a connection request from a source that wasn't
  listed as a failover peer would cause the server to become
  non-responsive. ([ISC-Bugs #22679] CERT: VU#159528 CVE:
  CVE-2010-3616, bnc#659059).�- Enable ldap CASA support on SLE only.�- Fixed to use same/correct dhcrelay6 interface variables in the
  sysconfig file and in the dhcrelay6 init script.�- Updated to ISC DHCP 4.2.0-P1 release, providing a security fix to
  handle a relay forward message with an unspecified address in the
  link address field. Previously such a message would cause the
  server to crash. Thanks to a report from John Gibbons.
  [ISC-Bugs #21992] CERT: VU#102047 CVE: CVE-2010-3611 (bnc#650902)
  The 4.2.0 version is a feature release, implementing asynchronous
  DDNS processing and includes "The LDAP Patch".
  For a complete list of changes from any previous release, please
  consult the RELNOTES file within the source distribution or on
  the ISC website: http://www.isc.org/software/dhcp/420
- Fixed compilation to avoid segfaults as soon as ldap is enabled,
  merged our ldap patches from 4.1.x branch.�- Fixed a dhcrelay segfault while receiving packets on interfaces
  without any IPv4 address assigned (bnc#631305, reported upsteam
  as [ISC-Bugs #22409]).
- Fixed a common infinite loop while parsing options with optional
  parts in the value such as in slp-service-scope option (bnc#643845,
  reported upsteam as [ISC-Bugs #22410]).
- Fixed init scripts to report correct LSB codes in status action,
  when the config file or the binary do not exists (bnc#640336).
- Fixed syntax of a check in the rcdhcrelay[6] (bnc#648580)
- Avoid pid check error message in the rcdhcpd[6] (bnc#646875)�- Fixed server lease file path in contrib/listlease and leasestate
  changed to extract contrib and examples using setup macro.�- Renamed rfc3442-classless-static-routes_raw in /etc/dhclient.conf
  to rfc3442-classless-static-routes for compatibility with the
  NetworkManager making use of /etc/dhclient.conf now and adopted
  /sbin/dhclient-script (bnc#625770).�- Fixed ldap option number conflicting with new options (bnc#625358)�- Added a fix for an lpf bind error messages making it easier to
  localize problems (bnc#617795)�- Updated to ISC DHCP 4.1.1-P1 patch release, which contains
  a pair of bug fixes including one for a security related bug
  (bnc#612546, CVE-2010-2156):
  * A bug was fixed that could cause the DHCPv6 server to
    advertise/assign a previously allocated (active) lease to a
    client that has changed subnets, despite being on different
    shared networks. Dynamic prefixes specifically allocated in
    shared networks also now are not offered if the client has
    moved. [ISC-Bugs #21152]
  * Accept a client id of length 0 while hashing. Previously the
    server would exit if it attempted to hash a zero length client
    id, providing attackers with a simple denial of service attack.
    [ISC-Bugs #21253]�- Added rc.dhcrelay6 as source in the spec file�- Fixed dhcprelay scripts to source sysconfig file correctly
- Fixed spec file typo in arping path require, enabled ldap
- Fixed a dhclient option name and new/old ip address check�- Updated to ISC DHCP 4.1.1, the current 4.x series production
  release, providing DHCPv6 client/server/relay implementation.
  The programs act in DHCPv6 mode, when the -6 start option is set.
  We install separate init scripts with a 6 at the end to handle
  them, that is /etc/init.d/dhcpd6 and dhrelay6. Further, there is
  also a link to the binaries with a 6 at the end, e.g. dhclient6,
  making it visible, that the installed version supports DHCPv6.
- Moved additional documentation to a separate dhcp-doc package.
- Changed to provide config files and scripts as source files
  instead of patches to the ISC scripts.
- Adopted spec file and config/scripts, merged in all patches.
- Implemented RFC 3442 classless static routes support in the
  dhclient-script (bnc#555870).�- Updated to ISC DHCP 3.1-ESV, an extended support version release
  which includes a small number of bug fixes (bnc#592178) over the
  3.1.3 version:
  * Modified the handling of a connection to avoid releasing the
    omapi io object for the connection while it is still in use.
    One symptom from this error was a segfault when a failover
    secondary attempted to connect to the failover primary if
    their clocks were not synchronized.
  * Fix test in dhcp_interface_signal_handler to check that the
    inner handler has a signal_handler before calling it.
  * When using 'ignore client-updates;', the FQDN returned to the
    client is no longer truncated to one octet.
  * Clean up some compiler warnings - ticket 19054.
- Fixed vlan interface check in dhcpd-restart-hook if-up.d script
  (bnc#599702)
- Touch dhclient.leases in post-install script instead to provide
  an empty file, versioned provides/obsoletes (rpmlint warnings).�- Fixed dhclient-script to call ifup -o dhcp and signal "complete"
  to ifup when all configuration is done (bnc#585380,bnc#518219).�- Enable parallel building
- Use large PIE model on all SPARC flavors�- Fixed dhclient-script to use correct sysconfig run dir path
  to not to break the defaultroute/hostname setup (bnc#555095).
- Don't request any specific lease-time by default (bnc#516459).�- Fixed dhclient-script to forward new_domain_search as DNSSEARCH
  to netconfig.�- Updated to dhcp-3.1.3 maintenance release fixing several issues
  (a digest, see RELNOTES for the complete list):
  * Remove infinite loop in token_print_indent_concat().
  * A parser bug was fixed that segfaulted if site-option-space
    was tried to be used interchangeably with vendor-option-space.
  * Two uninitialized stack structures are now memset to zero,
    thanks to patch from David Cantrell at Red Hat.
  * Memory leak in the load_balance_mine() function is fixed. This
    would leak ~20-30 octets per DHCPDISCOVER packet while failover
    was in use and in normal state.
  * Fixed setting hostname in Linux hosts that require hostname
    argument to be double-quoted.  Also allow server-provided
    hostname to override hostnames 'localhost' and '(none)'.
  * Added client support for setting interface MTU and metric,
    thanks to Roy "UberLord" Marples <roy@marples.name>.
  * Fixed failover reconnection retry code to continue to retry to
    reconnect rather than restarting the listener.
  * Fixed a bug where an OMAPI socket disconnection message would
    not result in scheduling a failover reconnection, if the link
    had not negotiated a failover connect yet (e.g.: connection
    refused, asynch socket connect() timeouts).
  * Versions 3.0.x syntax with multiple name->code option
    definitions is now supported.  Note that, similarly to 3.0.x,
    for by-code lookups only the last option definition is used.
  * Fixed a fenceposting bug when a client had two host records
    configured, one using 'uid' and the other using 'hardware
    ethernet'. CVE-2009-1892
- Updated to dhcp-3.1.3-ldap-patch-mt-01 including previous fixes.
- Merged dhclient script, removed obsolete CVE-2009-1892 fix.�- Replaced mt-02 ldap patch from old git repository with equivalent
  one (dhcp-3.1.2p1-ldap-patch-mt-02) from a new repository with
  fixed patch history (http://www.suse.de/~mt/git/dhcp-ldap.git/).�- Added dhcpd-restart-hook if-up.d script that restarts dhcp server
  while network restart when a virtual interfaces as bridge, bond
  or vlan goes up again (bnc#517810).�- Applied fix for a dhcp client id DoS (CVE-2009-1892, bnc#519413).�- Updated to dhcp-3.1.2p1 maintenance release fixing following
  issues:
  * A stack overflow vulnerability was fixed in dhclient that could
    allow remote attackers to execute arbitrary commands as root on
    the system, or simply terminate the client, by providing an
    over-long subnet-mask option.
  * A double-dereference in dhclient transmission of DHCPDECLINEs
    was repaired.
  * Fix handling of -A and -a flags in dhcrelay; it was failing
    to expand packet size as needed to add relay agent options.
  * Corrected list of failover state values in dhcpd man page.
  * Fixed a bug that caused some request types to be logged
    incorrectly.
  * Fixed a coredump when adding a class via OMAPI.
  * Clients that sent a parameter request list containing the
    routers option before the subnet mask option were receiving
    only the latter. Fixed.
  * The server wasn't always sending the FQDN option when it should.
  * A partner-down failover server no longer emits 'peer holds all
    free leases' if it is able to newly-allocate one of the peer's
    leases.
  * A cosmetic bug in DHCPDECLINE processing was fixed which caused
    all successful DHCPDECLINEs to be logged as "not found" rather
    than "abandoned".
  * Some failover debugging #defines have been better defined and
    some high frequency messages moved to a deeper debugging symbol.
  * The CLTT parameter in failover is now only updated by client
    activity, and not by failover binding updates.
  * Failover BNDUPD messages are now discarded if they conflict with
    an update that has been trasnmitted, but not acknowledged.
  * A bug cleaning up unknown-xxx temporary option definitions was
    fixed.
- Removed obsolete dhclient-no-dereference-twice patch
- Improved dhclient-script to apply global dhcp settings, when
  there is no interface config (bnc#480922).
- Enabled casa support in dhcp-ldap for >= sles 10 and => 11.1.
- Updated dhcp-3.1.2p1-ldap-patch-mt.11.2-02 merging all patches
  flying around --  see http://www.suse.de/~mt/git/dhcp-ldap.git
  and the git changelog at the begin of the patch.�/bin/sh�/bin/sh�/bin/sh�/bin/sh�lamb07 1561629833�����������������������������������������������������������������������������������������������������������������������������������������������������������������������	���
���������
��������������������������������������������������������� ���!���"���#���$���%���&���'���(���)���*���+���,���-���.��������������������������������������������������������4.3.3-11.9.1�4.3.3-11.9.1�4.3.3-11.9.1����������������������������������������������������������	���	���	���
���
���������������������
������������������������������������������������������dhcpd.conf�dhcpd.d�dhcpd6.conf�dhcpd6.d�openldap�schema�dhcp.schema�60-dhcpd-restart-hook�dhcpd-restart-hook�dhcp�dhcpd�dhcpd�check-lease�check-syntax�syntax-check�dhcpd6�check-lease�check-syntax�syntax-check�dhcpd.service�dhcpd6.service�dhcpd�dhcpd6�rcdhcpd�rcdhcpd6�dhcpd.conf.5.gz�dhcpd.leases.5.gz�dhcpd.8.gz�dhcpd.xml�dhcpd6.xml�sysconfig.dhcpd�sysconfig.syslog-dhcpd�dhcp�db�dev�etc�lib64�var�run�dhcp6�db�dev�etc�lib64�var�run�/etc/�/etc/openldap/�/etc/openldap/schema/�/etc/sysconfig/network/if-up.d/�/etc/sysconfig/network/scripts/�/usr/lib/�/usr/lib/dhcp/�/usr/lib/initscripts/legacy-actions/�/usr/lib/initscripts/legacy-actions/dhcpd/�/usr/lib/initscripts/legacy-actions/dhcpd6/�/usr/lib/systemd/system/�/usr/sbin/�/usr/share/man/man5/�/usr/share/man/man8/�/usr/share/omc/svcinfo.d/�/var/adm/fillup-templates/�/var/lib/�/var/lib/dhcp/�/var/lib/dhcp/var/�/var/lib/dhcp6/�/var/lib/dhcp6/var/�-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -g�obs://build.opensuse.org/openSUSE:Maintenance:10531/openSUSE_Leap_42.3_Update/3aabafda3c2bf4e567cde83b0799562c-dhcp.openSUSE_Leap_42.3_Update�drpm�lzma�5�x86_64-suse-linux��������������������������������������������������������������������������������������������������������������������������������������������������ASCII text�directory�ASCII text, with very long lines��Bourne-Again shell script, ASCII text executable�ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.0.0, BuildID[sha1]=f83e469a8700229eac422010e0c34dcd41423894, stripped�troff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)�XML document text���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������
������������������������������������������������������������������������������������������������R���R���R���R���R��R��R��R��R��R��R��R��R��R��)�n�Y�[ե�Ck(�����?����������]�������������"�k�%n�.���b��R���Q�`�t�����WI6���D�*��8{f�y��]k���(O�
:wQ�aQ6S����+��cf�7�ʲ�2Sz�T���P"���f�����Z��A�Q��F�𸈂�J34���Y�X胠1o�pw��q	���87#�����>��q�j�A��Q2�ob����^��iQb&��UH�ݩ$�_d@!b��5�������a�<UCz�46UC{*M�3A����޻�r���D���&�8EpCj���ǏM�=f���6qD��`���w%�"�o:��\r��#�Rv�j
ON���i]u��`Y���]�(����Sҙ�G������ ��ƻ��s�m��^{��-o�Sݸ�^�jb���s	�!�^�qP���
���,�g�
��n-D����32�
��E1Ґ�������8{
Q֦�@�F�`� Ш�	1�y��WZ�ï#����'�����qE �şţ~C��S��3ӄ��P|
�kgr�C��C�T_TJ�b�Ms������ �J@Ȳ~]�Mrk��1�HBy����9�h[�OX-NQ���MC�7z���!���о�z&���L�\LV���l���������&�,O�� �+��/��l@v!�^�����tg1���.*�'� �I����f�AF5IU�]H�.�}��:%2;G1��~Wj�f�}C��\������BN�.	ݩ���kN�����VQt?���P4�,+���/���P�L��qYth���\�}{	�`x�+�ns5���Ͽb<d�?�gɲ'�0���gm��c�MKy�����
���Yu/Y�D2�%%!�? �<��(pFN![��w&�*�p7σ6�T����E�X�#	o�*a]Tׂ"I����!t6I�e�k�>H4t`�QS_T���p�GY+>�Y��� ���X�۩��&�S�����������0V�xk8�I�V���d*����ސ��Y-��gn�}�Q�/���82�b���|#���k�����$�-i��8�a���J��Ґ���d6-NDzF�\wj��m-�~:M�:^��R�1���@�1����
3���`+{��̼��}g/��t�Z�*�~�jQ��눚ќ�J�W�r���3���8�f�yb�S�T�@>�+M?x|�}�b5^t\�'��`~�:�8[]�OV�i5n~���ta�D]�{�=��,a��F{�����Z�
u��雗qo7%�Q�&����;StF
�P�`�a���I^�&����r�6x��`P�&O�̤�#[�L(��k����z�(�4������Dh�>���S�� 4�E^���3:�?�j����2
1K�o.W�x���h?�����WJ�%s�%v��1��ƨ��c<���R�gLv��փ:�gu)�r��LZ7��1g�T��k�a���Y�)���l�R�M'٤V�%�7R0F�
yZD���bY{^Qt�pn���=@a*�Bk�(��U�b�/R|�iSϜ��̯%��1e�S�*I�x�S�E����E��ou��P�eݿ5d�?��h��
�i`��e�h���C3����G�~i�}�S��#C��ɮ[���r��p%�h��0�N�KU���/��(�)��V̛�h�r)�T��׉V[���w�?�6u�e�$_�������#7T��<)}�F�T�!�q�^�
s����N�Ա�P��?�{	���a,�������KpK�0��lnl��o�*��8��$�<zA��++5D��UzVT������d<$71р��Õ�F
H�l��-@RD��[�C��W��E(�ڕ�����f;�g�.���.�$�K��c8�p$(��ޛ6rBU�a������1�0qn[����&
l�C�Y8�̅;^�s��z.F�z�Og��������ө��������q9�;�sI6\�ƨ�j����ft�i�	���H�t�OT����譁z��+�Ld�Q�xu��霥�j`���ym(�k�ɲ|(�"�#.���w�>/�|��_|���)͹A��b�c��8Gų�6���(���Z��a'�&��HKJ�/�M�D�I�Ihǵ9����<�)���>��������s���դUb�]J�oݵN���I�WM۾�4��2�e�����ɦv�;Q�t48:�\�M��h�tc��q���<!��x�9z煉Q3�2�P!�?�D�nw�VQ���I���
�@�>pS)�Z�r�d
��%��[&~��3���X5K��1�F�'�.���Թ?���7H���2'F�9zN6�j���(���R�O30�L��Y��"bԽn++�U�N�/��.h� 偉��l����C�4��7_@>��_��|%¬�$QA�it�-�r���N���6��te��!M|�����x�em�[�;�ɞ�-+۳�p���i�:�)�ZacaǓ�����n�,����p-�㣦��C��|��%G���n8E/}�~��ig_��C����Y���*�	]�Ű-�n��bzH�V���w��
�*�f@m���$Dk.���͈�SQ��)�`�?�˽�GOa1�.K�A�����`ּ�J��cc�6R��tM��~�<�H	4�F�8�W�[��񿓮�^PC������1�)خW�}��X� y^�'�kK�=�
����ׄl�H��v�P�2]{�Y�����anU+(����[��,�[/Y)Ȇ��A�}��,U���}�p�R<��h<K��~���!��;���l�)y��*������֚J�I�j�g��1S��u �r�Z��gv];�n_t>4�+��=�͌cS�M�]p��0�AU�^C�܀�P���g�vd������W����[�&.��`��W+Ø
V�_�D{ϕ$��_?ʰ12�xn¥��G�5�,Jsa1M���<	yCG���%ס�O8S�>	!q�֮��c'\\؂{{�89Sm>�ם��̱ڸOg��h��1�2��۔z,����l��ڃ�����+�?�F�{����FIѡ"�A��䠝��o������{3�@�ϩ􆠺�:�Q9B�d�2ݡ���*ÑPD4��>�i�A���:�_1�g�{՝��	m��=Y� �YMX	z\���E-ۧ��?I���KU2[g$x� �+
�$�]��y�{��%�e䈳>
����փ>p��gyD�pR����]��~8�S,|�X0+|d
��6��	�%p���Z_��@��,�֪����P�j<6�U��m��1!I`�%i�����O��t�wJ��A�5�
O��	W�^�����i�E�����������I�/����
�Z�w��^\u��*�51Y�J�|������ח	`��S+�6B^�(ܭ�{v���3��/��v��� ���
��\0>(�^�ozD��GCT�0�E�������
�YoV�HX.
k<%�1����_>�����w��^72rUaq��9����l���tF0ڵ�������ĝ��<�ED<h�F¡�ʱ��R�>1��THґ^X���T?���j�+�a#NU:P!�����
x�N`��S�p
���s�F�oP?�J_I�8Gy�u��i�s����$Xn���{t�KJ{����e��lFJF��ڦ!�#�a�<$y���P4��[(���Jv@}�+�J]�X����x�􆭴N��G��Hڀ*Kh�n@H��ﱘ�#�_��]����X�y��`v���OŇ�)�	�,�
�6&s�w���0���[>Ӈh��nMr0l�/�r!��#��+�[�	�%�Baϡ1�Ţ��)EР}z"�X����4l�qc��8��?L�&��߫^�8_t�Ypl5����p��'k8��>MWt�'��6�fOU�.�� ̏5�f�%�����r®O�8�X}'}���
�"-o���VV�J=�@@�z�y�����d�E�u4T=k<ݩѻ)1e�=d���q�f��Ɏ^d�ܾ+�gH�9�3@�m�������e�넡�֚,��0��ŧ�bP�����-*c��&4l���&W���ῃ"�fʦ���y(�L�w�%D��JU��4k�2���������ƷR��Ŋ�H%b������Gr�F���@�����a�q��1���mqvC6�
�/[�a%*B��κ�{^c��Ifq��?�(n��˜��i�����ߥ��[�P�Գ'�Vp�fZ�*��L��fm�3��6:=*�'��}��d�ݓ3k�F�َ�f�"�S�>W�N,Aʤ2��6�K�8�}KǺ����}��X�T�Sra���Z�8�ɮ�”<�K�7�����5���Y^�rȢn뭺yg��W�\�rﷳLTk���Rr�'�����.������0Y�P�_�5jS�	�3���ˮ1׳���f���A\ �p�33�뫋�n�8ݴ"�Ͻl=�
�m�t�Q|!?#�+.�/��ݗ�H��
�Ͷ��OhJOP�mL��>ub�b(�)����ƫ=`�TkY܁Ҕ��_[I�`zr��Y�H�6"
^�Ф�m���(��b�6��M.�o�AC�BW�N1�)`�0����d<m����4>o�6`�����`���	�����N�����y>��v�-õ�F�2�aj�D�T�r�����^��3i��'�j>�-<��:�aR
��̮&��'���9�d�[o�Mc��Lg���������i�\k�f�\��	uß�
�(�bg�B��K].]
�H�|u6=F����@4��6����f���KBs4�}�`����Nj���n��‡���vR���Xu�:h:��jaЍô[���e�*X�@A�h�6���&�����e�hR����ȘzG�k���@m{�f5'��>E�Fb��+�/N���}�k�d���<ת��Ɗ����u`��+oz��CO�{����A��X䪷���3+=a�9��H�{7$��İSJ��/�ܨ�=5*�����e���>�`�`Sד"�����ۡ���ee�挊q�R�hw�m߬�^���g�]]��iS�77 ]Y���f8TB�;�
>�!�'1��߉_�]5b ��T�W���-�����Cɨ���뤰Fnɇ�6�[>Gai!�ͺ\���҄*�mgUz��R�L
�r:�[Q�OT�(5��������X����huz�e��
3�֓J�]�B3فccW��X7i����JEjR���d�C�N��)
9���T�WRȺ�.K���!�������(�=PG�d�9�.?dv��Bq�)跣��6��P���->�w!����N�Mu�0"XyQ�5\��TUZ?�$��F
 ���iTB�j��(>�^���F6�UN�{� R��E�/�{��CB�8wvߢ��5HrU���0�;lbj̬�`�q�?����z	B����B2�G*�[�`Z�ow�]�+tj�r�Hqo�t�ų���޾to�{?Q�OW�T��`H���aeq���y�4B��@Ta!��X�3�d>��k�p�,A��9fx��1���
?>�k��u��%F�[��G
qY��1R�H�(p�P5E�e�Q�u����拷_@:�k�..X�|��(��Q�y��s�#������B&�����nr*d����f�;Z&�������,i=�Fk
qu�I�
*�%(�]�(x
�~�3y�N�Z����- k����Ҳ�E���wx���"���Qz�H����5���f�d��!�T^��
҇�\����O����j7��}�9h�<u��
���0!jA��qB���Kgg��/��ze(/�E��F�\Kdv$M�u3�{|�5eO��$��|ZD n�b���5)֝�_�`��ۡZU�/����e�8{J��f�K� M���e~�g�X��7B����s�e��Pm�C������Z��y
m��Y��$$S��{*n���/�.5a
�|��!�A��^����֚B#N��
%ڋ6FH$K��>QF|�6r&`h����,��%r��[	wrs�ݘ������Ĩ7�s�$�����c�R�Z���2n�$VZI�*��BsGY�?(~#e�F�ڔ�S�<_6�-Md���+����M����Zp�1�s�.X��T�8�S�xR��O�t�Ƞj�G���<��U��#!���q���_ķ!�B�)�;u�M��J&�f�%��%�,P�I(;~=ج�S��F�Ŧ�z�oi(�qi)���n���袺1xh����\=�*�^�-�����A��7�ec���n`׮��.�ŝ&�E�v��J�|�ھ���F
�P���`jgOQ�.�6������rw���ʔD����U�3t�$��
�9��,���Ԑ#o؈�'���(���j7ϋ�"���n���2��$Р\����NJӾX"��L�bEU-�рe��W�
$ԡ���na&;ۻn
��{ɬ�R��7�z��R�'�ю��q�s�Ġ�x,$�i��!{�k���u�l���\c�&(���@\�vSJ��sI"	�D�[+��
XN9�Cџ�<t$���
�¢ˁM腬hY���Q��?����q|CGU��NbnRD\�%|r�J[���UCz�;(L?�渙����W��T���T�*C!�C�v�'c��j^��N��U���m ��$�N��vDNA���C���P��)�I����a{���b}�%�0�e�u����W�ڑg��K�(� ��@C�<j>�Zn/qU-l?n�="��y[L��ʉq�"�GЕV�I�Cj&�N1<���'��AB�ڋ}z�����B��eͤ"�����:����5�mn��v��S0%Ne꾁�0b��8x%]��%��b����~�|%-�^�����k��!#s�Zv����~�`ۭ��D�A�Z8�*Ҹg����v'�izo���>��mJ�5�����b5��Ch%
�9�=\��z�AV_��z�f�<ul����S�䓥�#��_i���{
��C�y	���U!�V>��V^t$����ǔ�e{3��F�[�>����}q:7�xoq�RS����t2EhG�x�_.1�\�"����7������ba�xq.��3|8��%�2H���_I����;{0'�0?���x��Q�����S:�����9�=*1/�bq��P��k�(�*��'0�"�è�E�[����\O��Y]���Bn����4�羼~ɸ�ߏ�����!,��Z&�O's���u"�PR��& ��z��xH.�%��8�y��`��E�����6(>ȉB]z�$�!mJ�.5��"��G�>�_d��yg��/1��[Ϥ_����7.���Fv���q�6������	1�?bV�X����7L�\�R8�Ƌe^~/�ݪ��d�^�і\N2��ܿ��h��N_yB?�yK��r������qE�5��U�{��)V�$�`��a���x�)���E\;�gj�;���/�(���m{[��ǜl�1
�ݽ�\1�πk����Wqo���J��0�6u�C��z�;���T�������U2fgOu�|�f�(���I��F�~�����䥛���_�N�?K���S~O8��)w*
�ki��h�M��5�t�T~�,t<�����)QD� >撗#z�V��XYz;:���cL�{���Z88�>P�y���7���ѱ�d�)��%p����29{���{�`��@{���Lj�G���G5����nb�HZ�C��s�K%~Y��W����FŎUeA :\��B�ȭwaaQ�B�.�J��(������C���m�s;��!���j�C�&Z&@`:As�J�E-h����@�fYE}����1��R��Mѱ�7OUV~��*3�-�gFAWˀb��%e�͍���3Y����t'S;�q�hx��Ϝrk�';+ն��~Jm��*�#��Ѥ&����Է�b�w��=�T
�z`����+��`���%�C$�i�h�z���^H��/�sO�V9k��OUl'��b��4o�I)#
����Ym�,�d�K�dILU���s{��K�D�̯�MvG/���Ib�,�5H?��*�LN��m_�[-j�@����(��G��5p=f�&���c�ʶ�ӞC�)�<¯��Dz�tK��.B�A�D̒s�zL��pT���?��,S�Ž�Th�,����ѕ�Z�t�gb��O`��s�~�)գNq�5��*�z��y~��!̤��'"���=������-��e����dFV��4JL-9�䷶-�� X6"��n��f#Dp�uc�5�y/ԙ6�&��v�� 6?��ÕS�97P|��1�.m綈][�Z������K��1����w����R𾣸�_�� !f氩��q	�<��7_i��"�]�f�����
�-��5��>��
r�v��!��k$�eN&��3Jc�2��8���ں���Pf���З�m�%f��Χ#lu��9������X�������J��l��ȿX�w��ፓ|4��f����3J�n�4�SP5 M��8�VE�����t-hCP{x��2�PRŹS���5u�Ӂ��j���8@�7���Ɣ���L�e
ʥQ���[v)�	����Cxh�� ���Y���J��f�#�*���?�昏V<�|M��iL�����o*;`-�!}e���Sf2#� �T�%�ޤM鰌�:�%���cf?������}���/i	��1宽=z�EvlN@�&�0��)�fYL�Y����;ҸJ��e�X>�P�q�eqGwˇ#l08�?�
�%�
�B�/Y��rZ� ��^;!��A�Y�� Ϣ��y��p���0�Q�qRx�\��O8��#Wgbr\<�c	����S�q4((AQ�4i~�R�b�W.z:������#�:�C)�����Q�E�����MY����T����ߜ&�o	_�7ܧ#l(��ФÜ����'|,��v��0���4M����ɱ��sW���#%�\�hjj�X��1I��6�Z\��![v��m+.�<H�n� i��fӼ�P_���S������v F����A�Sp��l"�V0b�_��(XߎZJ����G��m?�R#4��-�h�d"�c�/��Q��Y��9m�kA�ﴤd�앋�]g���T�_�p�b��!L�؏����R6��s�L�m���"{�@�<��,��x�JDa�,ls5��W}�?tpȴVF^o��0��V?:I�lQ��1>�έ��u�d��������8�8�6�B��7v�|@Ͽ{�U���ڷkJ��O����鋅��mS��?�6����6��Ma�W^���KO�0���郏����y��A��"���%�V���?�גsҵ�8�u��֤zf|뮌%��nC��|�ZI
ӕ���,�Fg�H⏟h�\��v#����Ȇ�Ph����$;�Z�^Ы?�,���
ǥW�ݸp_/�[�rl)�φ�ƈ5iL�n��b��|�J�m��u`h�zW�J��F0���Њ������?���9}OZ�ЮDnN)�$��~y�j�wpp2Q�㎙8�S~���6
�W����l�"�慥̪��sj⁔}�5q��o�h��6=�OG��a����=3,��QG��FD���e�'��Fd#տmq��k�a#iu������wl�ص샀w-��]<Q��2��$�r5�?}#y�V�7��� ������=#pX���O�8��#�׮� ٘�)��g�ť2�K!(�M����j�v��K�h�����L#	;�d{*|���Z���G'1{R�t�'�K��nG[מ��X�H~��{Tf�̸�Vlد\}T��=���4��dS����Yݲ�2OQ~K1�{s�S��L�\{�q̬���5j��?���ro�/�{�lH>:�wiY�������kg�1&���]���3ʞ.����όE?\%gR=��t�:l�
���i����ݯ�du,,�Rv��K�A��h�*8�T1�{e�}=�*���I^�+��(�i6:Tl���lXƦ�	y(Ӣ�
W]@뿕����g�:�??] 5%��ȚM�D��@� 6����7�%�m�tE��d�ŕ�ْ\{��Ͱ{�r8Ĩf��x���	�����{��Z�f���1xyܹUc,�d)Ħp�	�RAK�˿[�c=�8���y���S�|�ܪ��b��o��^\����\+������
�l�>y���?�"���>�kb&�J�	x~�9B,~Yo��Dw���d��F�G�c��X�##;KN��n��L���V��zɾ����ط+^P��C����˹���?~\������4F���K��,��.Y��и���W��3ׂr	gVn�~<�H�>4p�:&�m���_�����j�v�u`��1�-�x�?������W�ƚu>�Zp-���u���;�:�����K�}�y� ~y�`��w��>.���q�����)
��K)��󰦃�y����r"O�$�[Ԣ\F���r�6d����8�K�×Cp��i�����{��k��Qܖ�.�,���&���7�9.���&:��n���iZbD�����A���\F��T�|���Y*ɝ�`-�Y����r�̐�5��q�jS�

���A�cdc�\�����ۿ���P��〷�ɟ�����~�IQ ����Yh.6AS�X���Ra�"9�����.
H��A��7�TɄ�[DEX��V�����r�b�9��[3�R�O(W�;�pV{/7�2=m�XBc"���k3ڥì�A6y��d�:6�<�����u���D�z����R+{�{��^�o z���bN$��&5{,�|�$%8',�Q�
�{SS�r� ܾ��+ �����T0�KK>wyt�#���~qg�z+�8�>���ceY�VM�.ǹO��7>�\�@z���by@@r�&n�M���ؾ2J*i���<���?��딁�nu������ߞ��>��MݓgS �K+v�U}r��@���#j����x�8p���1�0e�-�4�0�攇���+�^��5�RO
��05����<�I��w��@���Fp��(:�U����@���j���J����fZ��"�|����K��{
��7����Շ<��@9�p�6�y0͸bږn�"�����a�#��P���ꯚ�OyW�.��+�u"]f�€u_}7�6�X��_a�������a����Rk�uE���vS�aԳ��@�̘�]��Nħ0�5P�PW8.�E6J�%~��l	H;��!s�I����KIyh����p+!$iË�JfQ���e�l����H����^����m'��=����8�
g�aδ/5�*m��?a���|o����oUd�ن2�����AlK�x<m\.�v�qK;��d�0	F�j"r�W�6��E��c������,OE��0g��pbK#���s��l�J�qz~;%�	��*�t��gf`ݷM#�85��<e�(��|挸��MΞ7�ϯ,�Ŀ���c5}��B�Eѯc�Q9����ڒx�� 
\P������.��o”AN���;
r,�F���>�}im�iV���"�"�����*�����*�����?ɘq��	3wް{
0pB����@�(�x}KQ'�<�Ț����M�Ea;U��2�x����;��6�Ё�#�s7z�ol��Ap�����N�(׮�~�shr4^%<���_)hG��@eq#�Ԇ�S�/�{�GI�v��ԫx?�Nj��P��g�Z�]��zӌ"��c�g<�S#SV�3�n��R�T�~�������N�ҕ�@�>*���v�U`�-��ߝ_�bq����q`O����,�P
��)J�{�9���:������&����!��@����yC�Z�O)C�&A��[gԭ�lI�˃�>^2—�������	����6��“�{P2���ԑ��B��������q�䆪j4s��T�Q��6c��>��y֛�hNg��x۰|�)�V:�?D���d����0�)T(6#U�ޠ�W&�|�G꿥��ڪ�?���Ox�"͖=�)�-�w3��gL�0HĠ6��mPe��{�,>_�8��US���w-V���';�]�>Dؚ>�=���h�1�S/T�	I&ktO�����X>	��߮G[�`9`��W7�����}-���#M,��,Q�5�
$*R�K�S��܄���l1���%U���9-�W��61���9�Y��.�Sw��#��=V}rK�?����vݤ���=�]I�
2��E�J|�
1cw,��K���Ix,��o2���Xi�H2�WA+��'�v�
2���k����F*��$�����9�l��b�4#J�o|�3
��Uy`Cz�z[�ی�ֈ���a�a���
��?�����}�w%L��R5]kg�N{�񏧹O��H����T�����~������7�qd���K��K'=�"e�����֯
mJ���0�O�c�Z�$�v�եU�����l4����h� ��+.���^t.�R�J;�e4��:[�=\}�ɡ�R�f�c#¯�͔ʁxm�7vEV
��_�b�[�BD��U��G���n�����E�o�W�����ZBO^�ik�ڔ�U"�]������&[H�`?���Q��]�w�e��P-<�q8 ��t,�I�jk�ڇ�
���*gƢ$O{��?�����F�>�Q���D(J��ؤL�	��3��"/��Yt�n$O�22��N�f
a�J`�4��R�->�Yl�]���V-d����4}b�bV��G^My��k�\.o�kZ=ҽ����0�C�������N�coj����#�C���Ǥw���2�V�)q�9�ڙxp��~�`��>�+GT���l�,$�"�Ўv��o�v��ad�ʴD�s9;�q�w�V\�L:��o]枒U�.�[%��>CF�hǰ�'M��T�̀�����f��oQűf��_]�eS�A����	��ىG�N0{�����C�!_V
��b֠[ RK^Ǹ'qz�������>r{˖�%���\7׻8<�Q��B�u֤0��q��o�Rs�����?+-@��l3�
����������ϻSӞ�S¹!�j�)x���("G'�FV;�g�
����ED
��̙���=�,NMs{��?j;�Z3����S{���@�:�~�x~�� hV��������}8�v��� ���C�U|�����C�H�*bS~w(
9ɶ��C���D6��l��ٴ���Zϸ5�7�y�P�=��<#C��{���ѧ3�JT<Z�R�G��uԇ<*fw�<m�S��^f��>*�[�t�Z��7�[�?�����#�4�Li������~sʼn��B#T=���t�����+��X���]�Ј��|[��7Τh=���eX��F�늵�C��/�-,��+û{\���f�_+��Ֆ�E�O۬��$�p�w"3em�{~n��Oe`��Y�P�G���̅�%��m����>B]�>/����o�(Yu��`�c/C����0�T0l���vM�W�3��>�6?���MM˵��s/�nG��%��ִx�<1o}-���کw��~��X����˿��K����.d�Bh����#����OT��W��W��Ϝ}2�J�:]�e%�������*��;G�n�(x�lj��fG1:�;�f	���Q�3߷�]0�9/rj�T�:��4�_2rE��f�����YN�b?}������@Egǫ���]ť�5Y���{6�B
�ﻁgIտڒ�*L��V*mȈ;�:���A䡷(bz�af����zQF�C�X�ӌ8(�u������'��T�s+��g�4y��6�I8��������W�i}�/>(,m��z�R3������o�ֆ�KBTZ~�Z#�,�%�{��l������X���ba]�I谉^b��]ʋ�.A6�\�������3���W�}���%��d��ɢ
�H�>����z�/�K��'��|��
>|�"��g.��VcIRUT��wc_8�)�P	�m��L�sM��9D�&��A���3sYu��6�<����M���B$���LE`=���/��2/x��JF���������Ќ�y+�F@��4�訦WyŒz:��6�!0�NNL�`0?���q��s%�����5�H��[�5)���e7��`���]�_ak5/w/�����'v��э8Jo�Eolx�L�©2Rk�Q`-+飊�
��(�Q&))��3M���r2"���y)U
`U����q�2���g�s��YS)�e�c��%-3o{��@�e����Z�p�On9�o7��O4���B���T(0xr�����|m$��	���ؼ�OC�>����
�9�8�w��"э�>U�||J��O�Q��g��'g��j��?�o����E��Ү+��R���u��6�&LK�dؾF%ci:�Rug���~
ڈQ�@�(������\��ۅ�*�`"�W�����=�\u��y;5�I��
��(Uٙs���t+n�g)����om�	U���,+��t�6#��@�K3y�yr�ኻ>=ґ�z�B�Y=�|�ͽ2nM�!C3Z#|e�
>�����~gG����%��Ĭ�]6��G\���1���T�J'�ϛ�0�,���
��w��|��ރ�9����w\]0ף7@r�"�?p�]�0�l��U1��e�e���Kf��Z�l�;Zì�q���C]�t��8"��Cq����#���_�j(4)��G:f&�H!=^�~L$o��aO\
>��v:b�O�>"������e�l�ƫ"�}q��,f!
g^���(o�|~X��%e)�
�S
��Ÿ
�,�5��&���������(����vX��*�3`pu�t��uYYI�^��3�G=���@��p��xq��V!��y��=�?�zK�es����W��%��ܵ�r�*\�{��e�����VsF�QaJ�e��_��%��6�ƥi^�b���꽘29}��Y��<&�Q��I��۝�;X��B���:�m�"V�M�ZO8�F����x��j!_��9�t"6؝V�>���A�G[�����S?�LkTƘxe"�3��ÛrB`�_3EF�1$_�!�"�t�ΞI���t�O6�,�_���/3�V'���}9�������I�����x>S�B?�'?RZm�Y�(&����XШd~LZ,b��3�ʹ|�W��?+�F�ŕ�17��-ٌ�ީ�_׳�t���*v����@F��G�1�؂�7��b+�8#�;�]���_.����R9����*�G�$�Y-��!*�Fٜ�$0�u�z2�N/�PN��ӟ�xA�h�"[N}"�����"g�z�/^u3"���D�O�7j�@`��v��V�u��*FTjD�Z�88�t�Gފ+���¢���vD��>w��F����M��I<8y���n9,^������ĮQ�)�,~$%u��p
�G��2���٠*�y� J�9+
^�v ��!z���[�c��"~��[�g ��6�¥�	�#�$ar�	�r�t��/����c��ٕUK~v�`�/([G�.�w<F?MfːK6j���/=<8��� 4��cF�Z�z̶.�n\I`]�H�l��؟\U�|+
Z�R|�"�u��*��{�{��4���U��!���y0�B3I�h{R�Q
��T�]�3��f��ZH�xc^�)G7�|�o�T8t�❗n�w9�]����D;�R�S����Z���P���@�A�Z �f��Z�/��-�'���R�k�]��n\�#\�ٰ��a�g��j�w��͎	����QZ���:�}H��D��R�|��[J�נ?otR5�e,v�N�ɸ�"�!ȇ�*O�P�#Ç���-9��<�j���7�����{k��E]�ܵj�d�D*`�_j�*�GG��6h��@(�_]D���
���/N0�ʹ45��KȊ���5��*(�M���6�t��I]�Pb�+����Ϫ��6VĴ�;�߀�\�H���N��O���%����g�2�=�7+x�=P݌^{��x���7W?qԅOY��@O0U��io	�l�К����[��\R�7d��:u�&&>�1>� �n��F�/Wx��vn(f0ΊO4R6FI"��$��e��q�nc�T�x���p��ܜ�$;b�"�[��oT^��L`��B�sy��(`�Eb��}~?7�Z���3GXY�C�
����Wx�Z/fD�F�ؗz�1�s`�l��
VPw��8HH@K��3��m�nk%�j��/KP7l�H�3!e��}h+�y��5i&?��;B8���X��T
��DC(�!�%��_)n!�a���Y�����V^�ȴU������k�$�K��/ 㛺��K!Ѐ�5���gZ��.)<�(�������M�����Q�����R��*ZH�o@(�=u��Y���s�����VbT��g���ވk�}V
���a���aWDg{�d{�(jg�F�Q���&���"�������i�p�h������Y3�9��%7P���w�̌��
Ȼ������aY~�"��,�{��.L�[��w�p������ﺅ�2����$y~	�6�`���@}��+8�1@&�)X��B1���O�p�YƯ�'kk�*_�cOxG����K*��d��E��E�t$�L?_��4�2>}�'Ë��W���s��H�#ТH�6:�Mw��;
]5dqKX���≞r]X�)E����Zh��"��K� w�����kR��[�L��K�3�9H�jx�!?���`}ȸk�leGE&y�
��ӆO�J,)B-�E릸���j�mr+���l���gH�v�w�`�=3I��:1��/����Ld�o�[I2�흙��I���&�ذ����堝�������T(AV�T�_�I��;(���������.
;ȺǤI���n ���˦E��\�2e\wE��k���<M��1�ܯ�@�u�x��J�k��|m�
E�v����$EOɲ4v��)������[dѿ~f;�=_�I]�,��2[�R�<��U��<���$�s�ӱ�X�]ݲ|H}������2q���1x�f�OQnM����'��Z��ղEg����TEu�Z�g(��~����n?�Cً���+nd"^�dE;���c�iF�L_.(&[��C�)��Z��3N�4
��Pys7�j���/p���O�%	[�.E3YN$k�<ْR+�doL
�eZ$��;��+�}7|�ho�c����QC���E��Jz��S-�F���q	�+�\��p%,���V�u���	J[�c���o�����|_h�6'|��w���𽴏�U!Q�(���Ζ�gV��R��f����"
�=��%P�>e�B���Q^q�-F[�p���3}+�"J��M���q�����۷(�P��SYY_��=�T�0�%W�ơA�w�Ӂԫ�3a��|9�Pq���yOR�%LI���r�/�����cIh��F Pg�$�u��s&�Q'��9��/����K�
�Ir�9���䊞s��DL7��v��ڻ0��)�0I�qC��Y��.äչO�h�ÈP:H�k�@eZ��ֱ$:�GB�<��^�����<�hoM`�MMѨKo��t��Z�a-Gx#�q�ۧ�nTR$�;�\m1<հ��H՛��ʨ}�y&�b����EGE ��m�� \A����T�\�c)��|W]�=�1�q/��?_aw�D�n��_�u��!#C���̴L'�E��!'|Z��]�p��ץ�Y�s���ꡏ4��Y��OT��݃rZms�,�p�|��p�Ma|.%��U-R*V���`<7/𔬩��>9dz�Dy����|�N���C n
M��)@���lAe^{��q��H'�3��\��V���$Ak�u�E���tz0���OG�����݁���ռ��N��Ǎ|b�� �"�B��o:���v�.����w�����k��N^�(
%�(������BkWc^�WBf=O�W�E閚��!jl�$�������p���<7�×3~X����@MGG:֣�AR�L��w�*���7�"�Ǔ�_�������������=�O�Yơ*�VF�Y���:,>��{�˲�5lx����ӝC�3F�<~j�7Qi��+�uwUX�z3͖N~�'-���+�n�N�K�W�����Moo��vbrk�����*�3[#��y<�]�~�ݡ�;�ߔ�P��<{�w���^�i�1�:߳�o)^&�Y��mp�EϺ,����!j:eB<��bW>��uN��b�,P�}�:����V�e~�X��A(O�n�R����Q2IB��8��U�L��ӿw��G=�/�x�����E�>����`n�Ȑ��M��*{�����2
���ظY>�6�P��L�(b��눐hiJԊ�M �t�����Q�-t�7r�O��s��m�s:X�
˘��(\E��3�j�(�9`�=�B�zA��4/-�0�A�jf�hǺ:�郁*k�Z�m5�4�~�6YM��4~]Z�j�����ɢ��.��擹��Aw�8��"�Q�)o ���%�CI|���ۏ���T����7Y�j�4��ƕذ�aR��E}��τ�E�L`R>~؀v�"`!��@�;�U��uN����^Z��\����:j�6�]��G`�6�J�yEL�x�6"��G�Bp���U�v���˧�r�tVM1x�� ,-�Zj���@3^H\�0=?b�)��MKi�'UJmF�NH�>V%6Q�w�#W �갴i��ZS����YzBN�Cx;�|{���^5/^�:6���φ4�Y�,,a�lJLģp?>K����M�nМ�f�K�P�`�Bj��rnqTU��W�A�c4b���Q�{���˩�u�	�E&�� �5�ƿP���)�6�X��(z���38�4�*���ļ�8�Z(潢�3������)ZWu���C���a��r���w�A�sd<�R��l�X:q�|T�l�a#�����ݴ�n��(<fd�.?,WIn�S=u9���yrI��0&~��Т48�?_;�+�ޞ���'�����aٓ�y�"}E����D6��պ�-kԪBhAB�������i�����H��)񸒏��Ub�zS������[}"�ߍ����׉eV��b1XW��%�+��Nԓ
r��D����b;��|k�Ijpm��L��5`s@�Z���߬�����ř�׽Gp~X�x���%T��d6�S%�Zl���ݭgL�'�棗��reN���{�!�=D�$��΃E(��e*IN���ˠhg"���e���{�퐡�φ%�M����ƕ�nY7&�؞�?q��^�����������)Y$�<�t0¹�`E���	B.�|�Τ�vqm����c9��l�W��¸ SMfYfX�;�q�<�z/���M��0��`�Dڹ��o��c/��"�����	�7k`��Mw�����e�[%]d6iD�Yt�=sn��՟��82/�$�ق���k�Z�a��N
�of:������O#4�~�|.{1��z7�>j��#H�D�O�$+����w9q���n��5@�QV��cDZ��>��tx�OQ��}QC������H�P��i��wB��6[�Tr�F����ÈJG�Yt/xy�J�{†}���:I{gr/~�T4�t9Y��	l��#͝T�ګۄ��M;(Š`ݙ�8�yɫ؏�w���ro�d��L5`�v65� �fA��
as���o�Nkp�/z�=3U%=�5�\ ���B�-��N?ҁ���J�O=�S^���mXĈ`�R��B�;s�&G������
��d�����C"ueR�w�B��Nt�@�b[�b�V������A1Lr��k�(��4ҰX$��'��"��b�/?�h�]��\�9�������oc�{�zC8+j���~ze��mQ
u8��# G���B�7=������/Xwa�?�ö�x\��r�Q	�8��6-.xݬ�v�,��I��a�^�w�gmΈ^Y��lj��ϐa툧�ٗ��!=�#4�s����MC���$�Y�g��<GSK.���O��y�;�e�r��Dv�QI#�������������ם��a.�����R�K�D�E���uޛ\�}c���#2��Ѓ�`�ʝ֍3[������]��
�TB��q����j/(චz��X�k��|�%[K�E#ܪ~�]gnd"�����'�i��R@w�C�v=Z7c�^�
���]�{ѡ.��{��a�����a_穦p)�@�9����$�����]j.�
3���]���/�����gS-��n�$���P�?z�d�����D�Aq�xT�}-0~�'�Yɭ�r�גE�%��B��6ݤ�9Y0V��!��
�[Sq����$��6��+�`z�e'�;\��%��y;a	�������v�Xf0H���q����6�@Ia�W�y�-���%ȺQ���^y�h��ݩ��h)��-�������mT���
�!;h����}G&���Ӌ4<�٢;+��|�k����	�8h�cr\f��Q�R�$�f��/f�Z�eA
��-�ZS/�����JP),<��U9�`���C��h�p���}Φ���"o���G�.��01 �pF�z�"�G��H�*Q��5���u�N&Uh�̆�.�bT)�]�|�l'C�(:��#�1I1�	��86D��ɊʨN�r�>f��C��:#���}^m��JO��}[�pwa���sy��t�]�����6�y�(k9�]��dgf�����7����j����R�v�Z��J�g����4��F-��2�Y�鯂��xjO�A�X�k�
a��&�&
`�@�R>�DLƉ|���O��x�V�7ۆ��:hA����|��PVPH 5z,nЄ�����u)��H����F�0�ƅ%���S59:Ä�{�:v�q��1�B�l�����	���-
��yeS.�}��L�����+�ny�,��t�g�S�j�ݥ�ԫ�Et�SD�Г����=��y��3�8Of��A)s��<x��UU�/���
��<��c�-�ġc��<�=�P�
t��e�T�X�sz�{]iJ����&�a	J������?�LD�z3��Zn�J���$埻:go��_l�	
{է6���=��!8�A���� ۅK����7�N!A�!�v�*%��D,��) 鸋<�~#��W���K=�o�%²����&�7?�_U�tOB��/M�J$��� _��K��Jjk,64���Cd�[m�:���ʠp���
���[��ߒ�h�]ב��E�D��И�l���O6��h"�S�}�j�@֖cr9�dK�DdR��拽���O�I�ͬ8��=*zLu�ki6���;5����S�4U�=�/H��۽S����We\�X�0�8K_^�"�Eg6HY�Tvl����!D�ê�O��b
�)I�	������Fz*��'M-���#��^��@��]�ozGs��!�
��L��S��B_�OJ'd��8D�ϐ~��2f�j�@(��)4U����LA`M�GFR�L\��Y�r�[UQe��f��&��s��<�G~C8D�j)s߀�퓹��/Em墒����^^��5��j��u��,�R�hk"��W� �K�2����b��� fW����a��(�0�i3�0.�D+�bSg�������}^��h��p���U�V��(�Hc7�z�t6dZ~;��I�$k1}l?�H���Db�����'�5^:], ���n�x�V�5����^EK�C�Ҍfz&�������
�d"����V��^�\'L����$���n�Av�I���Ǘ��FH%
8�l�N}��>^�z�"�
c��)��D���ka���ӯĊ�F)(�P�=�;��T�;�ΒD��W�X*MYgqYr��������D��g�����x�E�bzqf�r���SkH��s�]I8U����/���r��&��\��T�?������=��ml;�k��g��'�ByL�}�M��=�ŷw ���Lu�T�(��GVg��COӭ�[ߗ�1.��Zw�s�Нڷ��ߓ.�I�xE�FtL�&���~��Br���z|'�,�r�/^X�Ft�����bJO����+����J�	Y�X��R�Q���>w�^�J�Ww��0�����ddF��džɜ��br2c�3�����S&���R
�?��|<�`���KJWG���)���6�,�7���Y�'���v��忮̮�6	�u�P���%UU����k]� �k�x��-� ��M��Z��Nru)��()�2"��q\�J�/X�*m������W��R�c��߮kt��L(�񻉹�8�V�S�
�L��5�(�Yv��V��V��'�1<R��u���"��pԾ�g\֭MѨ��C]�sS� �Y�Cr%=V��Rw,npX���4`o�ų�ڄ���-~K� ��D1k���!C��&��u�ӈ��€ښ��9ΤR���&=:�9�/�ݴn��pP9����WD�`;��p��3��{J��gs񩨽$[��Ϊ������93�~�=�w��
h�k����L���,�*'R����v:��hI+K�6���/�$�zԾ��:�?5�,N~r��-���ָ����K���pm����HH~�+|��47IxMg��0�������Ö�^�pE�4�!�����A�kQyaw��9�?��1�3I����L�D�ӏC'VntG����v
o��6��7��‚SH�A���u���!�"���u�z4��X
�#P&�_C�~�E~#�?�8��[� m��aXpK����C~U�8�4�8�3_&� >g�J�!X����}5��|�����6�����m�ix���KB�q_Y6C6�@)���q��7�Lg~º�	J��n�jFP�E���ǫ㴔���ޞ`kj2��y%N��z�f+� ��+ƎB>�|q|'�����Ҏ`9ޱ���x�i#1��\w\�
��/Җ?��4��
v����u䥊�u��]�y��O���`蒇d�*Z�i
�.��c�ئX$Z����;��G�Kz��d�?�n��Ė$k����C�FC�5���ے�� 7Y��|�̨O{�Oc( aɼ�Ue�0?,�����[�k�O�����{
���B.;["�e
RsW濙����r�ᅳ��f֮ժq8���}.��[��C��/���8��Lt�rI8�\a����)'�e&�*G<Q�>fv6�4�f�0���~��$Dw�@�v�W:�-*6\"<=�
?�J����Փ�r�^r�b�a�h�I�]Ͼ�mK*Nf�����y��7��[�=!Y0X\N��|a�6Y�	L
RJ$}��p��?��U�_�nǵ<,�÷/�c��Z�IECQh5�M��2���c?��
	�)޺��e�k[to�j2{��Y�����c�C�`��<B\|�X�ݾM��`S�i%�#3roR��\+\�\�������4#B���ʸ��A=Ù��$@'p�)}ܦ#�!��݌h?�a}�H&;�����ex�}%*���`w�Ԯ��a���,U��Hk��E��2�s'�'������?����ېm���g0z��[���L\cٴq�Hpiz�*�@��ծM����d��b"��=A��!wWA���Km����Զ
.{7�����Am�0Zb9c��8�7�b@��eM���t��[}�
P�t��	=ݪ���8�Ҭ?^�S9�:�dX0�e(�^�-����7;��@�_>��|�M�Q���OD��b"c��򒽮Y����`r�tV�'�]�)���Q�\�����fNd��2�W�?�O��\�}��H�^av��<Z憞A��X�_�0#Bp B=�l���{�{ͥ�i�cp.�ij�X`y���w��ڗ�߳3�.��i�u%v~��(HZ�-��G����E�ʵBA#��*��LT�+
,���k�`}�O!
��u?��#��ੑ2ǯLN����������$�8��E��*.�|7w����2�.�5����!�t�Q&�m�]���:�Eoi�G]��zd4�I���ݚ����9����J�Y*ʄ��c!���^VL�^<~I۰c��.�����ZRo^���EV!�e���B�[`�dg����5?�s�bQi)�xЈ��P�Ee�P�s�O�|;�)�f���Z��Tū�媪"���I�ʌ&�0�,hRA��$U��C�s���~m�r�Ίm<�F�Y�����E=�t�����(����FE�"f���O���wa���*7Q�����/Hݑ���bQD�]%
�=^,vs�A�������'sN&�
WG�>S`zvT���|�mԥ��&�I9�EYV|�$>�*�˧K����wj⋆R��j�#�tFO�P!��r��6��"�t�n
�m�@��9(0�}&d�(���3����g��P�_G��Ǩ4�Y�څ
��d�h��B���nVF�PJ���Չ��}gY\�ա�hX��9&()�Q*=q9oн��3g�x%0��x��b~hYX��l�Ռ$�(E������bu0�=o�3��
�wL4���(-If%A�wgyD��E���<�e9(:
���9QE�sSP#BNQ��s��<9��I��\���^��.c��k��~��W��K��3��|�=�ò��D�ȚLuY?�(�Y޸ݺ����Z�\��Ua>b�r��ԕ�^q>�ྷ�j��M94ud�`e�/G�x���h!�_ơ���V����(�$j�U'd2�Rv�OW赽[����\����N�[�BN%R��O��p�j�8�`�(��<��>��9J?���$|R9~�������/��b�ks�NDXs`�u�u7G�7.����#�8P'�ٱ7ɇ�l���(u���.���1���Aip�K��e�ܦH���G��DЭM�9f�.[���U+������)۾/)G9�$��c�����)��c���}:��W!^ �J�t�B���T��H7ه����,9�g�X��2Id�S�SK�pc�q̙A�m�> ś��r��c��`ϗ]s"�e��b��QT�����<'��ջ�}8uK*�^�J�]����ft|/�x95��+/�3n��"7�NZ����b]q������e�E��"��D_��w����0�s��!��h�Qh��h�!{�f��R����a1�tk�k�����Z�
��>��,���������c�RA�2��ł�>��p�w}?>E��OB��?Kɯ�{Y�:��~�o���E�<�-�מ�S<����$�xz"��X?����?��9u���l+����m<4t��
���`��x8�]E�~�a�Q�5\C"�2i�Qs�Q�=��)�R�6Q��*�e-�7��A�m���7�.'V��������qz;{�<�)�0��I�����̓:o+
2���v�m��n��ʻ��S�Pg~�|:pp�9>�������@�g�x�)�ǟ�"��3_L�ʙBsn|�X\�ڨ�b�\D���{׀Rk��ý�|���l�F<�cS}E�(�� �눓�8��e���/�*ƿ*MP�Ug��Ws���͟/�u��C�$=h9��I=�d�%xE�UPA��V���;�e;��)�O�dv�B�O{ �y�	��@U�q�y�k��_���_�H��n��xZ��g��Q/��C�#��Jk����+��׎�,`q�"��F<��=�S��H�i3
(��%�݀4d݌C�ݐ����w�ߍ�(���Ԑ���lӨ��3lSy�2����^nFm~3R�E��\�ɷi�
%��n���;q��k�m��4M�K��VQx��]f���LR�O1<�pJ<�Y!�fU�eD��	'�|�ڵ�ERV�V�Ķ��G�����	�jT8���*�
�2��CN�����t>�D��k����&ҳ���)2���_�dl`�'5�������,�����cZ�\��f�*��"cV���yg[I$O���gd�:�T��
����M��\(C�66�1a���V]l}A[�%��Y�+$���W�=I�R(/�;|W(/�ݟ�WZ��5l
M��h��뻑1O��=�)
�ɍ��D"�	�V���Ll��/��y
6xY?D]���$��(g���V��兘}��<���gȡ����h!�-�E�R�g>E�q���n�/��Kz��I��~|�H5��i��M�����>b[&��u���lވ2d�(����ƚl��4j��x׈���� �����tĆ]/)�Л.l&S��i=r*���ȑ�$7�H1���nu�r�i8R��Q<�LQ�/: Z��
�	�,sK4�X[ܸ�(����%�3�q��%U�X,��W���U����́
1c苕.R�[�(���0�T4ڑW息�/y.�Q���A�o�
�S<R���w��q4:��he��fI���\���b�+`���Jw(�0]���Z:)j,~+#�@*�ˎlޞ����O����$��5��u&^b��}���E\�4z�~��Z.n0Jg�	@M��V���piixE�9�~�k�mB���1_��D]�J����BG{�	��7ttY,�u���._#����B�S];�����@"��ӣ��P��m��G�~W��z�[�R���S#RZVZ�EA�/�\z�.#N�F���D[^]H�o�SY$�u1Y+��E��n��q�u���i�I�
�������E����ނ�ya!B>�tJ��\K�Hm�@�Ny�]RF�ِo��:$�:}�AG@u}Q7q§�7��4��Z��@�TyCqc�5:ŷ��A`W+P��0�wf��e�Y����k�7Z=�cY��PmIڏ*�؊ۋ����C���l��1O�un5������aS4����b���1���6���..��W��!�_W��i
^�|�W�^�1/>kA�1� �7�b��@��{��|WfYX���s�7|~U�*�.'��
�H�e[�/!
8�b8�]�&��ب�R�l�P8�lz'g:�䉩��,�LAu��Ή�չN���߱uq�З�4��>*����q\P�xȔ��KK䬻�����4Q�n㌯��X�[�q[�f%�������>��xw�כ�# �+#ή8�ZԼ����2�p���y7�Vؚ���u��'ϡ�^<ھ��Ve�z�P�����'8�uʮ�!�`�_��XN�K��3�m!'��,͛	B�Y 7Q��)=W�;Hs=r���-��n��{��#�ަ�##��8o�O���t_Mjʐvw�<׉�<�'�3��6'��g���c����`pZ)�@�e�Q���!I���_a^3jc�>�������C�N�*��5Ĭ�zȘ�$yv�6��F���ٴ�€;^*Un���g�׊�b��ӓ/`���J��D&`�
�t�3;r{�|�ᮺ`������b��B�\l�.7f�P�[V���,q �s@�ȜS�V*�ж����A�Ϳ4�/�MDvl+��M���Y�w*w���/�E,�@���t���41~��&r��T{(����(9ύ��FvK�V�LF��"ř�����3}Qb���zog��l�azTh}�̌E_�%{O.�����0����`�*�i\*4���[�r�HhTRC��
/�Gy��Բ��R�U������ȗ!����@a�7@�Q cF����2*��a�/#�{d�8�~�}nV.Clv��*��;|V&��M�Я�$��4��s�u���icaI}qY�2�Y@.;�Ѱ����8�H�z��7�n����e���"�w�(��J8gF����"'�sT
�
i���%R��`�bÚ�HX#HGG`ƶ	9Y����iPTō�%s�GB��a{nyې�Zk@e��[��K	}"�R���� B�+(�"�Y�-���څJ%��~	Rm�&vI��Vg�ԁ��KXA�	�w�l
X2%���������P�9�:�Ǘ��b������)�0��>FA���(x�1���x��^�g�а�D��R5��_�
W����u�u��:yx9��_&
��s��7Z<cy�����/�(kL�B7:�4����1@1K׳x�zQ��\Z�ؙ��O���e-+��힩��Sa��Svh?к�ԁm{T�gī$g�zhJFѸ뇥�E�=oGAܝ�
��C�{D%N�&��?����N��I/x��{�M;[����i�\��:*��H�e���/JvB�E]�"@��O���ԑqy���CVG����CS���8>|^n^E�p�h�@
#ܟ�������[z$�H��M���{6��I�iy�L�Ʃ��䥐�ΰkq$?MU�q���%B��ʼnI�2���3�����S��r+K�z����.	��Ej,�X�7�mb��4�#Ķ�n�z�����X4�U`�s�d�CJ�-���#�B��7jt�#��j1�\�}�W-��M�6�(�ˇ^!���������ۥS�e��Y2X��Puy�.��id>${[op\kyќT�1!B����AhSa��+z��:�{��M��v6pH[hY�η��X��sXNK�0(�
&�1�2�i�:�0%q��2`�,��-]��b~����p����Zl�\pRj��!������6��3�xC;��-��я�rC����7�j�!��'�N�h�J�[[�h�=�(n��]�I�RS�=���~|j�7(�s#R�w}�ݾ��b���"�ķފB��	K]�2�:l�߇���x�����#����h��UȦ�匜�wȨ�S��*�ki�{�k���L+�oϺi�ז�����#�[ީT��8�m�g���/���_�t��┡V��t
�x98�ZV㤿_3��%+��sIR����_ &y���Ɉ���9�W����e���y���y*r5N��*��A}��j��H 9�����
�y��$�w����:�[�o�-���f�\�~������O5��RmU��~G/%��-3�h��$4Ǜ�'�O�}�)��Y�/�L�h����d%TI�]+��H������L���q�J�_�@��/�R�H�޼��i�G6�� �YڸAN��5?��dR�s���S��A`c�8 WDD������PKmLW��f�h��pE�K�1Ğwz9%n�Ӓ�zrR)�����os����"���`�|>�ll]����$`؉F!����GY6�x�~�b��l���@y�᫏U�wҐr(<Zwwހ�i����
'�Dɻ��$�����	�œ��5�x+Ag���]\q�~q*&���8l�Z~����u:;���^�w�i�!�%��?��}nYc!�!�M�ߔ9)��s*S�������…f�"d敘M���٦v��8�W^~$n�*��j�ao���}͍
L������?�o-��s�[S��\���ԜDAF��Ӎ:��x�cq��1�1�n��@��\�WF%Ak�ј������E�k��Ls�ku�4�U���&�j�I�����f��p�R���[�RY���T���H�6p�Y`<D:�c�#.�+�M����͆��������sl�XT�seT��4]4��LR�v�t҇��ey6p�U��	`��Y ��h��gϯ"M���
}��s����"7�_�1��n];\���U(�6֕�~�����,ׄ�jK�n�/��
	?����#¾�pM����E�cR��-�]!���k^��"��
Ǯa��O9E�i���TCt�Lr���\�S���
���[[*R�2�S4s��r�ڢӷ�֯E�\=��nޥ��*���J������w�hJf�O˛��*��-n��햒 ��%ў;�v�e��>�t�?Wv��.T���	p�&��ԁ���A���=�ϸ����\._�i�`AEO�DV^�N���_����q	����3��ʺ�VDo��m�T��V�s:j���@@�\o���^�l�"��?w��l?M�7�5Յ)b�+PX�#��)/���` l{UV�iB��p����=>Fj��CV��<�!�v�a=�3W3[:ډ��
)D�,4�Hz��7����r7-:I���@=� NwAܔ�~]�s۹��Kf�2ښ+
�Q@AS��i䞤�x�RV����-[Q&F�P
8�!�2��^�yjۇu&�M�y��[�y߈;a�2!ƍ����0���lV.�H�RU�@���{]܈�`Q|�-E_Lr�O�n6`�{�x�&��D[�@��O�NN�A��j^��N4�x�I�@z��$/�l�����{��d�a��`���� �Kz�u���}��xgT�<�)6�����4�#-��Ժ$Fav��@Vӓ�Lx��F�@�vpM���Z�����/�es���[�]��/{�1N^`���v��?�-���n�%���,%)G)�߇�Ϫ���x�������sj[��C�8�
$�+cvq��ˠ���1���zo?�O}Nv�WYyZw	�Fe�]pp���{-�7���'�9`1��J�؉
���f֓fl��ښ��5��w>O���r2�E2�磘Hwp
)'�a�ͺ�[���|q:����L]Xs킼�Iv�W�΀��i�3�dx/��.rv������[�-3"�k;n�>�o�q��sw�9�C��33��mH������M���
���}tY�׸��T��s��[hi���	N��)Ρ��4 ���!���
���֧�E�ƫ]q���#��˺y0oAV�+��J�P���6].~x9]�G1�Jn.��$�B.TY����_�bv|l���>�Tņ���Cx����4)��L�=2�{�7G]q=�Au�o6A=P^�`f$t�J�a<(m�USͤU��ZN�\�Z\|�H�ҧ<�q�(A��8j$L쨄[R���r7R)UpU�(|�?��ױQ����p���w�Rm	wF��x!��t�[�+���l2kӅ�u(a�yѫӗw���.�Q���	��جhbTA����E��r�2�G|F~��a����
���m�a�y�8Z)��	n
]3�V�Ow���؞t_<�$�{���iN`�9����vY6hl����
F�8}�B���2��v]>�y>3���})�i�{*{Ԟ�
r�K������ݤ��r���S�X��G�S���{{;T7:����Y*R�
�Z��!�`�#V�mo��-��q�h�H�l!$��ʼn�7���w���X�q�*�K���f���O+]
T\eB��i�J���u35w1�K�
�N2��S��[\Jh�f��6��ܵ�@�kyc��)�A�;R#�G����ܐ�u����|dTm���(��/�
3 9�ь{eIi���óa9Y��+P�+Wc~�!��m(������1��}e`.�S��:���� Bՠ��c:R#^+;N,Ó\ip9��2:
ȡ��Y���:�;i�X�:�!%gYX)ާ�@.�
�ڬ
Ӳr�HJ��<#��׌�`,����ng:I4��L\��O�yv�s��I���b���c�'�d�zC�*c���qR�ЪeZSz�a������\��}�d��,�9�Z�YP���+9���3�>$�����&��,���F��:�oݏ`nc�A���|'�د3:���C�@P鑷yL��q�6z+������u]�R��y��tVU{�&�m�2��쉌9�H�>�>����¦f�~F
p�"fU�Z�(�M]e��P'�JV��wv,�nb[
���̩˯<#��V�������VmA�1ɶ�� פ~�R$�Q���|��L#}��Q�wZl�ڋrvV�ST�A'��9}������	�;��c%�s�uA҂�Z���#±3�l�w��g����/�jL`!l�ނS�������jQ`�;ݢ勵FoW0{����cO�飩�KK�^����>��������o8�����P�}����`��j����⺅ ��(��80mu-M�Ȳ
֞�D�_D�E��`�+������<o�=�~@t(12�Y�e�p\w!��Xzl�e�#3�u~����K�
�R������.�^Œ-��_���-o��v5�K8��ǽ\p�bck�S�����e�5�!Rs���r�B�h�'L��nϘߎչ�����A�p#�(�Z3�{�n���L��;Dh�"��J���)W\Ŵ����������Q�u\&q3����ce@���'K�_�?+/�]�'̅�{·�6�>fq
�����
��f����Bdɭ�䋓H)�%慕{���v��W�����6�Ɯ4��s�KfN@r"1��q�@�m�w��[bY0�	���)���C������].��L�/�&��E,���:)�Q�p��#�`}rms�T�(�Ѝ�RA������m��3��*(��A����E�(3�R�^�c6e�P��5!^W6]K�����^L=
Ê!�4$_���\h=����!�H-���F��̖�/)���4U��B
���5c��oŚD�m�	5�.[��o�[�@P��_��]+���(9�BHe�� �p��2v�S��:+���*q�B��H)XOg��_#m�������t�qn�v��E�c�`�<���,��&��"�D�>D[T!�Y�����\^��\�r����H��R����2
�/sdV��3LK)��}�]U�9� �/�`@�϶�V��U��}IL�
‰��i=��[�K��.'�z[���E�l�r�L2�Ao��e���M=��c�CŷQ�u�����*�b�7��N�բtJ��5t���V�~����y�<8��� ��9�B�6�ٛ����������.TO�\�c���1a��l��Iڡ�7��S�M�M;���P�>u��Q��3����(��("���ڕFǎ���!ͥ����0�."�%H�EPE�s=���(��
��������"|��x�V��{���#����բc���3��9~ m��ut�Y��Gl7a�bn����v�S��9m����X8'~���XF$�~m`��7ُ<������'CוF�s�|f)@�u��)0}s��aҠ;N2�� uT��P��a�����G�r��n�L����������?uxUE��BO*
�x,��RË��v���E����#T�Ȣ��b!/��S7�ξ���*������6n!�V�3�F_�cp�N�$��k{��A�g�t���������/0$^+��]a��y ���Ď��7-#�<�W:ӌְ��h�J.���,��s���i���֭�r"�φ�l2�3{����x�ϰ$މ!��@�v�ي�0���Gk��Oe��3.o3���g���9�lA��ȧ��]��[�%��sp�k%T�e�5��Q��-$��≫��O���Q�>�V��r�a ^�1,��K�O���Nb^-���SƏf��W�+�}�(O�h���!�Ӗ,�y�:�j�!RQ�aG��$�f�Z�]�ݬ��<�J��f�Y3��o�5�Mw����,�ψ]��uu����X�\�wAӘtt����`�bwu��Nӭ0R��>����O�Kfִ����?þ�:b:��\
!C��_׬'�'��cs�l�q��ӆ%.��� T:���z�j,�����a_S�T�9eX��M�tr]�P��2��>lĵ衆��b���{�4�9j���ee��
疴�y�{�>�jv�E�6�#h�3iC>�*�����З�͜4T��6�Np����CVJ��$�Qm	�u�,Ҷ�����-tfl��g���y���Q*����u�o����4�j$&b�)Cv�����2LT�����?'֍S������D;���tg&���)sK`S��˘�4��a}�'B��َ�)�Q�%�k���.�Wo
��H��O�yr%�k�mx"��V�ht(JFJ��_��'�'�5@���r؜y��Pw�5�o�*�mX��p�6R��x̎�)4k�@.Z�U_ �׳�U?F�)�'�I��`�BdhE3Q)&0��E�)�N{� v���"
xŖBʻ�I�Qz�pDe�.2>PaD�ق���ԁ~bh�@�#����nP��}ɂQ�{�V�7ٺ�����U̥�<�G��Q���2`��5�����+�b$�4
0J��'+�x�e���f��]Cn��ތ�ޑ9���?����J��d�-,��K���*FD����@:��A�w�&�c�ob��9{z+�[��&��*�7d7*n\�g"�
A�nQ��'��:Mڇ�š�nlddBB4��WQ=m�FLc����.!UU�sC����U��\�|��R��1mRh�)�w�8�谠�!!��r��t`A+���a*��>�2���b�-w�	o����:��N#g������5+.̙9����	'd狔�5iRҩ��E�%w;T��:!U��g c޻V8AU��*�U�E��b#�(X,ĭ �U�'�o�i�ʨ�]�Ҝ�
����hfQ�׭:�k"HT�~���0�<�`)jD���*�pE-����(���4��A��_]S�(n�����i��.�W}Fy6�)I*
/ޱq7�P�L<�j4��Q��A2�ᶙ�� �U����;s@q,�	/���j��/�r�q>�c����b�����=��z_Z�	����K�x�F���Р��[blU��Ym��.J��"��ԇl6&%��^|ޙOľ��
ɀ��cǀ~�Ҏ���ƖzZkG֘U�*�Y��x�dD$�HH�����[U3����]�%�pB����r��ˆ���v_�ex�B�8�km�Qcm{wX"�\(�ч��W�D���C-4 �����o���H�N	�I"�J��[�!���Y��ya����#X��k$��s���>�Ѝ��	��J����Dzj��K���ˌ������СE7t0����L�Ln��]�5���}<ҡ�X���OI10�>���ͱ�;�;�2y[�r��M����n��Dex!��:���7��5����~��X���u�
zkM�6�%��z�Z��� �^]J�#��0�J���e��IGmW�"t���;��`K-x��E��M
�D���OF����f�JX�vⰟGƕ���$2��^��9�=׿�vB�#�fD�
�����om��h/u��^A����up��;���
n�����ϻɴB�?#�bo�g�F�6"��������s�A��J,M�8�:�~e�D����*n�,��Q-�mw[������͋���v�0��,�G�
������ŗ"�
t���fU��z�K�{�̏9�Ru��� Y�9�c"-Z)��?�>>����2���4��K��	�
R���x�yk�	���C�(4��r{���)=w����%ͲMt�3�nՒgTm�gZ0^�
��(�F�[-Y��7QOv�+���T���N��'�C5{�J���5��5Q�g����(�m��e	Z5C	B�+
j��D=�o��F�Z���4$�|Gä\V:USD
-4l�|: ͬk	N�\��s��4�.�U%υs�Ղm��%�,�R���pm����F�iF�I0�>���a]>vD/2Bl�q-�Cˀ�/�����?�j%*=�"f�}%��l������%q�vY��9�ڗ>N`^#m[>���X��O��Ekbc *��,-�XNΚ�^�S"
BN�:%�?�i�T��4�_��_���{@!�6�M���u=0��rn���[�>�/��5��3mw��e�h��U��\�*�Q.�hB��:�As֛�3�[��'M�
Nc�b��E�}��\��P�y(
l��DyH�v���D8#�An�NC�ԭ��ڹ@!�LU���N��h��6�����3��J4eՕr�@Jx,���"��kanj܉
�q8U��M�(�9���W��I��wPv���$�#w���s��z(L�ԥ�̶Z���+�����zE8�p�p�jd�Ė�o�y���7f�X�����
L�@�pH!K�R�4m�q�*Z|�I��*�٣@�	o�I�K��^Y%����y*9��]���f�����U�EU��W��T��a��X�x�Myj,*�g6���u׺Y�C{+��Z�Y�A��<��Ν�6�
֘���!;���z��y�Ȧ ������~\�aV��D,�I׉O�9��T�Y��G���Fڀ���#9�_0Tid*�O��9^�Ei,�UX���m�������ܤ�o���ȁ����tcPQ"�mZ����j=	���I���vq���f��H�����϶�G+g(1-��+�v��������L�>Ҡ�P����'`�}4����Ў������� ��n깯#fQ��se� ���,~������\�Ύ��]=�0,�Y��5d�d�L0�Zt��$%p� �,�-���ZW4~�0A��+�;���Q�}��J��}}���ˮa(BG����K��ʞT�m6��}���u����$d
��6�e��~�u�����ʰ��ՙ~d�fÊI��e��Q�j�.�]>po6�*��\����s��GS����P9�����`أ��^�ƿ8�.?�̵������[����S`buP���g	�M������Z~�U�"��<��"G�E�\�d��� ��ˋ��͔7��a)&Q˃U�M�Q?�'���y�4vۖw�l2$��9��"Dz>7�|�L,�;��\p-����K����(��/��\��ퟢy+�Fo��ߴœ�j���y�©?~�腠;N��E�O��Ӈ8�3BtG�A�i���p�W�r�G.�מ�&�3ey������<���14Я\,�4��c�t���/�3O{i�3�%(�c�	�^3��<W:n~B�9���
�{�>���=�t{�c:��o�u{,� wk�X����1�협p^v�������` Wp�G��,N$
�!���6Ǿ�~�����
���|�y�x�9WHv
�XjN9�F��&[,@fn>v*D�j��K!ދO��]�� R_�TxQiȏ�~�E�����n���),=��l�����q���'�ɀ%1+�-�s����Վj�,ҽ��ƅ5�4����l97"�P�VAfs�
�����j��L�|���'�z�A��C�b�Mρ9�6�/�ZԀ��H���Z�v9g���gt�c�S%0�lkjxw?k]��NE��|o}�/�cX�ԯ�,���v*�`��U���:�����ٗjeS�E��V���~����k��R�=[�.�~�����m���^3�#Λ~�����y��4-�JY�?��?�r�Bjs$/Ih�F@�K��P\�RU�
���[�E"��[a�{�T�jD"Y�u���p�Bl��,�uj��帞0ߤN�
�K��K:Q�	���5��M9��#���d�5�~�_}G�G��/aN =<j�C�
-�go+���W�R`7Gh/e�����J��N_�W(E� �!��N��ѩEgqV˞i~gմRL��b��d��� x�O2�x?�����[)|��1�Br��:�u�I��N�

�ט���Џ6��A�եm�����5ӧB�A�	!�j!{�ʹ֋욪��9?���?��_�\��j��v���/��N�c�Ay�!y%q���;y���!�����N����LROd~n�����=�REd�"߬z�~�&�,^Fa��l��b����3�^6�R���w|P��zO�꺯8_57%6h]���yli�q�zh��3m4���<0����:�}����d�l��<�"*B2�79���dOtN����j���0QR""c
HK�3jZ��`,���d!pU�hGhҭ��I��tU�-�-`\���`EyӊO���-Y,ݥ��!	 ���{�0GOK蜇����������<r�g�V��I_^�7�k�����:D����P�Q�3�KV�n�����BZW�XS�Y^ti��;zig�}�F�;�e�ǡv�k��L6^�3�9e�g`q9���~�)bV�'��ԫ?]���T7(�
<)]�����Z���c��E��@~I����;a�XX4@aww듐�[
��&����
�sZ˩�(O|�鱠��I�&
$�+�O��u�������y�Ҋ8U�kFݛ���ޘd�c��0D���n��OHS�J�ǣ��E����6Dޠ��<����>��U�BowEs�oPbc�Zݩ�f�t���һdZ&�$H�Q��ۋd�����pC&��b���Vm�N2O��s}�c}�{�٥t	�/���W�d������xLlB7+5��R�r�A����}���3�$^Z���
����7�G_s��p�<����$ ��6J���bd��,G�Q���Ĉ1�l��w��4�3��)��ѐV~�����H7�t(����n�+8zW͗�F.�' <�����~���B��?7o���믖�͎ŋ9(�|J24�^#f�%y)Yi���S�zh7�ǂ�'f�/sϻͳ��.����omT�Az��
�^�n��`�0�rۙDyȎ���G
‰����d�I=g(����(�6������n-�-�럵˿�Y�l�q������+;x/Ƀ>��~��b�|�!xS�}��2N�˅�[w����貮��φ�P���#�5�js78��3�*��i&��Ӵ$��!16[X�T"l�W�@|l������m5�n��G}%<� �W�#0(�
rQ�g(��� �)��&���b��x'q��(W���#��