EU chief says Netanyahu promised to boost aid into Gaza

EU chief says Netanyahu promised to boost aid into Gaza
Palestinians gather in wait for the arrival of trucks carrying humanitarian aid near Jabalia, in the northern Gaza Strip late on June 15, 2025 (AFP photo)

KANANASKIS, CANADA — European Commission President Ursula von der Leyen said that Israeli Prime Minister Benjamin Netanyahu promised in a telephone call Sunday to do more to bring aid into war-ravaged Gaza.

"I insisted and urged that humanitarian aid that is not reaching Gaza has to go into Gaza. He promised that this is the case and that this will be the case," she told reporters at a Group of Seven summit in Kananaskis, Canada.

Von der Leyen said she would follow up on the promise after the three-day summit.

She said she will seek to find out on humanitarian aid "how it reaches Gaza, whether it gets into Gaza, what we can do to make sure that humanitarian aid reaches its peak in Gaza."

Israel, after pounding most of Gaza into rubble following Hamas's attack of October 7, 2023, cut off all food and other vital supplies to the besieged territory for more than two months starting in March.

Amid a deepening humanitarian crisis, the United Nations warned last month that "100 per cent of the population [are] at risk of famine."

Israel eventually let in some aid but through a controversial US-backed initiative that has coordinated with the Israeli military , a setup that the UN and major aid groups said violates basic humanitarian principles.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });