DFSG NEW Queue

DFSG, Licensing & New Packages Team

mongoose 7.21+ds-1

Package Information

DescriptionEmbedded webserver and network library

Mongoose is a network library for C/C++. It provides event-driven non-blocking APIs for TCP, UDP, HTTP, WebSocket, MQTT, and other protocols. This contains the source for a package's Build-Depends.

MaintainerBastian Germann <bage@debian.org>
Changed ByBastian Germann <bage@debian.org>
Sponsorbage@debian.org
Distributionunstable
Architectureall
VCSgit: https://salsa.debian.org/debian/mongoose.git (browse)
Closes#1134969
Trackerhttps://tracker.debian.org/pkg/mongoose
Uploaded4 hours ago

New Package Report

.changes
DateSun, 26 Apr 2026 15:23:04 +0200
Sourcemongoose
Version7.21+ds-1
Changed-ByBastian Germann
Architecturesource all
Distributionunstable
Changelog
mongoose (7.21+ds-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1134969)
.dsc
Sectionweb
Priorityoptional
Componentmain
Package-Listmongoose-webserver-source deb web optional arch=all
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://github.com/cesanta/mongoose
Upstream-Name: mongoose
Upstream-Contact: https://github.com/cesanta/mongoose/issues
Files-Excluded:
 .github
 tutorials

Files:
 *
Copyright:
 Copyright (c) 2004-2013 Sergey Lyubka
 Copyright (c) 2013-2026 Cesanta Software Limited
License: GPL-2 or Commercial-Mongoose, and BSD-2-Clause and BSD-3-clause and Expat and CC0-1.0

License: Commercial-Mongoose
 You can license this software under a commercial
 license, as set out in <https://mongoose.ws/licensing/>.

Files:
 mongoose.c
 mongoose.h
 test/tls_multirec/*mongoose*
Copyright:
 Copyright (c) 2004-2013 Sergey Lyubka
 Copyright (c) 2013-2026 Cesanta Software Limited
 Copyright(c) By Steve Reid <steve@edmweb.com>
 Copyright 2014-2015, Kenneth MacKay.
 Copyright (c) 2007, Cameron Rich
 Copyright (c) 2015-2016 Cryptography Research, Inc.
License: GPL-2 or Commercial-Mongoose, and BSD-2-Clause and BSD-3-clause and Expat and CC0-1.0

Files: src/md5.c
Copyright:
 This code was written by Colin Plumb in 1993, no copyright is claimed.
License: public-domain
 This code is in the public domain; do with it what you wish.

Files:
 src/sha1.c
Copyright:
 Copyright(c) By Steve Reid <steve@edmweb.com>
License: public-domain
 100% Public Domain

Files:
 src/sha256.*
Copyright:
 Brad Conte (brad AT bradconte.com)
License: public-domain
 Disclaimer: This code is presented "as is" without any guarantees.
 Copyright:  public domain

Files:
 src/tls_aes128.*
Copyright:
 This implementation of AES-GCM was created by Steven M. Gibson of GRC.com.
License: public-domain
 THIS SOURCE CODE IS HEREBY PLACED INTO THE PUBLIC DOMAIN FOR THE GOOD OF ALL

Files:
 src/tls_chacha20.c
Copyright:
 Davy Landman
License: CC0-1.0

License: CC0-1.0
 On Debian systems, the complete text of the CC0 1.0 Universal license
 can be found in "/usr/share/common-licenses/CC0-1.0".

Files:
 src/tls_uecc.*
Copyright:
 Copyright 2014-2015, Kenneth MacKay.
License: BSD-2-clause

License: BSD-2-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 .
 * Redistributions of source code must retain the above copyright notice,
   this list of conditions and the following disclaimer.
 * Redistributions in binary form must reproduce the above copyright notice,
   this list of conditions and the following disclaimer in the documentation
   and/or other materials provided with the distribution.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Files:
 src/tls_x25519.c
Copyright:
 Copyright (c) 2015-2016 Cryptography Research, Inc.
License: Expat

License: Expat
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 THE SOFTWARE.

Files:
 src/tls_rsa.c
Copyright:
 Copyright (c) 2007, Cameron Rich
 All rights reserved.
License: BSD-3-clause

License: BSD-3-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 .
 * Redistributions of source code must retain the above copyright notice,
   this list of conditions and the following disclaimer.
 * Redistributions in binary form must reproduce the above copyright notice,
   this list of conditions and the following disclaimer in the documentation
   and/or other materials provided with the distribution.
 * Neither the name of the axTLS project nor the names of its contributors
   may be used to endorse or promote products derived from this software
   without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Files:
 debian/*
Copyright:
 2026 Bastian Germann
License: GPL-2

License: GPL-2
 You can redistribute this software and/or modify
 it under the terms of the GNU General Public License version 2 as
 published by the Free Software Foundation. For the terms of this
 license, see <http://www.gnu.org/licenses/>.
 .
 You are free to use this software under the terms of the GNU General
 Public License, but WITHOUT ANY WARRANTY; without even the implied
 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 See the GNU General Public License for more details.
Comment:
 On Debian systems, the complete text of the GNU General
 Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".

Back to Dashboard | View all reviews for this package